Skip to content

Commit 7d2b0f0

Browse files
committed
dotnet isolated -> dotnet-isolated
1 parent d722986 commit 7d2b0f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Azure.Functions.Sdk/Azure.Functions.Sdk.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<Description>Azure Functions SDK for dotnet isolated workers.</Description>
5+
<Description>Azure Functions SDK for dotnet-isolated workers.</Description>
66
<PackageTags>Azure Functions Dotnet Dotnet-Isolated</PackageTags>
77
<PackageType>MSBuildSdk</PackageType>
88
<BuildOutputTargetFolder>tools</BuildOutputTargetFolder>

src/Azure.Functions.Sdk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Azure.Functions.Sdk
22

3-
The MSBuild SDK to use for building dotnet isolated function apps.
3+
The MSBuild SDK to use for building dotnet-isolated function apps.
44

55
This is intended to replace `Microsoft.Azure.Functions.Worker.Sdk` (which is at sdk/Sdk in this repo).

0 commit comments

Comments
 (0)