Dotnet Webapi Boilerplate Versions Save

production grade .net 8 webapi starter kit with multitenancy support and clean code. 🔥

1.1.0

4 months ago

This will be the Final V1 Release

  • .NET 7
  • Clean Architecture

Currently Migrating the solution to .NET 8 / Vertical Slice Architecture. PR here - https://github.com/fullstackhero/dotnet-webapi-starter-kit/pull/905

1.0.0

1 year ago
  • .NET 7 Upgrade
  • FSH CLI Support
  • Bug Fixes
  • Code Cleanups
  • Package Upgrades
  • Makefile
  • Built-In Docker Support
  • Docker-Compose files
  • Terraform for AWS ECS Deployment
  • Switched Default Database Provider to PostgreSQL

YouTube Overview Video : https://www.youtube.com/watch?v=a1mWRLQf9hY&ab_channel=MukeshMurugan

0.0.6-rc

2 years ago

NuGet Package - https://www.nuget.org/packages/FullStackHero.WebAPI.Boilerplate/0.0.6-rc

dotnet new --install FullStackHero.WebAPI.Boilerplate::0.0.6-rc

Changelogs

  • Integrated Finbucke Multitenant packages
  • Solution Restructure
  • Added Scripts for Generating Migrations
  • Introduced CQRS Pattern with MediatR
  • Better Configuration Files
  • AD Authentication / JWT Authentication
  • Added .rest file for API Testing
  • Updated Postman Collection
  • Code Cleanup
  • Updated all Packages
  • Serilog Startup fix
  • Export to Excel Support
  • Specification Pattern using Ardalis packages
  • OpenAPI Client Generation

0.0.5-rc

2 years ago
  • Fixed Password Reset / Forgot
  • Fixed Omnisharp Warnings / Code Cleanup
  • Fixed Repository Method
  • Log Hangfire to Serilog - Thanks frankyjquintero
  • Extras Hangfire extensions - Thanks frankyjquintero
  • Hangfire implementation examples - Thanks frankyjquintero
  • Separate JSON files for each Settings - Thanks unchase
  • Added Events and Handlers via MediatR - Thanks frankyjquintero
  • Moved to Tenancy Middleware - Thanks frankyjquintero & fretje
  • Solution Cleanup - rulesets & analyzer - Thanks fretje
  • Added More Functions for RepositoryAsync - Thanks ghaithprosoft
  • Entity Database Seeding Simplified
  • File-Scoped namespaces and implicit usings
  • Better Folder Structure / Modular

NuGet Package - https://www.nuget.org/packages/FullStackHero.WebAPI.Boilerplate/0.0.5-rc

dotnet new --install FullStackHero.WebAPI.Boilerplate::0.0.5-rc

0.0.4-rc

2 years ago

0.0.4 RC is available now!

  • Bug fix in Repository / Update method.
  • Endpoint changes for Update / Delete Methods. (Postman Collection Updated)
  • Fixed bug in Request Logging Middleware.
  • Adds default Role (Basic) to any new registered user.
  • Basic User has default View / Search Permissions
  • Code Cleanups
  • Templated Emails for User Registrations

View Complete Changelogs.

What's Changed

New Contributors

Full Changelog: https://github.com/fullstackhero/dotnet-webapi-boilerplate/compare/0.0.3-rc...0.0.4-rc

0.0.3-rc

2 years ago

0.0.2-rc

  1. Migration Refresh
  2. Security Patches
  3. Image Upload Fix
  4. Option to Disable Swagger
  5. Cleaner Code
  6. Activate / Deactivate Tenants
  7. Upgrade Tenant Subscription
  8. Advanced Search

0.0.3-rc - Current Stable Version

  1. Security Patches

0.0.1-rc

2 years ago

This is the first release candidate for FullStackHero WebAPI Boilerplate. NuGet Package - https://www.nuget.org/packages/FullStackHero.WebAPI.Boilerplate