PeterKottas / DotNetCore.WindowsService

Simple library that allows one to host dot net core application as windows services. Perfect solution to power micro-services architecture.
MIT License
568 stars 150 forks source link

Fixed bug which skips the first extra argument on service install #92

Closed jaybz closed 6 years ago

jaybz commented 6 years ago

Fixes #90

NOTE: Currently tested against netcoreapp2.0

PeterKottas commented 6 years ago

All good, cheers mate