Skip to content

Releases: lkurzyniec/netcore-boilerplate

v3.0.0 - Alpine Linux

06 Jan 17:54
4986322
Compare
Choose a tag to compare

Full Changelog: v2.4.3...v3.0.0

v2.4.3 - Vulnerable dependencies

28 Oct 17:48
32b0d46
Compare
Choose a tag to compare

Vulnerable dependencies

Full Changelog: v2.4.2...v2.4.3

v2.4.2 - Vulnerable dependencies

20 Aug 13:19
Compare
Choose a tag to compare

Vulnerable dependencies

Full Changelog: v2.4.1...v2.4.2

v2.4.1 - Vulnerable dependencies

23 Jul 09:33
96fa1b3
Compare
Choose a tag to compare

Vulnerable dependencies + Banner

Full Changelog: v2.4.0...v2.4.1

v2.4.0 - Version endpoint

11 Jun 13:56
Compare
Choose a tag to compare

Added version endpoint which is under /version.

v2.3.0 - Image publish

02 Jun 15:39
Compare
Choose a tag to compare

v2.2.0 - DockerCompose feature flag

26 May 18:34
Compare
Choose a tag to compare

When run as a container, then just a subset of features is enabled.
But when from docker-compose, then all features are available.

v2.1.0 - Pings

07 May 16:01
Compare
Choose a tag to compare

Added PingsController.cs with two actions:

  • website - returns the website ping http status
  • random - returns a random http status

v2.0.0 - .NET 8.0

07 Mar 22:54
d31ec1c
Compare
Choose a tag to compare
dotnet8 upgrade (#252)

* adjusted code to dotnet8

* dotnet8 package dependencies bump

* code adjustments

* README update

Books module

28 Aug 10:28
8e28f4d
Compare
Choose a tag to compare

Module developed with a modular monolith approach. The code is organized around features (slices).
This module introduces Dapper with SqliteDB.