Skip to content

Commit

Permalink
Fix WinExe not being set for release, bump to v0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PJB3005 committed Mar 27, 2022
1 parent 90c4d45 commit 6905291
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SS14.Launcher/SS14.Launcher.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<!--<OutputType Condition="'$(Configuration)' == 'Release'">WinExe</OutputType>-->
<OutputType Condition="'$(Configuration)' == 'Release'">WinExe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<!--<PublishTrimmed>true</PublishTrimmed>
<PublishSingleFile>true</PublishSingleFile>-->
<Version>0.12.0</Version>
<Version>0.12.1</Version>
<IsPackable>false</IsPackable>
<DefineConstants Condition="'$(FullRelease)' == 'True'">FULL_RELEASE;$(DefineConstants)</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Expand Down

0 comments on commit 6905291

Please sign in to comment.