File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ if ($env:APPVEYOR_REPO_TAG -eq $true) {
47
47
}
48
48
}
49
49
else {
50
- $packageVersionSuffix = " rc -$revision "
50
+ $packageVersionSuffix = " pre -$revision "
51
51
Write-Output " VERSION-SUFFIX: $packageVersionSuffix "
52
52
Write-Output " RUNNING dotnet pack .\src\JsonApiDotNetCore -c Release -o .\artifacts --version-suffix=$packageVersionSuffix "
53
53
dotnet pack .\src\JsonApiDotNetCore - c Release - o .\artifacts -- version- suffix= $packageVersionSuffix
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <VersionPrefix >4.0 .0</VersionPrefix >
3
+ <VersionPrefix >4.1 .0</VersionPrefix >
4
4
<TargetFramework >$(NetCoreAppVersion)</TargetFramework >
5
5
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
6
6
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments