Skip to content

Commit 1900bd6

Browse files
Prepare for release (Azure#24646)
1 parent 374120b commit 1900bd6

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed
Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,23 @@
11
# Release History
22

3-
## 3.0.0-beta.4 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 3.0.0-beta.4 (2021-10-11)
84

95
### Key Bugs Fixed
106

11-
### Fixed
12-
7+
- Avoid synchronously waiting for batch trigger execution
138

149
## 3.0.0-beta.3 (2021-06-08)
1510

1611
### Key Bug Fixes
12+
1713
- Fix issue when parsing CloudEvent schema subscription validation request.
1814

1915
## 3.0.0-beta.2 (2021-05-11)
2016

2117
### Added
18+
2219
- Binding to the `CloudEvent` type is now supported.
2320

2421
## 3.0.0-beta.1 (2021-03-23)
22+
2523
- The initial release of Microsoft.Azure.WebJobs.Extensions.EventGrid 3.0.0

sdk/eventgrid/Microsoft.Azure.WebJobs.Extensions.EventGrid/Microsoft.Azure.WebJobs.Extensions.EventGrid.sln

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.WebJobs.Ext
99
EndProject
1010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Azure.Messaging.EventGrid", "..\Azure.Messaging.EventGrid\src\Azure.Messaging.EventGrid.csproj", "{3E40026E-2DE9-4FE0-8E25-73F7B35F5D24}"
1111
EndProject
12+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Azure.Core.TestFramework", "..\..\core\Azure.Core.TestFramework\src\Azure.Core.TestFramework.csproj", "{328250F6-39A2-489A-81E5-46C13C59D8F7}"
13+
EndProject
1214
Global
1315
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1416
Debug|Any CPU = Debug|Any CPU
@@ -27,6 +29,10 @@ Global
2729
{3E40026E-2DE9-4FE0-8E25-73F7B35F5D24}.Debug|Any CPU.Build.0 = Debug|Any CPU
2830
{3E40026E-2DE9-4FE0-8E25-73F7B35F5D24}.Release|Any CPU.ActiveCfg = Release|Any CPU
2931
{3E40026E-2DE9-4FE0-8E25-73F7B35F5D24}.Release|Any CPU.Build.0 = Release|Any CPU
32+
{328250F6-39A2-489A-81E5-46C13C59D8F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
33+
{328250F6-39A2-489A-81E5-46C13C59D8F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
34+
{328250F6-39A2-489A-81E5-46C13C59D8F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
35+
{328250F6-39A2-489A-81E5-46C13C59D8F7}.Release|Any CPU.Build.0 = Release|Any CPU
3036
EndGlobalSection
3137
GlobalSection(SolutionProperties) = preSolution
3238
HideSolutionNode = FALSE

sdk/eventgrid/Microsoft.Azure.WebJobs.Extensions.EventGrid/tests/Microsoft.Azure.WebJobs.Extensions.EventGrid.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</ItemGroup>
1616

1717
<ItemGroup>
18-
<ProjectReference Include="..\..\..\core\Azure.Core.TestFramework\src\Azure.Core.TestFramework.csproj" />
18+
<ProjectReference Include="$(AzureCoreTestFramework)" />
1919
<ProjectReference Include="..\src\Microsoft.Azure.WebJobs.Extensions.EventGrid.csproj" />
2020
</ItemGroup>
2121

0 commit comments

Comments
 (0)