Skip to content

Releases: henkmollema/StartupModules

v4.0.0

19 Jan 09:08
Compare
Choose a tag to compare
  • Update to .NET 6
  • Add support for configuring startup modules with WebApplicationBuilder:
    var builder = WebApplication.CreateBuilder(args);
    builder.UseStartupModules();
    var app = builder.Build();

v3.0.0

21 Feb 12:17
Compare
Choose a tag to compare
  • Target .NET Core 3.1
  • Remove .NET Standard 2.0 target
  • Add settings to BootstrapperOptions and flow the options to the configure services and configure middleware methods.

v2.0.0

15 Oct 08:36
9b85f7a
Compare
Choose a tag to compare

Cross compile for .NET Core 3.0 and .NET Standard 2.0

v1.2.0

13 Feb 22:45
Compare
Choose a tag to compare

Update to .NET Core 2.2

v1.1.0

13 Feb 22:45
Compare
Choose a tag to compare

Add StartupRunner class.

v1.0.0

02 Nov 10:54
Compare
Choose a tag to compare
  • First stable release
  • Reduced logging at startup
  • Updates packages

v0.1.1

02 Nov 10:54
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release
  • Run startup modules before the actual startup code

v0.1.0

13 Jun 19:16
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

First public release