mirror of
https://github.com/EpicMorg/atlassian-downloader.git
synced 2024-12-26 20:35:27 +03:00
1.0.0.8
* `1.0.0.8` - switched to `dontet6.0`, updated deps.
This commit is contained in:
parent
38dfee1469
commit
ec70cdec85
4
.github/workflows/dotnet-master.yml
vendored
4
.github/workflows/dotnet-master.yml
vendored
@ -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:
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user