Skip to content

Commit

Permalink
Merge branch 'release/1.4.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
intelligide committed Aug 20, 2022
2 parents c9e1b37 + 2d077a0 commit b52a99c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dotnet add package OpenMatch.Api
// Create the grpc.
using var channel = GrpcChannel.ForAddress("https://localhost:5001");

var frontendClient = new OpenMatch.FrontendService.FrontendServiceClient(channel);
var frontendClient = new OpenMatch.FrontendService.FrontendServiceClient(channel);

await frontendClient.CreateTicketAsync(request);
```
Expand Down
10 changes: 5 additions & 5 deletions src/OpenMatch/OpenMatch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<TargetFramework>netstandard2.1</TargetFramework>
<PackageId>OpenMatch.Api</PackageId>
<Title>OpenMatch Api</Title>
<Version>1.3.0</Version>
<Version>1.4.0</Version>
<PackageDescription>C# API for OpenMatch</PackageDescription>
<Authors>Yoann Potinet</Authors>
<Company>FrozenStorm Interactive</Company>
<Company>Frozen Storm Interactive</Company>
<PackageTags>openmatch</PackageTags>
<PackageLicenseFile>License</PackageLicenseFile>
<PackageProjectUrl>https://github.com/FrozenStormInteractive/openmatch-csharp</PackageProjectUrl>
Expand All @@ -29,9 +29,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Grpc.Net.Client" Version="2.46.0" />
<PackageReference Include="Google.Protobuf" Version="3.21.1" />
<PackageReference Include="Grpc.Tools" Version="2.46.3">
<PackageReference Include="Grpc.Net.Client" Version="2.47.0" />
<PackageReference Include="Google.Protobuf" Version="3.21.5" />
<PackageReference Include="Grpc.Tools" Version="2.48.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit b52a99c

Please sign in to comment.