diff --git a/aspnetcore/grpc/retries.md b/aspnetcore/grpc/retries.md index 40b847cfc4..8827c0465d 100644 --- a/aspnetcore/grpc/retries.md +++ b/aspnetcore/grpc/retries.md @@ -4,7 +4,7 @@ author: jamesnk description: Learn how to make resilient, fault tolerant gRPC calls with retries in .NET. monikerRange: '>= aspnetcore-3.0' ms.author: jamesnk -ms.date: 02/25/2021 +ms.date: 03/18/2021 no-loc: [appsettings.json, "ASP.NET Core Identity", cookie, Cookie, Blazor, "Blazor Server", "Blazor WebAssembly", "Identity", "Let's Encrypt", Razor, SignalR] uid: grpc/retries --- @@ -14,7 +14,7 @@ By [James Newton-King](https://twitter.com/jamesnk) gRPC retries is a feature that allows gRPC clients to automatically retry failed calls. This article discusses how to configure a retry policy to make resilient, fault tolerant gRPC apps in .NET. -gRPC retries requires [Grpc.Net.Client](https://www.nuget.org/packages/Grpc.Net.Client) version 2.36.0-pre1 or later. +gRPC retries requires [Grpc.Net.Client](https://www.nuget.org/packages/Grpc.Net.Client) version 2.36.0 or later. ## Transient fault handling