diff --git a/src/ImageProcessor/ImageFactory.cs b/src/ImageProcessor/ImageFactory.cs
index 02f8028f8..9b683491e 100644
--- a/src/ImageProcessor/ImageFactory.cs
+++ b/src/ImageProcessor/ImageFactory.cs
@@ -123,7 +123,7 @@ namespace ImageProcessor
public ImageFactory Load(MemoryStream memoryStream)
{
// Set our image as the memory stream value.
- this.Image = Image.FromStream(memoryStream);
+ this.Image = Image.FromStream(memoryStream, true);
// Store the stream in the image Tag property so we can dispose of it later.
this.Image.Tag = memoryStream;
@@ -175,7 +175,7 @@ namespace ImageProcessor
fileStream.Position = memoryStream.Position = 0;
// Set our image as the memory stream value.
- this.Image = Image.FromStream(memoryStream);
+ this.Image = Image.FromStream(memoryStream, true);
// Store the stream in the image Tag property so we can dispose of it later.
this.Image.Tag = memoryStream;
@@ -223,7 +223,7 @@ namespace ImageProcessor
MemoryStream memoryStream = (MemoryStream)this.Image.Tag;
// Set our new image as the memory stream value.
- Image newImage = Image.FromStream(memoryStream);
+ Image newImage = Image.FromStream(memoryStream, true);
// Store the stream in the image Tag property so we can dispose of it later.
newImage.Tag = memoryStream;
diff --git a/src/ImageProcessor/Properties/AssemblyInfo.cs b/src/ImageProcessor/Properties/AssemblyInfo.cs
index 7e9e403f3..029d9838c 100644
--- a/src/ImageProcessor/Properties/AssemblyInfo.cs
+++ b/src/ImageProcessor/Properties/AssemblyInfo.cs
@@ -32,6 +32,6 @@ using System.Security;
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
-[assembly: AssemblyVersion("1.7.0.2")]
-[assembly: AssemblyFileVersion("1.7.0.2")]
+[assembly: AssemblyVersion("1.7.0.3")]
+[assembly: AssemblyFileVersion("1.7.0.3")]
diff --git a/src/Nuget/ImageProcessor.1.7.0.3.nupkg b/src/Nuget/ImageProcessor.1.7.0.3.nupkg
new file mode 100644
index 000000000..af5814e1e
Binary files /dev/null and b/src/Nuget/ImageProcessor.1.7.0.3.nupkg differ
diff --git a/src/TestWebsites/NET4/Images/cmyk.jpg.REMOVED.git-id b/src/TestWebsites/NET4/Images/cmyk.jpg.REMOVED.git-id
new file mode 100644
index 000000000..543232015
--- /dev/null
+++ b/src/TestWebsites/NET4/Images/cmyk.jpg.REMOVED.git-id
@@ -0,0 +1 @@
+63d6e9b23997a41b256073ff26426aaa398e4db2
\ No newline at end of file
diff --git a/src/TestWebsites/NET4/Images/cmyk.png.REMOVED.git-id b/src/TestWebsites/NET4/Images/cmyk.png.REMOVED.git-id
new file mode 100644
index 000000000..aeca7b93c
--- /dev/null
+++ b/src/TestWebsites/NET4/Images/cmyk.png.REMOVED.git-id
@@ -0,0 +1 @@
+db4d55a332254cd6b41336c06f207682bf5a966f
\ No newline at end of file
diff --git a/src/TestWebsites/NET4/Images/srgb.jpg.REMOVED.git-id b/src/TestWebsites/NET4/Images/srgb.jpg.REMOVED.git-id
new file mode 100644
index 000000000..543232015
--- /dev/null
+++ b/src/TestWebsites/NET4/Images/srgb.jpg.REMOVED.git-id
@@ -0,0 +1 @@
+63d6e9b23997a41b256073ff26426aaa398e4db2
\ No newline at end of file
diff --git a/src/TestWebsites/NET4/Images/srgb.png.REMOVED.git-id b/src/TestWebsites/NET4/Images/srgb.png.REMOVED.git-id
new file mode 100644
index 000000000..919ac8890
--- /dev/null
+++ b/src/TestWebsites/NET4/Images/srgb.png.REMOVED.git-id
@@ -0,0 +1 @@
+2797fd11392dc8fba7306b68750df62ffad3ea8f
\ No newline at end of file
diff --git a/src/TestWebsites/NET4/Test_Website.csproj b/src/TestWebsites/NET4/Test_Website.csproj
index 831c5d096..c222db13a 100644
--- a/src/TestWebsites/NET4/Test_Website.csproj
+++ b/src/TestWebsites/NET4/Test_Website.csproj
@@ -89,6 +89,8 @@
+
+
@@ -108,6 +110,8 @@
+
+
diff --git a/src/TestWebsites/NET45/Test_Website_NET45/Images/cmyk.jpg.REMOVED.git-id b/src/TestWebsites/NET45/Test_Website_NET45/Images/cmyk.jpg.REMOVED.git-id
new file mode 100644
index 000000000..2b23c8450
--- /dev/null
+++ b/src/TestWebsites/NET45/Test_Website_NET45/Images/cmyk.jpg.REMOVED.git-id
@@ -0,0 +1 @@
+2c417c97d999d0fd0795fc4719e670e3321dbdba
\ No newline at end of file
diff --git a/src/TestWebsites/NET45/Test_Website_NET45/Images/cmyk.png.REMOVED.git-id b/src/TestWebsites/NET45/Test_Website_NET45/Images/cmyk.png.REMOVED.git-id
new file mode 100644
index 000000000..aeca7b93c
--- /dev/null
+++ b/src/TestWebsites/NET45/Test_Website_NET45/Images/cmyk.png.REMOVED.git-id
@@ -0,0 +1 @@
+db4d55a332254cd6b41336c06f207682bf5a966f
\ No newline at end of file
diff --git a/src/TestWebsites/NET45/Test_Website_NET45/Images/srgb.jpg.REMOVED.git-id b/src/TestWebsites/NET45/Test_Website_NET45/Images/srgb.jpg.REMOVED.git-id
new file mode 100644
index 000000000..543232015
--- /dev/null
+++ b/src/TestWebsites/NET45/Test_Website_NET45/Images/srgb.jpg.REMOVED.git-id
@@ -0,0 +1 @@
+63d6e9b23997a41b256073ff26426aaa398e4db2
\ No newline at end of file
diff --git a/src/TestWebsites/NET45/Test_Website_NET45/Images/srgb.png.REMOVED.git-id b/src/TestWebsites/NET45/Test_Website_NET45/Images/srgb.png.REMOVED.git-id
new file mode 100644
index 000000000..919ac8890
--- /dev/null
+++ b/src/TestWebsites/NET45/Test_Website_NET45/Images/srgb.png.REMOVED.git-id
@@ -0,0 +1 @@
+2797fd11392dc8fba7306b68750df62ffad3ea8f
\ No newline at end of file
diff --git a/src/TestWebsites/NET45/Test_Website_NET45/Test_Website_NET45.csproj b/src/TestWebsites/NET45/Test_Website_NET45/Test_Website_NET45.csproj
index df1a8e5f8..35a89bd88 100644
--- a/src/TestWebsites/NET45/Test_Website_NET45/Test_Website_NET45.csproj
+++ b/src/TestWebsites/NET45/Test_Website_NET45/Test_Website_NET45.csproj
@@ -123,6 +123,8 @@
+
+
@@ -142,6 +144,8 @@
+
+
diff --git a/src/TestWebsites/NET45/Test_Website_NET45/Views/Home/Index.cshtml b/src/TestWebsites/NET45/Test_Website_NET45/Views/Home/Index.cshtml
index d80616784..de29c9501 100644
--- a/src/TestWebsites/NET45/Test_Website_NET45/Views/Home/Index.cshtml
+++ b/src/TestWebsites/NET45/Test_Website_NET45/Views/Home/Index.cshtml
@@ -596,3 +596,32 @@
+
+ Color Profiles
+
+
+
+
CMYK original jpg
+

+
+
+
sRGB original jpg
+

+
+
+
+
+
+
+
+
CMYK resized jpg
+

+
+
+
+
sRGB resized jpg
+

+
+
+
+
diff --git a/src/packages/Microsoft.AspNet.Mvc.4.0.20710.0/Microsoft.AspNet.Mvc.4.0.20710.0.nupkg.REMOVED.git-id b/src/packages/Microsoft.AspNet.Mvc.4.0.20710.0/Microsoft.AspNet.Mvc.4.0.20710.0.nupkg.REMOVED.git-id
new file mode 100644
index 000000000..5417f5aa9
--- /dev/null
+++ b/src/packages/Microsoft.AspNet.Mvc.4.0.20710.0/Microsoft.AspNet.Mvc.4.0.20710.0.nupkg.REMOVED.git-id
@@ -0,0 +1 @@
+3a6a98054c75dfb39d95b088a5ba8ab77250cf32
\ No newline at end of file
diff --git a/src/packages/Microsoft.AspNet.Mvc.4.0.20710.0/Microsoft.AspNet.Mvc.4.0.20710.0.nuspec b/src/packages/Microsoft.AspNet.Mvc.4.0.20710.0/Microsoft.AspNet.Mvc.4.0.20710.0.nuspec
new file mode 100644
index 000000000..ce8df6da1
--- /dev/null
+++ b/src/packages/Microsoft.AspNet.Mvc.4.0.20710.0/Microsoft.AspNet.Mvc.4.0.20710.0.nuspec
@@ -0,0 +1,20 @@
+
+
+
+ Microsoft.AspNet.Mvc
+ 4.0.20710.0
+ Microsoft ASP.NET MVC 4
+ Microsoft
+ Microsoft
+ http://www.microsoft.com/web/webpi/eula/MVC_4_eula_ENU.htm
+ http://www.asp.net/mvc
+ https://download-codeplex.sec.s-msft.com/Download?ProjectName=aspnetwebstack&DownloadId=360555
+ true
+ This package contains the runtime assemblies for ASP.NET MVC. ASP.NET MVC gives you a powerful, patterns-based way to build dynamic websites that enables a clean separation of concerns and that gives you full control over markup.
+ Microsoft AspNet Mvc AspNetMvc
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/packages/Microsoft.AspNet.Mvc.4.0.20710.0/lib/net40/System.Web.Mvc.dll.REMOVED.git-id b/src/packages/Microsoft.AspNet.Mvc.4.0.20710.0/lib/net40/System.Web.Mvc.dll.REMOVED.git-id
new file mode 100644
index 000000000..b2a0218b8
--- /dev/null
+++ b/src/packages/Microsoft.AspNet.Mvc.4.0.20710.0/lib/net40/System.Web.Mvc.dll.REMOVED.git-id
@@ -0,0 +1 @@
+835f1b55d6a72b996c8865b465fb6e5991aa4706
\ No newline at end of file
diff --git a/src/packages/Microsoft.AspNet.Mvc.4.0.20710.0/lib/net40/System.Web.Mvc.xml.REMOVED.git-id b/src/packages/Microsoft.AspNet.Mvc.4.0.20710.0/lib/net40/System.Web.Mvc.xml.REMOVED.git-id
new file mode 100644
index 000000000..41a0ed078
--- /dev/null
+++ b/src/packages/Microsoft.AspNet.Mvc.4.0.20710.0/lib/net40/System.Web.Mvc.xml.REMOVED.git-id
@@ -0,0 +1 @@
+ee48e3d4c4bb38f3a96c686cebdfabefec431af0
\ No newline at end of file
diff --git a/src/packages/Microsoft.AspNet.Mvc.FixedDisplayModes.1.0.0/Microsoft.AspNet.Mvc.FixedDisplayModes.1.0.0.nupkg b/src/packages/Microsoft.AspNet.Mvc.FixedDisplayModes.1.0.0/Microsoft.AspNet.Mvc.FixedDisplayModes.1.0.0.nupkg
new file mode 100644
index 000000000..b4abcce81
Binary files /dev/null and b/src/packages/Microsoft.AspNet.Mvc.FixedDisplayModes.1.0.0/Microsoft.AspNet.Mvc.FixedDisplayModes.1.0.0.nupkg differ
diff --git a/src/packages/Microsoft.AspNet.Mvc.FixedDisplayModes.1.0.0/Microsoft.AspNet.Mvc.FixedDisplayModes.1.0.0.nuspec b/src/packages/Microsoft.AspNet.Mvc.FixedDisplayModes.1.0.0/Microsoft.AspNet.Mvc.FixedDisplayModes.1.0.0.nuspec
new file mode 100644
index 000000000..fc6ff97fb
--- /dev/null
+++ b/src/packages/Microsoft.AspNet.Mvc.FixedDisplayModes.1.0.0/Microsoft.AspNet.Mvc.FixedDisplayModes.1.0.0.nuspec
@@ -0,0 +1,19 @@
+
+
+
+ Microsoft.AspNet.Mvc.FixedDisplayModes
+ 1.0.0
+ Microsoft ASP.NET MVC Fixed DisplayModes
+ Microsoft
+ Microsoft
+ http://www.microsoft.com/web/webpi/eula/mvc4extensions_prerelease_eula.htm
+ http://www.asp.net/mvc
+ true
+ This package contains a workaround for a bug affecting mobile view caching in ASP.NET MVC 4. More information is available at http://www.asp.net/whitepapers/mvc4-release-notes.
+ en-US
+ Microsoft AspNet Mvc AspNetMvc
+
+
+
+
+
\ No newline at end of file
diff --git a/src/packages/Microsoft.AspNet.Mvc.FixedDisplayModes.1.0.0/lib/net40/Microsoft.Web.Mvc.FixedDisplayModes.dll b/src/packages/Microsoft.AspNet.Mvc.FixedDisplayModes.1.0.0/lib/net40/Microsoft.Web.Mvc.FixedDisplayModes.dll
new file mode 100644
index 000000000..d4a30b3b9
Binary files /dev/null and b/src/packages/Microsoft.AspNet.Mvc.FixedDisplayModes.1.0.0/lib/net40/Microsoft.Web.Mvc.FixedDisplayModes.dll differ
diff --git a/src/packages/Microsoft.AspNet.Razor.2.0.20715.0/Microsoft.AspNet.Razor.2.0.20715.0.nupkg.REMOVED.git-id b/src/packages/Microsoft.AspNet.Razor.2.0.20715.0/Microsoft.AspNet.Razor.2.0.20715.0.nupkg.REMOVED.git-id
new file mode 100644
index 000000000..f33a99e75
--- /dev/null
+++ b/src/packages/Microsoft.AspNet.Razor.2.0.20715.0/Microsoft.AspNet.Razor.2.0.20715.0.nupkg.REMOVED.git-id
@@ -0,0 +1 @@
+6c4f4c9125d4d9c5131d035ee88b5168e03a18e9
\ No newline at end of file
diff --git a/src/packages/Microsoft.AspNet.Razor.2.0.20715.0/Microsoft.AspNet.Razor.2.0.20715.0.nuspec b/src/packages/Microsoft.AspNet.Razor.2.0.20715.0/Microsoft.AspNet.Razor.2.0.20715.0.nuspec
new file mode 100644
index 000000000..f5d44972c
--- /dev/null
+++ b/src/packages/Microsoft.AspNet.Razor.2.0.20715.0/Microsoft.AspNet.Razor.2.0.20715.0.nuspec
@@ -0,0 +1,16 @@
+
+
+
+ Microsoft.AspNet.Razor
+ 2.0.20715.0
+ Microsoft ASP.NET Razor 2
+ Microsoft
+ Microsoft
+ http://www.microsoft.com/web/webpi/eula/WebPages_2_eula_ENU.htm
+ http://www.asp.net/web-pages
+ true
+ This package contains the runtime assemblies for ASP.NET Web Pages. ASP.NET Web Pages and the new Razor syntax provide a fast, terse, clean and lightweight way to combine server code with HTML to create dynamic web content.
+ en-US
+ Microsoft AspNet WebPages AspNetWebPages Razor
+
+
\ No newline at end of file
diff --git a/src/packages/Microsoft.AspNet.Razor.2.0.20715.0/lib/net40/System.Web.Razor.dll.REMOVED.git-id b/src/packages/Microsoft.AspNet.Razor.2.0.20715.0/lib/net40/System.Web.Razor.dll.REMOVED.git-id
new file mode 100644
index 000000000..787db916d
--- /dev/null
+++ b/src/packages/Microsoft.AspNet.Razor.2.0.20715.0/lib/net40/System.Web.Razor.dll.REMOVED.git-id
@@ -0,0 +1 @@
+854f5e267b0347d11856470e90a8dbf25cec918b
\ No newline at end of file
diff --git a/src/packages/Microsoft.AspNet.Razor.2.0.20715.0/lib/net40/System.Web.Razor.xml.REMOVED.git-id b/src/packages/Microsoft.AspNet.Razor.2.0.20715.0/lib/net40/System.Web.Razor.xml.REMOVED.git-id
new file mode 100644
index 000000000..d8aa5526e
--- /dev/null
+++ b/src/packages/Microsoft.AspNet.Razor.2.0.20715.0/lib/net40/System.Web.Razor.xml.REMOVED.git-id
@@ -0,0 +1 @@
+b42f27cb916f184faa2aff7fa65f1c69fca4ddc2
\ No newline at end of file
diff --git a/src/packages/Microsoft.AspNet.WebApi.4.0.20710.0/Microsoft.AspNet.WebApi.4.0.20710.0.nupkg b/src/packages/Microsoft.AspNet.WebApi.4.0.20710.0/Microsoft.AspNet.WebApi.4.0.20710.0.nupkg
new file mode 100644
index 000000000..3098cd995
Binary files /dev/null and b/src/packages/Microsoft.AspNet.WebApi.4.0.20710.0/Microsoft.AspNet.WebApi.4.0.20710.0.nupkg differ
diff --git a/src/packages/Microsoft.AspNet.WebApi.4.0.20710.0/Microsoft.AspNet.WebApi.4.0.20710.0.nuspec b/src/packages/Microsoft.AspNet.WebApi.4.0.20710.0/Microsoft.AspNet.WebApi.4.0.20710.0.nuspec
new file mode 100644
index 000000000..b8f39b1ab
--- /dev/null
+++ b/src/packages/Microsoft.AspNet.WebApi.4.0.20710.0/Microsoft.AspNet.WebApi.4.0.20710.0.nuspec
@@ -0,0 +1,19 @@
+
+
+
+ Microsoft.AspNet.WebApi
+ 4.0.20710.0
+ Microsoft ASP.NET Web API
+ Microsoft
+ Microsoft
+ http://www.microsoft.com/web/webpi/eula/MVC_4_eula_ENU.htm
+ http://www.asp.net/web-api
+ https://download-codeplex.sec.s-msft.com/Download?ProjectName=aspnetwebstack&DownloadId=360555
+ true
+ This package contains everything you need to host ASP.NET Web API on IIS. ASP.NET Web API is a framework that makes it easy to build HTTP services that reach a broad range of clients, including browsers and mobile devices. ASP.NET Web API is an ideal platform for building RESTful applications on the .NET Framework.
+ Microsoft AspNet WebApi AspNetWebApi
+
+
+
+
+
\ No newline at end of file
diff --git a/src/packages/Microsoft.AspNet.WebApi.Client.4.0.20710.0/Microsoft.AspNet.WebApi.Client.4.0.20710.0.nupkg.REMOVED.git-id b/src/packages/Microsoft.AspNet.WebApi.Client.4.0.20710.0/Microsoft.AspNet.WebApi.Client.4.0.20710.0.nupkg.REMOVED.git-id
new file mode 100644
index 000000000..a1fe296c0
--- /dev/null
+++ b/src/packages/Microsoft.AspNet.WebApi.Client.4.0.20710.0/Microsoft.AspNet.WebApi.Client.4.0.20710.0.nupkg.REMOVED.git-id
@@ -0,0 +1 @@
+9206b80e4201aeeff5b915c304b998d2a7001992
\ No newline at end of file
diff --git a/src/packages/Microsoft.AspNet.WebApi.Client.4.0.20710.0/Microsoft.AspNet.WebApi.Client.4.0.20710.0.nuspec b/src/packages/Microsoft.AspNet.WebApi.Client.4.0.20710.0/Microsoft.AspNet.WebApi.Client.4.0.20710.0.nuspec
new file mode 100644
index 000000000..861c799a8
--- /dev/null
+++ b/src/packages/Microsoft.AspNet.WebApi.Client.4.0.20710.0/Microsoft.AspNet.WebApi.Client.4.0.20710.0.nuspec
@@ -0,0 +1,20 @@
+
+
+
+ Microsoft.AspNet.WebApi.Client
+ 4.0.20710.0
+ Microsoft ASP.NET Web API Client Libraries
+ Microsoft
+ Microsoft
+ http://www.microsoft.com/web/webpi/eula/MVC_4_eula_ENU.htm
+ http://www.asp.net/web-api
+ https://download-codeplex.sec.s-msft.com/Download?ProjectName=aspnetwebstack&DownloadId=360555
+ true
+ This package adds support for formatting and content negotiation to System.Net.Http. It includes support for JSON, XML, and form URL encoded data.
+ Microsoft AspNet WebApi AspNetWebApi HttpClient
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/packages/Microsoft.AspNet.WebApi.Client.4.0.20710.0/lib/net40/System.Net.Http.Formatting.dll.REMOVED.git-id b/src/packages/Microsoft.AspNet.WebApi.Client.4.0.20710.0/lib/net40/System.Net.Http.Formatting.dll.REMOVED.git-id
new file mode 100644
index 000000000..b5efac923
--- /dev/null
+++ b/src/packages/Microsoft.AspNet.WebApi.Client.4.0.20710.0/lib/net40/System.Net.Http.Formatting.dll.REMOVED.git-id
@@ -0,0 +1 @@
+367d253b9d4556c418645418d44fec5e47cc618d
\ No newline at end of file
diff --git a/src/packages/Microsoft.AspNet.WebApi.Client.4.0.20710.0/lib/net40/System.Net.Http.Formatting.xml.REMOVED.git-id b/src/packages/Microsoft.AspNet.WebApi.Client.4.0.20710.0/lib/net40/System.Net.Http.Formatting.xml.REMOVED.git-id
new file mode 100644
index 000000000..46d183c2c
--- /dev/null
+++ b/src/packages/Microsoft.AspNet.WebApi.Client.4.0.20710.0/lib/net40/System.Net.Http.Formatting.xml.REMOVED.git-id
@@ -0,0 +1 @@
+65ead53477ab93107f69cffa247b266b5cd4d3e8
\ No newline at end of file
diff --git a/src/packages/Microsoft.AspNet.WebApi.Core.4.0.20710.0/Microsoft.AspNet.WebApi.Core.4.0.20710.0.nupkg.REMOVED.git-id b/src/packages/Microsoft.AspNet.WebApi.Core.4.0.20710.0/Microsoft.AspNet.WebApi.Core.4.0.20710.0.nupkg.REMOVED.git-id
new file mode 100644
index 000000000..d83d09aea
--- /dev/null
+++ b/src/packages/Microsoft.AspNet.WebApi.Core.4.0.20710.0/Microsoft.AspNet.WebApi.Core.4.0.20710.0.nupkg.REMOVED.git-id
@@ -0,0 +1 @@
+5a52cdd386d46d51300c03b7fc23c25aad7b933a
\ No newline at end of file
diff --git a/src/packages/Microsoft.AspNet.WebApi.Core.4.0.20710.0/Microsoft.AspNet.WebApi.Core.4.0.20710.0.nuspec b/src/packages/Microsoft.AspNet.WebApi.Core.4.0.20710.0/Microsoft.AspNet.WebApi.Core.4.0.20710.0.nuspec
new file mode 100644
index 000000000..2e54ac28f
--- /dev/null
+++ b/src/packages/Microsoft.AspNet.WebApi.Core.4.0.20710.0/Microsoft.AspNet.WebApi.Core.4.0.20710.0.nuspec
@@ -0,0 +1,19 @@
+
+
+
+ Microsoft.AspNet.WebApi.Core
+ 4.0.20710.0
+ Microsoft ASP.NET Web API Core Libraries
+ Microsoft
+ Microsoft
+ http://www.microsoft.com/web/webpi/eula/MVC_4_eula_ENU.htm
+ http://www.asp.net/web-api
+ https://download-codeplex.sec.s-msft.com/Download?ProjectName=aspnetwebstack&DownloadId=360555
+ true
+ This package contains the core runtime assemblies for ASP.NET Web API. This package is used by hosts of the ASP.NET Web API runtime. To host a Web API in IIS use the Microsoft.AspNet.WebApi.WebHost package. To host a Web API in your own process use the Microsoft.AspNet.WebApi.SelfHost package.
+ Microsoft AspNet WebApi AspNetWebApi
+
+
+
+
+
\ No newline at end of file
diff --git a/src/packages/Microsoft.AspNet.WebApi.Core.4.0.20710.0/content/web.config.transform b/src/packages/Microsoft.AspNet.WebApi.Core.4.0.20710.0/content/web.config.transform
new file mode 100644
index 000000000..d68d922c9
--- /dev/null
+++ b/src/packages/Microsoft.AspNet.WebApi.Core.4.0.20710.0/content/web.config.transform
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/packages/Microsoft.AspNet.WebApi.Core.4.0.20710.0/lib/net40/System.Web.Http.dll.REMOVED.git-id b/src/packages/Microsoft.AspNet.WebApi.Core.4.0.20710.0/lib/net40/System.Web.Http.dll.REMOVED.git-id
new file mode 100644
index 000000000..50fe3061a
--- /dev/null
+++ b/src/packages/Microsoft.AspNet.WebApi.Core.4.0.20710.0/lib/net40/System.Web.Http.dll.REMOVED.git-id
@@ -0,0 +1 @@
+206c331767b005ff17c4f145e99b66daaa7eeadb
\ No newline at end of file
diff --git a/src/packages/Microsoft.AspNet.WebApi.Core.4.0.20710.0/lib/net40/System.Web.Http.xml.REMOVED.git-id b/src/packages/Microsoft.AspNet.WebApi.Core.4.0.20710.0/lib/net40/System.Web.Http.xml.REMOVED.git-id
new file mode 100644
index 000000000..6f0a64c1c
--- /dev/null
+++ b/src/packages/Microsoft.AspNet.WebApi.Core.4.0.20710.0/lib/net40/System.Web.Http.xml.REMOVED.git-id
@@ -0,0 +1 @@
+ade4a8cf63fe0a7303de74eb961d4845ca4467a1
\ No newline at end of file
diff --git a/src/packages/Microsoft.AspNet.WebApi.WebHost.4.0.20710.0/Microsoft.AspNet.WebApi.WebHost.4.0.20710.0.nupkg b/src/packages/Microsoft.AspNet.WebApi.WebHost.4.0.20710.0/Microsoft.AspNet.WebApi.WebHost.4.0.20710.0.nupkg
new file mode 100644
index 000000000..0ef047cad
Binary files /dev/null and b/src/packages/Microsoft.AspNet.WebApi.WebHost.4.0.20710.0/Microsoft.AspNet.WebApi.WebHost.4.0.20710.0.nupkg differ
diff --git a/src/packages/Microsoft.AspNet.WebApi.WebHost.4.0.20710.0/Microsoft.AspNet.WebApi.WebHost.4.0.20710.0.nuspec b/src/packages/Microsoft.AspNet.WebApi.WebHost.4.0.20710.0/Microsoft.AspNet.WebApi.WebHost.4.0.20710.0.nuspec
new file mode 100644
index 000000000..12de9baad
--- /dev/null
+++ b/src/packages/Microsoft.AspNet.WebApi.WebHost.4.0.20710.0/Microsoft.AspNet.WebApi.WebHost.4.0.20710.0.nuspec
@@ -0,0 +1,20 @@
+
+
+
+ Microsoft.AspNet.WebApi.WebHost
+ 4.0.20710.0
+ Microsoft ASP.NET Web API Web Host
+ Microsoft
+ Microsoft
+ http://www.microsoft.com/web/webpi/eula/MVC_4_eula_ENU.htm
+ http://www.asp.net/web-api
+ https://download-codeplex.sec.s-msft.com/Download?ProjectName=aspnetwebstack&DownloadId=360555
+ true
+ This package contains everything you need to host ASP.NET Web API on IIS. ASP.NET Web API is a framework that makes it easy to build HTTP services that reach a broad range of clients, including browsers and mobile devices. ASP.NET Web API is an ideal platform for building RESTful applications on the .NET Framework.
+ Microsoft AspNet WebApi AspNetWebApi WebHost
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/packages/Microsoft.AspNet.WebApi.WebHost.4.0.20710.0/lib/net40/System.Web.Http.WebHost.dll.REMOVED.git-id b/src/packages/Microsoft.AspNet.WebApi.WebHost.4.0.20710.0/lib/net40/System.Web.Http.WebHost.dll.REMOVED.git-id
new file mode 100644
index 000000000..f4eaa10a8
--- /dev/null
+++ b/src/packages/Microsoft.AspNet.WebApi.WebHost.4.0.20710.0/lib/net40/System.Web.Http.WebHost.dll.REMOVED.git-id
@@ -0,0 +1 @@
+1dfa8d28fe78835585e65585a7a4e06c326c82c5
\ No newline at end of file
diff --git a/src/packages/Microsoft.AspNet.WebApi.WebHost.4.0.20710.0/lib/net40/System.Web.Http.WebHost.xml b/src/packages/Microsoft.AspNet.WebApi.WebHost.4.0.20710.0/lib/net40/System.Web.Http.WebHost.xml
new file mode 100644
index 000000000..ca90fc9df
--- /dev/null
+++ b/src/packages/Microsoft.AspNet.WebApi.WebHost.4.0.20710.0/lib/net40/System.Web.Http.WebHost.xml
@@ -0,0 +1,136 @@
+
+
+
+ System.Web.Http.WebHost
+
+
+
+ Provides a global for ASP.NET applications.
+
+
+
+ Gets the default message handler that will be called for all requests.
+
+
+ Extension methods for
+
+
+ Maps the specified route template.
+ A reference to the mapped route.
+ A collection of routes for the application.
+ The name of the route to map.
+ The route template for the route.
+
+
+ Maps the specified route template and sets default route.
+ A reference to the mapped route.
+ A collection of routes for the application.
+ The name of the route to map.
+ The route template for the route.
+ An object that contains default route values.
+
+
+ Maps the specified route template and sets default route values and constraints.
+ A reference to the mapped route.
+ A collection of routes for the application.
+ The name of the route to map.
+ The route template for the route.
+ An object that contains default route values.
+ A set of expressions that specify values for routeTemplate.
+
+
+ Maps the specified route template and sets default route values, constraints, and end-point message handler.
+ A reference to the mapped route.
+ A collection of routes for the application.
+ The name of the route to map.
+ The route template for the route.
+ An object that contains default route values.
+ A set of expressions that specify values for routeTemplate.
+ The handler to which the request will be dispatched.
+
+
+ A that passes ASP.NET requests into the pipeline and write the result back.
+
+
+ Initializes a new instance of the class.
+ The route data.
+
+
+ Begins the process request.
+ An that contains information about the status of the process.
+ The HTTP context base.
+ The callback.
+ The state.
+
+
+ Provides an asynchronous process End method when the process ends.
+ An that contains information about the status of the process.
+
+
+ Gets a value indicating whether another request can use the instance.
+
+
+ Processes the request.
+ The HTTP context base.
+
+
+ Begins processing the request.
+ An that contains information about the status of the process.
+ The HTTP context.
+ The callback.
+ The state.
+
+
+ Provides an asynchronous process End method when the process ends.
+ An that contains information about the status of the process.
+
+
+ Gets a value indicating whether another request can use the instance.
+
+
+ Processes the request.
+ The HTTP context base.
+
+
+ A that returns instances of that can pass requests to a given instance.
+
+
+ Initializes a new instance of the class.
+
+
+ Provides the object that processes the request.
+ An object that processes the request.
+ An object that encapsulates information about the request.
+
+
+ Gets the singleton instance.
+
+
+ Provides the object that processes the request.
+ An object that processes the request.
+ An object that encapsulates information about the request.
+
+
+ Provides a registration point for the simple membership pre-application start code.
+
+
+ Registers the simple membership pre-application start code.
+
+
+ Represents the web host buffer policy selector.
+
+
+ Initializes a new instance of the class.
+
+
+ Gets a value that indicates whether the host should buffer the entity body of the HTTP request.
+ true if buffering should be used; otherwise a streamed request should be used.
+ The host context.
+
+
+ Uses a buffered output stream for the web host.
+ A buffered output stream.
+ The response.
+
+
+
\ No newline at end of file
diff --git a/src/packages/Microsoft.AspNet.WebPages.2.0.20710.0/Microsoft.AspNet.WebPages.2.0.20710.0.nupkg.REMOVED.git-id b/src/packages/Microsoft.AspNet.WebPages.2.0.20710.0/Microsoft.AspNet.WebPages.2.0.20710.0.nupkg.REMOVED.git-id
new file mode 100644
index 000000000..9b7a1ccb6
--- /dev/null
+++ b/src/packages/Microsoft.AspNet.WebPages.2.0.20710.0/Microsoft.AspNet.WebPages.2.0.20710.0.nupkg.REMOVED.git-id
@@ -0,0 +1 @@
+38af87501cd14e99330bf06e5b26cbcb6e7abe4d
\ No newline at end of file
diff --git a/src/packages/Microsoft.AspNet.WebPages.2.0.20710.0/Microsoft.AspNet.WebPages.2.0.20710.0.nuspec b/src/packages/Microsoft.AspNet.WebPages.2.0.20710.0/Microsoft.AspNet.WebPages.2.0.20710.0.nuspec
new file mode 100644
index 000000000..db945f028
--- /dev/null
+++ b/src/packages/Microsoft.AspNet.WebPages.2.0.20710.0/Microsoft.AspNet.WebPages.2.0.20710.0.nuspec
@@ -0,0 +1,20 @@
+
+
+
+ Microsoft.AspNet.WebPages
+ 2.0.20710.0
+ Microsoft ASP.NET Web Pages 2
+ Microsoft
+ Microsoft
+ http://www.microsoft.com/web/webpi/eula/WebPages_2_eula_ENU.htm
+ http://www.asp.net/web-pages
+ https://download-codeplex.sec.s-msft.com/Download?ProjectName=aspnetwebstack&DownloadId=360555
+ true
+ This package contains core runtime assemblies shared between ASP.NET MVC and ASP.NET Web Pages.
+ Microsoft AspNet WebPages AspNetWebPages
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/packages/Microsoft.AspNet.WebPages.2.0.20710.0/lib/net40/System.Web.Helpers.dll.REMOVED.git-id b/src/packages/Microsoft.AspNet.WebPages.2.0.20710.0/lib/net40/System.Web.Helpers.dll.REMOVED.git-id
new file mode 100644
index 000000000..17dae83cb
--- /dev/null
+++ b/src/packages/Microsoft.AspNet.WebPages.2.0.20710.0/lib/net40/System.Web.Helpers.dll.REMOVED.git-id
@@ -0,0 +1 @@
+0280d32651e9d4f4014194b77cc556f9645ab986
\ No newline at end of file
diff --git a/src/packages/Microsoft.AspNet.WebPages.2.0.20710.0/lib/net40/System.Web.Helpers.xml.REMOVED.git-id b/src/packages/Microsoft.AspNet.WebPages.2.0.20710.0/lib/net40/System.Web.Helpers.xml.REMOVED.git-id
new file mode 100644
index 000000000..cc7a5b398
--- /dev/null
+++ b/src/packages/Microsoft.AspNet.WebPages.2.0.20710.0/lib/net40/System.Web.Helpers.xml.REMOVED.git-id
@@ -0,0 +1 @@
+806a3ba4110b9014fdfc2e89623f252ea0f8fc2c
\ No newline at end of file
diff --git a/src/packages/Microsoft.AspNet.WebPages.2.0.20710.0/lib/net40/System.Web.WebPages.Deployment.dll b/src/packages/Microsoft.AspNet.WebPages.2.0.20710.0/lib/net40/System.Web.WebPages.Deployment.dll
new file mode 100644
index 000000000..89e7d2745
Binary files /dev/null and b/src/packages/Microsoft.AspNet.WebPages.2.0.20710.0/lib/net40/System.Web.WebPages.Deployment.dll differ
diff --git a/src/packages/Microsoft.AspNet.WebPages.2.0.20710.0/lib/net40/System.Web.WebPages.Deployment.xml b/src/packages/Microsoft.AspNet.WebPages.2.0.20710.0/lib/net40/System.Web.WebPages.Deployment.xml
new file mode 100644
index 000000000..ac6bf5985
--- /dev/null
+++ b/src/packages/Microsoft.AspNet.WebPages.2.0.20710.0/lib/net40/System.Web.WebPages.Deployment.xml
@@ -0,0 +1,41 @@
+
+
+
+ System.Web.WebPages.Deployment
+
+
+
+ Provides a registration point for pre-application start code for Web Pages deployment.
+
+
+ Registers pre-application start code for Web Pages deployment.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ The path of the root directory for the application.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+
\ No newline at end of file
diff --git a/src/packages/Microsoft.AspNet.WebPages.2.0.20710.0/lib/net40/System.Web.WebPages.Razor.dll b/src/packages/Microsoft.AspNet.WebPages.2.0.20710.0/lib/net40/System.Web.WebPages.Razor.dll
new file mode 100644
index 000000000..547c6e04e
Binary files /dev/null and b/src/packages/Microsoft.AspNet.WebPages.2.0.20710.0/lib/net40/System.Web.WebPages.Razor.dll differ
diff --git a/src/packages/Microsoft.AspNet.WebPages.2.0.20710.0/lib/net40/System.Web.WebPages.Razor.xml b/src/packages/Microsoft.AspNet.WebPages.2.0.20710.0/lib/net40/System.Web.WebPages.Razor.xml
new file mode 100644
index 000000000..cfd5f0646
--- /dev/null
+++ b/src/packages/Microsoft.AspNet.WebPages.2.0.20710.0/lib/net40/System.Web.WebPages.Razor.xml
@@ -0,0 +1,224 @@
+
+
+
+ System.Web.WebPages.Razor
+
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
+
+
+ Provides configuration system support for the host configuration section.
+
+
+ Initializes a new instance of the class.
+
+
+ Gets or sets the host factory.
+ The host factory.
+
+
+ Represents the name of the configuration section for a Razor host environment.
+
+
+ Provides configuration system support for the pages configuration section.
+
+
+ Initializes a new instance of the class.
+
+
+ Gets or sets the collection of namespaces to add to Web Pages pages in the current application.
+ The collection of namespaces.
+
+
+ Gets or sets the name of the page base type class.
+ The name of the page base type class.
+
+
+ Represents the name of the configuration section for Razor pages.
+
+
+ Provides configuration system support for the system.web.webPages.razor configuration section.
+
+
+ Initializes a new instance of the class.
+
+
+ Represents the name of the configuration section for Razor Web section. Contains the static, read-only string "system.web.webPages.razor".
+
+
+ Gets or sets the host value for system.web.webPages.razor section group.
+ The host value.
+
+
+ Gets or sets the value of the pages element for the system.web.webPages.razor section.
+ The pages element value.
+
+
+
\ No newline at end of file
diff --git a/src/packages/Microsoft.AspNet.WebPages.2.0.20710.0/lib/net40/System.Web.WebPages.dll.REMOVED.git-id b/src/packages/Microsoft.AspNet.WebPages.2.0.20710.0/lib/net40/System.Web.WebPages.dll.REMOVED.git-id
new file mode 100644
index 000000000..d9ade0359
--- /dev/null
+++ b/src/packages/Microsoft.AspNet.WebPages.2.0.20710.0/lib/net40/System.Web.WebPages.dll.REMOVED.git-id
@@ -0,0 +1 @@
+60e9abab508b0bc8acd574ee6d8607b91a80da95
\ No newline at end of file
diff --git a/src/packages/Microsoft.AspNet.WebPages.2.0.20710.0/lib/net40/System.Web.WebPages.xml.REMOVED.git-id b/src/packages/Microsoft.AspNet.WebPages.2.0.20710.0/lib/net40/System.Web.WebPages.xml.REMOVED.git-id
new file mode 100644
index 000000000..8c77878aa
--- /dev/null
+++ b/src/packages/Microsoft.AspNet.WebPages.2.0.20710.0/lib/net40/System.Web.WebPages.xml.REMOVED.git-id
@@ -0,0 +1 @@
+83a7fae6ac1a7d6c03bf8fb29b67c3a9e86606c0
\ No newline at end of file
diff --git a/src/packages/Microsoft.Net.Http.2.0.20710.0/Microsoft.Net.Http.2.0.20710.0.nupkg.REMOVED.git-id b/src/packages/Microsoft.Net.Http.2.0.20710.0/Microsoft.Net.Http.2.0.20710.0.nupkg.REMOVED.git-id
new file mode 100644
index 000000000..d4d52df03
--- /dev/null
+++ b/src/packages/Microsoft.Net.Http.2.0.20710.0/Microsoft.Net.Http.2.0.20710.0.nupkg.REMOVED.git-id
@@ -0,0 +1 @@
+1d93a2576c184136e7d73704ade744abf3ef2e6d
\ No newline at end of file
diff --git a/src/packages/Microsoft.Net.Http.2.0.20710.0/Microsoft.Net.Http.2.0.20710.0.nuspec b/src/packages/Microsoft.Net.Http.2.0.20710.0/Microsoft.Net.Http.2.0.20710.0.nuspec
new file mode 100644
index 000000000..1a7f360db
--- /dev/null
+++ b/src/packages/Microsoft.Net.Http.2.0.20710.0/Microsoft.Net.Http.2.0.20710.0.nuspec
@@ -0,0 +1,18 @@
+
+
+
+ Microsoft.Net.Http
+ 2.0.20710.0
+ Microsoft .NET Framework 4 HTTP Client Libraries
+ Microsoft
+ Microsoft
+ http://www.microsoft.com/web/webpi/eula/MVC_4_eula_ENU.htm
+ http://www.asp.net/web-api
+ true
+ This package provides a programming interface for modern HTTP applications. This package includes HttpClient for sending requests over HTTP, as well as HttpRequestMessage and HttpResponseMessage for processing HTTP messages.
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/packages/Microsoft.Net.Http.2.0.20710.0/lib/net40/System.Net.Http.WebRequest.dll b/src/packages/Microsoft.Net.Http.2.0.20710.0/lib/net40/System.Net.Http.WebRequest.dll
new file mode 100644
index 000000000..b26b59a54
Binary files /dev/null and b/src/packages/Microsoft.Net.Http.2.0.20710.0/lib/net40/System.Net.Http.WebRequest.dll differ
diff --git a/src/packages/Microsoft.Net.Http.2.0.20710.0/lib/net40/System.Net.Http.WebRequest.xml b/src/packages/Microsoft.Net.Http.2.0.20710.0/lib/net40/System.Net.Http.WebRequest.xml
new file mode 100644
index 000000000..dea1f9894
--- /dev/null
+++ b/src/packages/Microsoft.Net.Http.2.0.20710.0/lib/net40/System.Net.Http.WebRequest.xml
@@ -0,0 +1,63 @@
+
+
+
+ System.Net.Http.WebRequest
+
+
+
+ Represents the class that is used to create special for use with the Real-Time-Communications (RTC) background notification infrastructure.
+
+
+ Creates a special for use with the Real-Time-Communications (RTC) background notification infrastructure.
+ Returns .An HTTP request message for use with the RTC background notification infrastructure.
+ The HTTP method.
+ The Uri the request is sent to.
+
+
+ Provides desktop-specific features not available to Windows Store apps or other environments.
+
+
+ Initializes a new instance of the class.
+
+
+ Gets or sets a value that indicates whether to pipeline the request to the Internet resource.
+ Returns .true if the request should be pipelined; otherwise, false. The default is true.
+
+
+ Gets or sets a value indicating the level of authentication and impersonation used for this request.
+ Returns .A bitwise combination of the values. The default value is .
+
+
+ Gets or sets the cache policy for this request.
+ Returns .A object that defines a cache policy. The default is .
+
+
+ Gets or sets the collection of security certificates that are associated with this request.
+ Returns .The collection of security certificates associated with this request.
+
+
+ Gets or sets the amount of time, in milliseconds, the application will wait for 100-continue from the server before uploading data.
+ Returns .The amount of time, in milliseconds, the application will wait for 100-continue from the server before uploading data. The default value is 350 milliseconds.
+
+
+ Gets or sets the impersonation level for the current request.
+ Returns .The impersonation level for the request. The default is .
+
+
+ Gets or sets the maximum allowed length of the response headers.
+ Returns .The length, in kilobytes (1024 bytes), of the response headers.
+
+
+ Gets or sets a time-out in milliseconds when writing a request to or reading a response from a server.
+ Returns .The number of milliseconds before the writing or reading times out. The default value is 300,000 milliseconds (5 minutes).
+
+
+ Gets or sets a callback method to validate the server certificate.
+ Returns .A callback method to validate the server certificate.
+
+
+ Gets or sets a value that indicates whether to allow high-speed NTLM-authenticated connection sharing.
+ Returns .true to keep the authenticated connection open; otherwise, false.
+
+
+
\ No newline at end of file
diff --git a/src/packages/Microsoft.Net.Http.2.0.20710.0/lib/net40/System.Net.Http.dll.REMOVED.git-id b/src/packages/Microsoft.Net.Http.2.0.20710.0/lib/net40/System.Net.Http.dll.REMOVED.git-id
new file mode 100644
index 000000000..d9495a981
--- /dev/null
+++ b/src/packages/Microsoft.Net.Http.2.0.20710.0/lib/net40/System.Net.Http.dll.REMOVED.git-id
@@ -0,0 +1 @@
+2ee8ff7a577d6ce6a392eb5533ea4e69c09310b1
\ No newline at end of file
diff --git a/src/packages/Microsoft.Net.Http.2.0.20710.0/lib/net40/System.Net.Http.xml.REMOVED.git-id b/src/packages/Microsoft.Net.Http.2.0.20710.0/lib/net40/System.Net.Http.xml.REMOVED.git-id
new file mode 100644
index 000000000..b5bdb4f32
--- /dev/null
+++ b/src/packages/Microsoft.Net.Http.2.0.20710.0/lib/net40/System.Net.Http.xml.REMOVED.git-id
@@ -0,0 +1 @@
+34457cb08dc383df2554afe188f14412864d1d90
\ No newline at end of file
diff --git a/src/packages/Microsoft.Net.Http.2.0.20710.0/lib/net45/_._ b/src/packages/Microsoft.Net.Http.2.0.20710.0/lib/net45/_._
new file mode 100644
index 000000000..5f282702b
--- /dev/null
+++ b/src/packages/Microsoft.Net.Http.2.0.20710.0/lib/net45/_._
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/packages/Microsoft.Web.Infrastructure.1.0.0.0/Microsoft.Web.Infrastructure.1.0.0.0.nupkg b/src/packages/Microsoft.Web.Infrastructure.1.0.0.0/Microsoft.Web.Infrastructure.1.0.0.0.nupkg
new file mode 100644
index 000000000..65c273fc7
Binary files /dev/null and b/src/packages/Microsoft.Web.Infrastructure.1.0.0.0/Microsoft.Web.Infrastructure.1.0.0.0.nupkg differ
diff --git a/src/packages/Microsoft.Web.Infrastructure.1.0.0.0/Microsoft.Web.Infrastructure.1.0.0.0.nuspec b/src/packages/Microsoft.Web.Infrastructure.1.0.0.0/Microsoft.Web.Infrastructure.1.0.0.0.nuspec
new file mode 100644
index 000000000..16401457f
--- /dev/null
+++ b/src/packages/Microsoft.Web.Infrastructure.1.0.0.0/Microsoft.Web.Infrastructure.1.0.0.0.nuspec
@@ -0,0 +1,17 @@
+
+
+
+ Microsoft.Web.Infrastructure
+ 1.0.0.0
+ Microsoft.Web.Infrastructure
+ Microsoft
+ Microsoft
+ http://go.microsoft.com/fwlink/?LinkID=214339
+ http://www.asp.net/
+ https://download-codeplex.sec.s-msft.com/Download?ProjectName=aspnetwebstack&DownloadId=360555
+ false
+ This package contains the Microsoft.Web.Infrastructure assembly that lets you dynamically register HTTP modules at run time.
+ This package contains the Microsoft.Web.Infrastructure assembly that lets you dynamically register HTTP modules at run time.
+ ASPNETWEBPAGES
+
+
\ No newline at end of file
diff --git a/src/packages/Microsoft.Web.Infrastructure.1.0.0.0/lib/net40/Microsoft.Web.Infrastructure.dll b/src/packages/Microsoft.Web.Infrastructure.1.0.0.0/lib/net40/Microsoft.Web.Infrastructure.dll
new file mode 100644
index 000000000..85f1138c5
Binary files /dev/null and b/src/packages/Microsoft.Web.Infrastructure.1.0.0.0/lib/net40/Microsoft.Web.Infrastructure.dll differ
diff --git a/src/packages/Newtonsoft.Json.4.5.11/Newtonsoft.Json.4.5.11.nupkg.REMOVED.git-id b/src/packages/Newtonsoft.Json.4.5.11/Newtonsoft.Json.4.5.11.nupkg.REMOVED.git-id
new file mode 100644
index 000000000..63db6097a
--- /dev/null
+++ b/src/packages/Newtonsoft.Json.4.5.11/Newtonsoft.Json.4.5.11.nupkg.REMOVED.git-id
@@ -0,0 +1 @@
+0b6dc21a5e284ac1d6a1ce7ce2514c01fdb3977b
\ No newline at end of file
diff --git a/src/packages/Newtonsoft.Json.4.5.11/Newtonsoft.Json.4.5.11.nuspec b/src/packages/Newtonsoft.Json.4.5.11/Newtonsoft.Json.4.5.11.nuspec
new file mode 100644
index 000000000..bded369b6
--- /dev/null
+++ b/src/packages/Newtonsoft.Json.4.5.11/Newtonsoft.Json.4.5.11.nuspec
@@ -0,0 +1,16 @@
+
+
+
+ Newtonsoft.Json
+ 4.5.11
+ Json.NET
+ James Newton-King
+ James Newton-King
+ http://json.codeplex.com/license
+ http://james.newtonking.com/projects/json-net.aspx
+ false
+ Json.NET is a popular high-performance JSON framework for .NET
+ en-US
+ json
+
+
\ No newline at end of file
diff --git a/src/packages/Newtonsoft.Json.4.5.11/lib/net20/Newtonsoft.Json.dll.REMOVED.git-id b/src/packages/Newtonsoft.Json.4.5.11/lib/net20/Newtonsoft.Json.dll.REMOVED.git-id
new file mode 100644
index 000000000..9a928e2f3
--- /dev/null
+++ b/src/packages/Newtonsoft.Json.4.5.11/lib/net20/Newtonsoft.Json.dll.REMOVED.git-id
@@ -0,0 +1 @@
+1ff7b36ac224a62f3d73af71ed11937f5037b959
\ No newline at end of file
diff --git a/src/packages/Newtonsoft.Json.4.5.11/lib/net20/Newtonsoft.Json.xml.REMOVED.git-id b/src/packages/Newtonsoft.Json.4.5.11/lib/net20/Newtonsoft.Json.xml.REMOVED.git-id
new file mode 100644
index 000000000..c22e90abe
--- /dev/null
+++ b/src/packages/Newtonsoft.Json.4.5.11/lib/net20/Newtonsoft.Json.xml.REMOVED.git-id
@@ -0,0 +1 @@
+c923197e28eee21e8a89f1b2c79727c2d9dc8c8e
\ No newline at end of file
diff --git a/src/packages/Newtonsoft.Json.4.5.11/lib/net35/Newtonsoft.Json.dll.REMOVED.git-id b/src/packages/Newtonsoft.Json.4.5.11/lib/net35/Newtonsoft.Json.dll.REMOVED.git-id
new file mode 100644
index 000000000..837379832
--- /dev/null
+++ b/src/packages/Newtonsoft.Json.4.5.11/lib/net35/Newtonsoft.Json.dll.REMOVED.git-id
@@ -0,0 +1 @@
+0b07407f6d4b9ff349a15cb0efb3aa24a10fc1b6
\ No newline at end of file
diff --git a/src/packages/Newtonsoft.Json.4.5.11/lib/net35/Newtonsoft.Json.xml.REMOVED.git-id b/src/packages/Newtonsoft.Json.4.5.11/lib/net35/Newtonsoft.Json.xml.REMOVED.git-id
new file mode 100644
index 000000000..e8c17693a
--- /dev/null
+++ b/src/packages/Newtonsoft.Json.4.5.11/lib/net35/Newtonsoft.Json.xml.REMOVED.git-id
@@ -0,0 +1 @@
+814735b842c4b3de7aab9f6c40d1a71c0833bed0
\ No newline at end of file
diff --git a/src/packages/Newtonsoft.Json.4.5.11/lib/net40/Newtonsoft.Json.dll.REMOVED.git-id b/src/packages/Newtonsoft.Json.4.5.11/lib/net40/Newtonsoft.Json.dll.REMOVED.git-id
new file mode 100644
index 000000000..a367a7412
--- /dev/null
+++ b/src/packages/Newtonsoft.Json.4.5.11/lib/net40/Newtonsoft.Json.dll.REMOVED.git-id
@@ -0,0 +1 @@
+81639f9b1c0b66d09cc50f92c7492747d1022a4f
\ No newline at end of file
diff --git a/src/packages/Newtonsoft.Json.4.5.11/lib/net40/Newtonsoft.Json.xml.REMOVED.git-id b/src/packages/Newtonsoft.Json.4.5.11/lib/net40/Newtonsoft.Json.xml.REMOVED.git-id
new file mode 100644
index 000000000..f9bc24570
--- /dev/null
+++ b/src/packages/Newtonsoft.Json.4.5.11/lib/net40/Newtonsoft.Json.xml.REMOVED.git-id
@@ -0,0 +1 @@
+fd3b523d8522d82bc3ab4d1c0640a034e27f5012
\ No newline at end of file
diff --git a/src/packages/Newtonsoft.Json.4.5.11/lib/portable-net40+sl4+wp7+win8/Newtonsoft.Json.dll.REMOVED.git-id b/src/packages/Newtonsoft.Json.4.5.11/lib/portable-net40+sl4+wp7+win8/Newtonsoft.Json.dll.REMOVED.git-id
new file mode 100644
index 000000000..daa8ef61f
--- /dev/null
+++ b/src/packages/Newtonsoft.Json.4.5.11/lib/portable-net40+sl4+wp7+win8/Newtonsoft.Json.dll.REMOVED.git-id
@@ -0,0 +1 @@
+40646a89215c250a394e3b328fff0a1baccd7f7d
\ No newline at end of file
diff --git a/src/packages/Newtonsoft.Json.4.5.11/lib/portable-net40+sl4+wp7+win8/Newtonsoft.Json.xml.REMOVED.git-id b/src/packages/Newtonsoft.Json.4.5.11/lib/portable-net40+sl4+wp7+win8/Newtonsoft.Json.xml.REMOVED.git-id
new file mode 100644
index 000000000..4f417c51b
--- /dev/null
+++ b/src/packages/Newtonsoft.Json.4.5.11/lib/portable-net40+sl4+wp7+win8/Newtonsoft.Json.xml.REMOVED.git-id
@@ -0,0 +1 @@
+7ce6fd564f35afbef9f641622eb88bbd1a9f4682
\ No newline at end of file
diff --git a/src/packages/Newtonsoft.Json.4.5.11/lib/sl3-wp/Newtonsoft.Json.dll.REMOVED.git-id b/src/packages/Newtonsoft.Json.4.5.11/lib/sl3-wp/Newtonsoft.Json.dll.REMOVED.git-id
new file mode 100644
index 000000000..a5f9e9576
--- /dev/null
+++ b/src/packages/Newtonsoft.Json.4.5.11/lib/sl3-wp/Newtonsoft.Json.dll.REMOVED.git-id
@@ -0,0 +1 @@
+93e740db3d991529bc099df1f09e9724b5a38eb5
\ No newline at end of file
diff --git a/src/packages/Newtonsoft.Json.4.5.11/lib/sl3-wp/Newtonsoft.Json.xml.REMOVED.git-id b/src/packages/Newtonsoft.Json.4.5.11/lib/sl3-wp/Newtonsoft.Json.xml.REMOVED.git-id
new file mode 100644
index 000000000..75a9977b4
--- /dev/null
+++ b/src/packages/Newtonsoft.Json.4.5.11/lib/sl3-wp/Newtonsoft.Json.xml.REMOVED.git-id
@@ -0,0 +1 @@
+c72659524235324588ee3dcd1e34f86b6dfc1f7d
\ No newline at end of file
diff --git a/src/packages/Newtonsoft.Json.4.5.11/lib/sl4-windowsphone71/Newtonsoft.Json.dll.REMOVED.git-id b/src/packages/Newtonsoft.Json.4.5.11/lib/sl4-windowsphone71/Newtonsoft.Json.dll.REMOVED.git-id
new file mode 100644
index 000000000..a5f9e9576
--- /dev/null
+++ b/src/packages/Newtonsoft.Json.4.5.11/lib/sl4-windowsphone71/Newtonsoft.Json.dll.REMOVED.git-id
@@ -0,0 +1 @@
+93e740db3d991529bc099df1f09e9724b5a38eb5
\ No newline at end of file
diff --git a/src/packages/Newtonsoft.Json.4.5.11/lib/sl4-windowsphone71/Newtonsoft.Json.xml.REMOVED.git-id b/src/packages/Newtonsoft.Json.4.5.11/lib/sl4-windowsphone71/Newtonsoft.Json.xml.REMOVED.git-id
new file mode 100644
index 000000000..75a9977b4
--- /dev/null
+++ b/src/packages/Newtonsoft.Json.4.5.11/lib/sl4-windowsphone71/Newtonsoft.Json.xml.REMOVED.git-id
@@ -0,0 +1 @@
+c72659524235324588ee3dcd1e34f86b6dfc1f7d
\ No newline at end of file
diff --git a/src/packages/Newtonsoft.Json.4.5.11/lib/sl4/Newtonsoft.Json.dll.REMOVED.git-id b/src/packages/Newtonsoft.Json.4.5.11/lib/sl4/Newtonsoft.Json.dll.REMOVED.git-id
new file mode 100644
index 000000000..107a49afd
--- /dev/null
+++ b/src/packages/Newtonsoft.Json.4.5.11/lib/sl4/Newtonsoft.Json.dll.REMOVED.git-id
@@ -0,0 +1 @@
+f44757ae383f873878a7d59cc3d55c2c8a0515a1
\ No newline at end of file
diff --git a/src/packages/Newtonsoft.Json.4.5.11/lib/sl4/Newtonsoft.Json.xml.REMOVED.git-id b/src/packages/Newtonsoft.Json.4.5.11/lib/sl4/Newtonsoft.Json.xml.REMOVED.git-id
new file mode 100644
index 000000000..d6210fbfe
--- /dev/null
+++ b/src/packages/Newtonsoft.Json.4.5.11/lib/sl4/Newtonsoft.Json.xml.REMOVED.git-id
@@ -0,0 +1 @@
+3d63c3b2fd068bd73f98dfa08af52e5f6aae572c
\ No newline at end of file
diff --git a/src/packages/Newtonsoft.Json.4.5.11/lib/winrt45/Newtonsoft.Json.dll.REMOVED.git-id b/src/packages/Newtonsoft.Json.4.5.11/lib/winrt45/Newtonsoft.Json.dll.REMOVED.git-id
new file mode 100644
index 000000000..00cc68bf7
--- /dev/null
+++ b/src/packages/Newtonsoft.Json.4.5.11/lib/winrt45/Newtonsoft.Json.dll.REMOVED.git-id
@@ -0,0 +1 @@
+0ec801d695e38daa88e800830e3b9e2c78aeefe5
\ No newline at end of file
diff --git a/src/packages/Newtonsoft.Json.4.5.11/lib/winrt45/Newtonsoft.Json.xml.REMOVED.git-id b/src/packages/Newtonsoft.Json.4.5.11/lib/winrt45/Newtonsoft.Json.xml.REMOVED.git-id
new file mode 100644
index 000000000..6e9e687e4
--- /dev/null
+++ b/src/packages/Newtonsoft.Json.4.5.11/lib/winrt45/Newtonsoft.Json.xml.REMOVED.git-id
@@ -0,0 +1 @@
+21b048950a21b8a2bb48ed0dde8ff5e487a795ed
\ No newline at end of file