File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
44 <TargetFrameworks >netstandard2.0;net8.0</TargetFrameworks >
9494 <Company >Deskasoft International</Company >
9595 <Product >HashifyNET</Product >
9696 <Copyright >Copyright © Deskasoft International</Copyright >
97- <Version >5.0.0 </Version >
97+ <Version >5.0.1 </Version >
9898 <PackageTags >hashing;hash;algorithms;security;crypto;non-crypto;CLS-compliant;VB.NET;F#</PackageTags >
99- <PackageLicenseFile >LICENSE</PackageLicenseFile >
10099 <PackageRequireLicenseAcceptance >True</PackageRequireLicenseAcceptance >
101100 <EnableNETAnalyzers >False</EnableNETAnalyzers >
102101 <EnforceCodeStyleInBuild >False</EnforceCodeStyleInBuild >
109108 <PackageIcon >logo.png</PackageIcon >
110109 <AssemblyOriginatorKeyFile >..\HashifyNET.publickey</AssemblyOriginatorKeyFile >
111110 <AssemblyName >$(MSBuildProjectName.Replace("Net", "NET"))</AssemblyName >
111+ <Authors >$(Company)</Authors >
112+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
112113 </PropertyGroup >
113114
114115</Project >
115-
116-
117-
You can’t perform that action at this time.
0 commit comments