File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dotnet add package OpenMatch.Api
1717// Create the grpc.
1818using var channel = GrpcChannel .ForAddress (" https://localhost:5001" );
1919
20- var frontendClient = new OpenMatch .FrontendService .FrontendServiceClient (channel );
20+ var frontendClient = new OpenMatch .FrontendService .FrontendServiceClient (channel );
2121
2222await frontendClient .CreateTicketAsync (request );
2323```
Original file line number Diff line number Diff line change 44 <TargetFramework >netstandard2.1</TargetFramework >
55 <PackageId >OpenMatch.Api</PackageId >
66 <Title >OpenMatch Api</Title >
7- <Version >1.3 .0</Version >
7+ <Version >1.4 .0</Version >
88 <PackageDescription >C# API for OpenMatch</PackageDescription >
99 <Authors >Yoann Potinet</Authors >
10- <Company >FrozenStorm Interactive</Company >
10+ <Company >Frozen Storm Interactive</Company >
1111 <PackageTags >openmatch</PackageTags >
1212 <PackageLicenseFile >License</PackageLicenseFile >
1313 <PackageProjectUrl >https://github.com/FrozenStormInteractive/openmatch-csharp</PackageProjectUrl >
2929 </ItemGroup >
3030
3131 <ItemGroup >
32- <PackageReference Include =" Grpc.Net.Client" Version =" 2.46 .0" />
33- <PackageReference Include =" Google.Protobuf" Version =" 3.21.1 " />
34- <PackageReference Include =" Grpc.Tools" Version =" 2.46.3 " >
32+ <PackageReference Include =" Grpc.Net.Client" Version =" 2.47 .0" />
33+ <PackageReference Include =" Google.Protobuf" Version =" 3.21.5 " />
34+ <PackageReference Include =" Grpc.Tools" Version =" 2.48.0 " >
3535 <PrivateAssets >all</PrivateAssets >
3636 <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
3737 </PackageReference >
You can’t perform that action at this time.
0 commit comments