From 0c5db2371c65c25905734b0335fd0c593ee61ad6 Mon Sep 17 00:00:00 2001 From: Rolf Kristensen Date: Fri, 29 Dec 2023 22:38:49 +0100 Subject: [PATCH] Update build.ps1 --- build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.ps1 b/build.ps1 index ce80ad8d..2f1fcc2d 100644 --- a/build.ps1 +++ b/build.ps1 @@ -2,7 +2,7 @@ # creates NuGet package at \artifacts dotnet --version -$versionPrefix = "5.3.7" # Also update version for minor versions in appveyor.yml +$versionPrefix = "5.3.8" # Also update version for minor versions in appveyor.yml $versionSuffix = "" $versionFile = $versionPrefix + "." + ${env:APPVEYOR_BUILD_NUMBER} if ($env:APPVEYOR_PULL_REQUEST_NUMBER) {