mirror of
https://github.com/EpicMorg/atlassian-downloader.git
synced 2024-12-26 20:35:27 +03:00
1.0.0.8
This commit is contained in:
parent
ec70cdec85
commit
9fce04c196
BIN
.github/media/screenshot-01.png
vendored
BIN
.github/media/screenshot-01.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 44 KiB |
BIN
.github/media/screenshot-02.png
vendored
BIN
.github/media/screenshot-02.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 28 KiB |
BIN
.github/media/screenshot-03.png
vendored
BIN
.github/media/screenshot-03.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 43 KiB |
@ -2,16 +2,16 @@
|
||||
|
||||
# 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-03.png)
|
||||
|
||||
## 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`
|
||||
|
||||
`*` 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...
|
||||
## ..bootstrap from scratch
|
||||
|
@ -19,7 +19,7 @@
|
||||
<PackageTags>atlassian, donwloader, epicmorg</PackageTags>
|
||||
<AssemblyVersion>1.0.0.8</AssemblyVersion>
|
||||
<FileVersion>1.0.0.8</FileVersion>
|
||||
<Version>1.0.0.7</Version>
|
||||
<Version>1.0.0.8</Version>
|
||||
<Copyright>EpicMorg 2021</Copyright>
|
||||
<Product>Atlassian Downloader</Product>
|
||||
<IsPackable>true</IsPackable>
|
||||
|
Loading…
Reference in New Issue
Block a user