Skip to content

Commit 1577edb

Browse files
committed
Remove 1.1.2 in favor of 1.1.2.1
1 parent 3cf20e8 commit 1577edb

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed
Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
3-
<metadata>
4-
<id>Docker.DotNet</id>
5-
<version>1.1.2</version>
6-
<title>Docker.DotNet</title>
7-
<authors>Ahmet Alp Balkan</authors>
8-
<owners>ahmetalpbalkan</owners>
9-
<licenseUrl>https://github.com/ahmetalpbalkan/Docker.DotNet/blob/master/LICENSE</licenseUrl>
10-
<projectUrl>https://github.com/ahmetalpbalkan/Docker.DotNet/</projectUrl>
11-
<iconUrl>https://camo.githubusercontent.com/fa6d5c12609ed8a3ba1163b96f9e9979b8f59b0d/687474703a2f2f7765732e696f2f566663732f636f6e74656e74</iconUrl>
12-
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
3+
<metadata>
4+
<id>Docker.DotNet</id>
5+
<version>1.1.2.1</version>
6+
<title>Docker.DotNet</title>
7+
<authors>Ahmet Alp Balkan</authors>
8+
<owners>ahmetalpbalkan</owners>
9+
<licenseUrl>https://github.com/ahmetalpbalkan/Docker.DotNet/blob/master/LICENSE</licenseUrl>
10+
<projectUrl>https://github.com/ahmetalpbalkan/Docker.DotNet/</projectUrl>
11+
<iconUrl>https://camo.githubusercontent.com/fa6d5c12609ed8a3ba1163b96f9e9979b8f59b0d/687474703a2f2f7765732e696f2f566663732f636f6e74656e74</iconUrl>
12+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1313
<description>This library allows you to use Docker Remote API programmatically in your .NET applications.
1414

1515
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.
1616

17-
★ Documentation: https://github.com/ahmetalpbalkan/Docker.DotNet</description>
18-
<summary>.NET Client Library for Docker Remote API.</summary>
19-
<copyright />
20-
<dependencies>
21-
<dependency id="Newtonsoft.Json" version="6.0.4" />
22-
<dependency id="Microsoft.Net.Http" version="2.2.28" />
23-
<dependency id="Microsoft.Bcl.Async" version="1.0.168" />
24-
</dependencies>
25-
</metadata>
26-
<files>
27-
<file src="..\Docker.DotNet\bin\Release\Docker.DotNet.dll" target="lib\portable-net45+sl5+wp8+win8\Docker.DotNet.dll" />
28-
</files>
17+
★ Documentation: https://github.com/ahmetalpbalkan/Docker.DotNet</description>
18+
<summary>.NET Client Library for Docker Remote API.</summary>
19+
<copyright />
20+
<dependencies>
21+
<dependency id="Newtonsoft.Json" version="6.0.4" />
22+
<dependency id="Microsoft.Net.Http" version="2.2.28" />
23+
<dependency id="Microsoft.Bcl.Async" version="1.0.168" />
24+
</dependencies>
25+
</metadata>
26+
<files>
27+
<file src="..\Docker.DotNet\bin\Release\Docker.DotNet.dll" target="lib\portable-net45+sl5+wp8+win8\Docker.DotNet.dll" />
28+
</files>
2929
</package>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Backwards compatibility is not tested and therefore not guaranteed.
160160
## Changelog
161161

162162
```
163-
v1.1.2
163+
v1.1.2.1
164164
======
165165
+ Added support for Docker Remote API v1.16 (#19)
166166
+ Bugfix: add Microsoft.Bcl.Async dependency (#19)

0 commit comments

Comments
 (0)