Docker.DotNet
Advanced tools
Sorry, the diff of this file is not supported yet
+19
-20
@@ -1,24 +0,23 @@ | ||
| <?xml version="1.0"?> | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd"> | ||
| <metadata> | ||
| <id>Docker.DotNet</id> | ||
| <version>1.0-beta</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. | ||
| <metadata> | ||
| <id>Docker.DotNet</id> | ||
| <version>0.9.0-beta</version> | ||
| <title>Docker.DotNet</title> | ||
| <authors>ahmetalpbalkan</authors> | ||
| <licenseUrl>https://github.com/ahmetalpbalkan/Docker.DotNet/blob/dev/LICENSE</licenseUrl> | ||
| <projectUrl>https://github.com/ahmetalpbalkan/Docker.DotNet/</projectUrl> | ||
| <requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
| <description>This library allows you to use Docker Remote API programmatically in your .NET applications. | ||
| It is 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. | ||
| It is fully asynchronous, non-blocking and object-oriented way to interact with your Docker daemon programmatically. At the time of writing, it supports Docker Remote API v1.14. | ||
| Documentation: https://github.com/ahmetalpbalkan/Docker.DotNet</description> | ||
| <summary>.NET Client Library for Docker Remote API.</summary> | ||
| <dependencies> | ||
| <dependency id="Newtonsoft.Json" version="6.0.4" /> | ||
| <dependency id="Microsoft.Net.Http" version="2.2.28" /> | ||
| </dependencies> | ||
| </metadata> | ||
| **Read the project page for extended documentation.**</description> | ||
| <summary>.NET Client Library for Docker Remote API</summary> | ||
| <copyright>https://github.com/ahmetalpbalkan/Docker.DotNet/blob/dev/LICENSE</copyright> | ||
| <dependencies> | ||
| <dependency id="Newtonsoft.Json" version="6.0.4" /> | ||
| <dependency id="Microsoft.Net.Http" version="2.2.28" /> | ||
| </dependencies> | ||
| </metadata> | ||
| </package> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet