Skip to content

Commit

Permalink
Downgrading ClientRuntime versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hovsep Mkrtchyan committed Jun 13, 2016
1 parent f8683d0 commit d8c60c1
Show file tree
Hide file tree
Showing 15 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion AutoRest/Generators/CSharp/Azure.CSharp.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion AutoRest/Generators/CSharp/CSharp.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
Expand Down
Original file line number Diff line number Diff line change
@@ -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" ],
Expand All @@ -21,7 +21,7 @@
},

"dependencies": {
"Microsoft.Rest.ClientRuntime": "[3.0.3,4.0)"
"Microsoft.Rest.ClientRuntime": "[2.3.0,3.0)"
},

"frameworks": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -21,7 +21,7 @@
},

"dependencies": {
"Microsoft.Rest.ClientRuntime": "[3.0.3,4.0)"
"Microsoft.Rest.ClientRuntime": "[2.3.0,3.0)"
},

"frameworks": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -21,7 +21,7 @@
},

"dependencies": {
"Microsoft.Rest.ClientRuntime": "[3.0.3,4.0.0)"
"Microsoft.Rest.ClientRuntime": "[2.3.0,3.0.0)"
},

"frameworks": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
},

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit d8c60c1

Please sign in to comment.