diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index f3928ae..afcab08 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,4 +1,6 @@ -#### 1.0.5 January 30 2020 #### +#### 1.1.0 March 02 2020 #### -- Upgraded dependencies of all templates -- Added SourceLink and NuGet symbol package support to `pb-lib` \ No newline at end of file +- Upgraded dependencies of all templates; +- Upgraded all templates to .NET Core 3.1; +- Added NBench 2.0 support to `pb-lib` template; +- Updated README documentation to accurately reflect latest content of all templates. \ No newline at end of file diff --git a/src/Petabridge.Templates.csproj b/src/Petabridge.Templates.csproj index 8e65fdd..83cdbe0 100644 --- a/src/Petabridge.Templates.csproj +++ b/src/Petabridge.Templates.csproj @@ -1,18 +1,17 @@ Template - 1.0.3 + 1.1.0 Petabridge.Templates Petabridge.Templates Petabridge Professional .NET Core templates complete with CI, Docs, and more. Supports library, Akka.NET, and ASP.NET Core application types. dotnet-new;templates;petabridge;akka; netstandard2.0 - 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; +- Upgraded all templates to .NET Core 3.1; +- Added NBench 2.0 support to `pb-lib` template; +- Updated README documentation to accurately reflect latest content of all templates. true false content diff --git a/src/templates/Petabridge.App b/src/templates/Petabridge.App index afcdbae..56213c8 160000 --- a/src/templates/Petabridge.App +++ b/src/templates/Petabridge.App @@ -1 +1 @@ -Subproject commit afcdbae18ed9a752190868b14c31f7fa17409b6b +Subproject commit 56213c84c344d5c4a440f2c25d569fd68dc9ce8a diff --git a/src/templates/Petabridge.Library b/src/templates/Petabridge.Library index e74dd33..1f8d296 160000 --- a/src/templates/Petabridge.Library +++ b/src/templates/Petabridge.Library @@ -1 +1 @@ -Subproject commit e74dd3354f0a5bb2dd079d206d469b698b1a7bfd +Subproject commit 1f8d296643017ee6a03c73a4ca47794d7b2a8c43 diff --git a/src/templates/Petabridge.WebApp b/src/templates/Petabridge.WebApp index 9fffb04..c0cb6c3 160000 --- a/src/templates/Petabridge.WebApp +++ b/src/templates/Petabridge.WebApp @@ -1 +1 @@ -Subproject commit 9fffb04a943124144c5498969ce928e7f5dd7b43 +Subproject commit c0cb6c3f63b366f6f89799b08204da5b3545d1e2