Skip to content

Commit

Permalink
Merge branch 'release/v0.5.2.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiru Srikantha committed May 28, 2015
2 parents 3a9c0ea + a94fed0 commit aae160a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Consul/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
// 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("0.5.2.6")]
[assembly: AssemblyFileVersion("0.5.2.6")]
[assembly: AssemblyVersion("0.5.2.7")]
[assembly: AssemblyFileVersion("0.5.2.7")]
[assembly: InternalsVisibleTo("Consul.Test")]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ using Consul;
Write a function to talk to the KV store:

```csharp
public string HelloConsul()
public static string HelloConsul()
{
var client = new Client();

Expand Down

0 comments on commit aae160a

Please sign in to comment.