diff --git a/AutoRest/Generators/CSharp/Azure.CSharp.Tests/project.json b/AutoRest/Generators/CSharp/Azure.CSharp.Tests/project.json index 9d082f9f47..bb10ae9959 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.1,5.0.0)", + "Microsoft.Rest.ClientRuntime.Azure": "[4.0.2,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 fa6b1f6f3a..289dbd98cf 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.1,4.0)", + "Microsoft.Rest.ClientRuntime": "[3.0.2,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/CertificateAuthenticationProvider.cs b/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Azure.Authentication/CertificateAuthenticationProvider.cs index ac3e34037f..f619dc5e85 100644 --- a/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Azure.Authentication/CertificateAuthenticationProvider.cs +++ b/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Azure.Authentication/CertificateAuthenticationProvider.cs @@ -1,4 +1,7 @@ -using System; +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. + +using System; using System.Threading.Tasks; using Microsoft.IdentityModel.Clients.ActiveDirectory; 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 b42224ed64..509cd77076 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("2.0.0.0")] -[assembly: AssemblyFileVersion("2.0.1.0")] +[assembly: AssemblyVersion("3.0.0.0")] +[assembly: AssemblyFileVersion("3.0.2.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 44938db79a..a8a4b2bf9a 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.1-preview", + "version": "3.0.2-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.1,4.0)" + "Microsoft.Rest.ClientRuntime": "[3.0.2,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 5f6ab356b2..2822389756 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.1,5.0.0)", - "Microsoft.Rest.ClientRuntime.Azure.Authentication": "[3.0.1-preview,4.0.0)", + "Microsoft.Rest.ClientRuntime.Azure": "[4.0.2,5.0.0)", + "Microsoft.Rest.ClientRuntime.Azure.Authentication": "[3.0.2-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/Properties/AssemblyInfo.cs b/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Azure/Properties/AssemblyInfo.cs index 501abc0765..ec74fa7488 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("3.0.0.0")] -[assembly: AssemblyFileVersion("3.2.0.0")] +[assembly: AssemblyVersion("4.0.0.0")] +[assembly: AssemblyFileVersion("4.0.2.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 76d4e52c3f..3faa12b277 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.1", + "version": "4.0.2", "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.1,4.0)" + "Microsoft.Rest.ClientRuntime": "[3.0.2,4.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 200505d226..345b7bdf6a 100644 --- a/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Etw/Properties/AssemblyInfo.cs +++ b/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Etw/Properties/AssemblyInfo.cs @@ -8,8 +8,8 @@ [assembly: AssemblyTitle("Microsoft Rest Client Runtime ETW Logger")] [assembly: AssemblyDescription("Provides ETW tracing of \"Microsoft.Rest\" Client Library events.")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("2.0.0.0")] +[assembly: AssemblyFileVersion("2.0.2.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 8788415ba4..376c137a5e 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.1-preview", + "version": "2.0.2-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.1,4.0.0)" + "Microsoft.Rest.ClientRuntime": "[3.0.2,4.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 6aca7ee0c4..b7e1c05ca6 100644 --- a/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Log4Net/Properties/AssemblyInfo.cs +++ b/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Log4Net/Properties/AssemblyInfo.cs @@ -8,8 +8,8 @@ [assembly: AssemblyTitle("Microsoft Rest Client Runtime Log4Net Logger")] [assembly: AssemblyDescription("Provides Log4Net logging of \"Microsoft.Rest\" Client Library events.")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("2.0.0.0")] +[assembly: AssemblyFileVersion("2.0.2.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 9925064d3f..aa382c3102 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.1-preview", + "version": "2.0.2-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.1,4.0.0)", + "Microsoft.Rest.ClientRuntime": "[3.0.2,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 5f6ab356b2..2822389756 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.1,5.0.0)", - "Microsoft.Rest.ClientRuntime.Azure.Authentication": "[3.0.1-preview,4.0.0)", + "Microsoft.Rest.ClientRuntime.Azure": "[4.0.2,5.0.0)", + "Microsoft.Rest.ClientRuntime.Azure.Authentication": "[3.0.2-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 e0f553a6cf..245a98b80b 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.0.1-preview,3.0.0)", - "Microsoft.Rest.ClientRuntime.Etw": "[2.0.1-preview,3.0.0)", + "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", "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 14749d7e07..92b5b73f10 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("2.0.0.0")] -[assembly: AssemblyFileVersion("2.2.0.0")] +[assembly: AssemblyVersion("3.0.0.0")] +[assembly: AssemblyFileVersion("3.0.2.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 68d92a000e..f4e6772247 100644 --- a/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime/project.json +++ b/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime/project.json @@ -1,5 +1,5 @@ { - "version": "3.0.1", + "version": "3.0.2", "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", diff --git a/Tools/NuGet.exe b/Tools/NuGet.exe index 0bc3a2e857..6bb79fe537 100644 Binary files a/Tools/NuGet.exe and b/Tools/NuGet.exe differ diff --git a/Tools/NuGet.targets b/Tools/NuGet.targets index cd28b4d34e..ca9671dd57 100644 --- a/Tools/NuGet.targets +++ b/Tools/NuGet.targets @@ -80,14 +80,21 @@ - + + - - -Source $(NuGetPublishingSource) + https://www.nuget.org/api/v2/package/ + $(NuGetPublishingSource) + https://nuget.smbsrc.net/ + $(SymbolPublishingSource) - - + + + diff --git a/gulpfile.js b/gulpfile.js index 93e5313827..0d1eafceea 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -500,7 +500,7 @@ var msbuildDefaults = { stdout: process.stdout, stderr: process.stderr, maxBuffer: MAX_BUFFER, - verbosity: 'minimal', + verbosity: 'normal', errorOnFail: true, toolsVersion: msBuildToolsVersion };