🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

Docker.DotNet

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docker.dotnet - nuget Package Compare versions

Comparing version
1.1.0-beta
to
1.0.0
lib/net45/Docker.DotNet.dll

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

+20
-21

@@ -1,25 +0,24 @@

<?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.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.
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Docker.DotNet</id>
<version>1.0</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.
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.
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>
<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>
</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

Sorry, the diff of this file is not supported yet