Skip to content

Commit

Permalink
Bumping up versions for SDK and SDK.Generators. (#1857)
Browse files Browse the repository at this point in the history
  • Loading branch information
kshyju authored Aug 24, 2023
1 parent 9917849 commit e1862bf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
1 change: 1 addition & 0 deletions sdk/Sdk.Generators/Sdk.Generators.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<IncludeBuildOutput>false</IncludeBuildOutput>
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
<MinorProductVersion>1</MinorProductVersion>
<PatchProductVersion>1</PatchProductVersion>
<VersionSuffix></VersionSuffix>
<IsRoslynComponent>true</IsRoslynComponent>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion sdk/Sdk/Sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<MinorProductVersion>14</MinorProductVersion>
<PatchProductVersion>0</PatchProductVersion>
<PatchProductVersion>1</PatchProductVersion>
<TargetFrameworks>netstandard2.0;net472</TargetFrameworks>
<PackageId>Microsoft.Azure.Functions.Worker.Sdk</PackageId>
<Description>This package provides development time support for the Azure Functions .NET Worker.</Description>
Expand Down
14 changes: 5 additions & 9 deletions sdk/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,11 @@
- My change description (#PR/#issue)
-->

### Microsoft.Azure.Functions.Worker.Sdk <version> (meta package)
### Microsoft.Azure.Functions.Worker.Sdk 1.14.1

- <entry>
- Update Microsoft.Azure.Functions.Worker.Sdk.Generators dependency to 1.1.1

### Microsoft.Azure.Functions.Worker.Sdk.Analyzers <version> (delete if not updated)
### Microsoft.Azure.Functions.Worker.Sdk.Generators 1.1.1

- <entry>

### Microsoft.Azure.Functions.Worker.Sdk.Generators <version>

- Updated source generated versions of FunctionExecutor to use `global::` namespace prefix to avoid ambiguity between namespaces.(#1847)
- Fixing the check to determine the function return type for async functions.(#1817)
- Updated source generated version of function executor to prevent generating type names which causes namespace ambiguity with existing types.(#1847)
- Updated source generated version of function metadata provider to correctly generate binding values for async functions.(#1817)

0 comments on commit e1862bf

Please sign in to comment.