Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@

<PropertyGroup>
<PackageId>Microsoft.Azure.Management.KeyVault</PackageId>
<Description>Provides key vault management capabilities for Microsoft Azure.</Description>
<Description>
Provides key vault management capabilities for Microsoft Azure.
Development of this library has shifted focus to the Azure Unified SDK. The future development will be focused on "Azure.ResourceManager.KeyVault" (https://www.nuget.org/packages/Azure.ResourceManager.KeyVault/). Please see the package changelog for more information.
</Description>
<AssemblyTitle>Microsoft Azure Key Vault Management</AssemblyTitle>
<AssemblyName>Microsoft.Azure.Management.KeyVault</AssemblyName>
<Version>3.0.0</Version>
<Version>3.0.1</Version>
<PackageTags>Microsoft Azure key vault management;Key Vault;</PackageTags>
<PackageReleaseNotes>
<![CDATA[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyDescription("Provides key vault management capabilities for Microsoft Azure.")]

[assembly: AssemblyVersion("3.0.0.0")]
[assembly: AssemblyFileVersion("3.0.0.0")]
[assembly: AssemblyFileVersion("3.0.1.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Azure .NET SDK")]
Expand Down