File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
2-
1+ <Project Sdk =" Microsoft.NET.Sdk" >
32 <PropertyGroup >
43 <TargetFrameworks >netstandard2.0</TargetFrameworks >
54 <PackageId >F23.StringSimilarity</PackageId >
6- <PackageVersion >5.0.0</PackageVersion >
75 <PackageTags >string;similarity;distance;levenshtein;jaro-winkler;lcs;cosine</PackageTags >
86 <Title >StringSimilarity.NET</Title >
97 <Authors >James Blair, Paul Irwin</Authors >
1816 <PublishRepositoryUrl >true</PublishRepositoryUrl >
1917 <IncludeSymbols >true</IncludeSymbols >
2018 <SymbolPackageFormat >snupkg</SymbolPackageFormat >
19+ <Version >5.1.0</Version >
2120 </PropertyGroup >
22-
2321 <ItemGroup >
2422 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" PrivateAssets =" All" />
2523 <PackageReference Include =" System.Memory" Version =" 4.5.4" />
2624 </ItemGroup >
27-
2825 <ItemGroup >
2926 <None Include =" logo.png" Pack =" true" PackagePath =" \" />
3027 </ItemGroup >
31-
3228 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
3329 <DocumentationFile >bin\Release\netstandard2.0\F23.StringSimilarity.xml</DocumentationFile >
3430 </PropertyGroup >
35-
3631</Project >
You can’t perform that action at this time.
0 commit comments