Skip to content

Commit 553a710

Browse files
committed
πŸ“ Chore: ζ–°ηš„η‰ˆζœ¬ε·θ§„εˆ™
1 parent f0bd5cc commit 553a710

1 file changed

Lines changed: 29 additions & 27 deletions

File tree

Lines changed: 29 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,34 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

3-
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
5-
<ImplicitUsings>enable</ImplicitUsings>
6-
<Nullable>enable</Nullable>
7-
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
8-
<Authors>Dynesshely</Authors>
9-
<Company>Catrol</Company>
10-
<Description>An Interop Library for Algorithm</Description>
11-
<Copyright>Copyright Β© Catrol 2022-present. All Rights Reserved.</Copyright>
12-
<PackageProjectUrl>https://github.com/Crequency/Algorithm</PackageProjectUrl>
13-
<PackageIcon>icon.png</PackageIcon>
14-
<RepositoryUrl>https://github.com/Crequency/Algorithm</RepositoryUrl>
15-
<RepositoryType>git</RepositoryType>
16-
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
17-
<PackageLicenseExpression>AGPL-3.0-only</PackageLicenseExpression>
18-
<PackageId>Catrol.$(AssemblyName)</PackageId>
19-
<SignAssembly>False</SignAssembly>
20-
<AssemblyVersion>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))))</AssemblyVersion>
21-
<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>
22-
<Version>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))))</Version>
23-
</PropertyGroup>
3+
<PropertyGroup>
4+
<TargetFramework>net6.0</TargetFramework>
5+
<ImplicitUsings>enable</ImplicitUsings>
6+
<Nullable>enable</Nullable>
7+
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
8+
<Authors>Dynesshely</Authors>
9+
<Company>Catrol</Company>
10+
<Description>An Interop Library for Algorithm</Description>
11+
<Copyright>Copyright Β© Catrol 2022-present. All Rights Reserved.</Copyright>
12+
<PackageProjectUrl>https://github.com/Crequency/Algorithm</PackageProjectUrl>
13+
<PackageIcon>icon.png</PackageIcon>
14+
<RepositoryUrl>https://github.com/Crequency/Algorithm</RepositoryUrl>
15+
<RepositoryType>git</RepositoryType>
16+
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
17+
<PackageLicenseExpression>AGPL-3.0-only</PackageLicenseExpression>
18+
<PackageId>Catrol.$(AssemblyName)</PackageId>
19+
<SignAssembly>False</SignAssembly>
2420

25-
<ItemGroup>
26-
<None Update="icon.png">
27-
<Pack>True</Pack>
28-
<PackagePath>\</PackagePath>
29-
</None>
30-
</ItemGroup>
21+
<AssemblyVersion>$(Version)</AssemblyVersion>
22+
<FileVersion>$(Version)</FileVersion>
23+
<Version>1.1.$([System.DateTime]::UtcNow.Date.Subtract($([System.DateTime]::Parse("2005-07-16"))).TotalDays).$([System.Math]::Floor($([System.DateTime]::UtcNow.TimeOfDay.TotalMinutes)))</Version>
24+
25+
</PropertyGroup>
26+
27+
<ItemGroup>
28+
<None Update="icon.png">
29+
<Pack>True</Pack>
30+
<PackagePath>\</PackagePath>
31+
</None>
32+
</ItemGroup>
3133

3234
</Project>

0 commit comments

Comments
Β (0)