remove incubator words in project (#47)

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>