Skip to content

Commit

Permalink
version 3.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
shayhatsor committed Oct 7, 2016
1 parent b338f59 commit 529f0ae
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions src/csharp/src/ZooKeeperNetEx.Recipes/project.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"title": "Apache ZooKeeper .NET async Recipes",
"version": "3.4.8.5",
"version": "3.4.9",
"description": ".NET async Distributed recipes for ZooKeeper: Queue, Lock and Leader Election.",
"authors": [ "Shay Hazor" ],
"packOptions": {
"owners": [ "Shay Hazor" ],
"summary": ".NET async Recipes for ZooKeeper",
"releaseNotes": ".NET Core 1.0 RTM\nThis project is actively maintained at: https://github.com/shayhatsor/zookeeper \nPlease feel free to open an issue or ask a question there.",
"releaseNotes": "Performance improvements and IPv6 support.\nThis project is actively maintained at: https://github.com/shayhatsor/zookeeper \nPlease feel free to open an issue or ask a question there.",
"tags": [ "ZooKeeper", "Recipes", ".NET", "Lock", "Leader Election", "Queue" ],
"projectUrl": "https://github.com/shayhatsor/zookeeper",
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0",
Expand All @@ -33,6 +33,6 @@
}
},
"dependencies": {
"ZooKeeperNetEx": "3.4.8.5"
"ZooKeeperNetEx": "3.4.9"
}
}
4 changes: 2 additions & 2 deletions src/csharp/src/ZooKeeperNetEx/project.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"title": "Apache ZooKeeper .NET async Client",
"version": "3.4.8.5",
"version": "3.4.9",
"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": {
"owners": [ "Shay Hazor" ],
"summary": "A .NET async Client for ZooKeeper",
"releaseNotes": ".NET Core 1.0 RTM\nThis project is actively maintained at: https://github.com/shayhatsor/zookeeper \nPlease feel free to open an issue or ask a question there.\n\nKnown limitations:\nNo SASL support",
"releaseNotes": "Performance improvements and IPv6 support.\nThis project is actively maintained at: https://github.com/shayhatsor/zookeeper \nPlease feel free to open an issue or ask a question there.\n\nKnown limitations:\nNo SASL support",
"tags": [ "ZooKeeper", ".NET", "Client", "Async"],
"projectUrl": "https://github.com/shayhatsor/zookeeper",
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0",
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": "*",
"ZooKeeperNetEx.Recipes": "3.4.8.5"
"ZooKeeperNetEx.Recipes": "3.4.9"
},
"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 @@ -6,7 +6,7 @@
},
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1-*",
"ZooKeeperNetEx": "3.4.8.5",
"ZooKeeperNetEx": "3.4.9",
"Newtonsoft.Json": "*",
"xunit": "2.2.0-*",
"dotnet-test-xunit": "2.2.0-*"
Expand Down

0 comments on commit 529f0ae

Please sign in to comment.