Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

Commit

Permalink
Renaming Microsoft.Framework.* -> Microsoft.Extensions.*
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavkm committed Oct 3, 2015
1 parent 3cb50b9 commit 61466af
Show file tree
Hide file tree
Showing 102 changed files with 134 additions and 134 deletions.
12 changes: 6 additions & 6 deletions HttpAbstractions.sln
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
Expand Down Expand Up @@ -35,11 +35,11 @@ Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.Net.Http.Headers"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.Net.Http.Headers.Tests", "test\Microsoft.Net.Http.Headers.Tests\Microsoft.Net.Http.Headers.Tests.xproj", "{E6BB7AD1-BD10-4A23-B780-F4A86ADF00D1}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.Framework.WebEncoders", "src\Microsoft.Framework.WebEncoders\Microsoft.Framework.WebEncoders.xproj", "{DD2CE416-765E-4000-A03E-C2FF165DA1B6}"
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.Extensions.WebEncoders", "src\Microsoft.Extensions.WebEncoders\Microsoft.Extensions.WebEncoders.xproj", "{DD2CE416-765E-4000-A03E-C2FF165DA1B6}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.Framework.WebEncoders.Tests", "test\Microsoft.Framework.WebEncoders.Tests\Microsoft.Framework.WebEncoders.Tests.xproj", "{7AE2731D-43CD-4CF8-850A-4914DE2CE930}"
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.Extensions.WebEncoders.Tests", "test\Microsoft.Extensions.WebEncoders.Tests\Microsoft.Extensions.WebEncoders.Tests.xproj", "{7AE2731D-43CD-4CF8-850A-4914DE2CE930}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.Framework.WebEncoders.Core", "src\Microsoft.Framework.WebEncoders.Core\Microsoft.Framework.WebEncoders.Core.xproj", "{BE9112CB-D87D-4080-9CC3-24492D49CBE6}"
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.Extensions.WebEncoders.Core", "src\Microsoft.Extensions.WebEncoders.Core\Microsoft.Extensions.WebEncoders.Core.xproj", "{BE9112CB-D87D-4080-9CC3-24492D49CBE6}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNet.Html.Abstractions", "src\Microsoft.AspNet.Html.Abstractions\Microsoft.AspNet.Html.Abstractions.xproj", "{68A28E4A-3ADE-4187-9625-4FF185887CB3}"
EndProject
Expand All @@ -49,9 +49,9 @@ Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "SampleApp", "samples\Sample
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNet.Html.Abstractions.Test", "test\Microsoft.AspNet.Html.Abstractions.Test\Microsoft.AspNet.Html.Abstractions.Test.xproj", "{2D187B88-94BD-4A39-AC97-F8F8B9363301}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.Framework.BufferedHtmlContent.Sources", "src\Microsoft.Framework.BufferedHtmlContent.Sources\Microsoft.Framework.BufferedHtmlContent.Sources.xproj", "{B1B2B906-24AE-4C57-AAC5-19B734014504}"
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.Extensions.BufferedHtmlContent.Sources", "src\Microsoft.Extensions.BufferedHtmlContent.Sources\Microsoft.Extensions.BufferedHtmlContent.Sources.xproj", "{B1B2B906-24AE-4C57-AAC5-19B734014504}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.Framework.BufferedHtmlContent.Test", "test\Microsoft.Framework.BufferedHtmlContent.Test\Microsoft.Framework.BufferedHtmlContent.Test.xproj", "{3E5311E2-A73E-40CC-A58C-5A62CEAD43AE}"
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.Extensions.BufferedHtmlContent.Test", "test\Microsoft.Extensions.BufferedHtmlContent.Test\Microsoft.Extensions.BufferedHtmlContent.Test.xproj", "{3E5311E2-A73E-40CC-A58C-5A62CEAD43AE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
6 changes: 3 additions & 3 deletions NuGetPackageVerifier.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"Microsoft.AspNet.Http.Features": { },
"Microsoft.AspNet.Owin": { },
"Microsoft.AspNet.WebUtilities": { },
"Microsoft.Framework.BufferedHtmlContent.Sources": { },
"Microsoft.Framework.WebEncoders": { },
"Microsoft.Framework.WebEncoders.Core": { },
"Microsoft.Extensions.BufferedHtmlContent.Sources": { },
"Microsoft.Extensions.WebEncoders": { },
"Microsoft.Extensions.WebEncoders.Core": { },
"Microsoft.Net.Http.Headers": { }
}
},
Expand Down
4 changes: 2 additions & 2 deletions samples/SampleApp/Program.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System;
using System;
using System.Diagnostics;
using Microsoft.Framework.Primitives;
using Microsoft.Extensions.Primitives;

namespace SampleApp
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
// Copyright (c) .NET Foundation. All rights reserved.
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.

using System;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Text;
using Microsoft.Framework.WebEncoders;
using Microsoft.Extensions.WebEncoders;

