Skip to content

Commit

Permalink
[KeyVault] reving package versions to republish with symbols (#5143)
Browse files Browse the repository at this point in the history
* reving package versions to republish with symbols

* updating assembly file versions

* aligning package versions, moving shared package properties into shared props file

* renaming shared property file to avoid explicit imports
  • Loading branch information
schaabs authored and weshaggard committed Jan 16, 2019
1 parent 81c4088 commit aa2592f
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 40 deletions.
12 changes: 12 additions & 0 deletions src/SDKs/KeyVault/dataPlane/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Version>3.0.3</Version>
<PackageTags>Microsoft Azure Key Vault;Key Vault;REST HTTP client;azureofficial;windowsazureofficial</PackageTags>
<PackageReleaseNotes>
<![CDATA[
Republishing to publish symbols
]]>
</PackageReleaseNotes>
</PropertyGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., Directory.Build.props))\Directory.Build.props" />
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@
<Description>Microsoft Azure Key Vault Core Class Library</Description>
<AssemblyTitle>Microsoft Azure Key Vault Core</AssemblyTitle>
<AssemblyName>Microsoft.Azure.KeyVault.Core</AssemblyName>
<Version>3.0.1</Version>
<PackageTags>Microsoft Azure Key Vault Core</PackageTags>
<PackageReleaseNotes>
<![CDATA[
Republishing to sign package with correct hash.
]]>
</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup>
<TargetFrameworks>net452;netstandard1.4</TargetFrameworks>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyDescription("Microsoft Azure Key Vault Core Class Library")]

[assembly: AssemblyVersion("3.0.0.0")]
[assembly: AssemblyFileVersion("3.0.1.0")]
[assembly: AssemblyFileVersion("3.0.3.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Azure .NET SDK")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,7 @@
<PackageId>Microsoft.Azure.KeyVault.Cryptography</PackageId>
<Description>Microsoft Azure Key Vault Cryptography Class Library</Description>
<AssemblyTitle>Microsoft Azure Key Vault Cryptography</AssemblyTitle>
<Version>3.0.1</Version>
<AssemblyName>Microsoft.Azure.KeyVault.Cryptography</AssemblyName>
<PackageTags>Microsoft Azure Key Vault Cryptography</PackageTags>
<PackageReleaseNotes>
<![CDATA[
Republishing to sign package with correct hash.
]]>
</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup>
<TargetFrameworks>net452;netstandard1.4</TargetFrameworks>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyDescription("Microsoft Azure Key Vault Cryptography Class Library.")]

[assembly: AssemblyVersion("3.0.0.0")]
[assembly: AssemblyFileVersion("3.0.1.0")]
[assembly: AssemblyFileVersion("3.0.3.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Azure .NET SDK")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@
<Description>Microsoft Azure Key Vault Extensions Class Library</Description>
<AssemblyTitle>Microsoft Azure Key Vault Extensions</AssemblyTitle>
<AssemblyName>Microsoft.Azure.KeyVault.Extensions</AssemblyName>
<Version>3.0.1</Version>
<PackageReleaseNotes>
<![CDATA[
Republishing to sign package with correct hash.
]]>
</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup>
<TargetFrameworks>net452;netstandard1.4</TargetFrameworks>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyDescription("Microsoft Azure Key Vault Extensions Class Library")]

[assembly: AssemblyVersion("3.0.0.0")]
[assembly: AssemblyFileVersion("3.0.1.0")]
[assembly: AssemblyFileVersion("3.0.3.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Azure .NET SDK")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@
<Description>Microsoft Azure Key Vault WebKey Class Library</Description>
<AssemblyTitle>Microsoft Azure Key Vault WebKey</AssemblyTitle>
<AssemblyName>Microsoft.Azure.KeyVault.WebKey</AssemblyName>
<Version>3.0.2</Version>
<PackageTags>Microsoft Azure Key Vault WebKey</PackageTags>
<PackageReleaseNotes>
<![CDATA[
Republishing to sign package with correct hash.
]]>
</PackageReleaseNotes>
</PropertyGroup>

<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyDescription("Microsoft Azure Key Vault WebKey Class Library.")]

[assembly: AssemblyVersion("3.0.0.0")]
[assembly: AssemblyFileVersion("3.0.2.0")]
[assembly: AssemblyFileVersion("3.0.3.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Azure .NET SDK")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="$([MSBuild]::GetPathOfFileAbove('AzSdk.reference.props'))" />
<Import Project="$([MSBuild]::GetPathOfFileAbove('AzSdk.reference.props'))" />
<PropertyGroup>
<PackageId>Microsoft.Azure.KeyVault</PackageId>
<Description>Azure Key Vault enables users to store and use cryptographic keys within the Microsoft Azure environment. Azure Key Vault supports multiple key types and algorithms and enables the use of Hardware Security Modules (HSM) for high value customer keys. In addition, Azure Key Vault allows users to securely store secrets in a Key Vault; secrets are limited size octet objects and Azure Key Vault applies no specific semantics to these objects. A Key Vault may contain a mix of keys and secrets at the same time, and access control for the two types of object is independently controlled. Users, subject to appropriate authorization, may: 1) Manage cryptographic keys using Create, Import, Update, Delete and other operations 2) Manage secrets using Get, Set, Delete and other operations 3) Use cryptographic keys with Sign/Verify, WrapKey/UnwrapKey and Encrypt/Decrypt operations. Operations against Key Vaults are authenticated and authorized using Azure Active Directory. Key Vault now supports certificates, a complex type that makes use of existing key and secret infrastructure for certificate operations. KV certificates also support notification and auto-renewal as well as other management features.</Description>
<AssemblyTitle>Microsoft Azure Key Vault</AssemblyTitle>
<Version>3.0.2</Version>
<AssemblyName>Microsoft.Azure.KeyVault</AssemblyName>
<PackageTags>Microsoft Azure Key Vault;Key Vault;REST HTTP client;azureofficial;windowsazureofficial</PackageTags>
<PackageReleaseNotes>
<![CDATA[
Republishing to sign package with correct hash.
]]>
</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup>
<TargetFrameworks>net452;netstandard1.4</TargetFrameworks>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyDescription("Azure Key Vault enables users to store and use cryptographic keys within the Microsoft Azure environment. Azure Key Vault supports multiple key types and algorithms and enables the use of Hardware Security Modules (HSM) for high value customer keys. In addition, Azure Key Vault allows users to securely store secrets in a Key Vault; secrets are limited size octet objects and Azure Key Vault applies no specific semantics to these objects. A Key Vault may contain a mix of keys and secrets at the same time, and access control for the two types of object is independently controlled. Users, subject to appropriate authorization, may: 1) Manage cryptographic keys using Create, Import, Update, Delete and other operations 2) Manage secrets using Get, Set, Delete and other operations 3) Use cryptographic keys with Sign/Verify, WrapKey/UnwrapKey and Encrypt/Decrypt operations. Operations against Key Vaults are authenticated and authorized using Azure Active Directory.")]

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

0 comments on commit aa2592f

Please sign in to comment.