Skip to content

Commit e453de8

Browse files
committed
Prepare package versions and release notes for release (#1676)
1 parent 3157205 commit e453de8

8 files changed

Lines changed: 16 additions & 14 deletions

File tree

extensions/Worker.Extensions.Abstractions/release_notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
- My change description (#PR/#issue)
55
-->
66

7-
### Microsoft.Azure.Functions.Worker.Extensions.Abstractions <version>
7+
### Microsoft.Azure.Functions.Worker.Extensions.Abstractions 1.3.0
88

9-
- <event>
9+
- Add SupportsDeferredBinding attribute

extensions/Worker.Extensions.Abstractions/src/Worker.Extensions.Abstractions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<AssemblyName>Microsoft.Azure.Functions.Worker.Extensions.Abstractions</AssemblyName>
77
<RootNamespace>Microsoft.Azure.Functions.Worker.Extensions.Abstractions</RootNamespace>
88
<Description>Abstractions for Azure Functions .NET Worker</Description>
9-
<MinorProductVersion>2</MinorProductVersion>
9+
<MinorProductVersion>3</MinorProductVersion>
1010
<PatchProductVersion>0</PatchProductVersion>
1111
</PropertyGroup>
1212

release_notes.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@
44
- My change description (#PR/#issue)
55
-->
66

7-
### Microsoft.Azure.Functions.Worker (metapackage) <version>
7+
### Microsoft.Azure.Functions.Worker (metapackage) 1.18.0
88

99
- <entry>
1010

11-
### Microsoft.Azure.Functions.Worker.Core <version>
11+
### Microsoft.Azure.Functions.Worker.Core 1.14.0
1212

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

15-
### Microsoft.Azure.Functions.Worker.Grpc <version>
17+
### Microsoft.Azure.Functions.Worker.Grpc 1.12.0
1618

17-
- <entry>
19+
- Add support for deferred binding (#1676)

sdk/Sdk/Sdk.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<MinorProductVersion>11</MinorProductVersion>
4+
<MinorProductVersion>12</MinorProductVersion>
55
<PatchProductVersion>0</PatchProductVersion>
66
<TargetFrameworks>netstandard2.0;net472</TargetFrameworks>
77
<PackageId>Microsoft.Azure.Functions.Worker.Sdk</PackageId>

sdk/release_notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
- My change description (#PR/#issue)
55
-->
66

7-
### Microsoft.Azure.Functions.Worker.Sdk <version> (meta package)
7+
### Microsoft.Azure.Functions.Worker.Sdk 1.12.0 (meta package)
88

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

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

src/DotNetWorker.Core/DotNetWorker.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<AssemblyName>Microsoft.Azure.Functions.Worker.Core</AssemblyName>
99
<RootNamespace>Microsoft.Azure.Functions.Worker.Core</RootNamespace>
1010
<GenerateDocumentationFile>true</GenerateDocumentationFile>
11-
<MinorProductVersion>13</MinorProductVersion>
11+
<MinorProductVersion>14</MinorProductVersion>
1212
<PatchProductVersion>0</PatchProductVersion>
1313
<VersionSuffix></VersionSuffix>
1414
</PropertyGroup>

src/DotNetWorker.Grpc/DotNetWorker.Grpc.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<AssemblyName>Microsoft.Azure.Functions.Worker.Grpc</AssemblyName>
99
<RootNamespace>Microsoft.Azure.Functions.Worker.Grpc</RootNamespace>
1010
<GenerateDocumentationFile>true</GenerateDocumentationFile>
11-
<MinorProductVersion>12</MinorProductVersion>
11+
<MinorProductVersion>13</MinorProductVersion>
1212
<PatchProductVersion>0</PatchProductVersion>
1313
<VersionSuffix></VersionSuffix>
1414
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>

src/DotNetWorker/DotNetWorker.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<AssemblyName>Microsoft.Azure.Functions.Worker</AssemblyName>
99
<RootNamespace>Microsoft.Azure.Functions.Worker</RootNamespace>
1010
<GenerateDocumentationFile>true</GenerateDocumentationFile>
11-
<MinorProductVersion>17</MinorProductVersion>
11+
<MinorProductVersion>18</MinorProductVersion>
1212
<PatchProductVersion>0</PatchProductVersion>
1313
<VersionSuffix></VersionSuffix>
1414
</PropertyGroup>

0 commit comments

Comments
 (0)