From 5798bbff2d991d0cacd5ba3790ee102bc15708d8 Mon Sep 17 00:00:00 2001 From: Hovsep Mkrtchyan Date: Sun, 12 Jun 2016 00:50:42 -0700 Subject: [PATCH] Changed reference to ClientRuntimes due to downgrade of Json.Net version for net45 TPM Referenced new ClientRuntimes Fixed assembly version. --- .../Authorization/Authorization.Tests/project.json | 8 ++++---- .../Properties/AssemblyInfo.cs | 4 ++-- .../project.json | 4 ++-- src/ResourceManagement/Cdn/Cdn.Tests/project.json | 8 ++++---- .../Properties/AssemblyInfo.cs | 4 ++-- .../Cdn/Microsoft.Azure.Management.Cdn/project.json | 6 +++--- .../CognitiveServices.Tests/project.json | 8 ++++---- .../Properties/AssemblyInfo.cs | 4 ++-- .../project.json | 12 +++++------- .../Compute/Compute.Tests/project.json | 10 +++++----- .../Properties/AssemblyInfo.cs | 4 ++-- .../Microsoft.Azure.Management.Compute/project.json | 4 ++-- .../DataLakeAnalytics.Tests/project.json | 10 +++++----- .../Properties/AssemblyInfo.cs | 4 ++-- .../project.json | 4 ++-- .../DataLake.Store/DataLakeStore.Tests/project.json | 10 +++++----- .../Properties/AssemblyInfo.cs | 4 ++-- .../project.json | 4 ++-- .../DevTestLabs/DevTestLabs.Tests/project.json | 8 ++++---- .../Properties/AssemblyInfo.cs | 4 ++-- .../project.json | 10 ++++------ src/ResourceManagement/Dns/Dns.Tests/project.json | 8 ++++---- .../Properties/AssemblyInfo.cs | 4 ++-- .../Dns/Microsoft.Azure.Management.Dns/project.json | 4 ++-- .../Graph.RBAC/Graph.RBAC.Tests/project.json | 8 ++++---- .../Properties/AssemblyInfo.cs | 4 ++-- .../Microsoft.Azure.Graph.RBAC/project.json | 4 ++-- .../MachineLearning.Tests/project.json | 8 ++++---- .../Properties/AssemblyInfo.cs | 4 ++-- .../project.json | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Microsoft.Azure.Management.Network/project.json | 4 ++-- .../Network/Network.Tests/project.json | 8 ++++---- .../Properties/AssemblyInfo.cs | 4 ++-- .../project.json | 4 ++-- .../NotificationHubs.Tests/project.json | 8 ++++---- .../RedisCache/AzureRedisCache.Tests/project.json | 8 ++++---- .../Properties/AssemblyInfo.cs | 4 ++-- .../Microsoft.Azure.Management.Redis/project.json | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../project.json | 4 ++-- .../Resource/Resource.Tests/project.json | 8 ++++---- .../Properties/AssemblyInfo.cs | 4 ++-- .../Microsoft.Azure.Management.Storage/project.json | 4 ++-- .../Storage/Storage.Tests/project.json | 8 ++++---- .../Properties/AssemblyInfo.cs | 4 ++-- .../project.json | 4 ++-- .../TrafficManager/TrafficManager.Tests/project.json | 8 ++++---- .../Properties/AssemblyInfo.cs | 4 ++-- .../Microsoft.Azure.Management.Websites/project.json | 4 ++-- .../WebSite/WebSite.Tests/project.json | 8 ++++---- src/Search/Microsoft.Azure.Search/project.json | 2 +- src/Search/Search.Management.Tests/project.json | 6 +++--- src/TestFramework/HttpRecorder.Tests/project.json | 6 +++--- .../Properties/AssemblyInfo.cs | 4 ++-- .../Microsoft.Azure.Test.HttpRecorder/project.json | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../project.json | 9 +++++---- src/TestFramework/TestFramework.Tests/project.json | 6 +++--- 59 files changed, 166 insertions(+), 169 deletions(-) rename src/ResourceManagement/Dns/{ => Microsoft.Azure.Management.Dns}/Properties/AssemblyInfo.cs (93%) diff --git a/src/ResourceManagement/Authorization/Authorization.Tests/project.json b/src/ResourceManagement/Authorization/Authorization.Tests/project.json index c36043ed6abe..83f375684173 100644 --- a/src/ResourceManagement/Authorization/Authorization.Tests/project.json +++ b/src/ResourceManagement/Authorization/Authorization.Tests/project.json @@ -29,10 +29,10 @@ "type": "platform", "version": "1.0.0-rc2-*" }, - "Microsoft.Azure.Test.HttpRecorder": "[1.6.1-preview,2.0.0)", - "Microsoft.Rest.ClientRuntime.Azure.TestFramework": "[1.2.2-preview,2.0.0)", - "Microsoft.Rest.ClientRuntime.Azure": "[4.0.2,5.0.0)", - "Microsoft.Azure.Management.Authorization": "[2.4.1-preview,3.0.0)", + "Microsoft.Azure.Test.HttpRecorder": "[1.6.2-preview,2.0.0)", + "Microsoft.Rest.ClientRuntime.Azure.TestFramework": "[1.2.3-preview,2.0.0)", + "Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)", + "Microsoft.Azure.Management.Authorization": "[2.4.2-preview,3.0.0)", "Microsoft.Azure.ResourceManager": "1.0.0-preview", "xunit": "2.1.0", "dotnet-test-xunit": "1.0.0-rc2-build10015" diff --git a/src/ResourceManagement/Authorization/Microsoft.Azure.Management.Authorization/Properties/AssemblyInfo.cs b/src/ResourceManagement/Authorization/Microsoft.Azure.Management.Authorization/Properties/AssemblyInfo.cs index cd38180b3ac0..5940efb93b9b 100644 --- a/src/ResourceManagement/Authorization/Microsoft.Azure.Management.Authorization/Properties/AssemblyInfo.cs +++ b/src/ResourceManagement/Authorization/Microsoft.Azure.Management.Authorization/Properties/AssemblyInfo.cs @@ -20,8 +20,8 @@ [assembly: AssemblyTitle("Microsoft Azure Management Authorization Library")] [assembly: AssemblyDescription("Provides Microsoft Management Authorization access.")] -[assembly: AssemblyVersion("2.4.1.0")] -[assembly: AssemblyFileVersion("2.4.1.0")] +[assembly: AssemblyVersion("2.0.0.0")] +[assembly: AssemblyFileVersion("2.4.2.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] diff --git a/src/ResourceManagement/Authorization/Microsoft.Azure.Management.Authorization/project.json b/src/ResourceManagement/Authorization/Microsoft.Azure.Management.Authorization/project.json index 3cc047435301..b1d40b7a18b2 100644 --- a/src/ResourceManagement/Authorization/Microsoft.Azure.Management.Authorization/project.json +++ b/src/ResourceManagement/Authorization/Microsoft.Azure.Management.Authorization/project.json @@ -1,5 +1,5 @@ { - "version": "2.4.1-preview", + "version": "2.4.2-preview", "title": "Authorization Library for Microsoft Azure Management Authorization", "description": "Provides capabilities to query Microsoft Azure Management Authorization.", "authors": [ "Microsoft" ], @@ -20,7 +20,7 @@ }, "dependencies": { - "Microsoft.Rest.ClientRuntime.Azure": "[4.0.2,5.0.0)" + "Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)" }, "frameworks": { diff --git a/src/ResourceManagement/Cdn/Cdn.Tests/project.json b/src/ResourceManagement/Cdn/Cdn.Tests/project.json index 899a7eef4709..a79fa637cd59 100644 --- a/src/ResourceManagement/Cdn/Cdn.Tests/project.json +++ b/src/ResourceManagement/Cdn/Cdn.Tests/project.json @@ -30,10 +30,10 @@ "type": "platform", "version": "1.0.0-rc2-*" }, - "Microsoft.Azure.Test.HttpRecorder": "[1.6.1-preview,2.0.0)", - "Microsoft.Rest.ClientRuntime.Azure.TestFramework": "[1.2.2-preview,2.0.0)", - "Microsoft.Rest.ClientRuntime.Azure": "[4.0.2,5.0.0)", - "Microsoft.Azure.Management.Cdn": "[1.1.1,2.0)", + "Microsoft.Azure.Test.HttpRecorder": "[1.6.2-preview,2.0.0)", + "Microsoft.Rest.ClientRuntime.Azure.TestFramework": "[1.2.3-preview,2.0.0)", + "Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)", + "Microsoft.Azure.Management.Cdn": "[1.1.2,2.0)", "Microsoft.Azure.ResourceManager": "1.0.0-preview", "xunit": "2.1.0", "dotnet-test-xunit": "1.0.0-rc2-build10015" diff --git a/src/ResourceManagement/Cdn/Microsoft.Azure.Management.Cdn/Properties/AssemblyInfo.cs b/src/ResourceManagement/Cdn/Microsoft.Azure.Management.Cdn/Properties/AssemblyInfo.cs index 064b959fcaf4..6f2ffc90b13b 100644 --- a/src/ResourceManagement/Cdn/Microsoft.Azure.Management.Cdn/Properties/AssemblyInfo.cs +++ b/src/ResourceManagement/Cdn/Microsoft.Azure.Management.Cdn/Properties/AssemblyInfo.cs @@ -20,8 +20,8 @@ [assembly: AssemblyTitle("Microsoft Azure CDN Management Library")] [assembly: AssemblyDescription("Provides management functionality for Microsoft Azure CDN.")] -[assembly: AssemblyVersion("1.1.1.0")] -[assembly: AssemblyFileVersion("1.1.1.0")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.1.2.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyProduct("Azure .NET SDK")] diff --git a/src/ResourceManagement/Cdn/Microsoft.Azure.Management.Cdn/project.json b/src/ResourceManagement/Cdn/Microsoft.Azure.Management.Cdn/project.json index ddede45535fa..d44a0b88a1f8 100644 --- a/src/ResourceManagement/Cdn/Microsoft.Azure.Management.Cdn/project.json +++ b/src/ResourceManagement/Cdn/Microsoft.Azure.Management.Cdn/project.json @@ -1,5 +1,5 @@ { - "version": "1.1.1", + "version": "1.1.2", "description": "Microsoft Azure CDN Management Library", "authors": [ "Microsoft" ], @@ -19,8 +19,8 @@ }, "dependencies": { - "Microsoft.Rest.ClientRuntime.Azure": "[4.0.2,5.0.0)", - "Microsoft.Rest.ClientRuntime": "[3.0.2,4.0.0)" + "Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)", + "Microsoft.Rest.ClientRuntime": "[2.3.0,3.0.0)" }, "frameworks": { diff --git a/src/ResourceManagement/CognitiveServices/CognitiveServices.Tests/project.json b/src/ResourceManagement/CognitiveServices/CognitiveServices.Tests/project.json index dcad673ed954..ec2feae3e7ca 100644 --- a/src/ResourceManagement/CognitiveServices/CognitiveServices.Tests/project.json +++ b/src/ResourceManagement/CognitiveServices/CognitiveServices.Tests/project.json @@ -29,11 +29,11 @@ "type": "platform", "version": "1.0.0-rc2-*" }, - "Microsoft.Azure.Test.HttpRecorder": "[1.6.1-preview,2.0.0)", - "Microsoft.Rest.ClientRuntime.Azure.TestFramework": "[1.2.2-preview,2.0.0)", - "Microsoft.Azure.Management.CognitiveServices": "[0.1.2-preview,2.0.0)", + "Microsoft.Azure.Test.HttpRecorder": "[1.6.2-preview,2.0.0)", + "Microsoft.Rest.ClientRuntime.Azure.TestFramework": "[1.2.3-preview,2.0.0)", + "Microsoft.Azure.Management.CognitiveServices": "[0.1.3-preview,2.0.0)", "Microsoft.Azure.ResourceManager": "1.0.0-preview", - "Microsoft.Rest.ClientRuntime.Azure": "[4.0.2,5.0.0)", + "Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)", "xunit": "2.1.0", "dotnet-test-xunit": "1.0.0-rc2-build10015" }, diff --git a/src/ResourceManagement/CognitiveServices/Microsoft.Azure.Management.CognitiveServices/Properties/AssemblyInfo.cs b/src/ResourceManagement/CognitiveServices/Microsoft.Azure.Management.CognitiveServices/Properties/AssemblyInfo.cs index 2751629d2dfc..ce7dc5915e10 100644 --- a/src/ResourceManagement/CognitiveServices/Microsoft.Azure.Management.CognitiveServices/Properties/AssemblyInfo.cs +++ b/src/ResourceManagement/CognitiveServices/Microsoft.Azure.Management.CognitiveServices/Properties/AssemblyInfo.cs @@ -19,8 +19,8 @@ [assembly: AssemblyTitle("Microsoft Azure Cognitive Services Management Library")] [assembly: AssemblyDescription("Provides Microsoft Azure Cognitive Services management functions for managing Microsoft Azure Cognitive Services accounts.")] -[assembly: AssemblyVersion("0.1.2")] -[assembly: AssemblyFileVersion("0.1.2")] +[assembly: AssemblyVersion("0.1.3.0")] +[assembly: AssemblyFileVersion("0.1.3.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] diff --git a/src/ResourceManagement/CognitiveServices/Microsoft.Azure.Management.CognitiveServices/project.json b/src/ResourceManagement/CognitiveServices/Microsoft.Azure.Management.CognitiveServices/project.json index 702a8eba08f9..69907d351c92 100644 --- a/src/ResourceManagement/CognitiveServices/Microsoft.Azure.Management.CognitiveServices/project.json +++ b/src/ResourceManagement/CognitiveServices/Microsoft.Azure.Management.CognitiveServices/project.json @@ -1,5 +1,5 @@ { - "version": "0.1.2-preview", + "version": "0.1.3-preview", "description": "Microsoft Azure Management Cognitive Services Library", "authors": [ "Microsoft" ], @@ -19,8 +19,8 @@ }, "dependencies": { - "Microsoft.Rest.ClientRuntime": "[3.0.2,4.0.0)", - "Microsoft.Rest.ClientRuntime.Azure": "[4.0.2,5.0.0)" + "Microsoft.Rest.ClientRuntime": "[2.3.0,3.0.0)", + "Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)" }, "frameworks": { @@ -38,8 +38,7 @@ "imports": ["dnxcore50", "portable-net45+win8"], "dependencies": { "NETStandard.Library": "1.5.0-rc2-24027", - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027", - "Newtonsoft.Json": "8.0.3" + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027" } }, "netstandard1.5": { @@ -76,8 +75,7 @@ "System.Threading.Tasks": "4.0.11-rc2-24027", "System.Xml.ReaderWriter": "4.0.11-rc2-24027", "System.Xml.XDocument": "4.0.11-rc2-24027", - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027", - "Newtonsoft.Json": "8.0.3" + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027" } } } diff --git a/src/ResourceManagement/Compute/Compute.Tests/project.json b/src/ResourceManagement/Compute/Compute.Tests/project.json index 0bf89349a56a..0e833302d158 100644 --- a/src/ResourceManagement/Compute/Compute.Tests/project.json +++ b/src/ResourceManagement/Compute/Compute.Tests/project.json @@ -31,13 +31,13 @@ "type": "platform", "version": "1.0.0-rc2-*" }, - "Microsoft.Azure.Test.HttpRecorder": "[1.6.1-preview,2.0.0)", - "Microsoft.Rest.ClientRuntime.Azure.TestFramework": "[1.2.2-preview,2.0.0)", - "Microsoft.Rest.ClientRuntime.Azure": "[4.0.2,5.0.0)", - "Microsoft.Rest.ClientRuntime": "[3.0.2,4.0.0)" , + "Microsoft.Azure.Test.HttpRecorder": "[1.6.2-preview,2.0.0)", + "Microsoft.Rest.ClientRuntime.Azure.TestFramework": "[1.2.3-preview,2.0.0)", + "Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)", + "Microsoft.Rest.ClientRuntime": "[2.3.0,3.0.0)" , "Microsoft.Azure.ResourceManager": "1.0.0-preview", "Microsoft.Azure.Management.Storage": "4.1.0-preview", - "Microsoft.Azure.Management.Compute": "[13.0.2-prerelease,14.0.0)", + "Microsoft.Azure.Management.Compute": "[13.0.3-prerelease,14.0.0)", "Microsoft.Azure.Management.Network": "[4.5.1-preview,5.0.0)", "xunit": "2.1.0", "dotnet-test-xunit": "1.0.0-rc2-build10015" diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Properties/AssemblyInfo.cs b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Properties/AssemblyInfo.cs index 35585812bab0..13181e3d4684 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Properties/AssemblyInfo.cs +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/Properties/AssemblyInfo.cs @@ -19,8 +19,8 @@ [assembly: AssemblyTitle("Microsoft Azure Compute Management Library")] [assembly: AssemblyDescription("Provides management functionality for Microsoft Azure Compute Resources.")] -[assembly: AssemblyVersion("13.0.2.0")] -[assembly: AssemblyFileVersion("13.0.2.0")] +[assembly: AssemblyVersion("13.0.0.0")] +[assembly: AssemblyFileVersion("13.0.3.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyProduct("Microsoft Azure .NET SDK")] diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/project.json b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/project.json index 9abcf6ea8a0d..bc4893a136d2 100644 --- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/project.json +++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute/project.json @@ -1,5 +1,5 @@ { - "version": "13.0.2-prerelease", + "version": "13.0.3-prerelease", "description": "Provides developers with libraries for the updated compute platform under Azure Resource manager to deploy virtual machine, virtual machine extensions and availability set management capabilities. Launch, restart, scale, capture and manage VMs, VM Extensions and more. Note: This client library is for Virtual Machines under Azure Resource Manager.", "authors": [ "Microsoft" ], @@ -18,7 +18,7 @@ "keyFile": "../../../../tools/MSSharedLibKey.snk" }, "dependencies": { - "Microsoft.Rest.ClientRuntime.Azure": "[4.0.2,5.0.0)" + "Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)" }, "frameworks": { diff --git a/src/ResourceManagement/DataLake.Analytics/DataLakeAnalytics.Tests/project.json b/src/ResourceManagement/DataLake.Analytics/DataLakeAnalytics.Tests/project.json index 01b7375099a9..f5807d1f5d27 100644 --- a/src/ResourceManagement/DataLake.Analytics/DataLakeAnalytics.Tests/project.json +++ b/src/ResourceManagement/DataLake.Analytics/DataLakeAnalytics.Tests/project.json @@ -31,13 +31,13 @@ "type": "platform", "version": "1.0.0-rc2-*" }, - "Microsoft.Azure.Test.HttpRecorder": "[1.6.1-preview,2.0.0)", - "Microsoft.Rest.ClientRuntime.Azure.TestFramework": "[1.2.2-preview,2.0.0)", - "Microsoft.Rest.ClientRuntime.Azure": "[4.0.2,5.0.0)", - "Microsoft.Rest.ClientRuntime": "[3.0.2,4.0.0)" , + "Microsoft.Azure.Test.HttpRecorder": "[1.6.2-preview,2.0.0)", + "Microsoft.Rest.ClientRuntime.Azure.TestFramework": "[1.2.3-preview,2.0.0)", + "Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)", + "Microsoft.Rest.ClientRuntime": "[2.3.0,3.0.0)" , "Microsoft.Azure.Management.Storage": "[4.1.0-preview]", "Microsoft.Azure.ResourceManager": "1.0.0-preview", - "Microsoft.Azure.Management.DataLake.Analytics": "[0.11.4-preview,1.0)", + "Microsoft.Azure.Management.DataLake.Analytics": "[0.11.5-preview,1.0)", "Microsoft.Azure.Management.DataLake.Store": "0.13.0-preview", "xunit": "2.1.0", "dotnet-test-xunit": "1.0.0-rc2-build10015" diff --git a/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/Properties/AssemblyInfo.cs b/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/Properties/AssemblyInfo.cs index 5fb520ad8a56..a88cfe51f68f 100644 --- a/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/Properties/AssemblyInfo.cs +++ b/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/Properties/AssemblyInfo.cs @@ -19,8 +19,8 @@ [assembly: AssemblyTitle("Microsoft Azure Data Lake Analytics Management Library")] [assembly: AssemblyDescription("Provides Microsoft Azure Data Lake Analytics management operations including account, catalog and job management.")] -[assembly: AssemblyVersion("0.11.4.0")] -[assembly: AssemblyFileVersion("0.11.4.0")] +[assembly: AssemblyVersion("0.11.0.0")] +[assembly: AssemblyFileVersion("0.11.5.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyProduct("Azure .NET SDK")] diff --git a/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/project.json b/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/project.json index 4d12914c187a..ffebe1cc6163 100644 --- a/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/project.json +++ b/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/project.json @@ -1,5 +1,5 @@ { - "version": "0.11.4-preview", + "version": "0.11.5-preview", "description": "Provides Data Lake Analytics account, job and catalog management capabilities for Microsoft Azure.", "authors": [ "Microsoft" ], @@ -19,7 +19,7 @@ }, "dependencies": { - "Microsoft.Rest.ClientRuntime.Azure": "[4.0.2,5.0.0)" + "Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)" }, "frameworks": { diff --git a/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/project.json b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/project.json index e0fc5e8bef31..df86ae6946a9 100644 --- a/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/project.json +++ b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/project.json @@ -33,12 +33,12 @@ "type": "platform", "version": "1.0.0-rc2-*" }, - "Microsoft.Azure.Test.HttpRecorder": "[1.6.1-preview,2.0.0)", - "Microsoft.Rest.ClientRuntime.Azure.TestFramework": "[1.2.2-preview,2.0.0)", - "Microsoft.Rest.ClientRuntime.Azure": "[4.0.2,5.0.0)", - "Microsoft.Rest.ClientRuntime": "[3.0.2,4.0.0)" , + "Microsoft.Azure.Test.HttpRecorder": "[1.6.2-preview,2.0.0)", + "Microsoft.Rest.ClientRuntime.Azure.TestFramework": "[1.2.3-preview,2.0.0)", + "Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)", + "Microsoft.Rest.ClientRuntime": "[2.3.0,3.0.0)" , "Microsoft.Azure.ResourceManager": "1.0.0-preview", - "Microsoft.Azure.Management.DataLake.Store": "[0.12.1-preview,1.0)", + "Microsoft.Azure.Management.DataLake.Store": "[0.12.2-preview,1.0)", "xunit": "2.1.0", "dotnet-test-xunit": "1.0.0-rc2-build10015" } diff --git a/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Properties/AssemblyInfo.cs b/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Properties/AssemblyInfo.cs index b7cca1afa9f9..7d5dc6279d4e 100644 --- a/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Properties/AssemblyInfo.cs +++ b/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Properties/AssemblyInfo.cs @@ -19,8 +19,8 @@ [assembly: AssemblyTitle("Microsoft Azure Data Lake Store Management Library")] [assembly: AssemblyDescription("Provides Microsoft Azure Data Lake Store management operations including account and filesystem management.")] -[assembly: AssemblyVersion("0.12.1.0")] -[assembly: AssemblyFileVersion("0.12.1.0")] +[assembly: AssemblyVersion("0.12.0.0")] +[assembly: AssemblyFileVersion("0.12.2.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyProduct("Azure .NET SDK")] diff --git a/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/project.json b/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/project.json index e48ba649389a..f1403fe08b44 100644 --- a/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/project.json +++ b/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/project.json @@ -1,5 +1,5 @@ { - "version": "0.12.1-preview", + "version": "0.12.2-preview", "description": "Provides Data Lake Store account and filesystem management capabilities for Microsoft Azure.", "authors": [ "Microsoft" ], @@ -19,7 +19,7 @@ }, "dependencies": { - "Microsoft.Rest.ClientRuntime.Azure": "[4.0.2,5.0.0)" + "Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)" }, "frameworks": { diff --git a/src/ResourceManagement/DevTestLabs/DevTestLabs.Tests/project.json b/src/ResourceManagement/DevTestLabs/DevTestLabs.Tests/project.json index fd6a9c46c095..210655e9e04d 100644 --- a/src/ResourceManagement/DevTestLabs/DevTestLabs.Tests/project.json +++ b/src/ResourceManagement/DevTestLabs/DevTestLabs.Tests/project.json @@ -28,11 +28,11 @@ "type": "platform", "version": "1.0.0-rc2-*" }, - "Microsoft.Azure.Test.HttpRecorder": "[1.6.1-preview,2.0.0)", - "Microsoft.Rest.ClientRuntime.Azure.TestFramework": "[1.2.2-preview,2.0.0)", + "Microsoft.Azure.Test.HttpRecorder": "[1.6.2-preview,2.0.0)", + "Microsoft.Rest.ClientRuntime.Azure.TestFramework": "[1.2.3-preview,2.0.0)", "Microsoft.Azure.ResourceManager": "1.0.0-preview", - "Microsoft.Rest.ClientRuntime.Azure": "[4.0.2,5.0.0)", - "Microsoft.Azure.Management.DevTestLabs": "[1.1.1,2.0)", + "Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)", + "Microsoft.Azure.Management.DevTestLabs": "[1.1.2,2.0)", "System.Security.Cryptography.X509Certificates": "4.1.0-rc2-24027", "xunit": "2.1.0", "dotnet-test-xunit": "1.0.0-rc2-build10015" diff --git a/src/ResourceManagement/DevTestLabs/Microsoft.Azure.Management.DevTestLabs/Properties/AssemblyInfo.cs b/src/ResourceManagement/DevTestLabs/Microsoft.Azure.Management.DevTestLabs/Properties/AssemblyInfo.cs index 207b0c58956d..66583572501a 100644 --- a/src/ResourceManagement/DevTestLabs/Microsoft.Azure.Management.DevTestLabs/Properties/AssemblyInfo.cs +++ b/src/ResourceManagement/DevTestLabs/Microsoft.Azure.Management.DevTestLabs/Properties/AssemblyInfo.cs @@ -18,8 +18,8 @@ [assembly: AssemblyTitle("Microsoft Azure DevTest Labs Management Library")] [assembly: AssemblyDescription("Provides management functionality for Microsoft Azure DevTest Labs Resources.")] -[assembly: AssemblyVersion("1.1.1.0")] -[assembly: AssemblyFileVersion("1.1.1.0")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.1.2.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyProduct("Microsoft Azure .NET SDK")] diff --git a/src/ResourceManagement/DevTestLabs/Microsoft.Azure.Management.DevTestLabs/project.json b/src/ResourceManagement/DevTestLabs/Microsoft.Azure.Management.DevTestLabs/project.json index d088008f624b..3d4e4e869232 100644 --- a/src/ResourceManagement/DevTestLabs/Microsoft.Azure.Management.DevTestLabs/project.json +++ b/src/ResourceManagement/DevTestLabs/Microsoft.Azure.Management.DevTestLabs/project.json @@ -1,5 +1,5 @@ { - "version": "1.1.1", + "version": "1.1.2", "description": "Microsoft.Azure.Management.DevTestLabs", "authors": [ "Microsoft" ], @@ -19,7 +19,7 @@ }, "dependencies": { - "Microsoft.Rest.ClientRuntime.Azure": "[4.0.2,5.0.0)" + "Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)" }, "frameworks": { @@ -38,8 +38,7 @@ "buildOptions": { "define": [ "PORTABLE" ] }, "imports": ["dnxcore50", "portable-net45+win8"], "dependencies": { - "NETStandard.Library": "1.5.0-rc2-24027", - "Newtonsoft.Json": "8.0.3" + "NETStandard.Library": "1.5.0-rc2-24027" } }, "netstandard1.5": { @@ -75,8 +74,7 @@ "System.Threading": "4.0.11-rc2-24027", "System.Threading.Tasks": "4.0.11-rc2-24027", "System.Xml.ReaderWriter": "4.0.11-rc2-24027", - "System.Xml.XDocument": "4.0.11-rc2-24027", - "Newtonsoft.Json": "8.0.3" + "System.Xml.XDocument": "4.0.11-rc2-24027" } } } diff --git a/src/ResourceManagement/Dns/Dns.Tests/project.json b/src/ResourceManagement/Dns/Dns.Tests/project.json index 2cfdb36308c1..ba2b4910b249 100644 --- a/src/ResourceManagement/Dns/Dns.Tests/project.json +++ b/src/ResourceManagement/Dns/Dns.Tests/project.json @@ -29,11 +29,11 @@ "type": "platform", "version": "1.0.0-rc2-*" }, - "Microsoft.Azure.Test.HttpRecorder": "[1.6.1-preview,2.0.0)", - "Microsoft.Rest.ClientRuntime.Azure.TestFramework": "[1.2.2-preview,2.0.0)", - "Microsoft.Azure.Management.Dns": "[1.7.1-preview,2.0.0)", + "Microsoft.Azure.Test.HttpRecorder": "[1.6.2-preview,2.0.0)", + "Microsoft.Rest.ClientRuntime.Azure.TestFramework": "[1.2.3-preview,2.0.0)", + "Microsoft.Azure.Management.Dns": "[1.7.2-preview,2.0.0)", "Microsoft.Azure.ResourceManager": "1.0.0-preview", - "Microsoft.Rest.ClientRuntime.Azure": "[4.0.2,5.0.0)", + "Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)", "xunit": "2.1.0", "dotnet-test-xunit": "1.0.0-rc2-build10015" } diff --git a/src/ResourceManagement/Dns/Properties/AssemblyInfo.cs b/src/ResourceManagement/Dns/Microsoft.Azure.Management.Dns/Properties/AssemblyInfo.cs similarity index 93% rename from src/ResourceManagement/Dns/Properties/AssemblyInfo.cs rename to src/ResourceManagement/Dns/Microsoft.Azure.Management.Dns/Properties/AssemblyInfo.cs index 1d94be51ac10..a43c35ce2d19 100644 --- a/src/ResourceManagement/Dns/Properties/AssemblyInfo.cs +++ b/src/ResourceManagement/Dns/Microsoft.Azure.Management.Dns/Properties/AssemblyInfo.cs @@ -18,8 +18,8 @@ [assembly: AssemblyTitle("Microsoft Azure DNS Management Library")] [assembly: AssemblyDescription("Provides management functionality for Microsoft Azure DNS Resources.")] -[assembly: AssemblyVersion("1.7.1.0")] -[assembly: AssemblyFileVersion("1.7.1.0")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.7.2.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyProduct("Microsoft Azure .NET SDK")] diff --git a/src/ResourceManagement/Dns/Microsoft.Azure.Management.Dns/project.json b/src/ResourceManagement/Dns/Microsoft.Azure.Management.Dns/project.json index 97b5baaed6e8..57db3eaf14a1 100644 --- a/src/ResourceManagement/Dns/Microsoft.Azure.Management.Dns/project.json +++ b/src/ResourceManagement/Dns/Microsoft.Azure.Management.Dns/project.json @@ -1,5 +1,5 @@ { - "version": "1.7.1-preview", + "version": "1.7.2-preview", "description": "Provides management capabilities for Azure Dns.", "authors": [ "Microsoft" ], @@ -19,7 +19,7 @@ }, "dependencies": { - "Microsoft.Rest.ClientRuntime.Azure": "[4.0.2,5.0.0)" }, + "Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)" }, "frameworks": { "net45": { diff --git a/src/ResourceManagement/Graph.RBAC/Graph.RBAC.Tests/project.json b/src/ResourceManagement/Graph.RBAC/Graph.RBAC.Tests/project.json index bcddd8af3a03..0fc7de715730 100644 --- a/src/ResourceManagement/Graph.RBAC/Graph.RBAC.Tests/project.json +++ b/src/ResourceManagement/Graph.RBAC/Graph.RBAC.Tests/project.json @@ -30,11 +30,11 @@ "type": "platform", "version": "1.0.0-rc2-*" }, - "Microsoft.Azure.Test.HttpRecorder": "[1.6.1-preview,2.0.0)", - "Microsoft.Rest.ClientRuntime.Azure.TestFramework": "[1.2.2-preview,2.0.0)", - "Microsoft.Rest.ClientRuntime.Azure": "[4.0.2,5.0.0)", + "Microsoft.Azure.Test.HttpRecorder": "[1.6.2-preview,2.0.0)", + "Microsoft.Rest.ClientRuntime.Azure.TestFramework": "[1.2.3-preview,2.0.0)", + "Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)", "Microsoft.Azure.ResourceManager": "1.0.0-preview", - "Microsoft.Azure.Graph.RBAC": "[2.2.1-preview,3.0.0)", + "Microsoft.Azure.Graph.RBAC": "[2.2.2-preview,3.0.0)", "xunit": "2.1.0", "dotnet-test-xunit": "1.0.0-rc2-build10015", "System.Security.Cryptography.X509Certificates": "4.1.0-rc2-24027" diff --git a/src/ResourceManagement/Graph.RBAC/Microsoft.Azure.Graph.RBAC/Properties/AssemblyInfo.cs b/src/ResourceManagement/Graph.RBAC/Microsoft.Azure.Graph.RBAC/Properties/AssemblyInfo.cs index 8b0113178f94..bd686b21a2d5 100644 --- a/src/ResourceManagement/Graph.RBAC/Microsoft.Azure.Graph.RBAC/Properties/AssemblyInfo.cs +++ b/src/ResourceManagement/Graph.RBAC/Microsoft.Azure.Graph.RBAC/Properties/AssemblyInfo.cs @@ -20,8 +20,8 @@ [assembly: AssemblyTitle("Microsoft Azure Graph RBAC Library")] [assembly: AssemblyDescription("Provides Microsoft Azure Graph RBAC access.")] -[assembly: AssemblyVersion("2.2.1.0")] -[assembly: AssemblyFileVersion("2.2.1.0")] +[assembly: AssemblyVersion("2.0.0.0")] +[assembly: AssemblyFileVersion("2.2.2.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] diff --git a/src/ResourceManagement/Graph.RBAC/Microsoft.Azure.Graph.RBAC/project.json b/src/ResourceManagement/Graph.RBAC/Microsoft.Azure.Graph.RBAC/project.json index 421869570ebc..7ec860224d2c 100644 --- a/src/ResourceManagement/Graph.RBAC/Microsoft.Azure.Graph.RBAC/project.json +++ b/src/ResourceManagement/Graph.RBAC/Microsoft.Azure.Graph.RBAC/project.json @@ -1,5 +1,5 @@ { - "version": "2.2.1-preview", + "version": "2.2.2-preview", "description": "Microsoft.Azure.Graph.RBAC", "authors": [ "Microsoft" ], @@ -19,7 +19,7 @@ }, "dependencies": { - "Microsoft.Rest.ClientRuntime.Azure": "[4.0.2,5.0.0)" + "Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)" }, "frameworks": { diff --git a/src/ResourceManagement/MachineLearning/MachineLearning.Tests/project.json b/src/ResourceManagement/MachineLearning/MachineLearning.Tests/project.json index 6bf1a1f627b8..05f4869557e9 100644 --- a/src/ResourceManagement/MachineLearning/MachineLearning.Tests/project.json +++ b/src/ResourceManagement/MachineLearning/MachineLearning.Tests/project.json @@ -30,12 +30,12 @@ "version": "1.0.0-rc2-*" }, "System.Diagnostics.TraceSource": "4.0.0-rc2-24027", - "Microsoft.Azure.Test.HttpRecorder": "[1.6.1-preview,2.0.0)", - "Microsoft.Rest.ClientRuntime.Azure.TestFramework": "[1.2.2-preview,2.0.0)", - "Microsoft.Rest.ClientRuntime.Azure": "[4.0.2,5.0.0)", + "Microsoft.Azure.Test.HttpRecorder": "[1.6.2-preview,2.0.0)", + "Microsoft.Rest.ClientRuntime.Azure.TestFramework": "[1.2.3-preview,2.0.0)", + "Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)", "Microsoft.Azure.ResourceManager": "1.0.0-preview", "Microsoft.Azure.Management.Storage": "[4.1.0-preview]", - "Microsoft.Azure.Management.MachineLearning": "[0.9.1-preview,1.0.0)", + "Microsoft.Azure.Management.MachineLearning": "[0.9.3-preview,1.0.0)", "xunit": "2.1.0", "dotnet-test-xunit": "1.0.0-rc2-build10015" }, diff --git a/src/ResourceManagement/MachineLearning/Microsoft.Azure.Management.MachineLearning/Properties/AssemblyInfo.cs b/src/ResourceManagement/MachineLearning/Microsoft.Azure.Management.MachineLearning/Properties/AssemblyInfo.cs index 729b7f019ac0..76b4d758c722 100644 --- a/src/ResourceManagement/MachineLearning/Microsoft.Azure.Management.MachineLearning/Properties/AssemblyInfo.cs +++ b/src/ResourceManagement/MachineLearning/Microsoft.Azure.Management.MachineLearning/Properties/AssemblyInfo.cs @@ -20,8 +20,8 @@ [assembly: AssemblyTitle("Microsoft Azure Machine Learning Management Library")] [assembly: AssemblyDescription("Provides management functionality for Microsoft Azure Machine Learning.")] -[assembly: AssemblyVersion("0.9.2.0")] -[assembly: AssemblyFileVersion("0.9.2.0")] +[assembly: AssemblyVersion("0.9.0.0")] +[assembly: AssemblyFileVersion("0.9.3.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyProduct("Azure .NET SDK")] diff --git a/src/ResourceManagement/MachineLearning/Microsoft.Azure.Management.MachineLearning/project.json b/src/ResourceManagement/MachineLearning/Microsoft.Azure.Management.MachineLearning/project.json index e0d683fb0f7f..6c9f053e28bb 100644 --- a/src/ResourceManagement/MachineLearning/Microsoft.Azure.Management.MachineLearning/project.json +++ b/src/ResourceManagement/MachineLearning/Microsoft.Azure.Management.MachineLearning/project.json @@ -1,5 +1,5 @@ { - "version": "0.9.2-preview", + "version": "0.9.3-preview", "description": "Provides Machine Learning WebServices management capabilities for Microsoft Azure.", "authors": [ "Microsoft" ], @@ -19,7 +19,7 @@ }, "dependencies": { - "Microsoft.Rest.ClientRuntime.Azure": "[4.0.2,5.0.0)" + "Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)" }, "frameworks": { diff --git a/src/ResourceManagement/Network/Microsoft.Azure.Management.Network/Properties/AssemblyInfo.cs b/src/ResourceManagement/Network/Microsoft.Azure.Management.Network/Properties/AssemblyInfo.cs index 25124f8040ea..1adce420519b 100644 --- a/src/ResourceManagement/Network/Microsoft.Azure.Management.Network/Properties/AssemblyInfo.cs +++ b/src/ResourceManagement/Network/Microsoft.Azure.Management.Network/Properties/AssemblyInfo.cs @@ -19,8 +19,8 @@ [assembly: AssemblyTitle("Microsoft Azure Network Management Library")] [assembly: AssemblyDescription("Provides Microsoft Azure Network management functions for managing the Microsoft Azure Network service.")] -[assembly: AssemblyVersion("4.5.1.0")] -[assembly: AssemblyFileVersion("4.5.1.0")] +[assembly: AssemblyVersion("4.0.0.0")] +[assembly: AssemblyFileVersion("4.5.2.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] diff --git a/src/ResourceManagement/Network/Microsoft.Azure.Management.Network/project.json b/src/ResourceManagement/Network/Microsoft.Azure.Management.Network/project.json index e88fbf5b5f49..c325c2886aed 100644 --- a/src/ResourceManagement/Network/Microsoft.Azure.Management.Network/project.json +++ b/src/ResourceManagement/Network/Microsoft.Azure.Management.Network/project.json @@ -1,5 +1,5 @@ { - "version": "4.5.1-preview", + "version": "4.5.2-preview", "description": "Provides management capabilities for Network services.", "authors": [ "Microsoft" ], @@ -19,7 +19,7 @@ }, "dependencies": { - "Microsoft.Rest.ClientRuntime.Azure": "[4.0.2,5.0.0)" + "Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)" }, "frameworks": { diff --git a/src/ResourceManagement/Network/Network.Tests/project.json b/src/ResourceManagement/Network/Network.Tests/project.json index 96f50ef39861..d11860d1b1c0 100644 --- a/src/ResourceManagement/Network/Network.Tests/project.json +++ b/src/ResourceManagement/Network/Network.Tests/project.json @@ -29,11 +29,11 @@ "type": "platform", "version": "1.0.0-rc2-*" }, - "Microsoft.Azure.Test.HttpRecorder": "[1.6.1-preview,2.0.0)", - "Microsoft.Rest.ClientRuntime.Azure.TestFramework": "[1.2.2-preview,2.0.0)", - "Microsoft.Rest.ClientRuntime.Azure": "[4.0.2,5.0.0)", + "Microsoft.Azure.Test.HttpRecorder": "[1.6.2-preview,2.0.0)", + "Microsoft.Rest.ClientRuntime.Azure.TestFramework": "[1.2.3-preview,2.0.0)", + "Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)", "Microsoft.Azure.ResourceManager": "1.0.0-preview", - "Microsoft.Azure.Management.Network": "[4.5.1-preview,5.0)", + "Microsoft.Azure.Management.Network": "[4.5.2-preview,5.0)", "xunit": "2.1.0", "dotnet-test-xunit": "1.0.0-rc2-build10015" }, diff --git a/src/ResourceManagement/NotificationHubs/Microsoft.Azure.Management.NotificationHubs/Properties/AssemblyInfo.cs b/src/ResourceManagement/NotificationHubs/Microsoft.Azure.Management.NotificationHubs/Properties/AssemblyInfo.cs index 74f1180bfbaa..ec744f83f181 100644 --- a/src/ResourceManagement/NotificationHubs/Microsoft.Azure.Management.NotificationHubs/Properties/AssemblyInfo.cs +++ b/src/ResourceManagement/NotificationHubs/Microsoft.Azure.Management.NotificationHubs/Properties/AssemblyInfo.cs @@ -19,8 +19,8 @@ [assembly: AssemblyTitle("Microsoft Azure NotificationHubs Management Library")] [assembly: AssemblyDescription("Provides Microsoft Azure NotificationHubs management functions for managing the Microsoft Azure NotificationHubs service.")] -[assembly: AssemblyVersion("1.0.1.0")] -[assembly: AssemblyFileVersion("1.0.1.0")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.2.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] diff --git a/src/ResourceManagement/NotificationHubs/Microsoft.Azure.Management.NotificationHubs/project.json b/src/ResourceManagement/NotificationHubs/Microsoft.Azure.Management.NotificationHubs/project.json index 57de719b31fe..11943e13c718 100644 --- a/src/ResourceManagement/NotificationHubs/Microsoft.Azure.Management.NotificationHubs/project.json +++ b/src/ResourceManagement/NotificationHubs/Microsoft.Azure.Management.NotificationHubs/project.json @@ -1,5 +1,5 @@ { - "version": "1.0.1-preview", + "version": "1.0.2-preview", "description": "Provides developers with libraries to create and manager Namespaces of type NotificationHub and NotificationHubs. Manage Authorization Rules at both the resource levels. Note: This client library is for NotificationHubs under Azure Resource Manager.", "authors": [ "Microsoft" ], @@ -19,7 +19,7 @@ }, "dependencies": { - "Microsoft.Rest.ClientRuntime.Azure": "[4.0.2,5.0.0)" + "Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)" }, "frameworks": { diff --git a/src/ResourceManagement/NotificationHubs/NotificationHubs.Tests/project.json b/src/ResourceManagement/NotificationHubs/NotificationHubs.Tests/project.json index 1d572c154b37..56aafb8e51a7 100644 --- a/src/ResourceManagement/NotificationHubs/NotificationHubs.Tests/project.json +++ b/src/ResourceManagement/NotificationHubs/NotificationHubs.Tests/project.json @@ -29,10 +29,10 @@ "type": "platform", "version": "1.0.0-rc2-*" }, - "Microsoft.Azure.Test.HttpRecorder": "[1.6.1-preview,2.0.0)", - "Microsoft.Rest.ClientRuntime.Azure.TestFramework": "[1.2.2-preview,2.0.0)", - "Microsoft.Azure.Management.NotificationHubs": "[1.0.1-preview,2.0.0)", - "Microsoft.Rest.ClientRuntime.Azure": "[4.0.2,5.0.0)", + "Microsoft.Azure.Test.HttpRecorder": "[1.6.2-preview,2.0.0)", + "Microsoft.Rest.ClientRuntime.Azure.TestFramework": "[1.2.3-preview,2.0.0)", + "Microsoft.Azure.Management.NotificationHubs": "[1.0.2-preview,2.0.0)", + "Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)", "Microsoft.Azure.ResourceManager": "1.0.0-preview", "xunit": "2.1.0", "dotnet-test-xunit": "1.0.0-rc2-build10015" diff --git a/src/ResourceManagement/RedisCache/AzureRedisCache.Tests/project.json b/src/ResourceManagement/RedisCache/AzureRedisCache.Tests/project.json index a48fc0fb172f..1015b66cd9f1 100644 --- a/src/ResourceManagement/RedisCache/AzureRedisCache.Tests/project.json +++ b/src/ResourceManagement/RedisCache/AzureRedisCache.Tests/project.json @@ -29,11 +29,11 @@ "type": "platform", "version": "1.0.0-rc2-*" }, - "Microsoft.Azure.Test.HttpRecorder": "[1.6.1-preview,2.0.0)", - "Microsoft.Rest.ClientRuntime.Azure.TestFramework": "[1.2.2-preview,2.0.0)", - "Microsoft.Rest.ClientRuntime.Azure": "[4.0.2,5.0.0)", + "Microsoft.Azure.Test.HttpRecorder": "[1.6.2-preview,2.0.0)", + "Microsoft.Rest.ClientRuntime.Azure.TestFramework": "[1.2.3-preview,2.0.0)", + "Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)", "Microsoft.Azure.ResourceManager": "1.0.0-preview", - "Microsoft.Azure.Management.Redis": "[3.0.1-preview,4.0.0)", + "Microsoft.Azure.Management.Redis": "[3.0.2-preview,4.0.0)", "xunit": "2.1.0", "dotnet-test-xunit": "1.0.0-rc2-build10015" } diff --git a/src/ResourceManagement/RedisCache/Microsoft.Azure.Management.Redis/Properties/AssemblyInfo.cs b/src/ResourceManagement/RedisCache/Microsoft.Azure.Management.Redis/Properties/AssemblyInfo.cs index a00a4aec0d6a..468198a3c8a8 100644 --- a/src/ResourceManagement/RedisCache/Microsoft.Azure.Management.Redis/Properties/AssemblyInfo.cs +++ b/src/ResourceManagement/RedisCache/Microsoft.Azure.Management.Redis/Properties/AssemblyInfo.cs @@ -20,8 +20,8 @@ [assembly: AssemblyTitle("Microsoft Azure Redis Cache Management Library")] [assembly: AssemblyDescription("Provides Microsoft Azure redis cache management operations.")] -[assembly: AssemblyVersion("3.0.1.0")] -[assembly: AssemblyFileVersion("3.0.1.0")] +[assembly: AssemblyVersion("3.0.0.0")] +[assembly: AssemblyFileVersion("3.0.2.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] diff --git a/src/ResourceManagement/RedisCache/Microsoft.Azure.Management.Redis/project.json b/src/ResourceManagement/RedisCache/Microsoft.Azure.Management.Redis/project.json index 800fd54ec9c7..9b46cca0be1e 100644 --- a/src/ResourceManagement/RedisCache/Microsoft.Azure.Management.Redis/project.json +++ b/src/ResourceManagement/RedisCache/Microsoft.Azure.Management.Redis/project.json @@ -1,5 +1,5 @@ { - "version": "3.0.1-preview", + "version": "3.0.2-preview", "description": "Provides redis cache management capabilities for Microsoft Azure.", "authors": [ "Microsoft" ], @@ -20,7 +20,7 @@ }, "dependencies": { - "Microsoft.Rest.ClientRuntime.Azure": "[4.0.2,5.0.0)" + "Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)" }, "frameworks": { diff --git a/src/ResourceManagement/Resource/Microsoft.Azure.Management.ResourceManager/Properties/AssemblyInfo.cs b/src/ResourceManagement/Resource/Microsoft.Azure.Management.ResourceManager/Properties/AssemblyInfo.cs index f924a235f0b4..8376a4beea4d 100644 --- a/src/ResourceManagement/Resource/Microsoft.Azure.Management.ResourceManager/Properties/AssemblyInfo.cs +++ b/src/ResourceManagement/Resource/Microsoft.Azure.Management.ResourceManager/Properties/AssemblyInfo.cs @@ -19,8 +19,8 @@ [assembly: AssemblyTitle("Microsoft Azure Resource Management Library")] [assembly: AssemblyDescription("Provides Microsoft Azure resource management operations including Resource Groups.")] -[assembly: AssemblyVersion("1.1.2.0")] -[assembly: AssemblyFileVersion("1.1.2.0")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.1.3.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyProduct("Azure .NET SDK")] diff --git a/src/ResourceManagement/Resource/Microsoft.Azure.Management.ResourceManager/project.json b/src/ResourceManagement/Resource/Microsoft.Azure.Management.ResourceManager/project.json index 908848fa15c1..26b70834718e 100644 --- a/src/ResourceManagement/Resource/Microsoft.Azure.Management.ResourceManager/project.json +++ b/src/ResourceManagement/Resource/Microsoft.Azure.Management.ResourceManager/project.json @@ -1,5 +1,5 @@ { - "version": "1.1.2-preview", + "version": "1.1.3-preview", "description": "Provides resource group and resource management capabilities for Microsoft Azure.", "authors": [ "Microsoft" ], @@ -19,7 +19,7 @@ }, "dependencies": { - "Microsoft.Rest.ClientRuntime.Azure": "[4.0.2,5.0.0)" + "Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)" }, "frameworks": { diff --git a/src/ResourceManagement/Resource/Resource.Tests/project.json b/src/ResourceManagement/Resource/Resource.Tests/project.json index 0fd4191710de..4420a5634291 100644 --- a/src/ResourceManagement/Resource/Resource.Tests/project.json +++ b/src/ResourceManagement/Resource/Resource.Tests/project.json @@ -29,10 +29,10 @@ "type": "platform", "version": "1.0.0-rc2-*" }, - "Microsoft.Azure.Test.HttpRecorder": "[1.6.1-preview,2.0.0)", - "Microsoft.Rest.ClientRuntime.Azure.TestFramework": "[1.2.2-preview,2.0.0)", - "Microsoft.Rest.ClientRuntime.Azure": "[4.0.2,5.0.0)", - "Microsoft.Azure.Management.ResourceManager": "[1.1.1-preview,2.0.0)", + "Microsoft.Azure.Test.HttpRecorder": "[1.6.2-preview,2.0.0)", + "Microsoft.Rest.ClientRuntime.Azure.TestFramework": "[1.2.3-preview,2.0.0)", + "Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)", + "Microsoft.Azure.Management.ResourceManager": "[1.1.3-preview,2.0.0)", "xunit": "2.1.0", "dotnet-test-xunit": "1.0.0-rc2-build10015" }, diff --git a/src/ResourceManagement/Storage/Microsoft.Azure.Management.Storage/Properties/AssemblyInfo.cs b/src/ResourceManagement/Storage/Microsoft.Azure.Management.Storage/Properties/AssemblyInfo.cs index daba1e0c16c5..912698bfe274 100644 --- a/src/ResourceManagement/Storage/Microsoft.Azure.Management.Storage/Properties/AssemblyInfo.cs +++ b/src/ResourceManagement/Storage/Microsoft.Azure.Management.Storage/Properties/AssemblyInfo.cs @@ -19,8 +19,8 @@ [assembly: AssemblyTitle("Microsoft Azure Storage Management Library")] [assembly: AssemblyDescription("Provides Microsoft Azure Storage management functions for managing the Microsoft Azure Storage service.")] -[assembly: AssemblyVersion("5.0.1.0")] -[assembly: AssemblyFileVersion("5.0.1.0")] +[assembly: AssemblyVersion("5.0.0.0")] +[assembly: AssemblyFileVersion("5.0.2.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] diff --git a/src/ResourceManagement/Storage/Microsoft.Azure.Management.Storage/project.json b/src/ResourceManagement/Storage/Microsoft.Azure.Management.Storage/project.json index d99a31ce9efa..85de00c3902b 100644 --- a/src/ResourceManagement/Storage/Microsoft.Azure.Management.Storage/project.json +++ b/src/ResourceManagement/Storage/Microsoft.Azure.Management.Storage/project.json @@ -1,5 +1,5 @@ { - "version": "5.0.1-preview", + "version": "5.0.2-preview", "description": "Microsoft Azure Management Storage Library", "authors": [ "Microsoft" ], @@ -23,7 +23,7 @@ }, "dependencies": { - "Microsoft.Rest.ClientRuntime.Azure": "[4.0.2,5.0.0)" + "Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)" }, "frameworks": { diff --git a/src/ResourceManagement/Storage/Storage.Tests/project.json b/src/ResourceManagement/Storage/Storage.Tests/project.json index fc672c0d8f2c..9f9ac1d59b29 100644 --- a/src/ResourceManagement/Storage/Storage.Tests/project.json +++ b/src/ResourceManagement/Storage/Storage.Tests/project.json @@ -29,10 +29,10 @@ "type": "platform", "version": "1.0.0-rc2-*" }, - "Microsoft.Azure.Test.HttpRecorder": "[1.6.1-preview,2.0.0)", - "Microsoft.Rest.ClientRuntime.Azure.TestFramework": "[1.2.2-preview,2.0.0)", - "Microsoft.Rest.ClientRuntime.Azure": "[4.0.2,5.0.0)", - "Microsoft.Azure.Management.Storage": "[5.0.1-preview,6.0)", + "Microsoft.Azure.Test.HttpRecorder": "[1.6.2-preview,2.0.0)", + "Microsoft.Rest.ClientRuntime.Azure.TestFramework": "[1.2.3-preview,2.0.0)", + "Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)", + "Microsoft.Azure.Management.Storage": "[5.0.2-preview,6.0)", "Microsoft.Azure.ResourceManager": "1.0.0-preview", "xunit": "2.1.0", "dotnet-test-xunit": "1.0.0-rc2-build10015" diff --git a/src/ResourceManagement/TrafficManager/Microsoft.Azure.Management.TrafficManager/Properties/AssemblyInfo.cs b/src/ResourceManagement/TrafficManager/Microsoft.Azure.Management.TrafficManager/Properties/AssemblyInfo.cs index 71b9ffcf2ca1..a9d0a62ecb4a 100644 --- a/src/ResourceManagement/TrafficManager/Microsoft.Azure.Management.TrafficManager/Properties/AssemblyInfo.cs +++ b/src/ResourceManagement/TrafficManager/Microsoft.Azure.Management.TrafficManager/Properties/AssemblyInfo.cs @@ -20,8 +20,8 @@ [assembly: AssemblyTitle("Microsoft Azure Traffic Manager Management Library")] [assembly: AssemblyDescription("Provides Microsoft Azure Traffic Manager management functions for managing the Microsoft Azure Traffic Manager service.")] -[assembly: AssemblyVersion("2.0.1.0")] -[assembly: AssemblyFileVersion("2.0.1.0")] +[assembly: AssemblyVersion("2.0.0.0")] +[assembly: AssemblyFileVersion("2.0.2.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] diff --git a/src/ResourceManagement/TrafficManager/Microsoft.Azure.Management.TrafficManager/project.json b/src/ResourceManagement/TrafficManager/Microsoft.Azure.Management.TrafficManager/project.json index 29b44bea89ab..02bd2cd8f08b 100644 --- a/src/ResourceManagement/TrafficManager/Microsoft.Azure.Management.TrafficManager/project.json +++ b/src/ResourceManagement/TrafficManager/Microsoft.Azure.Management.TrafficManager/project.json @@ -1,5 +1,5 @@ { - "version": "2.0.1-preview", + "version": "2.0.2-preview", "description": "Microsoft Azure Management TrafficManager Library", "authors": [ "Microsoft" ], @@ -19,7 +19,7 @@ }, "dependencies": { - "Microsoft.Rest.ClientRuntime.Azure": "[4.0.2,5.0.0)" + "Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)" }, "frameworks": { diff --git a/src/ResourceManagement/TrafficManager/TrafficManager.Tests/project.json b/src/ResourceManagement/TrafficManager/TrafficManager.Tests/project.json index ef7a6ebef452..9e6e92f98cc6 100644 --- a/src/ResourceManagement/TrafficManager/TrafficManager.Tests/project.json +++ b/src/ResourceManagement/TrafficManager/TrafficManager.Tests/project.json @@ -29,10 +29,10 @@ "type": "platform", "version": "1.0.0-rc2-*" }, - "Microsoft.Azure.Test.HttpRecorder": "[1.6.1-preview,2.0.0)", - "Microsoft.Rest.ClientRuntime.Azure.TestFramework": "[1.2.2-preview,2.0.0)", - "Microsoft.Rest.ClientRuntime.Azure": "[4.0.2,5.0.0)", - "Microsoft.Azure.Management.TrafficManager": "[2.0.1-preview,3.0.0)", + "Microsoft.Azure.Test.HttpRecorder": "[1.6.2-preview,2.0.0)", + "Microsoft.Rest.ClientRuntime.Azure.TestFramework": "[1.2.3-preview,2.0.0)", + "Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)", + "Microsoft.Azure.Management.TrafficManager": "[2.0.2-preview,3.0.0)", "Microsoft.Azure.ResourceManager": "1.0.0-preview", "xunit": "2.1.0", "dotnet-test-xunit": "1.0.0-rc2-build10015" diff --git a/src/ResourceManagement/WebSite/Microsoft.Azure.Management.Websites/Properties/AssemblyInfo.cs b/src/ResourceManagement/WebSite/Microsoft.Azure.Management.Websites/Properties/AssemblyInfo.cs index abfa0af26aa0..5a6487aa2dfa 100644 --- a/src/ResourceManagement/WebSite/Microsoft.Azure.Management.Websites/Properties/AssemblyInfo.cs +++ b/src/ResourceManagement/WebSite/Microsoft.Azure.Management.Websites/Properties/AssemblyInfo.cs @@ -20,8 +20,8 @@ [assembly: AssemblyTitle("Microsoft Azure Web Sites Management Library")] [assembly: AssemblyDescription("Provides management functionality for Microsoft Azure Web Sites.")] -[assembly: AssemblyVersion("1.3.1")] -[assembly: AssemblyFileVersion("1.3.1")] +[assembly: AssemblyVersion("1.0.0")] +[assembly: AssemblyFileVersion("1.3.2")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyProduct("Azure .NET SDK")] diff --git a/src/ResourceManagement/WebSite/Microsoft.Azure.Management.Websites/project.json b/src/ResourceManagement/WebSite/Microsoft.Azure.Management.Websites/project.json index e4092b9f9fe2..96f5df069277 100644 --- a/src/ResourceManagement/WebSite/Microsoft.Azure.Management.Websites/project.json +++ b/src/ResourceManagement/WebSite/Microsoft.Azure.Management.Websites/project.json @@ -1,5 +1,5 @@ { - "version": "1.3.1-preview", + "version": "1.3.2-preview", "description": "Provides website management capabilities for Microsoft Azure.", "authors": [ "Microsoft" ], @@ -19,7 +19,7 @@ }, "dependencies": { - "Microsoft.Rest.ClientRuntime.Azure": "[4.0.2,5.0.0)" + "Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)" }, "frameworks": { diff --git a/src/ResourceManagement/WebSite/WebSite.Tests/project.json b/src/ResourceManagement/WebSite/WebSite.Tests/project.json index d4d6aecc2665..b8b81b067e27 100644 --- a/src/ResourceManagement/WebSite/WebSite.Tests/project.json +++ b/src/ResourceManagement/WebSite/WebSite.Tests/project.json @@ -29,11 +29,11 @@ "type": "platform", "version": "1.0.0-rc2-*" }, - "Microsoft.Azure.Test.HttpRecorder": "[1.6.1-preview,2.0.0)", - "Microsoft.Rest.ClientRuntime.Azure.TestFramework": "[1.2.2-preview,2.0.0)", - "Microsoft.Rest.ClientRuntime.Azure": "[4.0.2,5.0.0)", + "Microsoft.Azure.Test.HttpRecorder": "[1.6.2-preview,2.0.0)", + "Microsoft.Rest.ClientRuntime.Azure.TestFramework": "[1.2.3-preview,2.0.0)", + "Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)", "Microsoft.Azure.ResourceManager": "1.0.0-preview", - "Microsoft.Azure.Management.Websites": "[1.3.1-preview,2.0.0)", + "Microsoft.Azure.Management.Websites": "[1.3.2-preview,2.0.0)", "xunit": "2.1.0", "dotnet-test-xunit": "1.0.0-rc2-build10015" }, diff --git a/src/Search/Microsoft.Azure.Search/project.json b/src/Search/Microsoft.Azure.Search/project.json index cb33839b0a94..f92f6a98edcc 100644 --- a/src/Search/Microsoft.Azure.Search/project.json +++ b/src/Search/Microsoft.Azure.Search/project.json @@ -20,7 +20,7 @@ "keyFile": "../../../tools/MSSharedLibKey.snk" }, "dependencies": { - "Microsoft.Rest.ClientRuntime.Azure": "[4.0.2,5.0.0)", + "Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)", "Microsoft.Spatial": "[6.15.0,7.0)" }, diff --git a/src/Search/Search.Management.Tests/project.json b/src/Search/Search.Management.Tests/project.json index 221ec45d0f1d..a7c9eb66fc19 100644 --- a/src/Search/Search.Management.Tests/project.json +++ b/src/Search/Search.Management.Tests/project.json @@ -28,9 +28,9 @@ "type": "platform", "version": "1.0.0-rc2-*" }, - "Microsoft.Azure.Test.HttpRecorder": "[1.6.1-preview,2.0.0)", - "Microsoft.Rest.ClientRuntime.Azure.TestFramework": "[1.2.2-preview,2.0.0)", - "Microsoft.Rest.ClientRuntime.Azure": "[4.0.2,5.0.0)", + "Microsoft.Azure.Test.HttpRecorder": "[1.6.2-preview,2.0.0)", + "Microsoft.Rest.ClientRuntime.Azure.TestFramework": "[1.2.3-preview,2.0.0)", + "Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)", "Microsoft.Azure.Management.ResourceManager": "1.1.1-preview", "xunit": "2.1.0", "dotnet-test-xunit": "1.0.0-rc2-build10015" diff --git a/src/TestFramework/HttpRecorder.Tests/project.json b/src/TestFramework/HttpRecorder.Tests/project.json index b537f4f13db6..9dc185c1d0fb 100644 --- a/src/TestFramework/HttpRecorder.Tests/project.json +++ b/src/TestFramework/HttpRecorder.Tests/project.json @@ -30,9 +30,9 @@ "type": "platform", "version": "1.0.0-rc2-*" }, - "Microsoft.Azure.Test.HttpRecorder": "[1.6.1-preview,2.0.0)", - "Microsoft.Rest.ClientRuntime.Azure.TestFramework": "[1.2.2-preview,2.0.0)", - "Microsoft.Rest.ClientRuntime.Azure": "[4.0.2,5.0.0)", + "Microsoft.Azure.Test.HttpRecorder": "[1.6.2-preview,2.0.0)", + "Microsoft.Rest.ClientRuntime.Azure.TestFramework": "[1.2.3-preview,2.0.0)", + "Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)", "xunit": "2.1.0", "dotnet-test-xunit": "1.0.0-rc2-build10015" } diff --git a/src/TestFramework/Microsoft.Azure.Test.HttpRecorder/Properties/AssemblyInfo.cs b/src/TestFramework/Microsoft.Azure.Test.HttpRecorder/Properties/AssemblyInfo.cs index 43205df8b078..405072d499b6 100644 --- a/src/TestFramework/Microsoft.Azure.Test.HttpRecorder/Properties/AssemblyInfo.cs +++ b/src/TestFramework/Microsoft.Azure.Test.HttpRecorder/Properties/AssemblyInfo.cs @@ -30,5 +30,5 @@ [assembly: ComVisible(false)] [assembly: Guid("c77934b2-fc7c-4f23-b2e1-12da90bfe716")] -[assembly: AssemblyVersion("1.6.1.0")] -[assembly: AssemblyFileVersion("1.6.1.0")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.6.2.0")] diff --git a/src/TestFramework/Microsoft.Azure.Test.HttpRecorder/project.json b/src/TestFramework/Microsoft.Azure.Test.HttpRecorder/project.json index ecb427f5f51b..741d9ead76b2 100644 --- a/src/TestFramework/Microsoft.Azure.Test.HttpRecorder/project.json +++ b/src/TestFramework/Microsoft.Azure.Test.HttpRecorder/project.json @@ -1,5 +1,5 @@ { - "version": "1.6.1-preview", + "version": "1.6.2-preview", "copyright": "Copyright (c) Microsoft Corporation", "title": "HttpRecorder Library for recording Clinet/Server communication in Azure", "description": "Microsoft.Azure.Test.HttpRecorder", @@ -29,7 +29,7 @@ "System.Threading.Tasks": { "type": "build" } }, "dependencies": { - "Newtonsoft.Json": "8.0.3" + "Newtonsoft.Json": "6.0.8" } }, "netstandard1.5": { diff --git a/src/TestFramework/Microsoft.Rest.ClientRuntime.Azure.TestFramework/Properties/AssemblyInfo.cs b/src/TestFramework/Microsoft.Rest.ClientRuntime.Azure.TestFramework/Properties/AssemblyInfo.cs index 47b6da7359e2..6a36943daab3 100644 --- a/src/TestFramework/Microsoft.Rest.ClientRuntime.Azure.TestFramework/Properties/AssemblyInfo.cs +++ b/src/TestFramework/Microsoft.Rest.ClientRuntime.Azure.TestFramework/Properties/AssemblyInfo.cs @@ -16,5 +16,5 @@ // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("6eb355e3-e1e1-4f46-bcfa-737812ccff87")] -[assembly: AssemblyVersion("1.2.2.0")] -[assembly: AssemblyFileVersion("1.2.2.0")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.2.3.0")] diff --git a/src/TestFramework/Microsoft.Rest.ClientRuntime.Azure.TestFramework/project.json b/src/TestFramework/Microsoft.Rest.ClientRuntime.Azure.TestFramework/project.json index 4e723f6c26d6..292c14800e1c 100644 --- a/src/TestFramework/Microsoft.Rest.ClientRuntime.Azure.TestFramework/project.json +++ b/src/TestFramework/Microsoft.Rest.ClientRuntime.Azure.TestFramework/project.json @@ -1,5 +1,5 @@ { - "version": "1.2.2-preview", + "version": "1.2.3-preview", "copyright": "Copyright (c) Microsoft Corporation", "title": "Test framework for Microsoft AutoRest Generated Clients", "description": "Microsoft.Rest.ClientRuntime.Azure.TestFramework", @@ -27,7 +27,8 @@ } }, "netstandard1.5": { - "imports": ["dnxcore50"], + "buildOptions": { "define": [ "PORTABLE" ] }, + "imports": [ "dnxcore50" ], "dependencies": { "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.6.212041202-alpha", "Microsoft.NETCore.Platforms": "1.0.1-rc2-24027", @@ -37,7 +38,7 @@ "System.Diagnostics.Tracing": "4.1.0-rc2-24027", "Microsoft.CSharp": "4.0.1-rc2-24027", "System.Threading": "4.0.11-rc2-24027", - "System.Threading.Thread": "4.0.0-rc2-24027", + "System.Threading.Thread": "4.0.0-rc2-24027", "System.Threading.Tasks": "4.0.11-rc2-24027", "System.Threading.Timer": "4.0.1-rc2-24027", "System.Collections": "4.0.11-rc2-24027", @@ -48,6 +49,6 @@ } }, "dependencies": { - "Microsoft.Azure.Test.HttpRecorder": "[1.6.1-preview,2.0.0)" + "Microsoft.Azure.Test.HttpRecorder": "[1.6.2-preview,2.0.0)" } } diff --git a/src/TestFramework/TestFramework.Tests/project.json b/src/TestFramework/TestFramework.Tests/project.json index 30b4ec31b2e7..2a2ef23ea7c7 100644 --- a/src/TestFramework/TestFramework.Tests/project.json +++ b/src/TestFramework/TestFramework.Tests/project.json @@ -30,9 +30,9 @@ "type": "platform", "version": "1.0.0-rc2-*" }, - "Microsoft.Azure.Test.HttpRecorder": "[1.6.1-preview,2.0.0)", - "Microsoft.Rest.ClientRuntime.Azure.TestFramework": "[1.2.2-preview,2.0.0)", - "Microsoft.Rest.ClientRuntime": "[3.0.2,4.0.0)", + "Microsoft.Azure.Test.HttpRecorder": "[1.6.2-preview,2.0.0)", + "Microsoft.Rest.ClientRuntime.Azure.TestFramework": "[1.2.3-preview,2.0.0)", + "Microsoft.Rest.ClientRuntime": "[2.3.0,3.0.0)", "xunit": "2.1.0", "dotnet-test-xunit": "1.0.0-rc2-build10015" },