From 6b34175f7caa869e042fb820ec5ee23eea6dac0d Mon Sep 17 00:00:00 2001 From: Hovsep Mkrtchyan Date: Fri, 3 Jun 2016 14:42:50 -0700 Subject: [PATCH] Changed minor version bump to patch update for RC2 migration --- .../CSharp/Azure.CSharp.Tests/project.json | 2 +- .../CSharp/CSharp.Tests/project.json | 2 +- .../project.json | 4 +- .../project.json | 4 +- .../project.json | 38 +++------------- .../project.json | 10 ++--- .../project.json | 12 ++--- .../project.json | 4 +- .../project.json | 4 +- .../Microsoft.Rest.ClientRuntime/project.json | 44 ++++++++++--------- 10 files changed, 50 insertions(+), 74 deletions(-) diff --git a/AutoRest/Generators/CSharp/Azure.CSharp.Tests/project.json b/AutoRest/Generators/CSharp/Azure.CSharp.Tests/project.json index dfe12d747c247..9d082f9f47529 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.1.0,5.0.0)", + "Microsoft.Rest.ClientRuntime.Azure": "[4.0.1,5.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 b3e581cfb007b..fa6b1f6f3a86a 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.1.0,4.0)", + "Microsoft.Rest.ClientRuntime": "[3.0.1,4.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/project.json b/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Azure.Authentication/project.json index bee815a029b37..44938db79af11 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.1.0-preview", + "version": "3.0.1-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.1.0,4.0)" + "Microsoft.Rest.ClientRuntime": "[3.0.1,4.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 3a4bd75d7e94e..5f6ab356b2d78 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.1.0,5.0.0)", - "Microsoft.Rest.ClientRuntime.Azure.Authentication": "[3.1.0-preview,4.0.0)", + "Microsoft.Rest.ClientRuntime.Azure": "[4.0.1,5.0.0)", + "Microsoft.Rest.ClientRuntime.Azure.Authentication": "[3.0.1-preview,4.0.0)", "xunit": "2.1.0", "dotnet-test-xunit": "1.0.0-rc2-build10015" } diff --git a/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Azure/project.json b/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Azure/project.json index 932fed5b46890..76d4e52c3f9f9 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.1.0", + "version": "4.0.1", "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", @@ -20,6 +20,10 @@ "keyFile": "../../../Tools/MSSharedLibKey.snk" }, + "dependencies": { + "Microsoft.Rest.ClientRuntime": "[3.0.1,4.0)" + }, + "frameworks": { "net45": { "frameworkAssemblies": { @@ -38,34 +42,20 @@ "Microsoft.NETCore.Platforms": "1.0.1-rc2-24027", "Microsoft.NETCore.Runtime": "1.0.2-rc2-24027", "System.Collections": "4.0.11-rc2-24027", - "System.Collections.Concurrent": "4.0.12-rc2-24027", "System.Diagnostics.Debug": "4.0.11-rc2-24027", "System.Diagnostics.Tools": "4.0.1-rc2-24027", "System.Diagnostics.Tracing": "4.1.0-rc2-24027", "System.Globalization": "4.0.11-rc2-24027", - "System.IO": "4.1.0-rc2-24027", - "System.IO.Compression": "4.1.0-rc2-24027", "System.Linq": "4.1.0-rc2-24027", - "System.Linq.Expressions": "4.0.11-rc2-24027", "System.Net.Http": "4.0.1-rc2-24027", "System.Net.Primitives": "4.0.11-rc2-24027", "System.ObjectModel": "4.0.12-rc2-24027", - "System.Reflection": "4.1.0-rc2-24027", "System.Reflection.Extensions": "4.0.1-rc2-24027", - "System.Reflection.Primitives": "4.0.1-rc2-24027", "System.Resources.ResourceManager": "4.0.1-rc2-24027", - "System.Runtime": "4.1.0-rc2-24027", "System.Runtime.Extensions": "4.1.0-rc2-24027", - "System.Runtime.InteropServices": "4.1.0-rc2-24027", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0-rc2-24027", - "System.Runtime.Numerics": "4.0.1-rc2-24027", - "System.Text.Encoding": "4.0.11-rc2-24027", - "System.Text.Encoding.Extensions": "4.0.11-rc2-24027", "System.Text.RegularExpressions": "4.0.12-rc2-24027", "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" } }, "netstandard1.5": { @@ -75,39 +65,21 @@ "Microsoft.NETCore.Platforms": "1.0.1-rc2-24027", "Microsoft.NETCore.Runtime": "1.0.2-rc2-24027", "System.Collections": "4.0.11-rc2-24027", - "System.Collections.Concurrent": "4.0.12-rc2-24027", "System.Diagnostics.Debug": "4.0.11-rc2-24027", "System.Diagnostics.Tools": "4.0.1-rc2-24027", "System.Diagnostics.Tracing": "4.1.0-rc2-24027", "System.Globalization": "4.0.11-rc2-24027", - "System.IO": "4.1.0-rc2-24027", - "System.IO.Compression": "4.1.0-rc2-24027", "System.Linq": "4.1.0-rc2-24027", - "System.Linq.Expressions": "4.0.11-rc2-24027", "System.Net.Http": "4.0.1-rc2-24027", "System.Net.Primitives": "4.0.11-rc2-24027", "System.ObjectModel": "4.0.12-rc2-24027", - "System.Reflection": "4.1.0-rc2-24027", "System.Reflection.Extensions": "4.0.1-rc2-24027", - "System.Reflection.Primitives": "4.0.1-rc2-24027", "System.Resources.ResourceManager": "4.0.1-rc2-24027", - "System.Runtime": "4.1.0-rc2-24027", "System.Runtime.Extensions": "4.1.0-rc2-24027", - "System.Runtime.InteropServices": "4.1.0-rc2-24027", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0-rc2-24027", - "System.Runtime.Numerics": "4.0.1-rc2-24027", - "System.Text.Encoding": "4.0.11-rc2-24027", - "System.Text.Encoding.Extensions": "4.0.11-rc2-24027", "System.Text.RegularExpressions": "4.0.12-rc2-24027", "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" } } }, - - "dependencies": { - "Microsoft.Rest.ClientRuntime": "[3.1.0,4.0)" - } } diff --git a/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Etw/project.json b/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Etw/project.json index 0172d6773addc..8788415ba40b1 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.1.0-preview", + "version": "2.0.1-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", @@ -20,6 +20,10 @@ "keyFile": "../../../Tools/MSSharedLibKey.snk" }, + "dependencies": { + "Microsoft.Rest.ClientRuntime": "[3.0.1,4.0.0)" + }, + "frameworks": { "net45": { "frameworkAssemblies": { @@ -27,8 +31,4 @@ } } }, - - "dependencies": { - "Microsoft.Rest.ClientRuntime": "[3.1.0,4.0.0)" - } } diff --git a/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Log4Net/project.json b/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Log4Net/project.json index 1d567b2beec6e..9925064d3ff9f 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.1.0-preview", + "version": "2.0.1-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", @@ -19,6 +19,11 @@ "keyFile": "../../../Tools/MSSharedLibKey.snk" }, + "dependencies": { + "Microsoft.Rest.ClientRuntime": "[3.0.1,4.0.0)", + "log4net": "2.0.3" + }, + "frameworks": { "net45": { "frameworkAssemblies": { @@ -30,9 +35,4 @@ } } }, - - "dependencies": { - "Microsoft.Rest.ClientRuntime": "[3.1.0,4.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 3a4bd75d7e94e..5f6ab356b2d78 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.1.0,5.0.0)", - "Microsoft.Rest.ClientRuntime.Azure.Authentication": "[3.1.0-preview,4.0.0)", + "Microsoft.Rest.ClientRuntime.Azure": "[4.0.1,5.0.0)", + "Microsoft.Rest.ClientRuntime.Azure.Authentication": "[3.0.1-preview,4.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 e0ebf1057a1f4..e0f553a6cf7dc 100644 --- a/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Tracing.Tests/project.json +++ b/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Tracing.Tests/project.json @@ -24,8 +24,8 @@ "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.1.0-preview,3.0.0)", - "Microsoft.Rest.ClientRuntime.Etw": "[2.1.0-preview,3.0.0)", + "Microsoft.Rest.ClientRuntime.Log4Net": "[2.0.1-preview,3.0.0)", + "Microsoft.Rest.ClientRuntime.Etw": "[2.0.1-preview,3.0.0)", "Newtonsoft.Json": "8.0.3", "xunit": "2.1.0", "dotnet-test-xunit": "1.0.0-rc2-build10015" diff --git a/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime/project.json b/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime/project.json index 6849622af5aee..68d92a000e724 100644 --- a/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime/project.json +++ b/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime/project.json @@ -1,5 +1,5 @@ { - "version": "3.1.0", + "version": "3.0.1", "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", @@ -20,6 +20,10 @@ "keyFile": "../../../Tools/MSSharedLibKey.snk" }, + "dependencies": { + "Newtonsoft.Json": "8.0.3" + }, + "frameworks": { "net45": { "frameworkAssemblies": { @@ -31,16 +35,29 @@ "System.Runtime.Serialization": "", "System.Xml": "" }, - "dependencies": { - "Newtonsoft.Json": "8.0.3" - } }, "netstandard1.1": { "buildOptions": { "define": [ "PORTABLE" ] }, "imports": ["dnxcore50", "portable-net45+win8"], "dependencies": { - "NETStandard.Library": "1.5.0-rc2-24027", - "Newtonsoft.Json": "8.0.3" + "Microsoft.NETCore.Platforms": "1.0.1-rc2-24027", + "Microsoft.NETCore.Runtime": "1.0.2-rc2-24027", + "System.Collections": "4.0.11-rc2-24027", + "System.Diagnostics.Debug": "4.0.11-rc2-24027", + "System.Diagnostics.Tools": "4.0.1-rc2-24027", + "System.Diagnostics.Tracing": "4.1.0-rc2-24027", + "System.Globalization": "4.0.11-rc2-24027", + "System.Linq": "4.1.0-rc2-24027", + "System.Linq.Expressions": "4.0.11-rc2-24027", + "System.Net.Http": "4.0.1-rc2-24027", + "System.Net.Primitives": "4.0.11-rc2-24027", + "System.ObjectModel": "4.0.12-rc2-24027", + "System.Reflection.Extensions": "4.0.1-rc2-24027", + "System.Resources.ResourceManager": "4.0.1-rc2-24027", + "System.Runtime.Extensions": "4.1.0-rc2-24027", + "System.Text.RegularExpressions": "4.0.12-rc2-24027", + "System.Threading": "4.0.11-rc2-24027", + "System.Xml.ReaderWriter": "4.0.11-rc2-24027", } }, "netstandard1.5": { @@ -50,34 +67,21 @@ "Microsoft.NETCore.Platforms": "1.0.1-rc2-24027", "Microsoft.NETCore.Runtime": "1.0.2-rc2-24027", "System.Collections": "4.0.11-rc2-24027", - "System.Collections.Concurrent": "4.0.12-rc2-24027", "System.Diagnostics.Debug": "4.0.11-rc2-24027", "System.Diagnostics.Tools": "4.0.1-rc2-24027", "System.Diagnostics.Tracing": "4.1.0-rc2-24027", "System.Globalization": "4.0.11-rc2-24027", - "System.IO": "4.1.0-rc2-24027", - "System.IO.Compression": "4.1.0-rc2-24027", "System.Linq": "4.1.0-rc2-24027", + "System.Linq.Expressions": "4.0.11-rc2-24027", "System.Net.Http": "4.0.1-rc2-24027", "System.Net.Primitives": "4.0.11-rc2-24027", "System.ObjectModel": "4.0.12-rc2-24027", - "System.Reflection": "4.1.0-rc2-24027", "System.Reflection.Extensions": "4.0.1-rc2-24027", - "System.Reflection.Primitives": "4.0.1-rc2-24027", "System.Resources.ResourceManager": "4.0.1-rc2-24027", - "System.Runtime": "4.1.0-rc2-24027", "System.Runtime.Extensions": "4.1.0-rc2-24027", - "System.Runtime.InteropServices": "4.1.0-rc2-24027", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0-rc2-24027", - "System.Runtime.Numerics": "4.0.1-rc2-24027", - "System.Text.Encoding": "4.0.11-rc2-24027", - "System.Text.Encoding.Extensions": "4.0.11-rc2-24027", "System.Text.RegularExpressions": "4.0.12-rc2-24027", "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" } } }