<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Microsoft.Azure.ActiveDirectory.GraphClient</id>
    <version>2.1.1</version>
    <title>Microsoft Azure Active Directory Graph Client Library</title>
    <authors>Microsoft</authors>
    <owners>Microsoft</owners>
    <licenseUrl>http://go.microsoft.com/fwlink/?LinkId=329770</licenseUrl>
    <projectUrl>http://go.microsoft.com/fwlink/?LinkId=398199</projectUrl>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <description>This is the .NET Client Library for Microsoft Azure Active Directory Graph API.
      Learn more about Azure AD Graph API @ https://msdn.microsoft.com/Library/Azure/Ad/Graph/howto/azure-ad-graph-api-operations-overview.

      NOTE: Azure AD Graph API functionality is also available through Microsoft Graph, a unified API that also includes APIs from other Microsoft services like Outlook, OneDrive, OneNote, Planner, and Office Graph, all accessed through a single endpoint with a single access token. Find out more about Microsoft Graph @ http://graph.microsoft.com, and find the Microsoft Graph .Net Client Library @ https://www.nuget.org/packages/Microsoft.Graph and the open source code and further documentation @ https://github.com/microsoftgraph/msgraph-sdk-dotnet

      Usage information is available on our AAD Graph blog @ http://blogs.msdn.com/b/aadgraphteam/archive/2014/12/12/announcing-azure-ad-graph-api-client-library-2-0.aspx and sample usage on github @ https://github.com/AzureADSamples/WebApp-GraphAPI-DotNet and https://github.com/AzureADSamples/ConsoleApp-GraphAPI-DotNet.</description>
    <summary>Microsoft Azure ActiveDirectory Graph API Client library provides easy to use functionality to access your directory information from Azure Active Directory.</summary>
    <releaseNotes>This version continues to target AAD Graph REST API api-version=1.6, and is an update to include new additions that have been made to the REST API service.
      New properties on User (creationType, signInNames)
      New Domain entity support (including a verify ownership action)
      New ServiceEndpoint support
      New function to get service principals by application ID</releaseNotes>
    <copyright>Copyright © Microsoft Corporation</copyright>
    <tags>Azure ActiveDirectory GraphAPI GraphClient GraphLibrary AzureAD</tags>
    <dependencies>
      <dependency id="Microsoft.Data.Services.Client" version="5.6.4" />
      <dependency id="Microsoft.Data.Edm" version="5.6.4" />
      <dependency id="Microsoft.Data.OData" version="5.6.4" />
      <dependency id="System.Spatial" version="5.6.4" />
    </dependencies>
  </metadata>
</package>