mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Set App version via project variable
This commit is contained in:
parent
2a66078580
commit
48d3098b20
@ -6,9 +6,10 @@
|
||||
<UseWPF>true</UseWPF>
|
||||
<Platforms>x64</Platforms>
|
||||
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
|
||||
<AssemblyVersion>2.5.3.4</AssemblyVersion>
|
||||
<FileVersion>2.5.3.4</FileVersion>
|
||||
<Copyright>Copyright © 2019-2021</Copyright>
|
||||
<Version>$(VERSION)</Version>
|
||||
<AssemblyVersion>$(VERSION)</AssemblyVersion>
|
||||
<FileVersion>$(VERSION)</FileVersion>
|
||||
<Copyright>Copyright © 2019-2022</Copyright>
|
||||
<Description>An automated ModList installer</Description>
|
||||
<PublishReadyToRun>true</PublishReadyToRun>
|
||||
<StartupObject></StartupObject>
|
||||
|
Loading…
Reference in New Issue
Block a user