Skip to content

Commit

Permalink
chore: update Momento client protos to v0.32.0 (#321)
Browse files Browse the repository at this point in the history
Updates the SDK to use the latest client protos (v0.32.0), but does not implement them. This is so the latest apis can be developed in the client-sdk-dotnet-incubating repo since that SDK depends on this repo.
  • Loading branch information
tylerburdsall authored Nov 11, 2022
1 parent efbf52f commit 7c5683e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Momento.Sdk/Momento.Sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Grpc.Net.Client" Version="2.49.0" />
<PackageReference Include="Momento.Protos" Version="0.31.1" />
<PackageReference Include="Momento.Protos" Version="0.32.0" />
<PackageReference Include="JWT" Version="9.0.3" />
<PackageReference Include="System.Threading.Channels" Version="6.0.0" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.23.1" />
Expand Down

0 comments on commit 7c5683e

Please sign in to comment.