-
Notifications
You must be signed in to change notification settings - Fork 384
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters