Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Commit

Permalink
Updated release script major version
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusRannare committed Feb 15, 2021
1 parent 5c75b7c commit 6fe520c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build/MakeRelease/MakeRelease.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
<StartupObject>MakeRelease.Program</StartupObject>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<Version>0.6.0</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
2 changes: 1 addition & 1 deletion build/MakeRelease/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"profiles": {
"MakeRelease": {
"commandName": "Project",
"commandLineArgs": "-v0.5.1"
"commandLineArgs": "-v0.6.0"
}
}
}

0 comments on commit 6fe520c

Please sign in to comment.