Releases: cristofima/StoreCleanArchitecture-NET
Releases · cristofima/StoreCleanArchitecture-NET
3.0.0
2.2.0
Add Functional tests project
2.1.1
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
Add Unit and Integration tests projects
2.0.0
Project on .NET 6 with the following layers:
- Application Core
- Infrastructure
- Web API
1.0.0
Project on .NET 5 with the following layers:
- Application Core
- Infrastructure
- Web API