From aa09af8ad64694eb2e30e84f46e6fb602b2ac182 Mon Sep 17 00:00:00 2001 From: Robert Muehsig Date: Mon, 20 May 2019 22:47:21 +0200 Subject: [PATCH] version bump --- buildReleaseNuGetPackages.cmd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/buildReleaseNuGetPackages.cmd b/buildReleaseNuGetPackages.cmd index 43e9ea1..d847934 100644 --- a/buildReleaseNuGetPackages.cmd +++ b/buildReleaseNuGetPackages.cmd @@ -2,12 +2,12 @@ echo "Start building Electron.NET dev stack..." echo "Restore & Build API" cd ElectronNet.API dotnet restore -dotnet build --configuration Release --force /property:Version=0.0.11 -dotnet pack /p:Version=0.0.11 --configuration Release --force --output "%~dp0artifacts" +dotnet build --configuration Release --force /property:Version=5.22.12 +dotnet pack /p:Version=5.22.12 --configuration Release --force --output "%~dp0artifacts" cd .. echo "Restore & Build CLI" cd ElectronNet.CLI dotnet restore -dotnet build --configuration Release --force /property:Version=0.0.11 -dotnet pack /p:Version=0.0.11 --configuration Release --force --output "%~dp0artifacts" +dotnet build --configuration Release --force /property:Version=5.22.12 +dotnet pack /p:Version=5.22.12 --configuration Release --force --output "%~dp0artifacts" cd .. \ No newline at end of file