Skip to content

Commit c440fa2

Browse files
committed
Updated to v1.2
1 parent a863593 commit c440fa2

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

build/nsis/setup.nsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
!define PRODUCT_NAME "App"
2-
!define PRODUCT_VERSION "1.0.0.0"
1+
!define PRODUCT_NAME "GenshinWoodmen"
2+
!define PRODUCT_VERSION "1.2.0.0"
33
!define PRODUCT_PUBLISHER "ema"
44
!define PRODUCT_WEB_SITE "https://github.com/emako"
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
@@ -11,9 +11,9 @@
1111
<Platforms>x64</Platforms>
1212
<AssemblyName>genshin-woodmen</AssemblyName>
1313
<UseWindowsForms>True</UseWindowsForms>
14-
<AssemblyVersion>1.1.0</AssemblyVersion>
15-
<FileVersion>1.1.0</FileVersion>
16-
<Version>$(VersionPrefix)1.1.0</Version>
14+
<AssemblyVersion>1.2.0</AssemblyVersion>
15+
<FileVersion>1.2.0</FileVersion>
16+
<Version>$(VersionPrefix)1.2.0</Version>
1717
<Authors>ema</Authors>
1818
<Company>Lemutec</Company>
1919
<RestoreSources>$(RestoreSources);..\packages\vccli.net\;https://api.nuget.org/v3/index.json</RestoreSources>

src/GenshinWoodmen/Properties/PublishProfiles/FolderProfile.pubxml.user

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
44
-->
55
<Project>
66
<PropertyGroup>
7-
<History>True|2022-09-19T17:34:35.4747125Z;True|2022-09-20T00:59:45.4472326+08:00;True|2022-09-20T00:53:40.0030455+08:00;True|2022-09-17T22:56:07.6833129+08:00;True|2022-09-17T22:50:22.5255257+08:00;True|2022-09-17T22:50:04.6387586+08:00;True|2022-09-17T22:23:00.6778373+08:00;True|2022-09-17T22:19:12.8040412+08:00;True|2022-09-17T22:10:52.6730553+08:00;True|2022-09-17T21:02:34.6673893+08:00;True|2022-09-17T20:55:40.7716679+08:00;True|2022-09-17T20:53:34.4769834+08:00;True|2022-09-17T19:33:35.2879327+08:00;True|2022-09-17T19:32:52.1931963+08:00;True|2022-09-17T19:09:57.9903567+08:00;False|2022-09-17T19:09:48.4994431+08:00;True|2022-09-17T19:06:55.4469036+08:00;False|2022-09-17T19:06:49.2072619+08:00;True|2022-09-17T19:05:45.0822595+08:00;True|2022-09-16T04:52:33.1022628+08:00;True|2022-09-16T01:54:27.8788086+08:00;True|2022-09-16T01:40:07.0858068+08:00;True|2022-09-16T01:10:48.9408972+08:00;True|2022-09-16T00:45:11.9914517+08:00;</History>
7+
<History>True|2022-09-26T16:48:36.4543383Z;True|2022-09-27T00:45:40.0714849+08:00;True|2022-09-20T01:34:35.4747125+08:00;True|2022-09-20T00:59:45.4472326+08:00;True|2022-09-20T00:53:40.0030455+08:00;True|2022-09-17T22:56:07.6833129+08:00;True|2022-09-17T22:50:22.5255257+08:00;True|2022-09-17T22:50:04.6387586+08:00;True|2022-09-17T22:23:00.6778373+08:00;True|2022-09-17T22:19:12.8040412+08:00;True|2022-09-17T22:10:52.6730553+08:00;True|2022-09-17T21:02:34.6673893+08:00;True|2022-09-17T20:55:40.7716679+08:00;True|2022-09-17T20:53:34.4769834+08:00;True|2022-09-17T19:33:35.2879327+08:00;True|2022-09-17T19:32:52.1931963+08:00;True|2022-09-17T19:09:57.9903567+08:00;False|2022-09-17T19:09:48.4994431+08:00;True|2022-09-17T19:06:55.4469036+08:00;False|2022-09-17T19:06:49.2072619+08:00;True|2022-09-17T19:05:45.0822595+08:00;True|2022-09-16T04:52:33.1022628+08:00;True|2022-09-16T01:54:27.8788086+08:00;True|2022-09-16T01:40:07.0858068+08:00;True|2022-09-16T01:10:48.9408972+08:00;True|2022-09-16T00:45:11.9914517+08:00;</History>
88
<LastFailureDetails />
99
</PropertyGroup>
1010
</Project>

src/GenshinWoodmen/Version.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
internal static class Pack
44
{
55
public static string Name => "genshin-woodmen";
6-
public static string Url => "https://github.com/emako/genshin-woodmen";
7-
public static string Version => "v1.1";
6+
public static string Url => "https://github.com/emako/genshin-woodmen/releases";
7+
public static string Version => "v1.2";
88
}
99
}

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.1.0.0" />
12+
Version="1.2.0.0" />
1313

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

0 commit comments

Comments
 (0)