Skip to content

Commit

Permalink
added v1.0.5 release notes (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb authored Jan 30, 2020
1 parent 1fb4068 commit 44375e2
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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`

0 comments on commit 44375e2

Please sign in to comment.