Skip to content

Commit

Permalink
Including Documentation?
Browse files Browse the repository at this point in the history
  • Loading branch information
DanHarltey committed Jun 14, 2024
1 parent b0b66d1 commit e013d19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Fastenshtein/Fastenshtein.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@
<AssemblyVersion>1.0.0.10</AssemblyVersion>
<FileVersion>1.0.0.10</FileVersion>
<Version>1.0.0.10</Version>
<PackageReleaseNotes>Adding .Net 8 support, AOT support, nullable reference types, deterministic build, SourceLink and symbols package</PackageReleaseNotes>
<PackageReleaseNotes>Good performance improvement in the DistanceFrom method.</PackageReleaseNotes>
<PackageTags>Levenshtein Distance;String;Fuzzy Matching;Search;netstandard;</PackageTags>
<PackageReadmeFile>nuget-readme.md</PackageReadmeFile>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit e013d19

Please sign in to comment.