Releases: kapozade/dotnet-api-template
Releases · kapozade/dotnet-api-template
v1.3.0
dotnet new install Supreme.Dotnet.Api.Template
🎉 What is new?
- Integrate TestContainers. [#19]
User is now able to implement their integration tests by using TestContainers. Current version supports PostgreSQL, MySQL, and RabbitMQ containers. These containers are being automatically added according to your choices while creating the project. - Upgrade existing package versions.
Nearly all dependencies have been upgraded to latest compatible versions.
v1.2.0
dotnet new install Supreme.Dotnet.Api.Template::1.2.0
🎉 What is new?
- PostgreSQL support #11. User is now able to select database. Current options MySQL and PostgreSQL. Default value is MySQL. Both MySQL and PostgreSQL is supported for outbox pattern. See CAP for details.
- Arrange files according to user choices #13 Released by v1.2.0-rc.1
🐞 What is fixed?
- Missing redis.conf #17 Released by v1.2.0-rc.2
v1.2.0-rc.2
v1.2.0-rc.1
dotnet new install Supreme.Dotnet.Api.Template::1.2.0-rc.1
🎉 What is new?
- Arrange files according to user choices #13