Skip to content

Commit 382ca40

Browse files
committed
Bump version to 5.1.0
1 parent c3949ec commit 382ca40

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed
Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
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>
@@ -18,19 +16,16 @@
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>

0 commit comments

Comments
 (0)