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 }}
diff --git a/Frends.Community.Postgre/Frends.Community.Postgre.csproj b/Frends.Community.Postgre/Frends.Community.Postgre.csproj
index dd466f3..6fd736c 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
@@ -19,10 +20,20 @@
+
+
-
+
+
+
+
+
+
+
+
+