Skip to content

Commit 777d74f

Browse files
committed
updated to 0.0.4-rc
1 parent abfddd2 commit 777d74f

2 files changed

Lines changed: 12 additions & 11 deletions

File tree

DN.WebApi.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>FullStackHero.WebAPI.Boilerplate</id>
55
<title>FullStackHero WebAPI Boilerplate</title>
6-
<version>0.0.3-rc</version>
6+
<version>0.0.4-rc</version>
77
<authors>Mukesh Murugan</authors>
88
<description>
99
Clean Architecture Template for .NET 6.0 WebAPI built with Multitenancy Support.

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,17 @@ This repository contains the WebApi Project of `fullstackhero`.
2323

2424
## Release Planning
2525

26-
### 0.0.3 RC is available now!
27-
28-
- Migration Refresh
29-
- Security Patches
30-
- Image Upload Fix
31-
- Option to Disable Swagger
32-
- Cleaner Code
33-
- Activate / Deactivate Tenants
34-
- Upgrade Tenant Subscription
35-
- Advanced Search
26+
### 0.0.4 RC is available now!
27+
28+
- Bug fix in Repository / Update method.
29+
- Endpoint changes for Update / Delete Methods. (Postman Collection Updated)
30+
- Fixed bug in Request Logging Middleware.
31+
- Adds default Role (Basic) to any new registered user.
32+
- Basic User has default View / Search Permissions
33+
- Code Cleanups
34+
- Templated Emails for User Registrations
35+
36+
[View Complete Changelogs.](https://github.com/fullstackhero/dotnet-webapi-boilerplate/blob/main/Changelogs.md)
3637

3738
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/)
3839

0 commit comments

Comments
 (0)