Skip to content

Commit 80420c2

Browse files
authored
Increment package version after release of Azure.Messaging.EventGrid (Azure#16849)
1 parent cfae6c6 commit 80420c2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

sdk/eventgrid/Azure.Messaging.EventGrid/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Release History
2+
## 4.0.0-beta.5 (Unreleased)
3+
4+
25
## 4.0.0-beta.4 (2020-11-10)
36

47
### Fixed

sdk/eventgrid/Azure.Messaging.EventGrid/src/Azure.Messaging.EventGrid.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Description>This library can be used to publish events to Azure Event Grid and to consume events delivered by EventGrid. It also defines the event schemas for the events published to EventGrid by various Azure services.</Description>
44
<AssemblyTitle>Microsoft Azure.Messaging.EventGrid client library</AssemblyTitle>
5-
<Version>4.0.0-beta.4</Version>
5+
<Version>4.0.0-beta.5</Version>
66
<PackageTags>Microsoft Azure EventGrid;Event Grid;Event Grid Publishing;</PackageTags>
77
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
88
</PropertyGroup>

0 commit comments

Comments
 (0)