Skip to content

Commit

Permalink
bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
DanHarltey committed May 28, 2024
1 parent 5bc6fff commit b0b66d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Fastenshtein/Fastenshtein.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
<PackageProjectUrl>https://github.com/DanHarltey/Fastenshtein</PackageProjectUrl>
<RepositoryType>GIT</RepositoryType>
<RepositoryUrl>https://github.com/DanHarltey/Fastenshtein.git</RepositoryUrl>
<AssemblyVersion>1.0.0.9</AssemblyVersion>
<FileVersion>1.0.0.9</FileVersion>
<Version>1.0.0.9</Version>
<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>
<PackageTags>Levenshtein Distance;String;Fuzzy Matching;Search;netstandard;</PackageTags>
<PackageReadmeFile>nuget-readme.md</PackageReadmeFile>
Expand Down

0 comments on commit b0b66d1

Please sign in to comment.