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

Commit

Permalink
Pinning versions for 1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavkm committed Nov 18, 2016
1 parent 74677b6 commit 1d01da1
Show file tree
Hide file tree
Showing 16 changed files with 74 additions and 73 deletions.
9 changes: 5 additions & 4 deletions NuGet.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="AspNetCore" value="https://dotnet.myget.org/F/aspnetcore-ci-release/api/v3/index.json" />
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
<clear />
<add key="NuGet.org" value="https://api.nuget.org/v3/index.json" />
<add key="AspNetCore" value="https://dotnet.myget.org/f/aspnetcore-master/api/v3/index.json" />
</packageSources>
</configuration>
</configuration>
6 changes: 3 additions & 3 deletions samples/SampleApp/project.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"version": "1.1.0-*",
"dependencies": {
"Microsoft.AspNetCore.Http": "1.1.0-*",
"Microsoft.AspNetCore.Http.Extensions": "1.1.0-*"
"Microsoft.AspNetCore.Http": "1.1.0",
"Microsoft.AspNetCore.Http.Extensions": "1.1.0"
},
"frameworks": {
"net451": {},
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.1.0",
"type": "platform"
}
}
Expand Down
18 changes: 9 additions & 9 deletions src/Microsoft.AspNetCore.Http.Abstractions/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.0-*",
"version": "1.1.0",
"description": "ASP.NET Core HTTP object model for HTTP requests and responses and also common extension methods for registering middleware in an IApplicationBuilder.\r\nCommonly used types:\r\nMicrosoft.AspNetCore.Builder.IApplicationBuilder\r\nMicrosoft.AspNetCore.Http.HttpContext\r\nMicrosoft.AspNetCore.Http.HttpRequest\r\nMicrosoft.AspNetCore.Http.HttpResponse",
"packOptions": {
"repository": {
Expand All @@ -19,18 +19,18 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.Http.Features": "1.1.0-*",
"Microsoft.AspNetCore.Http.Features": "1.1.0",
"Microsoft.Extensions.ActivatorUtilities.Sources": {
"type": "build",
"version": "1.1.0-*"
"version": "1.1.0-rtm-22752"
},
"Microsoft.Extensions.Primitives": "1.1.0",
"Microsoft.Extensions.TaskCache.Sources": {
"version": "1.1.0-*",
"version": "1.1.0-rtm-22752",
"type": "build"
},
"NETStandard.Library": "1.6.1-*",
"System.Text.Encodings.Web": "4.3.0-*",
"Microsoft.Extensions.Primitives": "1.1.0-*"
"NETStandard.Library": "1.6.1",
"System.Text.Encodings.Web": "4.3.0"
},
"frameworks": {
"net451": {
Expand All @@ -42,8 +42,8 @@
},
"netstandard1.3": {
"dependencies": {
"System.Globalization.Extensions": "4.3.0-*",
"System.Reflection.TypeExtensions": "4.3.0-*"
"System.Globalization.Extensions": "4.3.0",
"System.Reflection.TypeExtensions": "4.3.0"
}
}
}
Expand Down
12 changes: 6 additions & 6 deletions src/Microsoft.AspNetCore.Http.Extensions/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.0-*",
"version": "1.1.0",
"description": "ASP.NET Core common extension methods for HTTP abstractions, HTTP headers, HTTP request/response, and session state.",
"packOptions": {
"repository": {
Expand All @@ -19,11 +19,11 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.Http.Abstractions": "1.1.0-*",
"Microsoft.Extensions.FileProviders.Abstractions": "1.1.0-*",
"Microsoft.Net.Http.Headers": "1.1.0-*",
"NETStandard.Library": "1.6.1-*",
"System.Buffers": "4.3.0-*"
"Microsoft.AspNetCore.Http.Abstractions": "1.1.0",
"Microsoft.Extensions.FileProviders.Abstractions": "1.1.0",
"Microsoft.Net.Http.Headers": "1.1.0",
"NETStandard.Library": "1.6.1",
"System.Buffers": "4.3.0"
},
"frameworks": {
"net451": {},
Expand Down
14 changes: 7 additions & 7 deletions src/Microsoft.AspNetCore.Http.Features/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.0-*",
"version": "1.1.0",
"description": "ASP.NET Core HTTP feature interface definitions.",
"packOptions": {
"repository": {
Expand All @@ -19,17 +19,17 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.Extensions.Primitives": "1.1.0-*",
"NETStandard.Library": "1.6.1-*"
"Microsoft.Extensions.Primitives": "1.1.0",
"NETStandard.Library": "1.6.1"
},
"frameworks": {
"net451": {},
"netstandard1.3": {
"dependencies": {
"System.ComponentModel": "4.3.0-*",
"System.Net.WebSockets": "4.3.0-*",
"System.Security.Claims": "4.3.0-*",
"System.Security.Principal": "4.3.0-*"
"System.ComponentModel": "4.3.0",
"System.Net.WebSockets": "4.3.0",
"System.Security.Claims": "4.3.0",
"System.Security.Principal": "4.3.0"
}
}
}
Expand Down
18 changes: 9 additions & 9 deletions src/Microsoft.AspNetCore.Http/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.0-*",
"version": "1.1.0",
"description": "ASP.NET Core default HTTP feature implementations.",
"packOptions": {
"repository": {
Expand All @@ -20,17 +20,17 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.Http.Abstractions": "1.1.0-*",
"Microsoft.AspNetCore.WebUtilities": "1.1.0-*",
"Microsoft.Extensions.ObjectPool": "1.1.0-*",
"Microsoft.Extensions.Options": "1.1.0-*",
"Microsoft.AspNetCore.Http.Abstractions": "1.1.0",
"Microsoft.AspNetCore.WebUtilities": "1.1.0",
"Microsoft.Extensions.ObjectPool": "1.1.0",
"Microsoft.Extensions.Options": "1.1.0",
"Microsoft.Extensions.TaskCache.Sources": {
"version": "1.1.0-*",
"version": "1.1.0-rtm-22752",
"type": "build"
},
"Microsoft.Net.Http.Headers": "1.1.0-*",
"NETStandard.Library": "1.6.1-*",
"System.Buffers": "4.3.0-*"
"Microsoft.Net.Http.Headers": "1.1.0",
"NETStandard.Library": "1.6.1",
"System.Buffers": "4.3.0"
},
"frameworks": {
"net451": {},
Expand Down
8 changes: 4 additions & 4 deletions src/Microsoft.AspNetCore.Owin/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.0-*",
"version": "1.1.0",
"description": "ASP.NET Core component for running OWIN middleware in an ASP.NET Core application, and to run ASP.NET Core middleware in an OWIN application.",
"packOptions": {
"repository": {
Expand All @@ -21,12 +21,12 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.Http": "1.1.0-*",
"Microsoft.AspNetCore.Http": "1.1.0",
"Microsoft.Extensions.TaskCache.Sources": {
"version": "1.1.0-*",
"version": "1.1.0-rtm-22752",
"type": "build"
},
"NETStandard.Library": "1.6.1-*"
"NETStandard.Library": "1.6.1"
},
"frameworks": {
"net451": {},
Expand Down
14 changes: 7 additions & 7 deletions src/Microsoft.AspNetCore.WebUtilities/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.0-*",
"version": "1.1.0",
"description": "ASP.NET Core utilities, such as for working with forms, multipart messages, and query strings.",
"packOptions": {
"repository": {
Expand All @@ -22,15 +22,15 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.Extensions.Primitives": "1.1.0-*",
"Microsoft.Extensions.Primitives": "1.1.0",
"Microsoft.Extensions.WebEncoders.Sources": {
"type": "build",
"version": "1.1.0-*"
"version": "1.1.0-rtm-22752"
},
"Microsoft.Net.Http.Headers": "1.1.0-*",
"NETStandard.Library": "1.6.1-*",
"System.Buffers": "4.3.0-*",
"System.Text.Encodings.Web": "4.3.0-*"
"Microsoft.Net.Http.Headers": "1.1.0",
"NETStandard.Library": "1.6.1",
"System.Buffers": "4.3.0",
"System.Text.Encodings.Web": "4.3.0"
},
"frameworks": {
"net451": {
Expand Down
10 changes: 5 additions & 5 deletions src/Microsoft.Net.Http.Headers/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.0-*",
"version": "1.1.0",
"description": "HTTP header parser implementations.",
"packOptions": {
"repository": {
Expand All @@ -19,10 +19,10 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.Extensions.Primitives": "1.1.0-*",
"NETStandard.Library": "1.6.1-*",
"System.Buffers": "4.3.0-*",
"System.Diagnostics.Contracts": "4.3.0-*"
"Microsoft.Extensions.Primitives": "1.1.0",
"NETStandard.Library": "1.6.1",
"System.Buffers": "4.3.0",
"System.Diagnostics.Contracts": "4.3.0"
},
"frameworks": {
"netstandard1.1": {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
},
"dependencies": {
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Http": "1.1.0-*",
"Microsoft.AspNetCore.Testing": "1.1.0-*",
"Microsoft.AspNetCore.Http": "1.1.0",
"Microsoft.AspNetCore.Testing": "1.1.0-rtm-22752",
"xunit": "2.2.0-*"
},
"frameworks": {
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.1.0",
"type": "platform"
}
}
Expand Down
8 changes: 4 additions & 4 deletions test/Microsoft.AspNetCore.Http.Extensions.Tests/project.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"dependencies": {
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Http": "1.1.0-*",
"Microsoft.AspNetCore.Http.Extensions": "1.1.0-*",
"Microsoft.Extensions.DependencyInjection": "1.1.0-*",
"Microsoft.AspNetCore.Http": "1.1.0",
"Microsoft.AspNetCore.Http.Extensions": "1.1.0",
"Microsoft.Extensions.DependencyInjection": "1.1.0",
"xunit": "2.2.0-*"
},
"frameworks": {
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.1.0",
"type": "platform"
}
}
Expand Down
4 changes: 2 additions & 2 deletions test/Microsoft.AspNetCore.Http.Features.Tests/project.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"dependencies": {
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Http.Features": "1.1.0-*",
"Microsoft.AspNetCore.Http.Features": "1.1.0",
"xunit": "2.2.0-*"
},
"frameworks": {
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.1.0",
"type": "platform"
}
}
Expand Down
4 changes: 2 additions & 2 deletions test/Microsoft.AspNetCore.Http.Tests/project.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"dependencies": {
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Http": "1.1.0-*",
"Microsoft.AspNetCore.Http": "1.1.0",
"xunit": "2.2.0-*"
},
"frameworks": {
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.1.0",
"type": "platform"
}
}
Expand Down
8 changes: 4 additions & 4 deletions test/Microsoft.AspNetCore.Owin.Tests/project.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"dependencies": {
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Http": "1.1.0-*",
"Microsoft.AspNetCore.Owin": "1.1.0-*",
"Microsoft.Extensions.DependencyInjection": "1.1.0-*",
"Microsoft.AspNetCore.Http": "1.1.0",
"Microsoft.AspNetCore.Owin": "1.1.0",
"Microsoft.Extensions.DependencyInjection": "1.1.0",
"xunit": "2.2.0-*"
},
"frameworks": {
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.1.0",
"type": "platform"
}
}
Expand Down
4 changes: 2 additions & 2 deletions test/Microsoft.AspNetCore.WebUtilities.Tests/project.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.WebUtilities": "1.1.0-*",
"Microsoft.AspNetCore.WebUtilities": "1.1.0",
"xunit": "2.2.0-*"
},
"buildOptions": {
Expand All @@ -12,7 +12,7 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.1.0",
"type": "platform"
}
}
Expand Down
4 changes: 2 additions & 2 deletions test/Microsoft.Net.Http.Headers.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"version": "1.1.0-*",
"dependencies": {
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.Net.Http.Headers": "1.1.0-*",
"Microsoft.Net.Http.Headers": "1.1.0",
"xunit": "2.2.0-*"
},
"frameworks": {
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.1.0",
"type": "platform"
}
}
Expand Down

0 comments on commit 1d01da1

Please sign in to comment.