Skip to content

Commit

Permalink
Update package version.
Browse files Browse the repository at this point in the history
  • Loading branch information
MouriNaruto committed Nov 29, 2024
1 parent fbbb1be commit 12ff711
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.3.$([System.DateTime]::Today.Subtract($([System.DateTime]::Parse('2021-09-12'))).TotalDays).0</Version>
<Version>2.5.$([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.Native/Mile.Xaml.Native.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<MileProjectLegalCopyright>© Project Mile. All rights reserved.</MileProjectLegalCopyright>
<MileProjectOriginalFilename>Mile.Xaml.Native.dll</MileProjectOriginalFilename>
<MileProjectProductName>Mile.Xaml</MileProjectProductName>
<MileProjectVersion>2.3.$([System.DateTime]::Today.Subtract($([System.DateTime]::Parse('2021-09-12'))).TotalDays).0</MileProjectVersion>
<MileProjectVersion>2.5.$([System.DateTime]::Today.Subtract($([System.DateTime]::Parse('2021-09-12'))).TotalDays).0</MileProjectVersion>
<!-- <MileProjectVersionTag Condition="false">Alpha 1</MileProjectVersionTag> -->
</PropertyGroup>
<Import Sdk="Mile.Project.Configurations" Version="1.0.1426" Project="Mile.Project.Platform.x86.props" />
Expand Down
2 changes: 1 addition & 1 deletion Mile.Xaml/Mile.Xaml.proj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<OutputFileNamesWithoutVersion>true</OutputFileNamesWithoutVersion>
<PackageOutputPath>$(MileProjectOutputPath)</PackageOutputPath>
<Version>2.3.$([System.DateTime]::Today.Subtract($([System.DateTime]::Parse('2021-09-12'))).TotalDays).0</Version>
<Version>2.5.$([System.DateTime]::Today.Subtract($([System.DateTime]::Parse('2021-09-12'))).TotalDays).0</Version>
<NuspecProperties>version=$(Version);</NuspecProperties>
<NuspecFile>Mile.Xaml.nuspec</NuspecFile>
</PropertyGroup>
Expand Down

0 comments on commit 12ff711

Please sign in to comment.