This commit is contained in:
stam 2021-08-22 02:10:28 +03:00
parent ec70cdec85
commit 9fce04c196
5 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 43 KiB

View File

@ -2,16 +2,16 @@
# Atlassian Downloader # Atlassian Downloader
Console app written with `c#` and `dotnet5` for downloading all avalible products from `Atlassian`. Why not? Console app written with `c#` and `dotnet6` for downloading all avalible products from `Atlassian`. Why not?
![Atlassian Downloader](https://rawcdn.githack.com/EpicMorg/atlassian-downloader/74889a1b5cfa4d68c8c9175945481853f52aefed/.github/media/screenshot-01.png) ![Atlassian Downloader](https://rawcdn.githack.com/EpicMorg/atlassian-downloader/74889a1b5cfa4d68c8c9175945481853f52aefed/.github/media/screenshot-01.png)
![Atlassian Downloader](https://rawcdn.githack.com/EpicMorg/atlassian-downloader/74889a1b5cfa4d68c8c9175945481853f52aefed/.github/media/screenshot-03.png) ![Atlassian Downloader](https://rawcdn.githack.com/EpicMorg/atlassian-downloader/74889a1b5cfa4d68c8c9175945481853f52aefed/.github/media/screenshot-03.png)
## Requerments ## Requerments
1. Preinstalled`*` `dotnet5`. Download [here](https://dotnet.microsoft.com/download/dotnet/5.0). 1. Preinstalled`*` `dotnet6`. Download [here](https://dotnet.microsoft.com/download/dotnet/6.0).
2. Supported OS: `win32/win64`, `linux`, `macosx`, `arm/arm64` 2. Supported OS: `win32/win64`, `linux`, `macosx`, `arm/arm64`
`*` since version `1.0.0.4` application build asstandalone package and do not requre preinstalled `dotnet5`. `*` since version `1.0.0.4` application build asstandalone package and do not requre preinstalled `dotnet6`.
# How to... # How to...
## ..bootstrap from scratch ## ..bootstrap from scratch

View File

@ -19,7 +19,7 @@
<PackageTags>atlassian, donwloader, epicmorg</PackageTags> <PackageTags>atlassian, donwloader, epicmorg</PackageTags>
<AssemblyVersion>1.0.0.8</AssemblyVersion> <AssemblyVersion>1.0.0.8</AssemblyVersion>
<FileVersion>1.0.0.8</FileVersion> <FileVersion>1.0.0.8</FileVersion>
<Version>1.0.0.7</Version> <Version>1.0.0.8</Version>
<Copyright>EpicMorg 2021</Copyright> <Copyright>EpicMorg 2021</Copyright>
<Product>Atlassian Downloader</Product> <Product>Atlassian Downloader</Product>
<IsPackable>true</IsPackable> <IsPackable>true</IsPackable>