Skip to content

Releases: omid-ahmadpour/CleanArchitecture-Template

V 3.5.2

19 Oct 09:09
Compare
Choose a tag to compare

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

26 Dec 12:08
Compare
Choose a tag to compare

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

30 Apr 23:07
Compare
Choose a tag to compare

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

10 Dec 23:29
cf0d082
Compare
Choose a tag to compare

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

27 Nov 16:16
Compare
Choose a tag to compare

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

08 Jan 19:55
fa967b4
Compare
Choose a tag to compare

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

19 Nov 14:44
Compare
Choose a tag to compare

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

19 Oct 21:28
8b97021
Compare
Choose a tag to compare

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

28 Sep 11:39
Compare
Choose a tag to compare
V2.0.1

Merge branch 'main' of https://github.com/omid-ahmadpour/CleanArchite…

.Net5 release.

16 Apr 09:26
db0a00f
Compare
Choose a tag to compare

migrate to .Net5 and adding distributed redis caching.