diff --git a/src/Petabridge.Templates.csproj b/src/Petabridge.Templates.csproj index 8e65fdd..41267a8 100644 --- a/src/Petabridge.Templates.csproj +++ b/src/Petabridge.Templates.csproj @@ -1,18 +1,15 @@ Template - 1.0.3 + 1.0.5 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 +- Added SourceLink and NuGet symbol package support to `pb-lib` true false content diff --git a/src/Petabridge.Templates.nuspec b/src/Petabridge.Templates.nuspec index 527e5be..198bfed 100644 --- a/src/Petabridge.Templates.nuspec +++ b/src/Petabridge.Templates.nuspec @@ -20,7 +20,7 @@ - + diff --git a/src/templates/Petabridge.App b/src/templates/Petabridge.App index 14232ac..56213c8 160000 --- a/src/templates/Petabridge.App +++ b/src/templates/Petabridge.App @@ -1 +1 @@ -Subproject commit 14232ac571b1cb5cfa3f4e18008bf7db344212e2 +Subproject commit 56213c84c344d5c4a440f2c25d569fd68dc9ce8a diff --git a/src/templates/Petabridge.Library b/src/templates/Petabridge.Library index 5c19064..1f8d296 160000 --- a/src/templates/Petabridge.Library +++ b/src/templates/Petabridge.Library @@ -1 +1 @@ -Subproject commit 5c190644fa87899e2d65855c3a0c4e31c98db9e9 +Subproject commit 1f8d296643017ee6a03c73a4ca47794d7b2a8c43 diff --git a/src/templates/Petabridge.WebApp b/src/templates/Petabridge.WebApp index e5e4bfb..c0cb6c3 160000 --- a/src/templates/Petabridge.WebApp +++ b/src/templates/Petabridge.WebApp @@ -1 +1 @@ -Subproject commit e5e4bfb4825880dbfa93f19ea760d724fe04509c +Subproject commit c0cb6c3f63b366f6f89799b08204da5b3545d1e2