Skip to content

Commit

Permalink
updating versions and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
brettsam committed Feb 16, 2023
1 parent ec374aa commit 64b5395
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@
<!-- Please add your release notes in the following format:
- My change description (#PR/#issue)
-->

WorkerOptions additions:
- Added support for surfacing user-thrown exception to App Insights (#939)
- Adding support for opting-in to get empty entries in function trigger payload (#1091)
- Adding support for modifying Capabilities sent to the host (#1183)
1 change: 1 addition & 0 deletions src/DotNetWorker.Core/DotNetWorker.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<RootNamespace>Microsoft.Azure.Functions.Worker.Core</RootNamespace>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<MinorProductVersion>8</MinorProductVersion>
<PatchProductVersion>1</PatchProductVersion>
</PropertyGroup>

<Import Project="..\..\build\Common.props" />
Expand Down
1 change: 1 addition & 0 deletions src/DotNetWorker.Grpc/DotNetWorker.Grpc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<RootNamespace>Microsoft.Azure.Functions.Worker.Grpc</RootNamespace>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<MinorProductVersion>6</MinorProductVersion>
<PatchProductVersion>1</PatchProductVersion>
</PropertyGroup>

<Import Project="..\..\build\Common.props" />
Expand Down
1 change: 1 addition & 0 deletions src/DotNetWorker/DotNetWorker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<RootNamespace>Microsoft.Azure.Functions.Worker</RootNamespace>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<MinorProductVersion>10</MinorProductVersion>
<PatchProductVersion>1</PatchProductVersion>
</PropertyGroup>

<Import Project="..\..\build\Common.props" />
Expand Down

0 comments on commit 64b5395

Please sign in to comment.