Skip to content

Commit 02a9b21

Browse files
committed
Updated to v1.5
1 parent 5dc98e5 commit 02a9b21

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build/nsis/setup.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
!define PRODUCT_NAME "GenshinWoodmen"
2-
!define PRODUCT_VERSION "1.4.0.0"
2+
!define PRODUCT_VERSION "1.5.0.0"
33
!define PRODUCT_PUBLISHER "ema"
44
!define PRODUCT_WEB_SITE "https://github.com/genshin-matrix"
55
!define PRODUCT_LEGAL "Licensed under MIT"

src/GenshinWoodmen/GenshinWoodmen.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
<ApplicationManifest>app.manifest</ApplicationManifest>
1111
<Platforms>x64</Platforms>
1212
<UseWindowsForms>True</UseWindowsForms>
13-
<AssemblyVersion>1.4.0</AssemblyVersion>
14-
<FileVersion>1.4.0</FileVersion>
15-
<Version>$(VersionPrefix)1.4.0</Version>
13+
<AssemblyVersion>1.5.0</AssemblyVersion>
14+
<FileVersion>1.5.0</FileVersion>
15+
<Version>$(VersionPrefix)1.5.0</Version>
1616
<Authors>ema</Authors>
1717
<Company>Lemutec</Company>
1818
<RestoreSources>$(RestoreSources);..\packages\vccli.net\;https://api.nuget.org/v3/index.json</RestoreSources>

src/GenshinWoodmenSetup/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<Identity
1010
Name="c17bc862-e10e-4618-b717-e47dd2bf65c8"
1111
Publisher="CN=ema"
12-
Version="1.4.0.0" />
12+
Version="1.5.0.0" />
1313

1414
<Properties>
1515
<DisplayName>GenshinWoodmen</DisplayName>

0 commit comments

Comments
 (0)