feat: add HTTP annotations and update protobuf versions
All checks were successful
Build and Deploy / build (push) Successful in 2m5s

This commit is contained in:
masoodafar-web
2025-12-08 05:08:15 +03:30
parent ca28678e8f
commit dedc0b809f
14 changed files with 1737 additions and 10 deletions

View File

@@ -6,7 +6,7 @@
<Nullable>enable</Nullable>
<IsPackable>true</IsPackable>
<PackageId>Foursat.BackOffice.BFF.Commission.Protobuf</PackageId>
<Version>0.0.3</Version>
<Version>0.0.6</Version>
<Authors>FourSat</Authors>
<Company>FourSat</Company>
<Product>BackOffice.BFF.Commission.Protobuf</Product>
@@ -24,7 +24,7 @@
</ItemGroup>
<ItemGroup>
<Protobuf Include="Protos\commission.proto" ProtoRoot="Protos\" GrpcServices="Server" AdditionalImportDirs="..\BackOffice.BFF.Common.Protobuf\Protos"/>
<Protobuf Include="Protos\commission.proto" ProtoRoot="Protos\" GrpcServices="Both" AdditionalImportDirs="..\BackOffice.BFF.Common.Protobuf\Protos"/>
</ItemGroup>
<ItemGroup>