Skip to content

Commit

Permalink
Merge branch 'release/2.0.2' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
craigfowler committed Apr 29, 2018
2 parents 01b2f00 + 9c43829 commit 050ce5c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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 @@ -9,7 +9,7 @@
<OutputType>Library</OutputType>
<RootNamespace>CSF.Security.Tests</RootNamespace>
<AssemblyName>CSF.Security.Tests</AssemblyName>
<ReleaseVersion>2.0.1</ReleaseVersion>
<ReleaseVersion>2.0.2</ReleaseVersion>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down
2 changes: 1 addition & 1 deletion CSF.Security.sln
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,6 @@ Global
$25.NamingStyle = PascalCase
$25.IncludeInstanceMembers = True
$25.IncludeStaticEntities = True
version = 2.0.1
version = 2.0.2
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 @@ -10,7 +10,7 @@
<RootNamespace>CSF.Security</RootNamespace>
<AssemblyName>CSF.Security</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<ReleaseVersion>2.0.1</ReleaseVersion>
<ReleaseVersion>2.0.2</ReleaseVersion>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\CSF-Software-OSS.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion CSF.Security/CSF.Security.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>CSF.Security</id>
<version>2.0.1</version>
<version>2.0.2</version>
<title>CSF.Security</title>
<authors>CSF Software Ltd</authors>
<licenseUrl>https://opensource.org/licenses/MIT</licenseUrl>
Expand Down
2 changes: 1 addition & 1 deletion CSF.Security/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@
[assembly: AssemblyConfiguration("Release")]
#endif

[assembly: AssemblyVersion("2.0.1")]
[assembly: AssemblyVersion("2.0.2")]

0 comments on commit 050ce5c

Please sign in to comment.