Skip to content

Commit

Permalink
Update nuget file to LicenseExpression
Browse files Browse the repository at this point in the history
  • Loading branch information
DanHarltey committed May 14, 2024
1 parent 28864d6 commit b9cf4d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fastenshtein/Fastenshtein.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Authors>DanHartley</Authors>
<Description>One of the fastest Levenshtein distance packages on NuGet. Supports .NET Framework and .NET. Levenshtein calculates the shortest possible distance between two strings. Producing a count of the number of insertions, deletions and substitutions to make one string into another.</Description>
<Copyright>Copyright © 2017</Copyright>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/DanHarltey/Fastenshtein</PackageProjectUrl>
<RepositoryType>GIT</RepositoryType>
<RepositoryUrl>https://github.com/DanHarltey/Fastenshtein.git</RepositoryUrl>
Expand Down

0 comments on commit b9cf4d3

Please sign in to comment.