Browse Source

设置 正式版号 1.1.0.1

MIke 2 years ago
parent
commit
4f87457df9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      WingServerCommon.csproj

+ 2 - 2
WingServerCommon.csproj

@@ -4,9 +4,9 @@
     <TargetFramework>net6.0</TargetFramework>
     <ImplicitUsings>enable</ImplicitUsings>
     <Nullable>enable</Nullable>
-    <Version>1.1.0.1-beta</Version>
+    <Version>1.1.0.1</Version>
     <AssemblyVersion>1.1.0.1</AssemblyVersion>
-    <FileVersion>1.1.0.1-beta</FileVersion>
+    <FileVersion>1.1.0.1</FileVersion>
   </PropertyGroup>
  <ItemGroup>
  <PackageReference Include="JsonRpcLite" Version="1.1.0.2" />