Releases: henkmollema/StartupModules
Releases · henkmollema/StartupModules
v4.0.0
v3.0.0
- 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
Cross compile for .NET Core 3.0 and .NET Standard 2.0
v1.2.0
Update to .NET Core 2.2
v1.1.0
Add StartupRunner
class.
v1.0.0
- First stable release
- Reduced logging at startup
- Updates packages
v0.1.1
- Run startup modules before the actual startup code
v0.1.0
First public release