Skip to content

Commit 572d457

Browse files
committed
Bump version number
1 parent 2438947 commit 572d457

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CSF.Specifications.Tests/CSF.Specifications.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netcoreapp2.2</TargetFramework>
55
<IsTestProject>true</IsTestProject>
6-
<ReleaseVersion>2.0.0</ReleaseVersion>
6+
<ReleaseVersion>2.1.0</ReleaseVersion>
77
<IsPackable>false</IsPackable>
88
</PropertyGroup>
99

CSF.Specifications.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,6 @@ Global
162162
$25.NamingStyle = PascalCase
163163
$25.IncludeInstanceMembers = True
164164
$25.IncludeStaticEntities = True
165-
version = 2.0.0
165+
version = 2.1.0
166166
EndGlobalSection
167167
EndGlobal

CSF.Specifications/CSF.Specifications.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<PackageId>CSF.Specifications</PackageId>
77
<Authors>craigfowler</Authors>
88
<Description>Types for working with predicate expressions, including the specification pattern.</Description>
9-
<ReleaseVersion>2.0.0</ReleaseVersion>
9+
<ReleaseVersion>2.1.0</ReleaseVersion>
1010
<Version>$(ReleaseVersion)</Version>
1111
<PackageVersion>$(ReleaseVersion)</PackageVersion>
1212
<PackageLicenseExpression>MIT</PackageLicenseExpression>

0 commit comments

Comments
 (0)