Skip to content

Commit a1a0dd1

Browse files
authored
Increment package version after release of Azure.Messaging.EventGrid (Azure#14980)
1 parent c97cd13 commit a1a0dd1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
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.2 (Unreleased)
3+
4+
25
## 4.0.0-beta.1 (2020-09-08)
36
This is the first preview of the Azure Event Grid client library that follows the [.NET Azure SDK Design Guidelines](https://azure.github.io/azure-sdk/dotnet_introduction.html). This library is not a direct replacement for `Microsoft.Azure.EventGrid`, as code changes would be required to use the new library.
47

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
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.1</Version>
5+
<Version>4.0.0-beta.2</Version>
66
<PackageTags>Microsoft Azure EventGrid;Event Grid;Event Grid Publishing;</PackageTags>
77
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
88
<EnableApiCompat>false</EnableApiCompat>

0 commit comments

Comments
 (0)