You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Docker.DotNet.BasicAuth/Docker.DotNet.BasicAuth.csproj
+3-16Lines changed: 3 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -3,33 +3,20 @@
3
3
<IsPackable>true</IsPackable>
4
4
<PackageId>Docker.DotNet.BasicAuth</PackageId>
5
5
<Description>Docker.DotNet.BasicAuth is a library that allows you to use basic authentication with a remote Docker engine programmatically in your .NET applications.</Description>
Copy file name to clipboardExpand all lines: src/Docker.DotNet.X509/Docker.DotNet.X509.csproj
+3-19Lines changed: 3 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -3,35 +3,19 @@
3
3
<IsPackable>true</IsPackable>
4
4
<PackageId>Docker.DotNet.X509</PackageId>
5
5
<Description>Docker.DotNet.X509 is a library that allows you to use certificate authentication with a remote Docker engine programmatically in your .NET applications.</Description>
Copy file name to clipboardExpand all lines: src/Docker.DotNet/Docker.DotNet.csproj
+5-34Lines changed: 5 additions & 34 deletions
Original file line number
Diff line number
Diff line change
@@ -3,50 +3,21 @@
3
3
<IsPackable>true</IsPackable>
4
4
<PackageId>Docker.DotNet</PackageId>
5
5
<Description>Docker.DotNet is a library that allows you to interact with the Docker Remote API programmatically with fully asynchronous, non-blocking and object-oriented code in your .NET applications.</Description>
0 commit comments