Skip to content

Commit

Permalink
Bump version to 1.6.1.1 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgiannuzzi authored Jun 8, 2020
1 parent cbf389e commit 7b1e2af
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.6.1.1
* Fix issue #9 preventing use of the library with .NET Framework

## Forked from PlayFab Inc by G-Research (1.6.1)
* Upgrade to .NET 4.6.1 and .NET Core 2.0
* Add missing code documentation
Expand Down
2 changes: 1 addition & 1 deletion Consul/Consul.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<VersionPrefix>1.6.1</VersionPrefix>
<VersionPrefix>1.6.1.1</VersionPrefix>
<TargetFrameworks Condition="'$(OS)' == 'Windows_NT'">netstandard2.0;net461</TargetFrameworks>
<TargetFrameworks Condition="'$(OS)' == 'Unix'">netstandard2.0</TargetFrameworks>
<AssemblyName>Consul</AssemblyName>
Expand Down
4 changes: 2 additions & 2 deletions Consul/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.6.1")]
[assembly: AssemblyFileVersion("1.6.1")]
[assembly: AssemblyVersion("1.6.1.1")]
[assembly: AssemblyFileVersion("1.6.1.1")]
[assembly: InternalsVisibleTo("Consul.Test, PublicKey=" +
"002400000480000094000000060200000024000052534131000400000100010045f6337bf03a95" +
"218f1e0b4e70bb91f8ee49fcb58593d78c1008ee646cfcf785ea60bd0b1dde6f5f92ead738e2bd" +
Expand Down

0 comments on commit 7b1e2af

Please sign in to comment.