diff --git a/docs/ReleaseNotes/v0.1.8.md b/docs/ReleaseNotes/v0.1.8.md new file mode 100644 index 00000000..334896cc --- /dev/null +++ b/docs/ReleaseNotes/v0.1.8.md @@ -0,0 +1,6 @@ +# Microsoft.NET.Build.Containers v0.1.8 + +This is the initial public release of the .NET SDK containerization feature. It allows for +simple containerization of Web SDK projects that are pushed to a local Docker daemon. + +To learn more, see our [Getting Started](http://github.com/dotnet/sdk-container-builds/blob/main/docs/GettingStarted.md) docs. diff --git a/docs/ReleaseNotes/v0.2.0.md b/docs/ReleaseNotes/v0.2.0.md new file mode 100644 index 00000000..994a82ee --- /dev/null +++ b/docs/ReleaseNotes/v0.2.0.md @@ -0,0 +1,9 @@ +# Microsoft.NET.Build.Containers v0.2.0 + +This is the second public release of the .NET SDK containerization feature. This version brings support for + +* [authentication to registries](http://github.com/dotnet/sdk-container-builds/blob/main/docs/RegistryAuthentication.md) +* support for publishing inside Visual Studio +* [more ways to customize your generated containers](http://github.com/dotnet/sdk-container-builds/blob/main/docs/ContainerCustomization.md) + +To start containerizing your projects, see our [Getting Started](http://github.com/dotnet/sdk-container-builds/blob/main/docs/GettingStarted.md) docs. diff --git a/packaging/package.csproj b/packaging/package.csproj index 75caeaad..8a4bd3e8 100644 --- a/packaging/package.csproj +++ b/packaging/package.csproj @@ -34,6 +34,13 @@ + + + ../docs/ReleaseNotes/v0.2.0.md + $([System.IO.File]::ReadAllText($(PackageReleaseNotesFile))) + + +