Skip to content

Commit

Permalink
Updated to v1.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
emako committed Nov 9, 2022
1 parent 4baa9f0 commit b8e9f7a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build/nsis/setup.nsi
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
!define PRODUCT_NAME "GenshinWoodmen"
!define PRODUCT_VERSION "1.6.6.0"
!define PRODUCT_VERSION "1.6.7.0"
!define PRODUCT_PUBLISHER "GenshinMatrix"
!define PRODUCT_WEB_SITE "https://github.com/genshin-matrix"
!define PRODUCT_LEGAL "Licensed under MIT"
Expand Down
8 changes: 4 additions & 4 deletions src/GenshinWoodmen/GenshinWoodmen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<ApplicationIcon>Resources\favicon.ico</ApplicationIcon>
<ApplicationManifest>app.manifest</ApplicationManifest>
<Platforms>x64</Platforms>
<AssemblyVersion>1.6.6</AssemblyVersion>
<FileVersion>1.6.6</FileVersion>
<Version>$(VersionPrefix)1.6.6</Version>
<AssemblyVersion>1.6.7</AssemblyVersion>
<FileVersion>1.6.7</FileVersion>
<Version>$(VersionPrefix)1.6.7</Version>
<Authors>GenshinMatrix</Authors>
<Company>GenshinMatrix</Company>
</PropertyGroup>
Expand Down Expand Up @@ -71,7 +71,7 @@
<PackageReference Include="System.Management" Version="6.0.0" />
<PackageReference Include="YamlDotNet" Version="12.0.2" />
<PackageReference Include="SharpVectors" Version="1.8.0" />
<PackageReference Include="MicaWPF" Version="4.8.0" />
<PackageReference Include="MicaWPF" Version="4.8.2" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/GenshinWoodmenSetup/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Identity
Name="c17bc862-e10e-4618-b717-e47dd2bf65c8"
Publisher="CN=ema"
Version="1.6.6.0" />
Version="1.6.7.0" />

<Properties>
<DisplayName>GenshinWoodmen</DisplayName>
Expand Down

0 comments on commit b8e9f7a

Please sign in to comment.