Skip to content

Commit

Permalink
Update project definitions & package version.
Browse files Browse the repository at this point in the history
  • Loading branch information
nodew committed May 3, 2024
1 parent 5d30db5 commit 345c225
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PocketClient.Desktop/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<Identity
Name="51617AD91681C.PocketforWindows"
Publisher="CN=49D5850C-0DAE-44D6-A062-D909A189CEDB"
Version="1.5.1.0" />
Version="2.0.0.0" />

<Properties>
<DisplayName>Nuts - Save &amp; Read</DisplayName>
Expand Down
6 changes: 5 additions & 1 deletion PocketClient.Desktop/PocketClient.Desktop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@
<ApplicationManifest>app.manifest</ApplicationManifest>
<Platforms>x86;x64;arm64</Platforms>
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
<PublishProfile>Properties\PublishProfiles\win10-$(Platform).pubxml</PublishProfile>
<PublishProfile>Properties\PublishProfiles\win-$(Platform).pubxml</PublishProfile>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<UseWinUI>true</UseWinUI>
<EnableMsixTooling>true</EnableMsixTooling>
<PublishReadyToRun>True</PublishReadyToRun>
<PublishTrimmed>True</PublishTrimmed>
<WindowsAppSDKSelfContained>true</WindowsAppSDKSelfContained>
<GenerateTemporaryStoreCertificate>True</GenerateTemporaryStoreCertificate>
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
Expand All @@ -21,6 +23,8 @@
<GenerateTestArtifacts>True</GenerateTestArtifacts>
<AppxBundle>Always</AppxBundle>
<AppxBundlePlatforms>x86|x64|arm64</AppxBundlePlatforms>
<AppxPackageSigningEnabled>False</AppxPackageSigningEnabled>
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
</PropertyGroup>
<ItemGroup>
<None Remove="UserControls\ListDetailsView\ListDetailsView.xaml" />
Expand Down

0 comments on commit 345c225

Please sign in to comment.