Commit 9c0b9932 authored by 潘栩锋's avatar 潘栩锋 🚴

修改版本号为 2.0.1

parent d3e677c0
......@@ -9,7 +9,7 @@
<PackageProjectUrl>http://private.flyautomation.net:82/panruising/wscf</PackageProjectUrl>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Version>2.0.0</Version>
<Version>2.0.1</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
......
......@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.0.0.0")]
[assembly: AssemblyVersion("2.0.1.0")]
[assembly: AssemblyFileVersion("2.0.1.0")]
dotnet nuget push WSCF.standard/bin/Debug/WSCF.standard.1.0.2.nupkg --api-key oy2l7ego5jz6t2hsieaqbuw5xulxyrseznzgl3vhsab7pm --source https://api.nuget.org/v3/index.json
\ No newline at end of file
dotnet nuget push WSCF.standard/bin/Debug/WSCF.standard.2.0.1.nupkg --api-key oy2l7ego5jz6t2hsieaqbuw5xulxyrseznzgl3vhsab7pm --source https://api.nuget.org/v3/index.json
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment