fix readme
This commit is contained in:
10
README.md
10
README.md
@@ -1,10 +1,10 @@
|
||||
# TemplateNETService
|
||||
|
||||
Template for windows service based on .net 8 with the following features:
|
||||
- Log with Serilog
|
||||
- Example to extract configuration settings from appsettings.json and safe in static class "Config"
|
||||
- OnStart & OnStop functions (File: BaseWorker.cs)
|
||||
- Batch files to install / delete service
|
||||
- Example for an API-Endpoint: api/ping (File: ServiceController.cs)
|
||||
- Log with Serilog
|
||||
- Example to extract configuration settings from appsettings.json and safe in static class "Config"
|
||||
- OnStart & OnStop functions (File: BaseWorker.cs)
|
||||
- Batch files to install / delete service
|
||||
- Example for an API-Endpoint: api/ping (File: ServiceController.cs)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user