From 2d077a00043efe344819de1e84114b9e8daac6ff Mon Sep 17 00:00:00 2001 From: Yoann Potinet Date: Sat, 20 Aug 2022 12:44:01 -0400 Subject: [PATCH] Update dependencies --- README.md | 2 +- src/OpenMatch/OpenMatch.csproj | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 62ad0ad..fb014be 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,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); ``` diff --git a/src/OpenMatch/OpenMatch.csproj b/src/OpenMatch/OpenMatch.csproj index 60ce9d9..6455c8e 100644 --- a/src/OpenMatch/OpenMatch.csproj +++ b/src/OpenMatch/OpenMatch.csproj @@ -4,10 +4,10 @@ netstandard2.1 OpenMatch.Api OpenMatch Api - 1.3.0 + 1.4.0 C# API for OpenMatch Yoann Potinet - FrozenStorm Interactive + Frozen Storm Interactive openmatch License https://github.com/FrozenStormInteractive/openmatch-csharp @@ -29,9 +29,9 @@ - - - + + + all runtime; build; native; contentfiles; analyzers