* `1.0.0.8` - switched to `dontet6.0`, updated deps.
This commit is contained in:
stam 2021-08-22 01:38:43 +03:00
parent 38dfee1469
commit ec70cdec85
2 changed files with 5 additions and 0 deletions

View File

@ -14,6 +14,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
include-prerelease: true
- name: Restore
env:

View File

@ -1,5 +1,6 @@
# Atlassian Downloader - Changelog
* `1.0.0.8` - switched to `dontet6.0`, updated deps.
* `1.0.0.7` - added `unofficial support` of `sourcetree` via automatic mirror [from github](https://github.com/EpicMorg/atlassian-json). fixed `logger` output, code improvments.
* `1.0.0.6` - added support of `clover`. fixed broken json parsing. added new `logger`.
* `1.0.0.5` - added support for `EAP` releases.