You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shenyu.apache.org by li...@apache.org on 2022/10/13 11:23:40 UTC

[shenyu-client-dotnet] branch main updated: remove incubator words in project (#47)

This is an automated email from the ASF dual-hosted git repository.

likeguo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shenyu-client-dotnet.git


The following commit(s) were added to refs/heads/main by this push:
     new 5a4bacd  remove incubator words in project (#47)
5a4bacd is described below

commit 5a4bacd84ab63af61f819f730e44ebf15fd5902d
Author: Han Gao <dh...@hotmail.com>
AuthorDate: Thu Oct 13 19:23:35 2022 +0800

    remove incubator words in project (#47)
---
 README.md                                                  | 14 +++++++-------
 .../Apache.ShenYu.AspNetCore.csproj                        |  2 +-
 client/Apache.ShenYu.Client/Apache.ShenYu.Client.csproj    |  2 +-
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/README.md b/README.md
index 0fe8aeb..6e7dc7b 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,16 @@
 # ShenYu .NET client
 
-[![build](https://github.com/apache/incubator-shenyu-client-dotnet/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/apache/incubator-shenyu-client-dotnet/actions)
-[![codecov.io](https://codecov.io/gh/apache/incubator-shenyu-client-dotnet/coverage.svg?branch=main)](https://app.codecov.io/gh/apache/incubator-shenyu-client-dotnet?branch=main)
+[![build](https://github.com/apache/shenyu-client-dotnet/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/apache/shenyu-client-dotnet/actions)
+[![codecov.io](https://codecov.io/gh/apache/shenyu-client-dotnet/coverage.svg?branch=main)](https://app.codecov.io/gh/apache/shenyu-client-dotnet?branch=main)
 
 ShenYu .NET client can help you register your ASP.NET Core applications into ShenYu, similar with Java client. It
 supports below registration type,
 
-- http registration
-- zookeeper registration
-- nacos registration
-- consul registration
-- etcd registration
+-   http registration
+-   zookeeper registration
+-   nacos registration
+-   consul registration
+-   etcd registration
 
 ## Getting Started
 
diff --git a/client/Apache.ShenYu.AspNetCore/Apache.ShenYu.AspNetCore.csproj b/client/Apache.ShenYu.AspNetCore/Apache.ShenYu.AspNetCore.csproj
index dc54591..07cc4ba 100644
--- a/client/Apache.ShenYu.AspNetCore/Apache.ShenYu.AspNetCore.csproj
+++ b/client/Apache.ShenYu.AspNetCore/Apache.ShenYu.AspNetCore.csproj
@@ -26,7 +26,7 @@
     <PackageReleaseNotes>Please refer to CHANGELOG.md for details</PackageReleaseNotes>
     <Description>ASP.NET Core library for Apache ShenYu</Description>
     <GenerateDocumentationFile>true</GenerateDocumentationFile>
-    <RepositoryUrl>https://github.com/apache/incubator-shenyu-client-dotnet</RepositoryUrl>
+    <RepositoryUrl>https://github.com/apache/shenyu-client-dotnet</RepositoryUrl>
     <RepositoryType>git</RepositoryType>
     <PublishRepositoryUrl>true</PublishRepositoryUrl>
     <IncludeSymbols>true</IncludeSymbols>
diff --git a/client/Apache.ShenYu.Client/Apache.ShenYu.Client.csproj b/client/Apache.ShenYu.Client/Apache.ShenYu.Client.csproj
index e50b862..dce303e 100644
--- a/client/Apache.ShenYu.Client/Apache.ShenYu.Client.csproj
+++ b/client/Apache.ShenYu.Client/Apache.ShenYu.Client.csproj
@@ -26,7 +26,7 @@
     <PackageReleaseNotes>Please refer to CHANGELOG.md for details</PackageReleaseNotes>
     <Description>.NET client library for Apache ShenYu</Description>
     <GenerateDocumentationFile>true</GenerateDocumentationFile>
-    <RepositoryUrl>https://github.com/apache/incubator-shenyu-client-dotnet</RepositoryUrl>
+    <RepositoryUrl>https://github.com/apache/shenyu-client-dotnet</RepositoryUrl>
     <RepositoryType>git</RepositoryType>
     <PublishRepositoryUrl>true</PublishRepositoryUrl>
     <IncludeSymbols>true</IncludeSymbols>