Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
kingcean committed Feb 18, 2024
1 parent 146257f commit 8a042ae
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Common.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Product>Trivial</Product>
<Authors>Kingcean Tuan</Authors>
<Company>Nanchang Jinchen Software Co., Ltd.</Company>
<Version>7.2.0-preview2</Version>
<Version>7.2.0</Version>
<AssemblyVersion>7.2.0.0</AssemblyVersion>
<FileVersion>7.2.0.0</FileVersion>
<Copyright>Copyright (c) 2018 Kingcean Tuan.</Copyright>
Expand Down
4 changes: 2 additions & 2 deletions Common/Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<Import Project="..\Common.props" />

<PropertyGroup>
<TargetFrameworks>net7.0-windows10.0.17763.0;net7.0-windows10.0.19041.0;net7.0-windows10.0.22000.0;net6.0-windows10.0.17763.0;net6.0-windows10.0.19041.0;net6.0-windows10.0.22000.0</TargetFrameworks>
<TargetFrameworks>net8.0-windows10.0.17763.0;net8.0-windows10.0.19041.0;net8.0-windows10.0.22000.0;net7.0-windows10.0.17763.0;net7.0-windows10.0.19041.0;net7.0-windows10.0.22000.0;net6.0-windows10.0.17763.0;net6.0-windows10.0.19041.0;net6.0-windows10.0.22000.0</TargetFrameworks>
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
<AssemblyName>Trivial.WindowsKit</AssemblyName>
<RootNamespace>Trivial.UI</RootNamespace>
<PackageId>Trivial.WindowsKit</PackageId>
<RuntimeIdentifiers>win10-x86;win10-x64;win10-arm64</RuntimeIdentifiers>
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
<UseWinUI>true</UseWinUI>
<Description>Some advanced visual controls and utilities for Windows app.</Description>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand Down
6 changes: 3 additions & 3 deletions Demo/Demo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net7.0-windows10.0.19041.0</TargetFramework>
<TargetFramework>net8.0-windows10.0.19041.0</TargetFramework>
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
<AssemblyName>Trivial.WindowsKit.Demo</AssemblyName>
<PackageId>Trivial.WindowsKit.Demo</PackageId>
<RootNamespace>Trivial.Demo</RootNamespace>
<ApplicationManifest>app.manifest</ApplicationManifest>
<ApplicationIcon>..\Materials\WinKit.ico</ApplicationIcon>
<Platforms>x86;x64;arm64</Platforms>
<RuntimeIdentifiers>win10-x86;win10-x64;win10-arm64</RuntimeIdentifiers>
<PublishProfile>win10-$(Platform).pubxml</PublishProfile>
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
<PublishProfile>win-$(Platform).pubxml</PublishProfile>
<UseWinUI>true</UseWinUI>
<EnablePreviewMsixTooling>true</EnablePreviewMsixTooling>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions Demo/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Identity
Name="1e16946e-4ea1-45b2-9ee8-94793495fbdc"
Publisher="CN=Kingcean"
Version="6.3.0.0" />
Version="7.2.0.0" />

<Properties>
<DisplayName>Trivial WindowsKit Demo</DisplayName>
Expand All @@ -36,7 +36,7 @@
BackgroundColor="transparent"
Square150x150Logo="Assets\Square150x150Logo.png"
Square44x44Logo="Assets\Square44x44Logo.png">
<uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png" Square310x310Logo="Assets\Square310x310Logo.png">
<uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png" Square310x310Logo="Assets\Square310x310Logo.png">
<uap:ShowNameOnTiles>
<uap:ShowOn Tile="square310x310Logo"/>
</uap:ShowNameOnTiles>
Expand Down

0 comments on commit 8a042ae

Please sign in to comment.