From ba5d3110a025c1bb286a4645a10196552f499763 Mon Sep 17 00:00:00 2001 From: King Date: Tue, 30 Sep 2025 13:40:21 +0330 Subject: [PATCH] Update --- .../BackOffice.BFF.Role.Protobuf.csproj | 58 ++++++++++++------- .../BackOffice.BFF.User.Protobuf.csproj | 57 +++++++++++------- ...BackOffice.BFF.UserAddress.Protobuf.csproj | 57 +++++++++++------- .../BackOffice.BFF.UserOrder.Protobuf.csproj | 57 +++++++++++------- .../BackOffice.BFF.UserRole.Protobuf.csproj | 58 ++++++++++++------- 5 files changed, 177 insertions(+), 110 deletions(-) diff --git a/src/Protobufs/BackOffice.BFF.Role.Protobuf/BackOffice.BFF.Role.Protobuf.csproj b/src/Protobufs/BackOffice.BFF.Role.Protobuf/BackOffice.BFF.Role.Protobuf.csproj index e21b5c2..bf92293 100644 --- a/src/Protobufs/BackOffice.BFF.Role.Protobuf/BackOffice.BFF.Role.Protobuf.csproj +++ b/src/Protobufs/BackOffice.BFF.Role.Protobuf/BackOffice.BFF.Role.Protobuf.csproj @@ -1,27 +1,41 @@ - - net7.0 - enable - enable - 1.0.0 - None - False - False - + + net7.0 + enable + enable + 0.0.111 + None + False + False + Foursat.BackOffice.BFF.Role.Protobuf - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + + + + + + + + $(PackageOutputPath)$(PackageId).$(Version).nupkg + + dotnet nuget push **/*.nupkg --source https://git.afrino.co/api/packages/FourSat/nuget/index.json --api-key 061a5cb15517c6da39c16cfce8556c55ae104d0d --skip-duplicate + + + + + - - - diff --git a/src/Protobufs/BackOffice.BFF.User.Protobuf/BackOffice.BFF.User.Protobuf.csproj b/src/Protobufs/BackOffice.BFF.User.Protobuf/BackOffice.BFF.User.Protobuf.csproj index 40788ee..1aceb62 100644 --- a/src/Protobufs/BackOffice.BFF.User.Protobuf/BackOffice.BFF.User.Protobuf.csproj +++ b/src/Protobufs/BackOffice.BFF.User.Protobuf/BackOffice.BFF.User.Protobuf.csproj @@ -1,27 +1,40 @@ - - net7.0 - enable - enable - 1.0.0 - None - False - False - + + net7.0 + enable + enable + 0.0.111 + None + False + False + Foursat.BackOffice.BFF.User.Protobuf + - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + + + + + + + + $(PackageOutputPath)$(PackageId).$(Version).nupkg + + dotnet nuget push **/*.nupkg --source https://git.afrino.co/api/packages/FourSat/nuget/index.json --api-key 061a5cb15517c6da39c16cfce8556c55ae104d0d --skip-duplicate + + + + + - - - diff --git a/src/Protobufs/BackOffice.BFF.UserAddress.Protobuf/BackOffice.BFF.UserAddress.Protobuf.csproj b/src/Protobufs/BackOffice.BFF.UserAddress.Protobuf/BackOffice.BFF.UserAddress.Protobuf.csproj index 9b7dc6b..0d3cafc 100644 --- a/src/Protobufs/BackOffice.BFF.UserAddress.Protobuf/BackOffice.BFF.UserAddress.Protobuf.csproj +++ b/src/Protobufs/BackOffice.BFF.UserAddress.Protobuf/BackOffice.BFF.UserAddress.Protobuf.csproj @@ -1,27 +1,40 @@ - - net7.0 - enable - enable - 1.0.0 - None - False - False - + + net7.0 + enable + enable + 0.0.111 + None + False + False + Foursat.BackOffice.BFF.UserAddress.Protobuf + - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + + + + + + + + $(PackageOutputPath)$(PackageId).$(Version).nupkg + + dotnet nuget push **/*.nupkg --source https://git.afrino.co/api/packages/FourSat/nuget/index.json --api-key 061a5cb15517c6da39c16cfce8556c55ae104d0d --skip-duplicate + + + + + - - - diff --git a/src/Protobufs/BackOffice.BFF.UserOrder.Protobuf/BackOffice.BFF.UserOrder.Protobuf.csproj b/src/Protobufs/BackOffice.BFF.UserOrder.Protobuf/BackOffice.BFF.UserOrder.Protobuf.csproj index a669207..21a55c3 100644 --- a/src/Protobufs/BackOffice.BFF.UserOrder.Protobuf/BackOffice.BFF.UserOrder.Protobuf.csproj +++ b/src/Protobufs/BackOffice.BFF.UserOrder.Protobuf/BackOffice.BFF.UserOrder.Protobuf.csproj @@ -1,27 +1,40 @@  - - net7.0 - enable - enable - 1.0.0 - None - False - False - + + net7.0 + enable + enable + 0.0.112 + None + False + False + Foursat.BackOffice.BFF.UserOrder.Protobuf + - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + + + + + + + + $(PackageOutputPath)$(PackageId).$(Version).nupkg + + dotnet nuget push **/*.nupkg --source https://git.afrino.co/api/packages/FourSat/nuget/index.json --api-key 061a5cb15517c6da39c16cfce8556c55ae104d0d --skip-duplicate + + + + + - - - diff --git a/src/Protobufs/BackOffice.BFF.UserRole.Protobuf/BackOffice.BFF.UserRole.Protobuf.csproj b/src/Protobufs/BackOffice.BFF.UserRole.Protobuf/BackOffice.BFF.UserRole.Protobuf.csproj index 4504d13..707c512 100644 --- a/src/Protobufs/BackOffice.BFF.UserRole.Protobuf/BackOffice.BFF.UserRole.Protobuf.csproj +++ b/src/Protobufs/BackOffice.BFF.UserRole.Protobuf/BackOffice.BFF.UserRole.Protobuf.csproj @@ -1,27 +1,41 @@ - - net7.0 - enable - enable - 1.0.0 - None - False - False - + + net7.0 + enable + enable + 0.0.111 + None + False + False + Foursat.BackOffice.BFF.UserRole.Protobuf + - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + - - - + + + + + + + $(PackageOutputPath)$(PackageId).$(Version).nupkg + + dotnet nuget push **/*.nupkg --source https://git.afrino.co/api/packages/FourSat/nuget/index.json --api-key 061a5cb15517c6da39c16cfce8556c55ae104d0d --skip-duplicate + + + + + + +