File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
sdk/eventgrid/Azure.Messaging.EventGrid Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11# Release History
2- ## 4.0.0-beta.4 (Unreleased )
2+ ## 4.0.0-beta.4 (2020-11-10 )
33
4+ ### Fixed
5+ - Fixed bug where missing required properties on CloudEvent would cause deserialization to fail.
46
57## 4.0.0-beta.3 (2020-10-06)
68
79### Fixed
8- - Fix bug where we were not parsing the Topic when parsing into EventGridEvents.
10+ - Fixed bug where we were not parsing the Topic when parsing into EventGridEvents.
911
1012### Added
1113
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Use the client library for Azure Event Grid to:
1616Install the client library from [ NuGet] ( https://www.nuget.org/ ) :
1717
1818``` PowerShell
19- dotnet add package Azure.Messaging.EventGrid --version 4.0.0-beta.1
19+ dotnet add package Azure.Messaging.EventGrid --version 4.0.0-beta.4
2020```
2121
2222### Prerequisites
You can’t perform that action at this time.
0 commit comments