Skip to content

Commit

Permalink
Updated version and package release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
kalyanaj committed May 22, 2018
1 parent e76015b commit 03deb5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

<PropertyGroup>
<PackageId>Microsoft.Azure.EventGrid</PackageId>
<Description>Provides developers with a library to publish events to Azure Event Grid. </Description>
<Version>1.2.0</Version>
<Description>This library can be used to publish events to Azure Event Grid. It also defines the event schemas for the events published to EventGrid by various Azure services. </Description>
<Version>1.3.0</Version>
<AssemblyName>Microsoft.Azure.EventGrid</AssemblyName>
<PackageTags>Microsoft Azure EventGrid;Event Grid;Event Grid Publishing;</PackageTags>
<PackageReleaseNotes>Updated version to stable version. Also added support for consuming Azure Container Registry events and Azure IoT Hub events published to Event Grid.</PackageReleaseNotes>
<PackageReleaseNotes>Added support for consuming EventGrid subscription validation events, ServiceBus events and Azure Media events.</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup>
<TargetFrameworks>net452;netstandard1.4</TargetFrameworks>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[assembly: AssemblyDescription("Provides developers with a library to publish events to Azure EventGrid.")]

[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.3.0.0")]

[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
Expand Down

0 comments on commit 03deb5b

Please sign in to comment.