Skip to content

Commit

Permalink
release:v2.6.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GiantappMan committed Nov 19, 2024
1 parent 9ae6d29 commit 1bb76e4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LiveWallpaper.App/LiveWallpaper.App.wapproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<NoWarn>$(NoWarn);NU1702</NoWarn>
<EntryPointProjectUniqueName>..\LiveWallpaper.Shell\LiveWallpaper.Shell.csproj</EntryPointProjectUniqueName>
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
<AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
<GenerateTestArtifacts>True</GenerateTestArtifacts>
<AppxBundlePlatforms>x64</AppxBundlePlatforms>
<GenerateTemporaryStoreCertificate>True</GenerateTemporaryStoreCertificate>
Expand Down
2 changes: 1 addition & 1 deletion LiveWallpaper.App/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
xmlns:com="http://schemas.microsoft.com/appx/manifest/com/windows10"
xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10"
IgnorableNamespaces="uap mp rescap com desktop">
<Identity Name="24765mscoder.107453A6A4A17" Publisher="CN=49BC8659-1B4C-4520-B1FB-ED98CFA366C4" Version="2.6.3.0" />
<Identity Name="24765mscoder.47921C962EDAD" Publisher="CN=49BC8659-1B4C-4520-B1FB-ED98CFA366C4" Version="2.6.4.0" />
<Properties>
<DisplayName>ms-resource:Resources/PackageDisplayName</DisplayName>
<PublisherDisplayName>Giantapp Studio</PublisherDisplayName>
Expand Down
4 changes: 2 additions & 2 deletions LiveWallpaper.App/Strings/en/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,10 @@
<value>An open source Windows10 wallpaper software that supports live wallpaper. the source code : https://github.com/giant-app/LiveWallpaper</value>
</data>
<data name="ApplicationDisplayName" xml:space="preserve">
<value>Live Wallpaper 2</value>
<value>Live Wallpaper by Giantapp</value>
</data>
<data name="PackageDisplayName" xml:space="preserve">
<value>Live Wallpaper 2</value>
<value>Live Wallpaper by Giantapp</value>
</data>
<data name="PublisherDisplayName" xml:space="preserve">
<value>Giantapp Studio</value>
Expand Down
4 changes: 2 additions & 2 deletions LiveWallpaper.App/Strings/zh-chs-Hans/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,10 @@
<value>一个开源的Windows10壁纸软件,支持动态壁纸。 源代码: https://github.com/giant-app/LiveWallpaper</value>
</data>
<data name="ApplicationDisplayName" xml:space="preserve">
<value>巨应壁纸2</value>
<value>巨应动态壁纸</value>
</data>
<data name="PackageDisplayName" xml:space="preserve">
<value>巨应壁纸2</value>
<value>巨应动态壁纸</value>
</data>
<data name="PublisherDisplayName" xml:space="preserve">
<value>巨应工作室</value>
Expand Down
2 changes: 1 addition & 1 deletion LiveWallpaper.Shell/LiveWallpaper.Shell.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<UseWPF>true</UseWPF>
<SupportedOSPlatformVersion>10.0.17763.0</SupportedOSPlatformVersion>
<AssemblyName>LiveWallpaper2</AssemblyName>
<Version>2.6.3.0</Version>
<Version>2.6.4.0</Version>
<Platforms>x86;x64</Platforms>
<ApplicationIcon>Assets\logo128.ico</ApplicationIcon>
<ApplicationManifest>app.manifest</ApplicationManifest>
Expand Down

0 comments on commit 1bb76e4

Please sign in to comment.