mirror of
https://github.com/EpicMorg/atlassian-downloader.git
synced 2024-12-26 04:15:28 +03:00
1.0.0.9
This commit is contained in:
parent
99baf3ba5a
commit
9285ee9eb8
@ -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`.
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
@ -7,7 +7,7 @@
|
||||
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
|
||||
<PublishTrimmed>true</PublishTrimmed>
|
||||
<PublishReadyToRun>true</PublishReadyToRun>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<TargetFramework>net7.0</TargetFramework>
|
||||
<ApplicationIcon>favicon.ico</ApplicationIcon>
|
||||
<PackageId>EpicMorg.Atlassian.Downloader</PackageId>
|
||||
<Authors>EpicMorg, kasthack, stam</Authors>
|
||||
@ -17,13 +17,14 @@
|
||||
<RepositoryType>git</RepositoryType>
|
||||
<RepositoryUrl>https://github.com/EpicMorg/atlassian-downloader</RepositoryUrl>
|
||||
<PackageTags>atlassian, donwloader, epicmorg</PackageTags>
|
||||
<AssemblyVersion>1.0.0.8</AssemblyVersion>
|
||||
<FileVersion>1.0.0.8</FileVersion>
|
||||
<Version>1.0.0.8</Version>
|
||||
<Copyright>EpicMorg 2021</Copyright>
|
||||
<AssemblyVersion>1.0.0.9</AssemblyVersion>
|
||||
<FileVersion>1.0.0.9</FileVersion>
|
||||
<Version>1.0.0.9</Version>
|
||||
<Copyright>EpicMorg 2023</Copyright>
|
||||
<Product>Atlassian Downloader</Product>
|
||||
<IsPackable>true</IsPackable>
|
||||
<Company>EpicMorg</Company>
|
||||
<PackageReadmeFile>README.md</PackageReadmeFile>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
@ -37,6 +38,10 @@
|
||||
<PackageReference Include="Serilog.Sinks.Console" Version="4.0.1-dev-00876" />
|
||||
<PackageReference Include="Serilog" Version="2.11.0-dev-01367" />
|
||||
<PackageReference Include="System.CommandLine.DragonFruit" Version="0.3.0-alpha.21216.1" />
|
||||
<None Include="..\README.md">
|
||||
<Pack>True</Pack>
|
||||
<PackagePath>\</PackagePath>
|
||||
</None>
|
||||
<None Include="favicon.png">
|
||||
<Pack>True</Pack>
|
||||
<PackagePath></PackagePath>
|
||||
|
Loading…
Reference in New Issue
Block a user