fix readme

This commit is contained in:
2025-04-15 15:53:06 +02:00
parent d65ce09aea
commit 5cf1a07526

View File

@@ -1,10 +1,10 @@
# TemplateNETService # TemplateNETService
Template for windows service based on .net 8 with the following features: Template for windows service based on .net 8 with the following features:
- Log with Serilog - Log with Serilog
- Example to extract configuration settings from appsettings.json and safe in static class "Config" - Example to extract configuration settings from appsettings.json and safe in static class "Config"
- OnStart & OnStop functions (File: BaseWorker.cs) - OnStart & OnStop functions (File: BaseWorker.cs)
- Batch files to install / delete service - Batch files to install / delete service
- Example for an API-Endpoint: api/ping (File: ServiceController.cs) - Example for an API-Endpoint: api/ping (File: ServiceController.cs)