Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
seionmoya committed Jun 8, 2024
1 parent 446c22e commit c462854
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions Seion.GenuineClient.csproj
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<StartupObject>Seion.GenuineClient.Program</StartupObject>
</PropertyGroup>

<PropertyGroup>
<Version>1.1.0.0</Version>
</PropertyGroup>

<PropertyGroup>
<OutputType>Exe</OutputType>
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>false</SelfContained>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<ApplicationIcon>icon.ico</ApplicationIcon>
</PropertyGroup>

<PropertyGroup>
<StartupObject>Seion.GenuineClient.Program</StartupObject>
</PropertyGroup>

</Project>

0 comments on commit c462854

Please sign in to comment.