forked from Azure/azure-sdk-for-net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMicrosoft.Azure.Management.EventGrid.csproj
21 lines (19 loc) · 1.3 KB
/
Microsoft.Azure.Management.EventGrid.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<Project Sdk="Microsoft.NET.Sdk">
<!-- Please do not move/edit code below this line -->
<Import Project="$(RepoEngPath)/mgmt/AzSdk.reference.props" />
<!-- Please do not move/edit code below this line -->
<PropertyGroup>
<PackageId>Microsoft.Azure.Management.EventGrid</PackageId>
<Description>Provides developers with a library to create and manage all Azure EventGrid resources. </Description>
<Version>5.1.0-preview</Version>
<AssemblyName>Microsoft.Azure.Management.EventGrid</AssemblyName>
<PackageTags>Microsoft Azure EventGrid Management;Event Grid;Event Grid management;</PackageTags>
<PackageReleaseNotes>This corresponds to the 2020-01-01-Preview API version which includes the following new functionalities: CloudEvent 1.0, new destination types (Azure Functions and Service bus topic), Securing webhooks with Azure Active Directory, and batching for webhook destinations. "</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup>
<TargetFrameworks>$(SdkTargetFx)</TargetFrameworks>
</PropertyGroup>
<!-- Please do not move/edit code below this line -->
<Import Condition=" Exists('$([MSBuild]::GetPathOfFileAbove(AzSdk.RP.props))') " Project="$([MSBuild]::GetPathOfFileAbove('AzSdk.RP.props'))" />
<!-- Please do not move/edit code above this line -->
</Project>