From 7a046d490a5ca5e4beb434f08cc63606e3ccef9f Mon Sep 17 00:00:00 2001 From: Ahmet Alp Balkan Date: Thu, 9 Oct 2014 21:59:38 -0700 Subject: [PATCH] v.1.1.1 readme update and nuspec --- NuGet/Docker.DotNet.1.1.1.nuspec | 28 ++++++++++++++++++++++++++++ README.md | 10 ++++++++++ 2 files changed, 38 insertions(+) create mode 100644 NuGet/Docker.DotNet.1.1.1.nuspec diff --git a/NuGet/Docker.DotNet.1.1.1.nuspec b/NuGet/Docker.DotNet.1.1.1.nuspec new file mode 100644 index 000000000..f10907623 --- /dev/null +++ b/NuGet/Docker.DotNet.1.1.1.nuspec @@ -0,0 +1,28 @@ + + + + Docker.DotNet + 1.1.1 + Docker.DotNet + Ahmet Alp Balkan + ahmetalpbalkan + https://github.com/ahmetalpbalkan/Docker.DotNet/blob/master/LICENSE + https://github.com/ahmetalpbalkan/Docker.DotNet/ + https://camo.githubusercontent.com/fa6d5c12609ed8a3ba1163b96f9e9979b8f59b0d/687474703a2f2f7765732e696f2f566663732f636f6e74656e74 + false + This library allows you to use Docker Remote API programmatically in your .NET applications. + +It is portable (PCL), fully asynchronous, non-blocking and object-oriented way to interact with your Docker daemon programmatically. As of this release, it supports Docker Remote API v1.14. + +★ Documentation: https://github.com/ahmetalpbalkan/Docker.DotNet + .NET Client Library for Docker Remote API. + + + + + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index a035459c8..3867cb659 100644 --- a/README.md +++ b/README.md @@ -160,6 +160,16 @@ Backwards compatibility is not tested and therefore not guaranteed. ## Changes ``` + +v1.1.1 +====== ++ Bugfix: infinite timeout for stream requests lost in PCL translation ++ New: support to specify a container name in CreateContainerAsync + +Acknowledgemnets +- @jgarverick for implementing container name support +- Iouri Simernitski (@pefferie) for bug report + v1.1.0 ====== + PCL support