forked from Azure/azure-sdk-for-net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Microsoft.Azure.EventGrid.csproj
15 lines (15 loc) · 1.02 KB
/
Microsoft.Azure.EventGrid.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyTitle>Microsoft Azure EventGrid Library</AssemblyTitle>
<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>
<VersionPrefix>3.2.0</VersionPrefix>
<PackageTags>Microsoft Azure EventGrid;Event Grid;Event Grid Publishing;</PackageTags>
<PackageReleaseNotes>Support for additional Azure event types from ContainerRegistry, AppConfiguration, Maps and IoTHub services. Also, updated the consumption SDK to make it easier to consume these new event schemas.</PackageReleaseNotes>
<AzureApiTag>EventGrid_2018-01-01;</AzureApiTag>
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags>
</PropertyGroup>
<PropertyGroup>
<NoWarn>$(NoWarn);CS0618</NoWarn>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
</PropertyGroup>
</Project>