Skip to content

Commit 1198433

Browse files
authored
Update EventGrid extension (#2906)
1 parent 05b4207 commit 1198433

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

extensions/Worker.Extensions.EventGrid/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.EventGrid 3.4.2
7+
### Microsoft.Azure.Functions.Worker.Extensions.EventGrid 3.4.3
88

9-
- Updated `Microsoft.Azure.WebJobs.Extensions.EventGrid` reference to 3.4.2
9+
- Updated `Microsoft.Azure.WebJobs.Extensions.EventGrid` reference to 3.4.3

extensions/Worker.Extensions.EventGrid/src/Worker.Extensions.EventGrid.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Description>Azure Event Grid extensions for .NET isolated functions</Description>
77

88
<!--Version information-->
9-
<VersionPrefix>3.4.2</VersionPrefix>
9+
<VersionPrefix>3.4.3</VersionPrefix>
1010

1111
<!--Temporarily opting out of documentation. Pending documentation-->
1212
<GenerateDocumentationFile>false</GenerateDocumentationFile>
@@ -17,14 +17,14 @@
1717
<ItemGroup>
1818
<ProjectReference Include="..\..\Worker.Extensions.Abstractions\src\Worker.Extensions.Abstractions.csproj" />
1919
</ItemGroup>
20-
20+
2121
<ItemGroup>
2222
<PackageReference Include="Azure.Messaging.EventGrid" Version="4.17.0" />
2323
<PackageReference Include="Microsoft.Azure.Functions.Worker.Core" Version="1.19.0" />
2424
</ItemGroup>
2525

2626
<ItemGroup>
27-
<WebJobsExtension Include="Microsoft.Azure.WebJobs.Extensions.EventGrid" Version="3.4.2" />
27+
<WebJobsExtension Include="Microsoft.Azure.WebJobs.Extensions.EventGrid" Version="3.4.3" />
2828
</ItemGroup>
2929

3030
</Project>

0 commit comments

Comments
 (0)