Skip to content

Commit

Permalink
发布2.6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GiantappMan committed Jun 28, 2023
1 parent 2369428 commit 1d820f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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>False</AppxAutoIncrementPackageRevision>
<AppxAutoIncrementPackageRevision>True</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.0.0" />
<Identity Name="24765mscoder.107453A6A4A17" Publisher="CN=49BC8659-1B4C-4520-B1FB-ED98CFA366C4" Version="2.6.1.0" />
<Properties>
<DisplayName>ms-resource:Resources/PackageDisplayName</DisplayName>
<PublisherDisplayName>Giantapp Studio</PublisherDisplayName>
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.0.1</Version>
<Version>2.6.1.0</Version>
<Platforms>x86;x64</Platforms>
<ApplicationIcon>Assets\logo128.ico</ApplicationIcon>
<ApplicationManifest>app.manifest</ApplicationManifest>
Expand Down

0 comments on commit 1d820f6

Please sign in to comment.