Skip to content

Commit

Permalink
updated to 0.0.4-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
iammukeshm committed Nov 6, 2021
1 parent abfddd2 commit 777d74f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion DN.WebApi.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>FullStackHero.WebAPI.Boilerplate</id>
<title>FullStackHero WebAPI Boilerplate</title>
<version>0.0.3-rc</version>
<version>0.0.4-rc</version>
<authors>Mukesh Murugan</authors>
<description>
Clean Architecture Template for .NET 6.0 WebAPI built with Multitenancy Support.
Expand Down
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,17 @@ This repository contains the WebApi Project of `fullstackhero`.

## Release Planning

### 0.0.3 RC is available now!

- Migration Refresh
- Security Patches
- Image Upload Fix
- Option to Disable Swagger
- Cleaner Code
- Activate / Deactivate Tenants
- Upgrade Tenant Subscription
- Advanced Search
### 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.](https://github.com/fullstackhero/dotnet-webapi-boilerplate/blob/main/Changelogs.md)

This is the first pre-release version of the `fullstackhero .NET WebAPI Boilerplate` package. Newer versions will be available on a weekly basis with newer updates and patches. [Read the getting-started guide for more.](https://fullstackhero.net/dotnet-webapi-boilerplate/general/getting-started/)

Expand Down

0 comments on commit 777d74f

Please sign in to comment.