feat: Update protobuf namespaces and package versions
This commit is contained in:
@@ -5,11 +5,11 @@
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<IsPackable>true</IsPackable>
|
||||
<PackageId>BackOffice.BFF.Health.Protobuf</PackageId>
|
||||
<Version>1.0.0</Version>
|
||||
<PackageId>Foursat.BackOffice.BFF.Health.Protobuf</PackageId>
|
||||
<Version>1.0.4</Version>
|
||||
<Authors>FourSat</Authors>
|
||||
<Company>FourSat</Company>
|
||||
<Product>BackOffice.BFF.Health.Protobuf</Product>
|
||||
<Product>Foursat.BackOffice.BFF.Health.Protobuf</Product>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
@@ -24,5 +24,14 @@
|
||||
<ItemGroup>
|
||||
<Protobuf Include="Protos\health.proto" GrpcServices="Both" />
|
||||
</ItemGroup>
|
||||
<Target Name="PushToFourSat" AfterTargets="Pack">
|
||||
<PropertyGroup>
|
||||
<NugetPackagePath>$(PackageOutputPath)$(PackageId).$(Version).nupkg</NugetPackagePath>
|
||||
<PushCommand>
|
||||
dotnet nuget push **/*.nupkg --source https://git.afrino.co/api/packages/FourSat/nuget/index.json --api-key 061a5cb15517c6da39c16cfce8556c55ae104d0d --skip-duplicate
|
||||
</PushCommand>
|
||||
</PropertyGroup>
|
||||
|
||||
<Exec Command="$(PushCommand)" />
|
||||
</Target>
|
||||
</Project>
|
||||
|
||||
@@ -4,7 +4,7 @@ package health;
|
||||
|
||||
import "google/protobuf/timestamp.proto";
|
||||
|
||||
option csharp_namespace = "BackOffice.BFF.Health.Protobuf";
|
||||
option csharp_namespace = "Foursat.BackOffice.BFF.Health.Protobuf";
|
||||
|
||||
service HealthContract
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user