From 2d2840485f89ddbeba4a6b4423bf695815992e3f Mon Sep 17 00:00:00 2001 From: masoodafar-web Date: Sat, 20 Dec 2025 04:59:36 +0330 Subject: [PATCH] feat: update version to 0.0.3 and add target for pushing NuGet package to FourSat --- .../FrontOffice.BFF.Configuration.Protobuf.csproj | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/Protobufs/FrontOffice.BFF.Configuration.Protobuf/FrontOffice.BFF.Configuration.Protobuf.csproj b/src/Protobufs/FrontOffice.BFF.Configuration.Protobuf/FrontOffice.BFF.Configuration.Protobuf.csproj index fd87777..27d4dbf 100644 --- a/src/Protobufs/FrontOffice.BFF.Configuration.Protobuf/FrontOffice.BFF.Configuration.Protobuf.csproj +++ b/src/Protobufs/FrontOffice.BFF.Configuration.Protobuf/FrontOffice.BFF.Configuration.Protobuf.csproj @@ -4,7 +4,7 @@ net9.0 enable enable - 0.0.2 + 0.0.3 None False False @@ -25,5 +25,14 @@ + + + $(PackageOutputPath)$(PackageId).$(Version).nupkg + + dotnet nuget push **/*.nupkg --source https://git.afrino.co/api/packages/FourSat/nuget/index.json --api-key 061a5cb15517c6da39c16cfce8556c55ae104d0d --skip-duplicate + + + +