You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/F23.StringSimilarity/F23.StringSimilarity.csproj
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,10 @@
3
3
<PropertyGroup>
4
4
<TargetFramework>netstandard1.0</TargetFramework>
5
5
<PackageId>F23.StringSimilarity</PackageId>
6
-
<PackageVersion>3.0.0</PackageVersion>
6
+
<PackageVersion>3.1.0</PackageVersion>
7
7
<Title>StringSimilarity.NET</Title>
8
8
<Authors>James Blair, Paul Irwin</Authors>
9
-
<Copyright>Copyright 2016 feature[23]</Copyright>
9
+
<Copyright>Copyright 2018 feature[23]</Copyright>
10
10
<Description>A .NET port of java-string-similarity.</Description>
11
11
<Summary>A .NET port of java-string-similarity (https://github.com/tdebatty/java-string-similarity). A library implementing different string similarity and distance measures. Several algorithms (including Levenshtein edit distance and sibblings, Jaro-Winkler, Longest Common Subsequence, cosine similarity etc.) are currently implemented.</Summary>
0 commit comments