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
1515It 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 >
0 commit comments