From 15d23a69307807270300a9cd2ebec26d57bfb183 Mon Sep 17 00:00:00 2001 From: Erkka Honkavaara Date: Tue, 26 Jul 2022 15:16:28 +0300 Subject: [PATCH 1/4] Issue #9 Updated npsql to 6.0.5 --- Frends.Community.Postgre/Frends.Community.Postgre.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frends.Community.Postgre/Frends.Community.Postgre.csproj b/Frends.Community.Postgre/Frends.Community.Postgre.csproj index dd466f3..8bde6fd 100644 --- a/Frends.Community.Postgre/Frends.Community.Postgre.csproj +++ b/Frends.Community.Postgre/Frends.Community.Postgre.csproj @@ -21,7 +21,7 @@ - + From a0d4c2ed8ebe8256261644a5b44fcc043cb32ef9 Mon Sep 17 00:00:00 2001 From: EkiH Date: Tue, 26 Jul 2022 15:21:19 +0300 Subject: [PATCH 2/4] Update BuildAndTestOnEveryPush.yml Added symbol-api-key parameter --- .github/workflows/BuildAndTestOnEveryPush.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/BuildAndTestOnEveryPush.yml b/.github/workflows/BuildAndTestOnEveryPush.yml index c6f928b..5e0028e 100644 --- a/.github/workflows/BuildAndTestOnEveryPush.yml +++ b/.github/workflows/BuildAndTestOnEveryPush.yml @@ -28,4 +28,4 @@ jobs: run: dotnet pack --configuration Release --include-source - name: Push NuGet package to the testfeed - run: dotnet nuget push Frends.Community.Postgre/bin/Release/Frends.Community.Postgre.*.nupkg --api-key ${{ secrets.COMMUNITY_FEED_API_KEY }} --source https://www.myget.org/F/frends-community-test/api/v2/package --symbol-source https://www.myget.org/F/frends-community-test/symbols/api/v2/package + run: dotnet nuget push Frends.Community.Postgre/bin/Release/Frends.Community.Postgre.*.nupkg --api-key ${{ secrets.COMMUNITY_FEED_API_KEY }} --source https://www.myget.org/F/frends-community-test/api/v2/package --symbol-source https://www.myget.org/F/frends-community-test/symbols/api/v2/package --symbol-api-key ${{ secrets.COMMUNITY_FEED_API_KEY }} From d2c406ad9e4f04ab6b9ba1ee44aa7078b74efc7e Mon Sep 17 00:00:00 2001 From: Erkka Honkavaara Date: Tue, 26 Jul 2022 15:36:23 +0300 Subject: [PATCH 3/4] Updated package version --- Frends.Community.Postgre/Frends.Community.Postgre.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/Frends.Community.Postgre/Frends.Community.Postgre.csproj b/Frends.Community.Postgre/Frends.Community.Postgre.csproj index 8bde6fd..b71768f 100644 --- a/Frends.Community.Postgre/Frends.Community.Postgre.csproj +++ b/Frends.Community.Postgre/Frends.Community.Postgre.csproj @@ -10,6 +10,7 @@ Frends true 1.3.1 + 1.3.2 From 409fd5cd05e5d02d05fc9f88291d3537d9d9e5a3 Mon Sep 17 00:00:00 2001 From: Erkka Honkavaara Date: Tue, 26 Jul 2022 15:55:12 +0300 Subject: [PATCH 4/4] Added some missing dependencies --- .../Frends.Community.Postgre.csproj | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Frends.Community.Postgre/Frends.Community.Postgre.csproj b/Frends.Community.Postgre/Frends.Community.Postgre.csproj index b71768f..6fd736c 100644 --- a/Frends.Community.Postgre/Frends.Community.Postgre.csproj +++ b/Frends.Community.Postgre/Frends.Community.Postgre.csproj @@ -20,10 +20,20 @@ + + + + + + + + + +