Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
W
WSCF
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
潘栩锋
WSCF
Commits
9c0b9932
Commit
9c0b9932
authored
Oct 21, 2021
by
潘栩锋
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改版本号为 2.0.1
parent
d3e677c0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
WSCF.standard.csproj
WSCF.standard/WSCF.standard.csproj
+1
-1
AssemblyInfo.cs
WSCF/Properties/AssemblyInfo.cs
+2
-2
upload2nuget.sh
upload2nuget.sh
+1
-1
No files found.
WSCF.standard/WSCF.standard.csproj
View file @
9c0b9932
...
...
@@ -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'">
...
...
WSCF/Properties/AssemblyInfo.cs
View file @
9c0b9932
...
...
@@ -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")]
upload2nuget.sh
View file @
9c0b9932
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment