diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index d964181..5017f75 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,10 @@ +#### 2.0.3 March 17 2022 #### + +- Added `.gitattributes` to prevent line endings from being modified upon checkout +- Updated `pr_validation` to run `All` and not `RunTests` +- Added steps to convert `build.cmd` and `build.sh` to executables - a fix for file permission issue. +- Added `GitHubRelease` for publishing release on GitHub. + #### 2.0.2 March 7 2022 #### - Removed `GitVersion` from each of the `templates` diff --git a/src/Petabridge.Templates.csproj b/src/Petabridge.Templates.csproj index 2851ccc..d3632e3 100644 --- a/src/Petabridge.Templates.csproj +++ b/src/Petabridge.Templates.csproj @@ -2,14 +2,16 @@ Template README.md - 2.0.1 + 2.0.3 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 - - Fix missing `.gitignore` file - set `NoDefaultExcludes` to `true`. + - Added `.gitattributes` to prevent line endings from being modified upon checkout +- Updated `pr_validation` to run `All` and not `RunTests` +- Added steps to convert `build.cmd` and `build.sh` to executables - a fix for file permission issue. true false content diff --git a/src/templates/Petabridge.App b/src/templates/Petabridge.App index dfa848d..3cd61bf 160000 --- a/src/templates/Petabridge.App +++ b/src/templates/Petabridge.App @@ -1 +1 @@ -Subproject commit dfa848d01453049541ade28fd6ca668f3138681e +Subproject commit 3cd61bfd6d048ec76236450555d9e97d1fa317c9 diff --git a/src/templates/Petabridge.Library b/src/templates/Petabridge.Library index 99532c3..4300479 160000 --- a/src/templates/Petabridge.Library +++ b/src/templates/Petabridge.Library @@ -1 +1 @@ -Subproject commit 99532c31d4ed26823e45951b8f60070fa8fe2003 +Subproject commit 4300479a7ebdcc9b25b06ee2b85200c4d9fdd997 diff --git a/src/templates/Petabridge.WebApp b/src/templates/Petabridge.WebApp index 5690717..42d9d38 160000 --- a/src/templates/Petabridge.WebApp +++ b/src/templates/Petabridge.WebApp @@ -1 +1 @@ -Subproject commit 56907171f029394a873e5dc285b8e92d57543ac3 +Subproject commit 42d9d38ef5d72d2fae600f4776974aa5b4796d72