Skip to content

Commit

Permalink
Version 3.4.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
shayhatsor committed Jun 17, 2016
1 parent e64ccb5 commit b520efd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/csharp/src/ZooKeeperNetEx.Recipes/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "Apache ZooKeeper .NET async Recipes",
"version": "3.4.8.3",
"version": "3.4.8.4",
"description": ".NET async Distributed recipes for ZooKeeper: Queue, Lock and Leader Election.",
"authors": [ "Shay Hazor" ],
"packOptions": {
Expand Down Expand Up @@ -33,6 +33,6 @@
}
},
"dependencies": {
"ZooKeeperNetEx": "3.4.8.3"
"ZooKeeperNetEx": "3.4.8.4"
}
}
2 changes: 1 addition & 1 deletion src/csharp/src/ZooKeeperNetEx/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "Apache ZooKeeper .NET async Client",
"version": "3.4.8.3",
"version": "3.4.8.4",
"description": "A .NET async Client fully compliant with ZooKeeper, supporting all features. Fully Task-based Asynchronous (async/await). A great measure has been taken to follow the logic of the official Java client, including all relevant unit tests. In fact, the code is almost identical. Thus allowing easy evolution alongside the Java version.",
"authors": [ "Shay Hazor" ],
"packOptions": {
Expand Down
2 changes: 1 addition & 1 deletion src/csharp/test/ZooKeeperNetEx.Recipes.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"dependencies": {
"ZooKeeperNetEx.Tests": "1.0.0.0",
"ZooKeeperNetEx.Recipes": "3.4.8.3"
"ZooKeeperNetEx.Recipes": "3.4.8.4"
},
"frameworks": {
"netcoreapp1.0": {
Expand Down
2 changes: 1 addition & 1 deletion src/csharp/test/ZooKeeperNetEx.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"warningsAsErrors": true
},
"dependencies": {
"ZooKeeperNetEx": "3.4.8.3",
"ZooKeeperNetEx": "3.4.8.4",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"Newtonsoft.Json": "*",
"xunit": "2.1.0"
Expand Down

0 comments on commit b520efd

Please sign in to comment.