2.0.2-rc
Announcement
Hi Team,
I am glad to announce that the FSH .NET StarterKit 2.0.2-rc is out!
You can now test the starter kit in 2 ways.
- By Running the following commands on your CLI
dotnet new install FullStackHero.NET.StarterKit::2.0.2-rc
dotnet new fsh -o HelloWorld
This would create your version of the StarterKit in the /HelloWorld folder. Please take a look at the Readme for more.
- You can also fork the repository to always stay up to date.
✍ What's interesting in this release
- I finally have the terraform scripts modularized super cleanly. Both the Blazor and Web API apps are deployable to the AWS Cloud in just a single command. Also, a PostgreSQL RDS instance gets deployed, which is super cool. Refer to https://github.com/fullstackhero/dotnet-starter-kit/blob/main/terraform/README.md for details.
- Automated NuGet generation Pipeline
- Automated Release Notes Generator
- Minor Cleanups
- Grafana / Prometheus Fixes
- feature : terraform modules support (#1006) @iammukeshm