We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b37eeb commit b6dc6eeCopy full SHA for b6dc6ee
Build.ps1
@@ -47,7 +47,7 @@ if ($env:APPVEYOR_REPO_TAG -eq $true) {
47
}
48
49
else {
50
- $packageVersionSuffix="rc-$revision"
+ $packageVersionSuffix="pre-$revision"
51
Write-Output "VERSION-SUFFIX: $packageVersionSuffix"
52
Write-Output "RUNNING dotnet pack .\src\JsonApiDotNetCore -c Release -o .\artifacts --version-suffix=$packageVersionSuffix"
53
dotnet pack .\src\JsonApiDotNetCore -c Release -o .\artifacts --version-suffix=$packageVersionSuffix
src/JsonApiDotNetCore/JsonApiDotNetCore.csproj
@@ -1,6 +1,6 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
- <VersionPrefix>4.0.0</VersionPrefix>
+ <VersionPrefix>4.1.0</VersionPrefix>
4
<TargetFramework>$(NetCoreAppVersion)</TargetFramework>
5
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
6
</PropertyGroup>
0 commit comments