Skip to content

Commit

Permalink
Release 5.0 preview 2 (#708)
Browse files Browse the repository at this point in the history
* version number

* Update appveyor.yml

* Update build.ps1
  • Loading branch information
304NotModified authored Oct 28, 2021
1 parent 5be7d6d commit 970eb19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 4.14.0.{build}
version: 5.0.0.{build}
clone_folder: c:\projects\nlogweb
configuration: Release
image: Visual Studio 2019
Expand Down
4 changes: 2 additions & 2 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# creates NuGet package at \artifacts
dotnet --version

$versionPrefix = "4.14.0" # Also update version for minor versions in appveyor.yml
$versionSuffix = ""
$versionPrefix = "5.0" # Also update version for minor versions in appveyor.yml
$versionSuffix = "preview.2"
$versionFile = $versionPrefix + "." + ${env:APPVEYOR_BUILD_NUMBER}
if ($env:APPVEYOR_PULL_REQUEST_NUMBER) {
$versionPrefix = $versionFile
Expand Down

0 comments on commit 970eb19

Please sign in to comment.