readme update

master
Tudor Stanciu 2023-10-20 18:53:08 +03:00
parent e19fdbf11e
commit 9ff684f5d7
1 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ To make this worker functional, a minimum configuration is required:
* Docker * Docker
## Changelog ## Changelog
**1.0.0** - The first release version of the service. **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.1** - ConfigureAwait(false) was set for the http client get async calls.
**1.0.2** - .NET 6 upgrade. **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```. **1.0.3** - The ```ExecutionTimeInSeconds``` parameter has been replaced with ```ExecutionFrequency``` which accepts values in the format ```30s```, ```10m```, ```1h``` or ```1d```.