From 96d18a46e95515dfaa2d3cab8fb3d3bd87d0f17c Mon Sep 17 00:00:00 2001 From: stam Date: Thu, 14 Jan 2021 00:50:40 +0300 Subject: [PATCH] bump --- src/atlassian-downloader/atlassian-downloader.csproj | 11 ++++++++--- src/atlassian-downloader/build.bat | 1 + src/atlassian-downloader/build.sh | 1 + 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/src/atlassian-downloader/atlassian-downloader.csproj b/src/atlassian-downloader/atlassian-downloader.csproj index 1c87208..b8c6f5f 100644 --- a/src/atlassian-downloader/atlassian-downloader.csproj +++ b/src/atlassian-downloader/atlassian-downloader.csproj @@ -2,6 +2,11 @@ Exe + true + true + win-x64 + true + true net5.0 favicon.ico EpicMorg.Atlassian.Downloader @@ -9,12 +14,12 @@ Atlassian Downloader by EpicMorg, code by kasthack https://github.com/EpicMorg/atlassian-downloader favicon.png - 1.0.0.4 git https://github.com/EpicMorg/atlassian-downloader atlassian, donwloader, epicmorg - 1.0.0.4 - 1.0.0.4 + 1.0.0.5 + 1.0.0.5 + 1.0.0.5 EpicMorg 2021 Atlassian Downloader true diff --git a/src/atlassian-downloader/build.bat b/src/atlassian-downloader/build.bat index ca1503a..ebd8d28 100644 --- a/src/atlassian-downloader/build.bat +++ b/src/atlassian-downloader/build.bat @@ -5,4 +5,5 @@ dotnet.exe publish -r win81-x86 --self-contained true --framework net5.0 --con dotnet.exe publish -r win10-x64 --self-contained true --framework net5.0 --configuration Release -p:PublishTrimmed=true -p:PublishSingleFile=true -p:PublishReadyToRun=true dotnet.exe publish -r win10-x86 --self-contained true --framework net5.0 --configuration Release -p:PublishTrimmed=true -p:PublishSingleFile=true -p:PublishReadyToRun=true dotnet.exe publish -r linux-x64 --self-contained true --framework net5.0 --configuration Release +dotnet.exe publish -r osx-x64 --self-contained true --framework net5.0 --configuration Release dotnet.exe publish -r linux-musl-x64 --self-contained true --framework net5.0 --configuration Release \ No newline at end of file diff --git a/src/atlassian-downloader/build.sh b/src/atlassian-downloader/build.sh index 76ed4ac..af906c9 100644 --- a/src/atlassian-downloader/build.sh +++ b/src/atlassian-downloader/build.sh @@ -5,4 +5,5 @@ dotnet publish -r win81-x86 --self-contained true --framework net5.0 --configu dotnet publish -r win10-x64 --self-contained true --framework net5.0 --configuration Release -p:PublishTrimmed=true -p:PublishSingleFile=true -p:PublishReadyToRun=true dotnet publish -r win10-x86 --self-contained true --framework net5.0 --configuration Release -p:PublishTrimmed=true -p:PublishSingleFile=true -p:PublishReadyToRun=true dotnet publish -r linux-x64 --self-contained true --framework net5.0 --configuration Release +dotnet publish -r osx-x64 --self-contained true --framework net5.0 --configuration Release dotnet publish -r linux-musl-x64 --self-contained true --framework net5.0 --configuration Release \ No newline at end of file