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

gaohan 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 fa42f8c  changed version to 1.0.0 (#45)
fa42f8c is described below

commit fa42f8c571e227ee42eb3f0e9326dcc74d5294a6
Author: Han Gao <[email protected]>
AuthorDate: Thu Sep 29 11:35:40 2022 +0800

    changed version to 1.0.0 (#45)
---
 client/Apache.ShenYu.AspNetCore/Apache.ShenYu.AspNetCore.csproj | 2 +-
 client/Apache.ShenYu.Client/Apache.ShenYu.Client.csproj         | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/client/Apache.ShenYu.AspNetCore/Apache.ShenYu.AspNetCore.csproj 
b/client/Apache.ShenYu.AspNetCore/Apache.ShenYu.AspNetCore.csproj
index 58a7174..dc54591 100644
--- a/client/Apache.ShenYu.AspNetCore/Apache.ShenYu.AspNetCore.csproj
+++ b/client/Apache.ShenYu.AspNetCore/Apache.ShenYu.AspNetCore.csproj
@@ -16,7 +16,7 @@
 
   <PropertyGroup>
     <TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
-    <Version>2.5.0</Version>
+    <Version>1.0.0</Version>
     <FileVersion>$(Version)</FileVersion>
     <Company>Apache Software Foundation</Company>
     <Copyright>$(Company)</Copyright>
diff --git a/client/Apache.ShenYu.Client/Apache.ShenYu.Client.csproj 
b/client/Apache.ShenYu.Client/Apache.ShenYu.Client.csproj
index 18ca762..e50b862 100644
--- a/client/Apache.ShenYu.Client/Apache.ShenYu.Client.csproj
+++ b/client/Apache.ShenYu.Client/Apache.ShenYu.Client.csproj
@@ -2,7 +2,7 @@
  - Licensed under the Apache License, Version 2.0 (the "License");
  - you may not use this file except in compliance with the License.
  - You may obtain a copy of the License at
- - 
+ -
  -   http://www.apache.org/licenses/LICENSE-2.0
  -
  - Unless required by applicable law or agreed to in writing, software
@@ -16,7 +16,7 @@
 
   <PropertyGroup>
     <TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
-    <Version>2.5.0</Version>
+    <Version>1.0.0</Version>
     <FileVersion>$(Version)</FileVersion>
     <Company>Apache Software Foundation</Company>
     <Copyright>$(Company)</Copyright>

Reply via email to