diff --git a/CHANGELOG.md b/CHANGELOG.md index af56cc8..e7f4535 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # Atlassian Downloader - Changelog +* `1.0.0.9` - switched to `dontet7.0`, updated deps. * `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`. diff --git a/LICENSE.md b/LICENSE.md index 90fb6b8..ba51b18 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018-2021 EpicMorg: Main +Copyright (c) 2018-2023 EpicMorg: Main Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 2ca5d8e..16c57a7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Atlassian Downloader -Console app written with `c#` and `dotnet6` for downloading all avalible products from `Atlassian`. Why not? +Console app written with `c#` and `dotnet7` for downloading all avalible products from `Atlassian`. Why not? ![Atlassian Downloader](https://rawcdn.githack.com/EpicMorg/atlassian-downloader/1dc3c00741de6f0def32e0d68c4b1c03e5d6c532/.github/media/screenshot-01.png) ![Atlassian Downloader](https://rawcdn.githack.com/EpicMorg/atlassian-downloader/1dc3c00741de6f0def32e0d68c4b1c03e5d6c532/.github/media/screenshot-03.png) diff --git a/src/DonloaderService.cs b/src/DonloaderService.cs index 57051d2..828bd59 100644 --- a/src/DonloaderService.cs +++ b/src/DonloaderService.cs @@ -166,7 +166,7 @@ namespace EpicMorg.Atlassian.Downloader WriteColorLine("%║ .;cccccc;. !╔══════════════════════════════════════════════╗ %║"); WriteColorLine("%║ .:ccccccc;. !║ " + assemblyName + " !║ %║"); WriteColorLine("%║ 'ccccccccc;. !╠══════════════════════════════════════════════╣ %║"); - WriteColorLine("%║ ,cccccccccc;. !║ &Code: @kastkack !║ %║"); + WriteColorLine("%║ ,cccccccccc;. !║ &Code: @kasthack !║ %║"); WriteColorLine("%║ ,ccccccccccc;. !║ &GFX: @stam !║ %║"); WriteColorLine("%║ .... .:ccccccccccc;. !╠══════════════════════════════════════════════╣ %║"); WriteColorLine("%║ .',,'..;cccccccccccc;. !║ &Version: " + assemblyVersion + " !║ %║"); @@ -317,4 +317,4 @@ namespace EpicMorg.Atlassian.Downloader public async Task StopAsync(CancellationToken cancellationToken) { } #pragma warning restore CS1998 // Async method lacks 'await' operators and will run synchronously } -} \ No newline at end of file +} diff --git a/src/atlassian-downloader.csproj b/src/atlassian-downloader.csproj index 00b9d46..627c5ec 100644 --- a/src/atlassian-downloader.csproj +++ b/src/atlassian-downloader.csproj @@ -1,4 +1,4 @@ - + Exe @@ -17,26 +17,31 @@ git https://github.com/EpicMorg/atlassian-downloader atlassian, donwloader, epicmorg - 1.0.0.8 - 1.0.0.8 - 1.0.0.8 - EpicMorg 2021 + 1.0.0.9 + 1.0.0.9 + 1.0.0.9 + EpicMorg 2023 Atlassian Downloader true EpicMorg + README.md - - - - - - - - - + + + + + + + + + + + True + \ + True