Releases: dasMulli/dotnet-win32-service
Releases · dasMulli/dotnet-win32-service
1.2.0
1.1.0
Release 1.1.0
New Features:
- Failure Actions support (by @cfeilen, #36)
- .NET Standard 2.0 assets (by @rydergillen-compacSort, #37)
- A new builder API to create service definitions for creating and updating services
- Provides an easier way to add new service configuration features
- Ability to create services with delayed auto-start (#44, #25)
- Added an ASP.NET Core 2.0 MVC sample (#41, #45)
- Added XML documentation (#50)
Changes:
ServiceState. StartPending
was misspelledStartPening
. (discovered by @sethrudesill, #32, #43)- Added the correctly spelled enum member and marked the other as deprecated but keeping it as to not break built applications.
- The
RunAsync()
method onWin32ServiceHost
is now deprecated as using it in a continuation can lead to issues. Use the blockingRun()
method from the main thread only. (#46, #47)
1.1.0-rc-101
Release Candidate for 1.1.0
New Features:
- Failure Actions support (by @cfeilen, #36)
- .NET Standard 2.0 assets (by @rydergillen-compacSort, #37)
- A new builder API to create service definitions for creating and updating services
- Provides an easier way to add new service configuration features
- Ability to create services with delayed auto-start (#44, #25)
- Added an ASP.NET Core 2.0 MVC sample (#41, #45)
Changes:
ServiceState. StartPending
was misspelledStartPening
. (discovered by @sethrudesill, #32, #43)- Added the correctly spelled enum member and marked the other as deprecated but keeping it as to not break built applications.
- The
RunAsync()
method onWin32ServiceHost
is now deprecated as using it in a continuation can lead to issues. Use the blockingRun()
method from the main thread only. (#46, #47)
Version 1.0.1
Fixes an issue where a service would fail to stop. #13
1.0.0
1.0.0-beta1
Version 1.0.0-beta1