Skip to content

Commit c7c5e53

Browse files
authored
Prep for SDK release (#3228)
1 parent 9674a2c commit c7c5e53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdk/Sdk/Sdk.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<MajorProductVersion>2</MajorProductVersion>
55
<MinorProductVersion>0</MinorProductVersion>
6-
<PatchProductVersion>5</PatchProductVersion>
6+
<PatchProductVersion>6</PatchProductVersion>
77
<TargetFrameworks>netstandard2.0;net472</TargetFrameworks>
88
<PackageId>Microsoft.Azure.Functions.Worker.Sdk</PackageId>
99
<Description>This package provides development time support for the Azure Functions .NET Worker.</Description>

sdk/release_notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
- My change description (#PR/#issue)
55
-->
66

7-
### Microsoft.Azure.Functions.Worker.Sdk <version>
7+
### Microsoft.Azure.Functions.Worker.Sdk 2.0.6
88

99
- Build no longer generates `functions.metadata` if source-generated metadata provider is enabled. (#2974)
1010
- Fixing `dotnet run` to work on Windows when core tools is installed from NPM (#3127)

0 commit comments

Comments
 (0)