diff --git a/src/KeyVault/Microsoft.Azure.KeyVault.Core/Properties/AssemblyInfo.cs b/src/KeyVault/Microsoft.Azure.KeyVault.Core/Properties/AssemblyInfo.cs index ec316c2ae07d..27f4baaf1a83 100644 --- a/src/KeyVault/Microsoft.Azure.KeyVault.Core/Properties/AssemblyInfo.cs +++ b/src/KeyVault/Microsoft.Azure.KeyVault.Core/Properties/AssemblyInfo.cs @@ -9,7 +9,7 @@ [assembly: AssemblyDescription("Microsoft Azure Key Vault Core Class Library")] [assembly: AssemblyVersion("2.0.0.0")] -[assembly: AssemblyFileVersion("2.0.3.0")] +[assembly: AssemblyFileVersion("2.0.4.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyProduct("Azure .NET SDK")] diff --git a/src/KeyVault/Microsoft.Azure.KeyVault.Core/project.json b/src/KeyVault/Microsoft.Azure.KeyVault.Core/project.json index d36d4fc34171..31cebf43a7e5 100644 --- a/src/KeyVault/Microsoft.Azure.KeyVault.Core/project.json +++ b/src/KeyVault/Microsoft.Azure.KeyVault.Core/project.json @@ -1,5 +1,5 @@ { - "version": "2.0.3-preview", + "version": "2.0.4", "title": "Microsoft Azure Key Vault Core", "description": "Microsoft Azure Key Vault Core Class Library", "authors": [ "Microsoft" ], diff --git a/src/KeyVault/Microsoft.Azure.KeyVault.Cryptography.Tests/project.json b/src/KeyVault/Microsoft.Azure.KeyVault.Cryptography.Tests/project.json index c3bd68f39c84..2b87c53dc675 100644 --- a/src/KeyVault/Microsoft.Azure.KeyVault.Cryptography.Tests/project.json +++ b/src/KeyVault/Microsoft.Azure.KeyVault.Cryptography.Tests/project.json @@ -1,5 +1,5 @@ { - "version": "2.0.2-*", + "version": "2.0.2", "title": "Microsoft Azure Key Vault Cryptography tests", "description": "Microsoft Azure Key Vault Cryptography tests", "authors": [ "Microsoft Corporation" ], @@ -42,9 +42,9 @@ "dependencies": { "dotnet-test-xunit": "2.2.0-preview2-build1029", - "Microsoft.Azure.KeyVault.Core": "[2.0.3-preview, 3.0)", - "Microsoft.Azure.KeyVault.Cryptography": "[2.0.3-preview, 3.0)", - "Microsoft.Azure.KeyVault.WebKey": "[2.0.3-preview, 3.0)", + "Microsoft.Azure.KeyVault.Core": "[2.0.4, 3.0)", + "Microsoft.Azure.KeyVault.Cryptography": "[2.0.4, 3.0)", + "Microsoft.Azure.KeyVault.WebKey": "[2.0.4, 3.0)", "xunit": "2.2.0-beta2-build3300" } } diff --git a/src/KeyVault/Microsoft.Azure.KeyVault.Cryptography/Properties/AssemblyInfo.cs b/src/KeyVault/Microsoft.Azure.KeyVault.Cryptography/Properties/AssemblyInfo.cs index 17fd50ed831f..87fdde4ad67b 100644 --- a/src/KeyVault/Microsoft.Azure.KeyVault.Cryptography/Properties/AssemblyInfo.cs +++ b/src/KeyVault/Microsoft.Azure.KeyVault.Cryptography/Properties/AssemblyInfo.cs @@ -9,7 +9,7 @@ [assembly: AssemblyDescription("Microsoft Azure Key Vault Cryptography Class Library.")] [assembly: AssemblyVersion("2.0.0.0")] -[assembly: AssemblyFileVersion("2.0.3.0")] +[assembly: AssemblyFileVersion("2.0.4.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyProduct("Azure .NET SDK")] diff --git a/src/KeyVault/Microsoft.Azure.KeyVault.Cryptography/project.json b/src/KeyVault/Microsoft.Azure.KeyVault.Cryptography/project.json index 72242eccbd6d..6095ba9bf992 100644 --- a/src/KeyVault/Microsoft.Azure.KeyVault.Cryptography/project.json +++ b/src/KeyVault/Microsoft.Azure.KeyVault.Cryptography/project.json @@ -1,5 +1,5 @@ { - "version": "2.0.3-preview", + "version": "2.0.4", "title": "Microsoft Azure Key Vault Cryptography", "description": "Microsoft Azure Key Vault Cryptography Class Library", "authors": [ "Microsoft" ], @@ -19,7 +19,7 @@ }, "dependencies": { - "Microsoft.Azure.KeyVault.Core": "[2.0.3-preview, 3.0)" + "Microsoft.Azure.KeyVault.Core": "[2.0.4, 3.0)" }, "frameworks": { diff --git a/src/KeyVault/Microsoft.Azure.KeyVault.Extensions.Tests/project.json b/src/KeyVault/Microsoft.Azure.KeyVault.Extensions.Tests/project.json index 2bda3ad66b0c..5c16bd9f4bc8 100644 --- a/src/KeyVault/Microsoft.Azure.KeyVault.Extensions.Tests/project.json +++ b/src/KeyVault/Microsoft.Azure.KeyVault.Extensions.Tests/project.json @@ -1,5 +1,5 @@ { - "version": "2.0.2-preview", + "version": "2.0.2", "description": "Microsoft Azure Key Vault Extensions tests", "authors": [ "Microsoft Corporation" ], @@ -34,10 +34,10 @@ }, "dependencies": { - "Microsoft.Azure.KeyVault": "[2.0.5-preview, 3.0)", - "Microsoft.Azure.KeyVault.Cryptography": "[2.0.3-preview, 3.0)", - "Microsoft.Azure.KeyVault.Extensions": "[2.0.3-preview, 3.0)", - "Microsoft.Azure.KeyVault.Core": "[2.0.3-preview, 3.0)", + "Microsoft.Azure.KeyVault": "[2.0.6, 3.0)", + "Microsoft.Azure.KeyVault.Cryptography": "[2.0.4, 3.0)", + "Microsoft.Azure.KeyVault.Extensions": "[2.0.4, 3.0)", + "Microsoft.Azure.KeyVault.Core": "[2.0.4, 3.0)", "Microsoft.Rest.ClientRuntime.Azure.TestFramework": "[1.3.5-preview, 2.0.0)", "Microsoft.Azure.KeyVault.TestFramework": "[2.0.2-preview, 3.0)", "dotnet-test-xunit": "2.2.0-preview2-build1029", diff --git a/src/KeyVault/Microsoft.Azure.KeyVault.Extensions/Properties/AssemblyInfo.cs b/src/KeyVault/Microsoft.Azure.KeyVault.Extensions/Properties/AssemblyInfo.cs index 7e9eb699cf3f..8f6ec2469098 100644 --- a/src/KeyVault/Microsoft.Azure.KeyVault.Extensions/Properties/AssemblyInfo.cs +++ b/src/KeyVault/Microsoft.Azure.KeyVault.Extensions/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ [assembly: AssemblyDescription("Microsoft Azure Key Vault Extensions Class Library")] [assembly: AssemblyVersion("2.0.0.0")] -[assembly: AssemblyFileVersion("2.0.3.0")] +[assembly: AssemblyFileVersion("2.0.4.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyProduct("Azure .NET SDK")] diff --git a/src/KeyVault/Microsoft.Azure.KeyVault.Extensions/project.json b/src/KeyVault/Microsoft.Azure.KeyVault.Extensions/project.json index c6cd550b0f95..a6ab8dd802d7 100644 --- a/src/KeyVault/Microsoft.Azure.KeyVault.Extensions/project.json +++ b/src/KeyVault/Microsoft.Azure.KeyVault.Extensions/project.json @@ -1,5 +1,5 @@ { - "version": "2.0.3-preview", + "version": "2.0.4", "title": "Microsoft Azure Key Vault Extensions", "description": "Microsoft Azure Key Vault Extensions Class Library", "authors": [ "Microsoft" ], @@ -19,10 +19,10 @@ }, "dependencies": { - "Microsoft.Azure.KeyVault": "[2.0.5-preview, 3.0)", - "Microsoft.Azure.KeyVault.Core": "[2.0.3-preview, 3.0)", - "Microsoft.Azure.KeyVault.Cryptography": "[2.0.3-preview, 3.0)", - "Microsoft.Azure.KeyVault.WebKey": "[2.0.3-preview, 3.0)" + "Microsoft.Azure.KeyVault": "[2.0.6, 3.0)", + "Microsoft.Azure.KeyVault.Core": "[2.0.4, 3.0)", + "Microsoft.Azure.KeyVault.Cryptography": "[2.0.4, 3.0)", + "Microsoft.Azure.KeyVault.WebKey": "[2.0.4, 3.0)" }, "frameworks": { diff --git a/src/KeyVault/Microsoft.Azure.KeyVault.TestFramework/project.json b/src/KeyVault/Microsoft.Azure.KeyVault.TestFramework/project.json index 8b3438f66bc6..53f6beb565a9 100644 --- a/src/KeyVault/Microsoft.Azure.KeyVault.TestFramework/project.json +++ b/src/KeyVault/Microsoft.Azure.KeyVault.TestFramework/project.json @@ -11,14 +11,14 @@ }, "dependencies": { - "Microsoft.Rest.ClientRuntime": "[2.3.2, 3.0)", + "Microsoft.Rest.ClientRuntime": "[2.3.3, 3.0)", "Microsoft.Rest.ClientRuntime.Azure": "[3.3.1, 4.0)", "Microsoft.Azure.Graph.RBAC": "2.2.2-preview", - "Microsoft.Azure.KeyVault": "[2.0.5-preview, 3.0)", + "Microsoft.Azure.KeyVault": "[2.0.6, 3.0)", "Microsoft.Azure.Management.ResourceManager": "1.1.4-preview", "Microsoft.Rest.ClientRuntime.Azure.TestFramework": "[1.3.5-preview, 2.0.0)", "Microsoft.Extensions.Configuration": "1.0.0", - "Microsoft.Extensions.Configuration.Json": "1.0.0", + "Microsoft.Extensions.Configuration.Json": "1.0.0" }, "frameworks": { diff --git a/src/KeyVault/Microsoft.Azure.KeyVault.Tests/project.json b/src/KeyVault/Microsoft.Azure.KeyVault.Tests/project.json index 4ec3e3049509..65559d5bd731 100644 --- a/src/KeyVault/Microsoft.Azure.KeyVault.Tests/project.json +++ b/src/KeyVault/Microsoft.Azure.KeyVault.Tests/project.json @@ -1,5 +1,5 @@ { - "version": "2.0.2-*", + "version": "2.0.2", "description": "Microsoft.Azure.KeyVault.Tests Class Library", "authors": [ "Microsoft Corporation" ], @@ -15,7 +15,7 @@ "dependencies": { "dotnet-test-xunit": "2.2.0-preview2-build1029", - "Microsoft.Azure.KeyVault": "[2.0.5-preview, 3.0)", + "Microsoft.Azure.KeyVault": "[2.0.6, 3.0)", "Microsoft.AspNet.WebApi.Client": "5.2.2", "Microsoft.Azure.KeyVault.TestFramework": "[2.0.2-preview, 3.0)", "xunit": "2.2.0-beta2-build3300" diff --git a/src/KeyVault/Microsoft.Azure.KeyVault.WebKey.Tests/project.json b/src/KeyVault/Microsoft.Azure.KeyVault.WebKey.Tests/project.json index c0bf4c82b9c6..19279eea68af 100644 --- a/src/KeyVault/Microsoft.Azure.KeyVault.WebKey.Tests/project.json +++ b/src/KeyVault/Microsoft.Azure.KeyVault.WebKey.Tests/project.json @@ -1,5 +1,5 @@ { - "version": "2.0.2-*", + "version": "2.0.2", "description": "Microsoft.Azure.KeyVault.WebKey.Tests Class Library", "authors": [ "Microsoft Corporation" ], @@ -14,7 +14,7 @@ "dependencies": { "dotnet-test-xunit": "2.2.0-preview2-build1029", - "Microsoft.Azure.KeyVault.WebKey": "[2.0.3-preview, 3.0)", + "Microsoft.Azure.KeyVault.WebKey": "[2.0.4, 3.0)", "xunit": "2.2.0-beta2-build3300" }, diff --git a/src/KeyVault/Microsoft.Azure.KeyVault.WebKey/Properties/AssemblyInfo.cs b/src/KeyVault/Microsoft.Azure.KeyVault.WebKey/Properties/AssemblyInfo.cs index 8ce230ae7d12..f2c0b75a705b 100644 --- a/src/KeyVault/Microsoft.Azure.KeyVault.WebKey/Properties/AssemblyInfo.cs +++ b/src/KeyVault/Microsoft.Azure.KeyVault.WebKey/Properties/AssemblyInfo.cs @@ -9,7 +9,7 @@ [assembly: AssemblyDescription("Microsoft Azure Key Vault WebKey Class Library.")] [assembly: AssemblyVersion("2.0.0.0")] -[assembly: AssemblyFileVersion("2.0.3.0")] +[assembly: AssemblyFileVersion("2.0.4.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyProduct("Azure .NET SDK")] diff --git a/src/KeyVault/Microsoft.Azure.KeyVault.WebKey/project.json b/src/KeyVault/Microsoft.Azure.KeyVault.WebKey/project.json index 68e12bbb47fb..aaed11053163 100644 --- a/src/KeyVault/Microsoft.Azure.KeyVault.WebKey/project.json +++ b/src/KeyVault/Microsoft.Azure.KeyVault.WebKey/project.json @@ -1,5 +1,5 @@ { - "version": "2.0.3-preview", + "version": "2.0.4", "title": "Microsoft Azure Key Vault WebKey", "description": "Microsoft Azure Key Vault WebKey Class Library", "authors": [ "Microsoft" ], diff --git a/src/KeyVault/Microsoft.Azure.KeyVault/Properties/AssemblyInfo.cs b/src/KeyVault/Microsoft.Azure.KeyVault/Properties/AssemblyInfo.cs index cf2b9f3251d8..92a1687bca2e 100644 --- a/src/KeyVault/Microsoft.Azure.KeyVault/Properties/AssemblyInfo.cs +++ b/src/KeyVault/Microsoft.Azure.KeyVault/Properties/AssemblyInfo.cs @@ -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("2.0.0.0")] -[assembly: AssemblyFileVersion("2.0.5.0")] +[assembly: AssemblyFileVersion("2.0.6.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyProduct("Azure .NET SDK")] diff --git a/src/KeyVault/Microsoft.Azure.KeyVault/project.json b/src/KeyVault/Microsoft.Azure.KeyVault/project.json index 452b53e4c13f..63d009e09ab5 100644 --- a/src/KeyVault/Microsoft.Azure.KeyVault/project.json +++ b/src/KeyVault/Microsoft.Azure.KeyVault/project.json @@ -1,5 +1,5 @@ { - "version": "2.0.5-preview", + "version": "2.0.6", "title": "Microsoft Azure key vault", "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.", "authors": [ "Microsoft" ], @@ -21,7 +21,7 @@ }, "dependencies": { - "Microsoft.Azure.KeyVault.WebKey": "[2.0.3-preview, 3.0)", + "Microsoft.Azure.KeyVault.WebKey": "[2.0.4, 3.0)", "Microsoft.Rest.ClientRuntime": "[2.3.2, 3.0)", "Microsoft.Rest.ClientRuntime.Azure": "[3.3.1, 4.0)" },