mirror of
https://github.com/chev2/botw-toolset.git
synced 2025-10-29 15:52:19 +00:00
Update for proper versioning
This commit is contained in:
parent
0e1db0eb2d
commit
3962cdb38c
1 changed files with 4 additions and 2 deletions
|
|
@ -5,9 +5,11 @@
|
|||
<TargetFramework>net5.0-windows</TargetFramework>
|
||||
<UseWPF>true</UseWPF>
|
||||
<ApplicationIcon>appicon.ico</ApplicationIcon>
|
||||
<AssemblyVersion>1.0.0.0</AssemblyVersion>
|
||||
<Version>1.0.0.0</Version>
|
||||
<AssemblyVersion>0.1.0.0</AssemblyVersion>
|
||||
<Version>0.1.0-pre-alpha</Version>
|
||||
<Authors>Chev</Authors>
|
||||
<StartupObject>BOTWToolset.App</StartupObject>
|
||||
<FileVersion>0.1.0.0</FileVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue