Release v3.125.4
This release of Docker.DotNet contains many of the past couple of years fixes and improvements.
The v3.x.x track will keep supporting the current codebase. A new v4.x.x, which strictly follow SemVer, will be started with a new branch that we will start releasing previews until the code is stable and moved to master.
Breaking change
- The major change on this release is that it only target
netstandard2.0. So in order to use it, you need to have anetstandard2.0compatible TFM on your project.
Thank you all for the being patient. We hope to start having releases more often.