Skip to content

Commit f907a3c

Browse files
authored
Bump version to 5.0.1 and add license expression
Signed-off-by: Xen <lordofxen@deskasoft.com>
1 parent 4ca08d6 commit f907a3c

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

HashifyNet/HashifyNet.csproj

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;net8.0</TargetFrameworks>
@@ -94,9 +94,8 @@
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>
@@ -109,9 +108,8 @@
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-

0 commit comments

Comments
 (0)