Skip to content

Commit

Permalink
Release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
WXRIW committed Jul 13, 2024
1 parent bbae10c commit 1b78ca0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Ink Canvas Packaging/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Identity
Name="63265WXRIW.9875F4656CA2"
Publisher="CN=FD2EEB64-9B3F-4B12-B833-80497D4F956C"
Version="3.7.2.0" />
Version="4.0.0.0" />

<Properties>
<DisplayName>Ink Canvas</DisplayName>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
<AppxBundlePlatforms>arm64</AppxBundlePlatforms>
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
<EntryPointProjectUniqueName>..\Ink Canvas\Ink Canvas.csproj</EntryPointProjectUniqueName>
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<DefaultLanguage>zh-cn</DefaultLanguage>
Expand Down
2 changes: 1 addition & 1 deletion Ink Canvas for ARM Packaging/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Identity
Name="63265WXRIW.InkCanvasforARM"
Publisher="CN=FD2EEB64-9B3F-4B12-B833-80497D4F956C"
Version="3.7.2.0" />
Version="4.0.0.0" />

<Properties>
<DisplayName>Ink Canvas for ARM</DisplayName>
Expand Down
4 changes: 2 additions & 2 deletions Ink Canvas/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.7.2.0")]
[assembly: AssemblyFileVersion("3.7.2.0")]
[assembly: AssemblyVersion("4.0.0.0")]
[assembly: AssemblyFileVersion("4.0.0.0")]

0 comments on commit 1b78ca0

Please sign in to comment.