Skip to content

Releases: iayti/CleanArchitecture

1.1.5

26 Sep 20:01
Compare
Choose a tag to compare
  1. moved one db migrations to multiple dbs [possible breaking change]
  2. added Sqlite in-memory support to the WebApi project
  3. added Sqlite to integration tests, so we don't need a SqlServer or ProgressSQL to run the tests.
  4. updated the referenced libraries to latest

1.1.4

10 Nov 11:06
Compare
Choose a tag to compare
  • ASP.NET Core 5 updated to 6
  • Nuget packages updated.

1.1.3

08 Oct 16:06
Compare
Choose a tag to compare
  • Client WorkerService removed (Web UI will be added in the future)
  • NSwag budget package is replaced by Swashbuckle.AspNetCore
  • All Nuget packages updated

1.1.2

11 Jun 12:55
d005a0e
Compare
Choose a tag to compare
  • Updated all packages.
  • Dockerfile error fixed.
  • Some minor bug fixed.

1.1.1

13 Mar 10:40
Compare
Choose a tag to compare
  • Refactor Folder and Namespace namings.
  • Fixed automated dotnet restore and build error.

1.0.9

18 Feb 13:05
352f523
Compare
Choose a tag to compare
  • Updated docker support

1.0.8

20 Dec 20:36
5856484
Compare
Choose a tag to compare
  • Added sample Weather Forecast external services using IHttpClientFactory
  • Removed Unused ValueObject implementations

1.0.7

24 Nov 11:20
c76707b
Compare
Choose a tag to compare
  • Added Roles to Identity Server

1.0.6

11 Nov 08:48
Compare
Choose a tag to compare
  • Added Docker Support.
  • .Net 5 update.
  • Dependencies updated.

1.0.5

23 Oct 16:52
Compare
Choose a tag to compare
  • Dependencies updated.
  • Usings reorganized