diff --git a/LICENSE b/LICENSE index a616ed18..2752cf45 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,7 @@ The MIT License (MIT) Copyright (c) .NET Foundation and Contributors +Copyright (c) Andre Hofmeister All rights reserved. diff --git a/README.md b/README.md index f3e29fc2..052881d0 100644 --- a/README.md +++ b/README.md @@ -23,14 +23,14 @@ or non-breaking feature additions. ## Installation -[![NuGet latest release](https://img.shields.io/nuget/v/Docker.DotNet.svg)](https://www.nuget.org/packages/Docker.DotNet) +[![NuGet latest release](https://img.shields.io/nuget/v/Docker.DotNet.Enhanced.svg)](https://www.nuget.org/packages/Docker.DotNet.Enhanced) You can add this library to your project using [NuGet][nuget]. **Package Manager Console** Run the following command in the “Package Manager Console”: -> PM> Install-Package Docker.DotNet +> PM> Install-Package Docker.DotNet.Enhanced **Visual Studio** Right click to your project in Visual Studio, choose “Manage NuGet Packages” and search for ‘Docker.DotNet’ and click ‘Install’. @@ -39,15 +39,11 @@ Right click to your project in Visual Studio, choose “Manage NuGet Packages” **.NET Core Command Line Interface** Run the following command from your favorite shell or terminal: -> dotnet add package Docker.DotNet +> dotnet add package Docker.DotNet.Enhanced **Development Builds** -![](https://ci.appveyor.com/api/projects/status/github/Microsoft/Docker.DotNet?branch=master&svg=true) - -If you intend to use development builds of Docker.DotNet and don't want to compile the code yourself you can add the package source below to Visual Studio or your Nuget.Config. - -> https://ci.appveyor.com/nuget/docker-dotnet-hojfmn6hoed7 +[![CI](https://github.com/testcontainers/Docker.DotNet/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/testcontainers/Docker.DotNet/actions/workflows/ci.yml) ## Usage @@ -282,10 +278,11 @@ Docker.DotNet is licensed under the [MIT](LICENSE) license. --------------- Copyright (c) .NET Foundation and Contributors +Copyright (c) Andre Hofmeister [docker-remote-api]: https://docs.docker.com/engine/reference/api/docker_remote_api/ [docker-tls]: https://docs.docker.com/articles/https/ [nuget]: http://www.nuget.org -[nuget-gallery]: https://www.nuget.org/packages/Docker.DotNet/ -[Docker.DotNet.X509]: https://www.nuget.org/packages/Docker.DotNet.X509/ -[Docker.DotNet.BasicAuth]: https://www.nuget.org/packages/Docker.DotNet.BasicAuth/ +[nuget-gallery]: https://www.nuget.org/packages/Docker.DotNet.Enhanced/ +[Docker.DotNet.X509]: https://www.nuget.org/packages/Docker.DotNet.Enhanced.X509/ +[Docker.DotNet.BasicAuth]: https://www.nuget.org/packages/Docker.DotNet.Enhanced.BasicAuth/ diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 7a0e7a11..a9c572ad 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -5,17 +5,17 @@ true net8.0;net9.0;netstandard2.0;netstandard2.1 - https://camo.githubusercontent.com/fa6d5c12609ed8a3ba1163b96f9e9979b8f59b0d/687474703a2f2f7765732e696f2f566663732f636f6e74656e74 - Copyright (c) .NET Foundation and Contributors + Copyright (c) .NET Foundation and Contributors; Andre Hofmeister Docker Container C# .NET git - https://github.com/dotnet/Docker.DotNet/ + https://github.com/testcontainers/Docker.DotNet/ true true true $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb MIT icon.png + https://github.com/testcontainers/Docker.DotNet/raw/main/icon.png