Releases: dbosoft/Hosuto
Releases · dbosoft/Hosuto
Release 0.1.1
Bugfix release for issue:
Release 0.1.0
First release of Hosuto
Hosuto contains currently the following features to extend .NET Generic Host:
- Modules: The hosuto module system allows you to setup multiple independed hosts within a single application. Modules can share configuration and a DI container for global settings and interaction. The module system supports both .NET Generic host and Asp.Net Core 2.1 and higher.
- Hosted Services extensions: Husuto contains extensions methods to simplify the use of hosted services in Generic Hosts and Asp.Net Core Hosts.