Skip to content

Commit fde7399

Browse files
committed
Bump assembly and nuspec versions to 2.0.0
1 parent 7cb0d22 commit fde7399

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build/F23.StringSimilarity.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>F23.StringSimilarity</id>
5-
<version>1.2.0</version>
5+
<version>2.0.0</version>
66
<title>StringSimilarity.NET</title>
77
<authors>James Blair</authors>
88
<owners>feature[23]</owners>

src/F23.StringSimilarity/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.2.0.0")]
36-
[assembly: AssemblyFileVersion("1.2.0.0")]
35+
[assembly: AssemblyVersion("2.0.0.0")]
36+
[assembly: AssemblyFileVersion("2.0.0.0")]
3737

3838
[assembly: InternalsVisibleTo("F23.StringSimilarity.Tests")]

test/F23.StringSimilarity.Tests/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("1.2.0.0")]
35-
[assembly: AssemblyFileVersion("1.2.0.0")]
34+
[assembly: AssemblyVersion("2.0.0.0")]
35+
[assembly: AssemblyFileVersion("2.0.0.0")]

0 commit comments

Comments
 (0)