forked from Azure/azure-sdk-for-net
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Microsoft.Azure.Management.NotificationHubs.csproj
28 lines (26 loc) · 1.52 KB
/
Microsoft.Azure.Management.NotificationHubs.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<Project Sdk="Microsoft.NET.Sdk">
<!-- Please do not move/edit code below this line -->
<Import Project="$([MSBuild]::GetPathOfFileAbove('AzSdk.reference.props'))" />
<!-- Please do not move/edit code below this line -->
<PropertyGroup>
<PackageId>Microsoft.Azure.Management.NotificationHubs</PackageId>
<Description>Provides developers with libraries to create and manager Namespaces of type NotificationHub and NotificationHubs. Manage Authorization Rules at both the resource levels. Note: This client library is for NotificationHubs under Azure Resource Manager.</Description>
<AssemblyName>Microsoft.Azure.Management.NotificationHubs</AssemblyName>
<Version>2.4.0</Version>
<PackageTags>Microsoft Azure NotificationHubs Management;NotificationHubs;NotificationHubs management;</PackageTags>
<PackageReleaseNotes>
<![CDATA[
Updating the Notification Hubs Management SDK with:
1) Adding support for authorization rules for both namespaces and notification hubs
2) Fixing bugs in CheckNamespaceAvailability
3) Adding more documentation for existing operations
]]>
</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>