From 5cf1a07526c3090f05695f7064753083f6d6c5c5 Mon Sep 17 00:00:00 2001 From: d_compcontrol Date: Tue, 15 Apr 2025 15:53:06 +0200 Subject: [PATCH] fix readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4682cde..03f924f 100644 --- a/README.md +++ b/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)