From 87e7c31ecc8966679772e1fad38c38fb12e22818 Mon Sep 17 00:00:00 2001 From: Julian Verdurmen <304NotModified@users.noreply.github.com> Date: Thu, 28 Oct 2021 21:21:34 +0200 Subject: [PATCH 1/2] version number --- build.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.ps1 b/build.ps1 index 2085b83d..08d7b920 100644 --- a/build.ps1 +++ b/build.ps1 @@ -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.3" $versionFile = $versionPrefix + "." + ${env:APPVEYOR_BUILD_NUMBER} if ($env:APPVEYOR_PULL_REQUEST_NUMBER) { $versionPrefix = $versionFile From 393cec32bec8fb067b4be073f5bbb32770bcfc22 Mon Sep 17 00:00:00 2001 From: Julian Verdurmen <304NotModified@users.noreply.github.com> Date: Thu, 28 Oct 2021 21:28:07 +0200 Subject: [PATCH 2/2] Update appveyor.yml --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 0109bbba..8bd5ccef 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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