From 8162034e44af36444c65e93fb397132d2fe57053 Mon Sep 17 00:00:00 2001 From: Ilya Latushko Date: Tue, 7 Dec 2021 23:18:34 +0300 Subject: [PATCH] new release --- Telega/Telega.csproj | 2 +- publish.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Telega/Telega.csproj b/Telega/Telega.csproj index 8a4a97d..38878d8 100644 --- a/Telega/Telega.csproj +++ b/Telega/Telega.csproj @@ -21,7 +21,7 @@ ilyalatt 0.5.0 - preview005 + diff --git a/publish.sh b/publish.sh index 3e41891..b6907a2 100755 --- a/publish.sh +++ b/publish.sh @@ -3,6 +3,6 @@ set -e cd Telega rm -rf bin +dotnet pack --configuration Release +dotnet nuget push bin/Release/*.nupkg --source http://api.nuget.org/v3/index.json --api-key $ILYALATT_NUGET_API_KEY -dotnet pack -dotnet nuget push bin/Debug/*.nupkg --source http://api.nuget.org/v3/index.json --api-key $ILYALATT_NUGET_API_KEY