<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/01/nuspec.xsd">
  <metadata minClientVersion="2.5">
    <id>Microsoft.Azure.KeyVault.Core</id>
    <version>1.0.0</version>
    <title>Microsoft Azure Key Vault Core Library</title>
    <authors>Microsoft</authors>
    <owners>azure-sdk, Microsoft</owners>
    <licenseUrl>http://aka.ms/windowsazureapache2</licenseUrl>
    <projectUrl>https://github.com/Azure/azure-sdk-for-net</projectUrl>
    <iconUrl>http://go.microsoft.com/fwlink/?LinkID=288890</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Provides IKey and IKeyResolver interfaces for locating keys from identifiers
    and performing operations with keys.</description>
    <summary>IKey and IKeyResolver interfaces.</summary>
    <releaseNotes>Initial release</releaseNotes>
    <copyright>Copyright © Microsoft Corporation</copyright>
    <tags>Microsoft Azure key vault "key vault" azureofficial windowsazureofficial</tags>
    <references>
      <group targetFramework=".NETFramework4.0">
        <reference file="Microsoft.Azure.KeyVault.Core.dll" />
      </group>
      <group targetFramework=".NETPortable0.0-net45+wp8+wpa81+win">
        <reference file="Microsoft.Azure.KeyVault.Core.dll" />
      </group>
    </references>
  </metadata>
</package>