From 44375e2fcb5d563eeae214e63e19cdcd89ec5766 Mon Sep 17 00:00:00 2001 From: Aaron Stannard Date: Thu, 30 Jan 2020 08:20:29 -0600 Subject: [PATCH] added v1.0.5 release notes (#160) --- RELEASE_NOTES.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) 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