CleanArchitecture Template Versions Save

This stands as a comprehensive solution template that embodies the principles of Clean Architecture, seamlessly integrated with the prowess of CQRS implementation, all within the ASP.NET Core framework.

V3.5.0

4 months ago

What's Changed

  • Upgraded to .NET 8.0.
  • Renamed the test project and classes.
  • Enhanced and tidied up the code.

Full Changelog: https://github.com/omid-ahmadpour/CleanArchitecture-Template/compare/V3.4.0...V3.5.0

Corresponding Nuget Package: https://www.nuget.org/packages/ASPNETCleanTemplate.nuspec/

Prerequisites: Visual Studio 2022 .NET 8.0 Runtime

V3.4.0

1 year ago

What's Changed

  • Fix a problem with authentication
  • skip authentication for development and stage environment(endpoint testing)

Full Changelog: https://github.com/omid-ahmadpour/CleanArchitecture-Template/compare/V3.3.0...V3.4.0

Corresponding Nuget Package: https://www.nuget.org/packages/ASPNETCleanTemplate.nuspec/

Prerequisites: Visual Studio 2022 .NET 7.0 Runtime

V3.3.0

1 year ago

What's Changed

  • Updated to .NET 7.0

Full Changelog: https://github.com/omid-ahmadpour/CleanArchitecture-Template/compare/V3.2.6...V3.3.0

Corresponding Nuget Package: https://www.nuget.org/packages/ASPNETCleanTemplate.nuspec/

Prerequisites: Visual Studio 2022 .NET 7.0 Runtime

V3.2.6

1 year ago

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: https://github.com/omid-ahmadpour/CleanArchitecture-Template/compare/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

V3.0.0.1

2 years ago

change all project namespace(add CleanTemplate at beginning). add template json file. create new project with CLI.

Full Changelog: https://github.com/omid-ahmadpour/CleanArchitecture-Template/compare/V3.0.0...V3.0.0.1

V3.0.0

2 years ago

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.

V2.0.2

2 years ago

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: https://github.com/omid-ahmadpour/CleanArchitecture-Template/compare/V2.0.1...V2.0.2

V2.0.1

2 years ago

V2.0.0

3 years ago

migrate to .Net5 and adding distributed redis caching.

V1.0.0

3 years ago