Skip to content

Commit

Permalink
v.1.1.1 readme update and nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmetb committed Oct 10, 2014
1 parent 044ac99 commit 7a046d4
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
28 changes: 28 additions & 0 deletions NuGet/Docker.DotNet.1.1.1.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Docker.DotNet</id>
<version>1.1.1</version>
<title>Docker.DotNet</title>
<authors>Ahmet Alp Balkan</authors>
<owners>ahmetalpbalkan</owners>
<licenseUrl>https://github.com/ahmetalpbalkan/Docker.DotNet/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/ahmetalpbalkan/Docker.DotNet/</projectUrl>
<iconUrl>https://camo.githubusercontent.com/fa6d5c12609ed8a3ba1163b96f9e9979b8f59b0d/687474703a2f2f7765732e696f2f566663732f636f6e74656e74</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>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</description>
<summary>.NET Client Library for Docker Remote API.</summary>
<copyright />
<dependencies>
<dependency id="Newtonsoft.Json" version="6.0.4" />
<dependency id="Microsoft.Net.Http" version="2.2.28" />
</dependencies>
</metadata>
<files>
<file src="..\Docker.DotNet\bin\Release\Docker.DotNet.dll" target="lib\portable-net45+sl5+wp8+win8\Docker.DotNet.dll" />
</files>
</package>
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a046d4

Please sign in to comment.