Update CHANGELOG.md

This commit is contained in:
STAM 2024-08-05 02:45:18 +03:00 committed by GitHub
parent 30b159c35c
commit 763c75c162
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,10 +1,10 @@
# Atlassian Downloader - Changelog # Atlassian Downloader - Changelog
## 2.x ## 2.x
* `2.0.0.2` - - minor update: * `2.0.0.2` - minor update:
* Added `maxRetries (default: 5)` and `delayBetweenRetries (default: 2500, milliseconds)` args, to redownload file if connection will be reset. * Added `maxRetries (default: 5)` and `delayBetweenRetries (default: 2500, milliseconds)` args, to redownload file if connection will be reset.
* Updated dependencies. * Updated dependencies.
* `2.0.0.1` - - minor update: * `2.0.0.1` - minor update:
* Fix default output dir, enable nullables, fix compiler warnings #43 * Fix default output dir, enable nullables, fix compiler warnings #43
* Remove redundant parameters from publish profiles #42 * Remove redundant parameters from publish profiles #42
* `2.0.0.0` - migrated to `dotnet8` and updated libs. * `2.0.0.0` - migrated to `dotnet8` and updated libs.