diff --git a/build/OSharpNS.nuspec b/build/OSharpNS.nuspec index 3c38f8d28..d7632c99e 100644 --- a/build/OSharpNS.nuspec +++ b/build/OSharpNS.nuspec @@ -2,7 +2,7 @@ OSharpNS - 5.0.3-preview228 + 5.0.3 OSharpFramework(.NETCoreApp3.1) 柳柳软件(66soft.net) LiuliuSoft nnc @@ -16,11 +16,11 @@ osharp osharpns - - - - - + + + + + diff --git a/build/nuget-build.ps1 b/build/nuget-build.ps1 index 1dba64e6c..38cd12429 100644 --- a/build/nuget-build.ps1 +++ b/build/nuget-build.ps1 @@ -61,6 +61,7 @@ $props = @("OSharp", "OSharp.AspNetCore", "OSharp.Authorization.Datas", "OSharp. foreach($prop in $props) { $path = ("../src/{0}/{0}.csproj" -f $prop) + dotnet build $path -c Release dotnet pack $path -c Release --output $nupkgs } diff --git a/build/version.props b/build/version.props index 2849b1142..ca3afe3f7 100644 --- a/build/version.props +++ b/build/version.props @@ -5,8 +5,8 @@ -preview 304 $(VersionMain).$(VersionPrefix)$(VersionSuffix)$(VersionSuffixVersion) - - $(VersionMain).$(VersionPrefix) + $(VersionMain).$(VersionPrefix) + $(VersionMain).$(VersionPrefix).$(VersionSuffixVersion)