File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 <TargetFramework >netstandard2.1</TargetFramework >
66 <ImplicitUsings >disable</ImplicitUsings >
77 <Nullable >enable</Nullable >
8+ </PropertyGroup >
9+
10+ <PropertyGroup >
811 <GeneratePackageOnBuild >True</GeneratePackageOnBuild >
9- <EnableUnsafeBinaryFormatterSerialization >true</EnableUnsafeBinaryFormatterSerialization >
1012 <Authors >Dynesshely</Authors >
1113 <Company >Crequency</Company >
1214 <PackageLicenseExpression >AGPL-3.0-only</PackageLicenseExpression >
1618 <RepositoryUrl >https://github.com/Crequency/Common.BasicHelper/</RepositoryUrl >
1719 <Copyright >Copyright © Crequency 2022-present</Copyright >
1820 <PackageIcon >icon.png</PackageIcon >
21+ </PropertyGroup >
1922
23+ <PropertyGroup >
2024 <AssemblyVersion >$(Version)</AssemblyVersion >
2125 <FileVersion >$(Version)</FileVersion >
2226 <Version >1.2.$([System.DateTime]::UtcNow.Date.Subtract($([System.DateTime]::Parse("2005-06-06"))).TotalDays).$([System.Math]::Floor($([System.DateTime]::UtcNow.TimeOfDay.TotalMinutes)))</Version >
You can’t perform that action at this time.
0 commit comments