Releases: omid-ahmadpour/CleanArchitecture-Template
V 3.5.2
What's Changed
- Runtime auto migration
- Enhance API Response by Omitting Null or Empty Errors in ApiResult
- Name Corrections and Project Structure Adjustments
- Improved and tidied up the overall code
**Full Changelog: V3.5.0...V3.5.2
Corresponding Nuget Package: https://www.nuget.org/packages/ASPNETCleanTemplate.nuspec/
Prerequisites:
Visual Studio 2022
.NET 8.0 Runtime
V 3.5.0
What's Changed
- Upgraded to .NET 8.0.
- Renamed the test project and classes.
- Enhanced and tidied up the code.
Full Changelog: V3.4.0...V3.5.0
Corresponding Nuget Package: https://www.nuget.org/packages/ASPNETCleanTemplate.nuspec/
Prerequisites:
Visual Studio 2022
.NET 8.0 Runtime
V 3.4.0
What's Changed
- Fix a problem with authentication
- skip authentication for development and stage environment(endpoint testing)
Full Changelog: V3.3.0...V3.4.0
Corresponding Nuget Package: https://www.nuget.org/packages/ASPNETCleanTemplate.nuspec/
Prerequisites:
Visual Studio 2022
.NET 7.0 Runtime
V 3.3.0
What's Changed
- Updated to .NET 7.0
Full Changelog: V3.2.6...V3.3.0
Corresponding Nuget Package: https://www.nuget.org/packages/ASPNETCleanTemplate.nuspec/
Prerequisites:
Visual Studio 2022
.NET 7.0 Runtime
V 3.2.6
What's Changed
- Added refresh token endpoint
- Added redis health check
- Added sql server health check
- Added unit tests
- Added integration tests
- Fixed misspelling in the name of persistence layer
- Removed some duplicate package references
- Made some changes to template.json
- Cleaned up and improved code
Full Changelog: V3.0.0.1...V3.2.6
Corresponding Nuget Package: https://www.nuget.org/packages/ASPNETCleanTemplate.nuspec/
Prerequisites:
Visual Studio 2022
.NET 6.0 Runtime
V 3.0.0.1
change all project namespace(add CleanTemplate at beginning).
add template json file.
create new project with CLI.
Full Changelog: V3.0.0...V3.0.0.1
V 3.0.0
Migrate to .NET 6.
Changes in flow of dependencies between layers based on clean architecture diagram.
Add docker file for run on docker.
Pass Cancellation token to async methods.
Cleaning the codes.
V 2.0.2
changes in flow of dependencies between layers base on clean architecture diagram.
add docker file for run on docker.
pass cancellation token to async methods.
cleaning up the codes.
Full Changelog: V2.0.1...V2.0.2
V 2.0.1
V2.0.1 Merge branch 'main' of https://github.com/omid-ahmadpour/CleanArchite…
.Net5 release.
migrate to .Net5 and adding distributed redis caching.