Skip to content

Commit d2b3aa1

Browse files
committed
bump version numbers
1 parent db2abde commit d2b3aa1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

coverlet.msbuild.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>coverlet.msbuild</id>
5-
<version>2.1.0</version>
5+
<version>2.1.1</version>
66
<title>coverlet.msbuild</title>
77
<authors>tonerdo</authors>
88
<owners>tonerdo</owners>

src/coverlet.console/coverlet.console.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<PackAsTool>true</PackAsTool>
88
<AssemblyTitle>coverlet.console</AssemblyTitle>
99
<AssemblyVersion>1.0.0</AssemblyVersion>
10-
<AssemblyDescription>Coverlet is a cross platform code coverage library for .NET Core, with support for line, branch and method coverage.</AssemblyDescription>
10+
<AssemblyDescription>Coverlet is a cross platform code coverage tool for .NET Core, with support for line, branch and method coverage.</AssemblyDescription>
1111
<Authors>tonerdo</Authors>
1212
<PackageId>$(AssemblyTitle)</PackageId>
1313
<PackageTitle>$(AssemblyTitle)</PackageTitle>

0 commit comments

Comments
 (0)