diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 9417c2e..f3928ae 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,9 +1,4 @@ -#### 1.0.4 November 26 2019 #### +#### 1.0.5 January 30 2020 #### -Second and final attempt at fixing issue: [only one of the three templates in `Petabridge.Templates` being accessible during `dotnet new`](https://github.com/petabridge/petabridge-dotnet-new/issues/127). - -You can now use the following three templates: - -* `dotnet new pb-lib` - creates a .NET Standard 2.0 library with a corresponding unit test project, documentation, and build system. -* `dotnet new pb-akka-cluster` - creates a headless .NET Core 3.0 service that includes full [Akka.NET](https://getakka.net/) clustering support, Docker support, documentation, and build systems. -* `dotnet new pb-akka-web` - does the same as `pb-akka-cluster`, but hosts [Akka.NET](https://getakka.net/) inside an ASP.NET Core 3.0 simple web application. +- Upgraded dependencies of all templates +- Added SourceLink and NuGet symbol package support to `pb-lib` \ No newline at end of file