Skip to content

Commit 0ac052a

Browse files
committed
nuget: 1.1.0 manifest
1 parent 66c431c commit 0ac052a

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

NuGet/Docker.DotNet.1.1.0.nuspec

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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.0</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>
13+
<description>This library allows you to use Docker Remote API programmatically in your .NET applications.
14+
15+
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.
16+
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+
</dependencies>
24+
</metadata>
25+
<files>
26+
<file src="..\Docker.DotNet\bin\Release\Docker.DotNet.dll" target="lib\portable-net45+sl5+wp8+win8\Docker.DotNet.dll" />
27+
</files>
28+
</package>

0 commit comments

Comments
 (0)