Skip to content

Commit

Permalink
Increment version for eventgrid releases (#21879)
Browse files Browse the repository at this point in the history
Increment package version after release of Microsoft.Azure.EventGrid
  • Loading branch information
azure-sdk authored Jun 15, 2021
1 parent 4f32627 commit 5cecd05
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
11 changes: 11 additions & 0 deletions sdk/eventgrid/Microsoft.Azure.EventGrid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Release History

## 3.3.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Key Bugs Fixed

### Fixed


## 3.2.1 (2021-06-15)
Update package description to include pointer to the new Azure.Messaging.EventGrid package and the migration guide.

Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyTitle>Microsoft Azure EventGrid Library</AssemblyTitle>
<Description>Please note, a newer package Azure.Messaging.EventGrid is available as of March 2021. While this package will continue to receive critical bug fixes, we strongly encourage you to upgrade. Read the migration guide at https://aka.ms/azsdk/net/migrate/eg for more details.</Description>
<Version>3.2.1</Version>
<Version>3.3.0-beta.1</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>3.2.1</ApiCompatVersion>
<PackageTags>Microsoft Azure EventGrid;Event Grid;Event Grid Publishing;</PackageTags>
<PackageReleaseNotes>Support for Azure EventGrid event types published from Azure Machine Learning Services.</PackageReleaseNotes>
<AzureApiTag>EventGrid_2018-01-01;</AzureApiTag>
Expand Down

0 comments on commit 5cecd05

Please sign in to comment.