Skip to content

Commit b6dc6ee

Browse files
author
Bart Koelman
committed
update cibuild version
1 parent 7b37eeb commit b6dc6ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ if ($env:APPVEYOR_REPO_TAG -eq $true) {
4747
}
4848
}
4949
else {
50-
$packageVersionSuffix="rc-$revision"
50+
$packageVersionSuffix="pre-$revision"
5151
Write-Output "VERSION-SUFFIX: $packageVersionSuffix"
5252
Write-Output "RUNNING dotnet pack .\src\JsonApiDotNetCore -c Release -o .\artifacts --version-suffix=$packageVersionSuffix"
5353
dotnet pack .\src\JsonApiDotNetCore -c Release -o .\artifacts --version-suffix=$packageVersionSuffix

src/JsonApiDotNetCore/JsonApiDotNetCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<VersionPrefix>4.0.0</VersionPrefix>
3+
<VersionPrefix>4.1.0</VersionPrefix>
44
<TargetFramework>$(NetCoreAppVersion)</TargetFramework>
55
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
66
</PropertyGroup>

0 commit comments

Comments
 (0)