Skip to content

Commit 4f6705e

Browse files
Merge pull request #46909 from dotnet/main
Merge main into live
2 parents 1e7947e + 08fc629 commit 4f6705e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/azure/includes/dotnet-all.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@
559559
| Microsoft.Azure.Functions.Worker.Grpc | NuGet [2.0.0](https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker.Grpc/2.0.0) | | |
560560
| Microsoft.Azure.Functions.Worker.ItemTemplates | NuGet [4.0.5086](https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker.ItemTemplates/4.0.5086) | | |
561561
| Microsoft.Azure.Functions.Worker.ProjectTemplates | NuGet [4.0.5086](https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker.ProjectTemplates/4.0.5086) | | |
562-
| Microsoft.Azure.Functions.Worker.Sdk | NuGet [2.0.4](https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker.Sdk/2.0.4) | | |
562+
| Microsoft.Azure.Functions.Worker.Sdk | NuGet [2.0.5](https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker.Sdk/2.0.5) | | |
563563
| Microsoft.Azure.Functions.Worker.Sdk.Analyzers | NuGet [1.2.2](https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker.Sdk.Analyzers/1.2.2) | | |
564564
| Microsoft.Azure.Functions.Worker.Sdk.Generators | NuGet [1.3.5](https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker.Sdk.Generators/1.3.5) | | |
565565
| Microsoft.Azure.WebJobs.CosmosDb.ChangeProcessor | NuGet [1.0.4](https://www.nuget.org/packages/Microsoft.Azure.WebJobs.CosmosDb.ChangeProcessor/1.0.4) | | |

docs/standard/commandline/migration-guide-2.0.0-beta5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ rootCommand.SetAction(ParseResult parseResult =>
202202
In the past, the `CancellationToken` passed to `InvokeAsync` was exposed to handler via a method of `InvocationContext`:
203203

204204
```csharp
205-
rootCommand.SetHandler(async (InvocationCotnext context) =>
205+
rootCommand.SetHandler(async (InvocationContext context) =>
206206
{
207207
string? urlOptionValue = context.ParseResult.GetValueForOption(urlOption);
208208
var token = context.GetCancellationToken();

0 commit comments

Comments
 (0)