From 6fe520c8dad0d59b02662367cb203ad6fdffb1d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20R=C3=A4nanre?= Date: Mon, 15 Feb 2021 11:47:54 +0100 Subject: [PATCH] Updated release script major version --- build/MakeRelease/MakeRelease.csproj | 1 + build/MakeRelease/Properties/launchSettings.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build/MakeRelease/MakeRelease.csproj b/build/MakeRelease/MakeRelease.csproj index 832aa18..5816f2e 100644 --- a/build/MakeRelease/MakeRelease.csproj +++ b/build/MakeRelease/MakeRelease.csproj @@ -5,6 +5,7 @@ netcoreapp3.1 MakeRelease.Program false + 0.6.0 diff --git a/build/MakeRelease/Properties/launchSettings.json b/build/MakeRelease/Properties/launchSettings.json index bc36def..892725f 100644 --- a/build/MakeRelease/Properties/launchSettings.json +++ b/build/MakeRelease/Properties/launchSettings.json @@ -2,7 +2,7 @@ "profiles": { "MakeRelease": { "commandName": "Project", - "commandLineArgs": "-v0.5.1" + "commandLineArgs": "-v0.6.0" } } } \ No newline at end of file