Skip to content

Commit

Permalink
Setup for 0.9.13 release
Browse files Browse the repository at this point in the history
  • Loading branch information
beeradmoore committed Oct 16, 2022
1 parent 122ad47 commit 88ae81e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,14 @@
<DefaultLanguage>en-US</DefaultLanguage>
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
<EntryPointProjectUniqueName>..\DLSS Swapper\DLSS Swapper.csproj</EntryPointProjectUniqueName>
<GenerateAppInstallerFile>True</GenerateAppInstallerFile>
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
<AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
<GenerateTestArtifacts>False</GenerateTestArtifacts>
<AppxBundlePlatforms>x64</AppxBundlePlatforms>
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
<AppInstallerUri>https://beeradmoore.github.io/dlss-swapper/download/</AppInstallerUri>
<PackageCertificateThumbprint>D5CAE923CA9A2DC7C2F19BEF6202077BA4CFF0C0</PackageCertificateThumbprint>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<AppxBundle>Always</AppxBundle>
Expand Down
2 changes: 1 addition & 1 deletion DLSS Swapper/DLSS Swapper (Package)/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Identity
Name="cc5a0fee-f182-4d02-a177-3c2f002b4f34"
Publisher="CN=dlss-swapper"
Version="0.9.12.0" />
Version="0.9.13.0" />

<Properties>
<DisplayName>DLSS Swapper</DisplayName>
Expand Down

0 comments on commit 88ae81e

Please sign in to comment.