Skip to content

Commit

Permalink
Update NuGet package version.
Browse files Browse the repository at this point in the history
  • Loading branch information
MouriNaruto committed Aug 11, 2024
1 parent 32d0673 commit 641d953
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Mile.Xaml.Managed/Mile.Xaml.Managed.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Company>Project Mile</Company>
<Product>Mile.Xaml</Product>
<Copyright>© Project Mile. All rights reserved.</Copyright>
<Version>2.2.$([System.DateTime]::Today.Subtract($([System.DateTime]::Parse('2021-09-12'))).TotalDays).0</Version>
<Version>2.3.$([System.DateTime]::Today.Subtract($([System.DateTime]::Parse('2021-09-12'))).TotalDays).0</Version>
<UseWindowsForms>true</UseWindowsForms>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Nullable>disable</Nullable>
Expand Down
2 changes: 1 addition & 1 deletion Mile.Xaml.RefreshPackageVersion/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ static void Main(string[] args)
string VersionTag = "-preview";

string VersionString = string.Format(
"2.2.{0}.0{1}",
"2.3.{0}.0{1}",
DateTime.Today.Subtract(DateTime.Parse("2021-09-12")).TotalDays,
VersionTag);

Expand Down
2 changes: 1 addition & 1 deletion Mile.Xaml/Mile.Xaml.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Mile.Xaml</id>
<version>2.2.1017.0</version>
<version>2.3.1064.0</version>
<description>Provides the modern Windows style to Windows.UI.Xaml for desktop applications with XAML Islands.</description>
<authors>Kenji Mouri</authors>
<projectUrl>https://github.com/ProjectMile/Mile.Xaml</projectUrl>
Expand Down

0 comments on commit 641d953

Please sign in to comment.