Skip to content

Commit

Permalink
publish(nuget): 版本号更新为v5.0.4,发布nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
gmf520 committed Apr 2, 2021
1 parent ba33738 commit 0df71a8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 39 deletions.
12 changes: 6 additions & 6 deletions build/OSharpNS.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>OSharpNS</id>
<version>5.0.4-preview.329</version>
<version>5.0.4</version>
<title>OSharpFramework(.NETCoreApp3.1)</title>
<authors>柳柳软件(66soft.net)</authors>
<owners>LiuliuSoft nnc</owners>
Expand All @@ -16,11 +16,11 @@
<tags>osharp osharpns</tags>
<dependencies>
<group targetFramework=".NETCoreApp3.1">
<dependency id="OSharpNS.Core" version="5.0.4-preview.329" />
<dependency id="OSharpNS.EntityFrameworkCore" version="5.0.4-preview.329" />
<dependency id="OSharpNS.AutoMapper" version="5.0.4-preview.329" />
<dependency id="OSharpNS.AspNetCore" version="5.0.4-preview.329" />
<dependency id="OSharpNS.Log4Net" version="5.0.4-preview.329" />
<dependency id="OSharpNS.Core" version="5.0.4" />
<dependency id="OSharpNS.EntityFrameworkCore" version="5.0.4" />
<dependency id="OSharpNS.AutoMapper" version="5.0.4" />
<dependency id="OSharpNS.AspNetCore" version="5.0.4" />
<dependency id="OSharpNS.Log4Net" version="5.0.4" />
</group>
</dependencies>
</metadata>
Expand Down
31 changes: 0 additions & 31 deletions build/nuget-build.bat

This file was deleted.

4 changes: 2 additions & 2 deletions build/version.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<VersionSuffix>-preview.</VersionSuffix>
<VersionSuffixVersion>329</VersionSuffixVersion>
<Version>$(VersionMain).$(VersionPrefix)$(VersionSuffix)$(VersionSuffixVersion)</Version>
<!--<Version>$(VersionMain).$(VersionPrefix)</Version>-->
<AssemblyVersion>$(VersionMain).$(VersionPrefix)</AssemblyVersion>
<Version>$(VersionMain).$(VersionPrefix)</Version>
<!--<AssemblyVersion>$(VersionMain).$(VersionPrefix)</AssemblyVersion>-->
<FileVersion>$(VersionMain).$(VersionPrefix).$(VersionSuffixVersion)</FileVersion>
</PropertyGroup>
</Project>

0 comments on commit 0df71a8

Please sign in to comment.