Skip to content

Releases: kapozade/dotnet-api-template

v1.3.0

23 Dec 21:05
e938fa4
Compare
Choose a tag to compare
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

11 Jul 20:27
ab8a697
Compare
Choose a tag to compare
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

10 Jul 14:07
dc04ba3
Compare
Choose a tag to compare
v1.2.0-rc.2 Pre-release
Pre-release
dotnet new install Supreme.Dotnet.Api.Template::1.2.0-rc.2

🐞 What is fixed?

  • Missing redis.conf #17

v1.2.0-rc.1

05 Jul 10:24
56b78c8
Compare
Choose a tag to compare
v1.2.0-rc.1 Pre-release
Pre-release
dotnet new install Supreme.Dotnet.Api.Template::1.2.0-rc.1

🎉 What is new?

  • Arrange files according to user choices #13

v1.1.1

30 Jun 21:21
1fdd1c7
Compare
Choose a tag to compare
dotnet new install Supreme.Dotnet.Api.Template::1.1.1

🎉 What is new?

  • Remove unused packages. #10

v1.1.0

27 Jun 13:10
Compare
Choose a tag to compare
dotnet new install Supreme.Dotnet.Api.Template::1.1.0

🎉 What is new?

  • Containerization support #3
  • Project README.md file generation improvements.

🐞 What is fixed?

  • appsettings.json template generation issue fixed. #4