Skip to content

Commit

Permalink
Bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
craigfowler committed Aug 21, 2020
1 parent f85ef48 commit c9b3665
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CSF.Security.Tests/CSF.Security.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
<ReleaseVersion>2.0.2</ReleaseVersion>
<ReleaseVersion>2.1.0</ReleaseVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion CSF.Security.sln
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,6 @@ Global
$29.scope = text/x-csharp
$0.CSharpFormattingPolicy = $30
$30.scope = text/x-csharp
version = 2.0.2
version = 2.1.0
EndGlobalSection
EndGlobal
2 changes: 1 addition & 1 deletion CSF.Security/CSF.Security.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<PackageId>CSF.Security</PackageId>
<Authors>craigfowler</Authors>
<Description>A miniature library providing types related to implementing password-based authentication systems.</Description>
<ReleaseVersion>2.0.2</ReleaseVersion>
<ReleaseVersion>2.1.0</ReleaseVersion>
<Version>$(ReleaseVersion)</Version>
<PackageVersion>$(ReleaseVersion)</PackageVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down

0 comments on commit c9b3665

Please sign in to comment.