Skip to content

Releases: cristofima/StoreCleanArchitecture-NET

3.0.0

11 Nov 15:07
Compare
Choose a tag to compare

Project on .NET 7 with the following layers:

  • Application Core
  • Infrastructure
  • Web API
  • Tests

2.2.0

26 Dec 18:38
Compare
Choose a tag to compare

Add Functional tests project

2.1.1

21 Dec 03:10
Compare
Choose a tag to compare

Add some improvements:

  • Create SingleProductResponse class that extend ProductResponse and move Description field
  • Change the return type in ProductRepository to SingleProductResponse in all the methods, except in GetProducts
  • Add documentation for Swagger in ProductsController
  • Create Store.SharedDatabaseSetup in tests folder to separate the seed data logic

2.1.0

15 Dec 22:12
Compare
Choose a tag to compare

Add Unit and Integration tests projects

2.0.0

12 Nov 04:19
Compare
Choose a tag to compare

Project on .NET 6 with the following layers:

  • Application Core
  • Infrastructure
  • Web API

1.0.0

03 Nov 22:24
a7c631b
Compare
Choose a tag to compare

Project on .NET 5 with the following layers:

  • Application Core
  • Infrastructure
  • Web API