From d8c60c1752c27a713b549b2a59fb1a4718679867 Mon Sep 17 00:00:00 2001 From: Hovsep Mkrtchyan Date: Mon, 13 Jun 2016 10:48:29 -0700 Subject: [PATCH] Downgrading ClientRuntime versions. --- AutoRest/Generators/CSharp/Azure.CSharp.Tests/project.json | 2 +- AutoRest/Generators/CSharp/CSharp.Tests/project.json | 2 +- .../Properties/AssemblyInfo.cs | 4 ++-- .../project.json | 4 ++-- .../Microsoft.Rest.ClientRuntime.Azure.Tests/project.json | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../CSharp/Microsoft.Rest.ClientRuntime.Azure/project.json | 4 ++-- .../Properties/AssemblyInfo.cs | 2 +- .../CSharp/Microsoft.Rest.ClientRuntime.Etw/project.json | 4 ++-- .../Properties/AssemblyInfo.cs | 2 +- .../Microsoft.Rest.ClientRuntime.Log4Net/project.json | 4 ++-- .../CSharp/Microsoft.Rest.ClientRuntime.Tests/project.json | 4 ++-- .../Microsoft.Rest.ClientRuntime.Tracing.Tests/project.json | 6 +++--- .../Microsoft.Rest.ClientRuntime/Properties/AssemblyInfo.cs | 4 ++-- .../CSharp/Microsoft.Rest.ClientRuntime/project.json | 2 +- 15 files changed, 26 insertions(+), 26 deletions(-) diff --git a/AutoRest/Generators/CSharp/Azure.CSharp.Tests/project.json b/AutoRest/Generators/CSharp/Azure.CSharp.Tests/project.json index bb10ae9959..5336ac01aa 100644 --- a/AutoRest/Generators/CSharp/Azure.CSharp.Tests/project.json +++ b/AutoRest/Generators/CSharp/Azure.CSharp.Tests/project.json @@ -30,7 +30,7 @@ }, "Microsoft.NETCore.Platforms": "1.0.1-rc2-24027", "CSharp.Tests": "2.0.0", - "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/AutoRest/Generators/CSharp/CSharp.Tests/project.json b/AutoRest/Generators/CSharp/CSharp.Tests/project.json index 289dbd98cf..d23ca6a42b 100644 --- a/AutoRest/Generators/CSharp/CSharp.Tests/project.json +++ b/AutoRest/Generators/CSharp/CSharp.Tests/project.json @@ -28,7 +28,7 @@ "version": "1.0.0-rc2-*" }, "Microsoft.NETCore.Platforms": "1.0.1-rc2-24027", - "Microsoft.Rest.ClientRuntime": "[3.0.2,4.0)", + "Microsoft.Rest.ClientRuntime": "[2.3.0,3.0)", "Microsoft.Extensions.Logging": "1.0.0-rc2-final", "Microsoft.Extensions.Logging.Console": "1.0.0-rc2-final", "Microsoft.Extensions.Logging.Filter": "1.0.0-rc2-final", diff --git a/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Azure.Authentication/Properties/AssemblyInfo.cs b/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Azure.Authentication/Properties/AssemblyInfo.cs index 509cd77076..037e82fa1b 100644 --- a/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Azure.Authentication/Properties/AssemblyInfo.cs +++ b/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Azure.Authentication/Properties/AssemblyInfo.cs @@ -9,8 +9,8 @@ [assembly: AssemblyTitle("Microsoft Rest Azure Client Runtime Authentication")] [assembly: AssemblyDescription("Client authentication infrastructure for Azure client libraries.")] -[assembly: AssemblyVersion("3.0.0.0")] -[assembly: AssemblyFileVersion("3.0.2.0")] +[assembly: AssemblyVersion("2.0.0.0")] +[assembly: AssemblyFileVersion("2.2.0.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft Corporation")] diff --git a/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Azure.Authentication/project.json b/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Azure.Authentication/project.json index eb879183e3..e44c1248f8 100644 --- a/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Azure.Authentication/project.json +++ b/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Azure.Authentication/project.json @@ -1,5 +1,5 @@ { - "version": "3.0.3-preview", + "version": "2.2.0-preview", "title": "Authentication for Azure Management Clients", "description": "Provides ADAL based authentication for Azure management client libraries \nSupported Platforms:\n - Portable Class Libraries\n - .NET Framework 4.5\n - Windows 8\n - Windows Phone 8.1\n - DotNet Core", "authors": [ "Microsoft" ], @@ -21,7 +21,7 @@ }, "dependencies": { - "Microsoft.Rest.ClientRuntime": "[3.0.3,4.0)" + "Microsoft.Rest.ClientRuntime": "[2.3.0,3.0)" }, "frameworks": { diff --git a/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Azure.Tests/project.json b/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Azure.Tests/project.json index 2822389756..6e6070c94b 100644 --- a/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Azure.Tests/project.json +++ b/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Azure.Tests/project.json @@ -22,8 +22,8 @@ "version": "1.0.0-rc2-*" }, "Microsoft.NETCore.Platforms": "1.0.1-rc2-24027", - "Microsoft.Rest.ClientRuntime.Azure": "[4.0.2,5.0.0)", - "Microsoft.Rest.ClientRuntime.Azure.Authentication": "[3.0.2-preview,4.0.0)", + "Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)", + "Microsoft.Rest.ClientRuntime.Azure.Authentication": "[2.2.0-preview,3.0.0)", "xunit": "2.1.0", "dotnet-test-xunit": "1.0.0-rc2-build10015" } diff --git a/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Azure/Properties/AssemblyInfo.cs b/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Azure/Properties/AssemblyInfo.cs index ec74fa7488..d94c95ed38 100644 --- a/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Azure/Properties/AssemblyInfo.cs +++ b/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Azure/Properties/AssemblyInfo.cs @@ -8,8 +8,8 @@ [assembly: AssemblyTitle("Microsoft Rest Azure Client Runtime")] [assembly: AssemblyDescription("Client infrastructure for Azure client libraries.")] -[assembly: AssemblyVersion("4.0.0.0")] -[assembly: AssemblyFileVersion("4.0.2.0")] +[assembly: AssemblyVersion("3.0.0.0")] +[assembly: AssemblyFileVersion("3.3.0.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft Corporation")] diff --git a/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Azure/project.json b/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Azure/project.json index 71fd9a7ae1..c796338f1a 100644 --- a/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Azure/project.json +++ b/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Azure/project.json @@ -1,5 +1,5 @@ { - "version": "4.0.3", + "version": "3.3.0", "copyright": "Copyright (c) Microsoft Corporation", "title": "Client Runtime for Microsoft Azure Libraries", "description": "Provides common error handling, tracing, and HTTP/REST-based pipeline manipulation. \nSupported Platforms:\n - Portable Class Libraries\n - .NET Framework 4.5\n - Windows 8\n - Windows Phone 8.1\n - DotNet Core", @@ -21,7 +21,7 @@ }, "dependencies": { - "Microsoft.Rest.ClientRuntime": "[3.0.3,4.0)" + "Microsoft.Rest.ClientRuntime": "[2.3.0,3.0)" }, "frameworks": { diff --git a/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Etw/Properties/AssemblyInfo.cs b/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Etw/Properties/AssemblyInfo.cs index 345b7bdf6a..141a395fb0 100644 --- a/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Etw/Properties/AssemblyInfo.cs +++ b/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Etw/Properties/AssemblyInfo.cs @@ -9,7 +9,7 @@ [assembly: AssemblyTitle("Microsoft Rest Client Runtime ETW Logger")] [assembly: AssemblyDescription("Provides ETW tracing of \"Microsoft.Rest\" Client Library events.")] [assembly: AssemblyVersion("2.0.0.0")] -[assembly: AssemblyFileVersion("2.0.2.0")] +[assembly: AssemblyFileVersion("2.1.0.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft Corporation")] diff --git a/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Etw/project.json b/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Etw/project.json index 782055795c..e769b01397 100644 --- a/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Etw/project.json +++ b/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Etw/project.json @@ -1,5 +1,5 @@ { - "version": "2.0.3-preview", + "version": "2.1.0-preview", "title": "ETW Logger for Microsoft AutoRest Generated Clients", "description": "Enables tracing of event messages for AutoRest generated client libraries events via ETW (Event Tracing for Windows). ETW events can be captured by subscribing to the \"Microsoft.Rest\" event source.", "copyright": "Copyright (c) Microsoft Corporation", @@ -21,7 +21,7 @@ }, "dependencies": { - "Microsoft.Rest.ClientRuntime": "[3.0.3,4.0.0)" + "Microsoft.Rest.ClientRuntime": "[2.3.0,3.0.0)" }, "frameworks": { diff --git a/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Log4Net/Properties/AssemblyInfo.cs b/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Log4Net/Properties/AssemblyInfo.cs index b7e1c05ca6..3e0841bdaa 100644 --- a/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Log4Net/Properties/AssemblyInfo.cs +++ b/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Log4Net/Properties/AssemblyInfo.cs @@ -9,7 +9,7 @@ [assembly: AssemblyTitle("Microsoft Rest Client Runtime Log4Net Logger")] [assembly: AssemblyDescription("Provides Log4Net logging of \"Microsoft.Rest\" Client Library events.")] [assembly: AssemblyVersion("2.0.0.0")] -[assembly: AssemblyFileVersion("2.0.2.0")] +[assembly: AssemblyFileVersion("2.1.0.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft Corporation")] diff --git a/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Log4Net/project.json b/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Log4Net/project.json index b4c872642c..54739f25ed 100644 --- a/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Log4Net/project.json +++ b/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Log4Net/project.json @@ -1,5 +1,5 @@ { - "version": "2.0.3-preview", + "version": "2.1.0-preview", "title": "Log4Net Logger for Microsoft AutoRest Generated Clients", "description": "Enables logging of event messages for AutoRest generated client libraries via Log4Net.", "copyright": "Copyright (c) Microsoft Corporation", @@ -20,7 +20,7 @@ }, "dependencies": { - "Microsoft.Rest.ClientRuntime": "[3.0.3,4.0.0)", + "Microsoft.Rest.ClientRuntime": "[2.3.0,3.0.0)", "log4net": "2.0.3" }, diff --git a/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Tests/project.json b/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Tests/project.json index 2822389756..6e6070c94b 100644 --- a/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Tests/project.json +++ b/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Tests/project.json @@ -22,8 +22,8 @@ "version": "1.0.0-rc2-*" }, "Microsoft.NETCore.Platforms": "1.0.1-rc2-24027", - "Microsoft.Rest.ClientRuntime.Azure": "[4.0.2,5.0.0)", - "Microsoft.Rest.ClientRuntime.Azure.Authentication": "[3.0.2-preview,4.0.0)", + "Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)", + "Microsoft.Rest.ClientRuntime.Azure.Authentication": "[2.2.0-preview,3.0.0)", "xunit": "2.1.0", "dotnet-test-xunit": "1.0.0-rc2-build10015" } diff --git a/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Tracing.Tests/project.json b/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Tracing.Tests/project.json index 245a98b80b..73403aa557 100644 --- a/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Tracing.Tests/project.json +++ b/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Tracing.Tests/project.json @@ -24,9 +24,9 @@ "Microsoft.NETCore.Platforms": "1.0.1-rc2-24027", "Microsoft.NETCore.Runtime": "1.0.2-rc2-24027", "Microsoft.Diagnostics.Tracing.TraceEvent": "1.0.41", - "Microsoft.Rest.ClientRuntime.Log4Net": "[2.0.2-preview,3.0.0)", - "Microsoft.Rest.ClientRuntime.Etw": "[2.0.2-preview,3.0.0)", - "Newtonsoft.Json": "8.0.3", + "Microsoft.Rest.ClientRuntime.Log4Net": "[2.1.0-preview,3.0.0)", + "Microsoft.Rest.ClientRuntime.Etw": "[2.1.0-preview,3.0.0)", + "Newtonsoft.Json": "6.0.8", "xunit": "2.1.0", "dotnet-test-xunit": "1.0.0-rc2-build10015" } diff --git a/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime/Properties/AssemblyInfo.cs b/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime/Properties/AssemblyInfo.cs index 92b5b73f10..13ac37e679 100644 --- a/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime/Properties/AssemblyInfo.cs +++ b/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime/Properties/AssemblyInfo.cs @@ -8,8 +8,8 @@ [assembly: AssemblyTitle("Microsoft Rest Client Runtime")] [assembly: AssemblyDescription("Client infrastructure for client libraries generated by AutoRest.")] -[assembly: AssemblyVersion("3.0.0.0")] -[assembly: AssemblyFileVersion("3.0.2.0")] +[assembly: AssemblyVersion("2.0.0.0")] +[assembly: AssemblyFileVersion("2.3.0.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft Corporation")] diff --git a/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime/project.json b/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime/project.json index 9547f91a20..d7afb3101c 100644 --- a/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime/project.json +++ b/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime/project.json @@ -1,5 +1,5 @@ { - "version": "3.0.3", + "version": "2.3.0", "copyright": "Copyright (c) Microsoft Corporation", "title": "Client Runtime Library for Microsoft AutoRest Generated Clients", "description": "Infrastructure for error handling, tracing, and HttpClient pipeline configuration. Required by client libraries generated using AutoRest. \nSupported Platforms:\n - Portable Class Libraries\n - .NET Framework 4.5\n - Windows 8\n - Windows Phone 8.1\n - DotNet Core",