namespace Microsoft.AspNet.Html.Abstractions
{
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.AspNet.Html.Abstractions/IHtmlContent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.

using System.IO;
using Microsoft.Framework.WebEncoders;
using Microsoft.Extensions.WebEncoders;

namespace Microsoft.AspNet.Html.Abstractions
{
Expand Down
4 changes: 2 additions & 2 deletions src/Microsoft.AspNet.Html.Abstractions/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
{
"version": "1.0.0-*",
"description": "ASP.NET 5 HTML content interface.",
"repository": {
Expand All @@ -9,7 +9,7 @@
"warningsAsErrors": true
},
"dependencies": {
"Microsoft.Framework.WebEncoders.Core": "1.0.0-*"
"Microsoft.Extensions.WebEncoders.Core": "1.0.0-*"
},
"frameworks": {
"net45" : { },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
using System.Threading.Tasks;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Http.Abstractions;
using Microsoft.Framework.Internal;
using Microsoft.Extensions.Internal;

namespace Microsoft.AspNet.Builder
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.

using System.Collections.Generic;
using Microsoft.Framework.Primitives;
using Microsoft.Extensions.Primitives;

namespace Microsoft.AspNet.Http
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.

using System.Collections.Generic;
using Microsoft.Framework.Primitives;
using Microsoft.Extensions.Primitives;

namespace Microsoft.AspNet.Http
{
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.AspNet.Http.Abstractions/PathString.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System;
using System.Linq;
using Microsoft.Framework.WebEncoders;
using Microsoft.Extensions.WebEncoders;

namespace Microsoft.AspNet.Http
{
Expand Down
4 changes: 2 additions & 2 deletions src/Microsoft.AspNet.Http.Abstractions/QueryString.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
using System;
using System.Collections.Generic;
using System.Text;
using Microsoft.Framework.Primitives;
using Microsoft.Framework.WebEncoders;
using Microsoft.Extensions.Primitives;
using Microsoft.Extensions.WebEncoders;

namespace Microsoft.AspNet.Http
{
Expand Down
4 changes: 2 additions & 2 deletions src/Microsoft.AspNet.Http.Abstractions/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"dependencies": {
"Microsoft.AspNet.Http.Features": "1.0.0-*",
"Microsoft.Framework.ActivatorUtilities.Sources": { "type": "build", "version": "1.0.0-*" },
"Microsoft.Framework.WebEncoders.Core": "1.0.0-*"
"Microsoft.Extensions.ActivatorUtilities.Sources": { "type": "build", "version": "1.0.0-*" },
"Microsoft.Extensions.WebEncoders.Core": "1.0.0-*"
},
"frameworks": {
"dnx451": { },
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright (c) .NET Foundation. All rights reserved.
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.

using Microsoft.AspNet.Http.Internal;
using Microsoft.Framework.Primitives;
using Microsoft.Extensions.Primitives;

namespace Microsoft.AspNet.Http
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
using System.Linq;
using System.Reflection;
using Microsoft.AspNet.Http.Headers;
using Microsoft.Framework.Primitives;
using Microsoft.Extensions.Primitives;
using Microsoft.Net.Http.Headers;

namespace Microsoft.AspNet.Http
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System;
using System.Collections;
using System.Collections.Generic;
using Microsoft.Framework.Primitives;
using Microsoft.Extensions.Primitives;

namespace Microsoft.AspNet.Http.Internal
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.Framework.Primitives;
using Microsoft.Extensions.Primitives;

namespace Microsoft.AspNet.Http.Internal
{
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.AspNet.Http.Extensions/QueryBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Collections;
using System.Collections.Generic;
using System.Text;
using Microsoft.Framework.WebEncoders;
using Microsoft.Extensions.WebEncoders;

namespace Microsoft.AspNet.Http.Extensions
{
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.AspNet.Http.Extensions/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"Microsoft.AspNet.Http.Abstractions": "1.0.0-*",
"Microsoft.Framework.WebEncoders.Core": "1.0.0-*",
"Microsoft.Extensions.WebEncoders.Core": "1.0.0-*",
"Microsoft.Net.Http.Headers": "1.0.0-*"
},
"frameworks": {
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.AspNet.Http.Features/IHttpRequestFeature.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Collections.Generic;
using System.IO;
using Microsoft.Framework.Primitives;
using Microsoft.Extensions.Primitives;

namespace Microsoft.AspNet.Http.Features
{
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.AspNet.Http.Features/IHttpResponseFeature.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.Collections.Generic;
using System.IO;
using System.Threading.Tasks;
using Microsoft.Framework.Primitives;
using Microsoft.Extensions.Primitives;

namespace Microsoft.AspNet.Http.Features
{
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.AspNet.Http.Features/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"warningsAsErrors": true
},
"dependencies": {
"Microsoft.Framework.Primitives": "1.0.0-*"
"Microsoft.Extensions.Primitives": "1.0.0-*"
},
"frameworks": {
"dnx451": { },
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.AspNet.Http/Features/FormFeature.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
using System.Threading.Tasks;
using Microsoft.AspNet.Http.Internal;
using Microsoft.AspNet.WebUtilities;
using Microsoft.Framework.Primitives;
using Microsoft.Extensions.Primitives;
using Microsoft.Net.Http.Headers;

namespace Microsoft.AspNet.Http.Features.Internal
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.AspNet.Http/Features/HttpRequestFeature.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System;
using System.Collections.Generic;
using System.IO;
using Microsoft.Framework.Primitives;
using Microsoft.Extensions.Primitives;

namespace Microsoft.AspNet.Http.Features.Internal
{
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.AspNet.Http/Features/HttpResponseFeature.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.Collections.Generic;
using System.IO;
using System.Threading.Tasks;
using Microsoft.Framework.Primitives;
using Microsoft.Extensions.Primitives;

namespace Microsoft.AspNet.Http.Features.Internal
{
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.AspNet.Http/Features/QueryFeature.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.Collections.Generic;
using Microsoft.AspNet.Http.Internal;
using Microsoft.AspNet.WebUtilities;
using Microsoft.Framework.Primitives;
using Microsoft.Extensions.Primitives;

namespace Microsoft.AspNet.Http.Features.Internal
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.Collections.Generic;
using System.Linq;
using Microsoft.AspNet.Http.Internal;
using Microsoft.Framework.Primitives;
using Microsoft.Extensions.Primitives;
using Microsoft.Net.Http.Headers;

namespace Microsoft.AspNet.Http.Features.Internal
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.AspNet.Http/FormCollection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System;
using System.Collections.Generic;
using Microsoft.Framework.Primitives;
using Microsoft.Extensions.Primitives;

namespace Microsoft.AspNet.Http.Internal
{
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.AspNet.Http/HeaderDictionary.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System;
using System.Collections;
using System.Collections.Generic;
using Microsoft.Framework.Primitives;
using Microsoft.Extensions.Primitives;

namespace Microsoft.AspNet.Http.Internal
{
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.AspNet.Http/ParsingHelpers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using Microsoft.Framework.Primitives;
using Microsoft.Extensions.Primitives;
using Microsoft.Net.Http.Headers;

namespace Microsoft.AspNet.Http.Internal
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.AspNet.Http/ReadableStringCollection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System;
using System.Collections;
using System.Collections.Generic;
using Microsoft.Framework.Primitives;
using Microsoft.Extensions.Primitives;

namespace Microsoft.AspNet.Http.Internal
{
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.AspNet.Http/RequestCookiesCollection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System;
using System.Collections;
using System.Collections.Generic;
using Microsoft.Framework.Primitives;
using Microsoft.Extensions.Primitives;
using Microsoft.Net.Http.Headers;

namespace Microsoft.AspNet.Http.Internal
Expand Down
4 changes: 2 additions & 2 deletions src/Microsoft.AspNet.Http/ResponseCookies.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

using System;
using System.Linq;
using Microsoft.Framework.Primitives;
using Microsoft.Framework.WebEncoders;
using Microsoft.Extensions.Primitives;
using Microsoft.Extensions.WebEncoders;
using Microsoft.Net.Http.Headers;

namespace Microsoft.AspNet.Http.Internal
Expand Down
4 changes: 2 additions & 2 deletions src/Microsoft.AspNet.Owin/DictionaryStringArrayWrapper.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// Copyright (c) .NET Foundation. All rights reserved.
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.

using System.Collections;
using System.Collections.Generic;
using System.Linq;
using Microsoft.Framework.Primitives;
using Microsoft.Extensions.Primitives;

namespace Microsoft.AspNet.Owin
{
Expand Down
4 changes: 2 additions & 2 deletions src/Microsoft.AspNet.Owin/DictionaryStringValuesWrapper.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// Copyright (c) .NET Foundation. All rights reserved.
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.

using System.Collections;
using System.Collections.Generic;
using System.Linq;
using Microsoft.Framework.Primitives;
using Microsoft.Extensions.Primitives;

namespace Microsoft.AspNet.Owin
{
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.AspNet.Owin/OwinFeatureCollection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Http.Features;
using Microsoft.AspNet.Http.Features.Authentication;
using Microsoft.Framework.Primitives;
using Microsoft.Extensions.Primitives;

namespace Microsoft.AspNet.Owin
{
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.AspNet.Owin/Utilities.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
using System.Security.Claims;
using System.Security.Principal;
using Microsoft.AspNet.Http;
using Microsoft.Framework.Primitives;
using Microsoft.Extensions.Primitives;

namespace Microsoft.AspNet.Owin
{
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.AspNet.WebUtilities/FormReader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Framework.Primitives;
using Microsoft.Extensions.Primitives;

namespace Microsoft.AspNet.WebUtilities
{
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.AspNet.WebUtilities/KeyValueAccumulator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System;
using System.Collections.Generic;
using Microsoft.Framework.Primitives;
using Microsoft.Extensions.Primitives;

namespace Microsoft.AspNet.WebUtilities
{
Expand Down
Loading

3 comments on commit 61466af

@MaherJendoubi
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello ASP.NET Team,

Why are renaming Microsoft.Framework.* to Microsoft.Extensions.*?

Regards,
Maher

@pranavkm
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MaherJendoubi
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @pranavkm

Please sign in to comment.