diff --git a/src/SDKs/EventGrid/DataPlane/Microsoft.Azure.EventGrid/Microsoft.Azure.EventGrid.csproj b/src/SDKs/EventGrid/DataPlane/Microsoft.Azure.EventGrid/Microsoft.Azure.EventGrid.csproj
index 66718ac440db0..b5bbafe208462 100644
--- a/src/SDKs/EventGrid/DataPlane/Microsoft.Azure.EventGrid/Microsoft.Azure.EventGrid.csproj
+++ b/src/SDKs/EventGrid/DataPlane/Microsoft.Azure.EventGrid/Microsoft.Azure.EventGrid.csproj
@@ -5,11 +5,11 @@
Microsoft.Azure.EventGrid
- Provides developers with a library to publish events to Azure Event Grid.
- 1.2.0
+ 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.
+ 1.3.0
Microsoft.Azure.EventGrid
Microsoft Azure EventGrid;Event Grid;Event Grid Publishing;
- Updated version to stable version. Also added support for consuming Azure Container Registry events and Azure IoT Hub events published to Event Grid.
+ Added support for consuming EventGrid subscription validation events, ServiceBus events and Azure Media events.
net452;netstandard1.4
diff --git a/src/SDKs/EventGrid/DataPlane/Microsoft.Azure.EventGrid/Properties/AssemblyInfo.cs b/src/SDKs/EventGrid/DataPlane/Microsoft.Azure.EventGrid/Properties/AssemblyInfo.cs
index f05bb757b6edc..d5dbae2a859bc 100644
--- a/src/SDKs/EventGrid/DataPlane/Microsoft.Azure.EventGrid/Properties/AssemblyInfo.cs
+++ b/src/SDKs/EventGrid/DataPlane/Microsoft.Azure.EventGrid/Properties/AssemblyInfo.cs
@@ -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")]