Add version number to output exe

This commit is contained in:
Joshua Askharoun
2021-05-06 05:13:12 -05:00
parent f84e572318
commit 9579f75076
@@ -5,6 +5,10 @@
<TargetFramework>net5.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
<ApplicationManifest>app.manifest</ApplicationManifest>
<Version>2021.5.6.0</Version>
<Authors>Joshua "Yoshi" Askharoun</Authors>
<RepositoryUrl>https://github.com/yoshiask/ZuneModdingHelper</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<ItemGroup>