Skip to content

Commit

Permalink
+ prev commit
Browse files Browse the repository at this point in the history
  • Loading branch information
wj committed Jan 10, 2016
1 parent 8faea40 commit 92b0321
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions EtcdNet/EtcdNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@
<Compile Include="IJsonDeserializer.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="EtcdNet.nuspec" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
2 changes: 1 addition & 1 deletion EtcdNet/EtcdNet.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>etcdnet</id>
<version>1.0.0.3</version>
<version>1.1.4.1</version>
<authors>Jerry.Wang</authors>
<owners>Jerry.Wang</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
Expand Down
2 changes: 1 addition & 1 deletion EtcdNet/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// 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.1.4.0")]
[assembly: AssemblyVersion("1.1.4.1")]

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# EtcdNet


EtcdNet is a .NET client library to access [etcd](https://github.com/coreos/etcd), which is a distributed, consistent key-value store for shared configuration and service discovery.
EtcdNet is a .NET client library to access [etcd](https://github.com/coreos/etcd) (protocol V2), which is a distributed, consistent key-value store for shared configuration and service discovery.

* Provides API for all key space operations
* Support authentication & client-certificate
Expand Down

0 comments on commit 92b0321

Please sign in to comment.