Skip to content

Commit

Permalink
Prepare package versions and release notes for release (#1676)
Browse files Browse the repository at this point in the history
  • Loading branch information
liliankasem committed Jul 11, 2023
1 parent ebfaad0 commit 9ec2647
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 14 deletions.
4 changes: 2 additions & 2 deletions extensions/Worker.Extensions.Abstractions/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
- My change description (#PR/#issue)
-->

### Microsoft.Azure.Functions.Worker.Extensions.Abstractions <version>
### Microsoft.Azure.Functions.Worker.Extensions.Abstractions 1.3.0

- <event>
- Add SupportsDeferredBinding attribute
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<AssemblyName>Microsoft.Azure.Functions.Worker.Extensions.Abstractions</AssemblyName>
<RootNamespace>Microsoft.Azure.Functions.Worker.Extensions.Abstractions</RootNamespace>
<Description>Abstractions for Azure Functions .NET Worker</Description>
<MinorProductVersion>2</MinorProductVersion>
<MinorProductVersion>3</MinorProductVersion>
<PatchProductVersion>0</PatchProductVersion>
</PropertyGroup>

Expand Down
12 changes: 7 additions & 5 deletions release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@
- My change description (#PR/#issue)
-->

### Microsoft.Azure.Functions.Worker (metapackage) <version>
### Microsoft.Azure.Functions.Worker (metapackage) 1.18.0

- <entry>

### Microsoft.Azure.Functions.Worker.Core <version>
### Microsoft.Azure.Functions.Worker.Core 1.14.0

- Unsealed `InputConverterAttribute`. Implementers can now derive from this type to map attributes to custom converters.
- Unsealed `InputConverterAttribute`. Implementers can now derive from this type to map attributes to custom converters. (#1712)
- Add support for deferred binding (#1676)
- Add binding attribute to converter context (#1660)

### Microsoft.Azure.Functions.Worker.Grpc <version>
### Microsoft.Azure.Functions.Worker.Grpc 1.12.0

- <entry>
- Add support for deferred binding (#1676)
2 changes: 1 addition & 1 deletion sdk/Sdk/Sdk.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<MinorProductVersion>11</MinorProductVersion>
<MinorProductVersion>12</MinorProductVersion>
<PatchProductVersion>0</PatchProductVersion>
<TargetFrameworks>netstandard2.0;net472</TargetFrameworks>
<PackageId>Microsoft.Azure.Functions.Worker.Sdk</PackageId>
Expand Down
4 changes: 2 additions & 2 deletions sdk/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
- My change description (#PR/#issue)
-->

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

- Implementation for bypass deferred binding (#1462/#1495)
- Add support for deferred binding (#1676)

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

Expand Down
2 changes: 1 addition & 1 deletion src/DotNetWorker.Core/DotNetWorker.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<AssemblyName>Microsoft.Azure.Functions.Worker.Core</AssemblyName>
<RootNamespace>Microsoft.Azure.Functions.Worker.Core</RootNamespace>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<MinorProductVersion>13</MinorProductVersion>
<MinorProductVersion>14</MinorProductVersion>
<PatchProductVersion>0</PatchProductVersion>
<VersionSuffix></VersionSuffix>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/DotNetWorker.Grpc/DotNetWorker.Grpc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<AssemblyName>Microsoft.Azure.Functions.Worker.Grpc</AssemblyName>
<RootNamespace>Microsoft.Azure.Functions.Worker.Grpc</RootNamespace>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<MinorProductVersion>12</MinorProductVersion>
<MinorProductVersion>13</MinorProductVersion>
<PatchProductVersion>0</PatchProductVersion>
<VersionSuffix></VersionSuffix>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Expand Down
2 changes: 1 addition & 1 deletion src/DotNetWorker/DotNetWorker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<AssemblyName>Microsoft.Azure.Functions.Worker</AssemblyName>
<RootNamespace>Microsoft.Azure.Functions.Worker</RootNamespace>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<MinorProductVersion>17</MinorProductVersion>
<MinorProductVersion>18</MinorProductVersion>
<PatchProductVersion>0</PatchProductVersion>
<VersionSuffix></VersionSuffix>
</PropertyGroup>
Expand Down

0 comments on commit 9ec2647

Please sign in to comment.