Skip to content

Commit 26bce5e

Browse files
committed
🎇 Style: ...
1 parent 0e4937e commit 26bce5e

1 file changed

Lines changed: 27 additions & 27 deletions

File tree

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
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/Catrol-org/Algorithm</PackageProjectUrl>
13-
<PackageIcon>icon.png</PackageIcon>
14-
<RepositoryUrl>https://github.com/Catrol-org/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/Catrol-org/Algorithm</PackageProjectUrl>
13+
<PackageIcon>icon.png</PackageIcon>
14+
<RepositoryUrl>https://github.com/Catrol-org/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>
2424

25-
<ItemGroup>
26-
<None Update="icon.png">
27-
<Pack>True</Pack>
28-
<PackagePath>\</PackagePath>
29-
</None>
30-
</ItemGroup>
25+
<ItemGroup>
26+
<None Update="icon.png">
27+
<Pack>True</Pack>
28+
<PackagePath>\</PackagePath>
29+
</None>
30+
</ItemGroup>
3131

3232
</Project>

0 commit comments

Comments
 (0)