Skip to content

Commit d23ec44

Browse files
committed
📝 Chore(Version): Standard Expression
1 parent f03e6fa commit d23ec44

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Algorithm.Interop/Algorithm.Interop.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
<PackageLicenseExpression>AGPL-3.0-only</PackageLicenseExpression>
1818
<PackageId>Catrol.$(AssemblyName)</PackageId>
1919
<SignAssembly>False</SignAssembly>
20-
<VersionPrefix>1.0.1</VersionPrefix>
20+
<FileVersion>1.0.$([System.DateTime]::UtcNow.Date.Subtract($([System.DateTime]::Parse("2005-07-16"))).TotalDays).$([System.Math]::Floor($([MSBuild]::Divide($([System.DateTime]::UtcNow.TimeOfDay.TotalSeconds), 1.32))))</FileVersion>
21+
<Version>1.0.$([System.DateTime]::UtcNow.Date.Subtract($([System.DateTime]::Parse("2005-07-16"))).TotalDays).$([System.DateTime]::UtcNow.ToString("mmss"))</Version>
2122
</PropertyGroup>
2223

2324
<ItemGroup>

0 commit comments

Comments
 (0)