From 9ff684f5d7b01c7a259861f5a2e2f4ebcb42f37e Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Fri, 20 Oct 2023 18:53:08 +0300 Subject: [PATCH] readme update --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 64fec6d..264d3f1 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ To make this worker functional, a minimum configuration is required: * Docker ## Changelog -**1.0.0** - The first release version of the service. -**1.0.1** - ConfigureAwait(false) was set for the http client get async calls. -**1.0.2** - .NET 6 upgrade. +**1.0.0** - The first release version of the service. +**1.0.1** - ConfigureAwait(false) was set for the http client get async calls. +**1.0.2** - .NET 6 upgrade. **1.0.3** - The ```ExecutionTimeInSeconds``` parameter has been replaced with ```ExecutionFrequency``` which accepts values in the format ```30s```, ```10m```, ```1h``` or ```1d```. \ No newline at end of file