Skip to content

Releases: dasMulli/dotnet-win32-service

1.2.0

26 Mar 15:40
1.2.0
9c1f4c0
Compare
Choose a tag to compare

New Features:

  • Pauseable windows Services via IPauseableWin32Service (by @javelinco - #64, #65)
  • Extensions to IWebHost for ASP.NET Core integration (by @Trapov - #57, #58)

1.1.0

24 Nov 18:43
1.1.0
276e27f
Compare
Choose a tag to compare

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 misspelled StartPening. (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 on Win32ServiceHost is now deprecated as using it in a continuation can lead to issues. Use the blocking Run()method from the main thread only. (#46, #47)

1.1.0-rc-101

10 Oct 06:53
1.1.0-rc-101
1e7b56a
Compare
Choose a tag to compare
1.1.0-rc-101 Pre-release
Pre-release

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 misspelled StartPening. (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 on Win32ServiceHost is now deprecated as using it in a continuation can lead to issues. Use the blocking Run()method from the main thread only. (#46, #47)

Version 1.0.1

09 Nov 20:27
1.0.1
Compare
Choose a tag to compare

Fixes an issue where a service would fail to stop. #13

1.0.0

29 Oct 05:59
1.0.0
f31760e
Compare
Choose a tag to compare

Version 1.0.0

Breaking changes from beta-1:

  • A parameter to Win32ServiceManager.CreateService() has been added to allow setting the service description.

1.0.0-beta1

17 Oct 21:19
1.0.0-beta1
2cc6865
Compare
Choose a tag to compare
Version 1.0.0-beta1