Skip to content
This repository has been archived by the owner on Nov 29, 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 4e6dc0c commit 5de12ef
Show file tree
Hide file tree
Showing 14 changed files with 62 additions and 61 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>
12 changes: 6 additions & 6 deletions samples/LocalizationSample/project.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"version": "1.1.0-*",
"dependencies": {
"Microsoft.AspNetCore.Localization": "1.1.0-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
"Microsoft.Extensions.Configuration.CommandLine": "1.1.0-*",
"Microsoft.Extensions.Localization": "1.1.0-*"
"Microsoft.AspNetCore.Localization": "1.1.0",
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0",
"Microsoft.Extensions.Configuration.CommandLine": "1.1.0",
"Microsoft.Extensions.Localization": "1.1.0"
},
"buildOptions": {
"emitEntryPoint": true
Expand All @@ -20,7 +20,7 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.1.0",
"type": "platform"
}
}
Expand Down
8 changes: 4 additions & 4 deletions src/Microsoft.AspNetCore.Localization.Routing/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": "Provides a request culture provider which gets culture and ui-culture from request's route data.",
"packOptions": {
"repository": {
Expand All @@ -20,11 +20,11 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.Localization": "1.1.0-*",
"Microsoft.AspNetCore.Routing.Abstractions": "1.1.0-*",
"Microsoft.AspNetCore.Localization": "1.1.0",
"Microsoft.AspNetCore.Routing.Abstractions": "1.1.0",
"Microsoft.Extensions.TaskCache.Sources": {
"type": "build",
"version": "1.1.0-*"
"version": "1.1.0-rtm-22752"
}
},
"frameworks": {
Expand Down
14 changes: 7 additions & 7 deletions src/Microsoft.AspNetCore.Localization/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 middleware for automatically applying culture information to HTTP requests. Culture information can be specified in the HTTP header, query string, cookie, or custom source.",
"packOptions": {
"repository": {
Expand All @@ -20,15 +20,15 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.Http.Extensions": "1.1.0-*",
"Microsoft.Extensions.Globalization.CultureInfoCache": "1.1.0-*",
"Microsoft.Extensions.Localization.Abstractions": "1.1.0-*",
"Microsoft.Extensions.Options": "1.1.0-*",
"Microsoft.AspNetCore.Http.Extensions": "1.1.0",
"Microsoft.Extensions.Globalization.CultureInfoCache": "1.1.0",
"Microsoft.Extensions.Localization.Abstractions": "1.1.0",
"Microsoft.Extensions.Options": "1.1.0",
"Microsoft.Extensions.TaskCache.Sources": {
"type": "build",
"version": "1.1.0-*"
"version": "1.1.0-rtm-22752"
},
"NETStandard.Library": "1.6.1-*"
"NETStandard.Library": "1.6.1"
},
"frameworks": {
"net451": {},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.0-*",
"version": "1.1.0",
"description": "Provides cached instances of CultureInfo using a generated list of known culture names for use in scenarios where unbounded CultureInfo creation is undesirable.",
"packOptions": {
"repository": {
Expand All @@ -22,7 +22,7 @@
"frameworks": {
"netstandard1.1": {
"dependencies": {
"NETStandard.Library": "1.6.1-*"
"NETStandard.Library": "1.6.1"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.0-*",
"version": "1.1.0",
"description": "Abstractions of application localization services.\r\nCommonly used types:\r\nMicrosoft.Extensions.Localization.IStringLocalizer\r\nMicrosoft.Extensions.Localization.IStringLocalizer<T>",
"packOptions": {
"repository": {
Expand All @@ -21,8 +21,8 @@
"frameworks": {
"netstandard1.0": {
"dependencies": {
"Microsoft.CSharp": "4.3.0-*",
"NETStandard.Library": "1.6.1-*"
"Microsoft.CSharp": "4.3.0",
"NETStandard.Library": "1.6.1"
}
}
}
Expand Down
14 changes: 7 additions & 7 deletions src/Microsoft.Extensions.Localization/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": "Application localization services and default implementation based on ResourceManager to load localized assembly resources.",
"packOptions": {
"repository": {
Expand All @@ -19,17 +19,17 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.Hosting.Abstractions": "1.1.0-*",
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.1.0-*",
"Microsoft.Extensions.Localization.Abstractions": "1.1.0-*",
"Microsoft.Extensions.Options": "1.1.0-*",
"NETStandard.Library": "1.6.1-*"
"Microsoft.AspNetCore.Hosting.Abstractions": "1.1.0",
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.1.0",
"Microsoft.Extensions.Localization.Abstractions": "1.1.0",
"Microsoft.Extensions.Options": "1.1.0",
"NETStandard.Library": "1.6.1"
},
"frameworks": {
"net451": {},
"netstandard1.3": {
"dependencies": {
"System.Resources.Reader": "4.3.0-*"
"System.Resources.Reader": "4.3.0"
}
}
}
Expand Down
14 changes: 7 additions & 7 deletions test/LocalizationWebsite/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.AspNetCore.Localization": "1.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
"Microsoft.AspNetCore.Testing": "1.1.0-*",
"Microsoft.Extensions.Configuration.CommandLine": "1.1.0-*",
"Microsoft.Extensions.Localization": "1.1.0-*",
"Microsoft.Extensions.Logging.Console": "1.1.0-*",
"Microsoft.AspNetCore.Localization": "1.1.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0",
"Microsoft.AspNetCore.Testing": "1.1.0-rtm-22752",
"Microsoft.Extensions.Configuration.CommandLine": "1.1.0",
"Microsoft.Extensions.Localization": "1.1.0",
"Microsoft.Extensions.Logging.Console": "1.1.0",
"ResourcesClassLibraryNoAttribute": "1.0.0-*",
"ResourcesClassLibraryWithAttribute": "1.0.0-*"
},
"frameworks": {
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.1.0",
"type": "platform"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
},
"dependencies": {
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Localization": "1.1.0-*",
"Microsoft.AspNetCore.Server.IntegrationTesting": "0.2.0-*",
"Microsoft.Extensions.Logging": "1.1.0-*",
"Microsoft.Extensions.Logging.Console": "1.1.0-*",
"Microsoft.Extensions.PlatformAbstractions": "1.1.0-*",
"Microsoft.AspNetCore.Localization": "1.1.0",
"Microsoft.AspNetCore.Server.IntegrationTesting": "0.2.0-rtm-22752",
"Microsoft.Extensions.Logging": "1.1.0",
"Microsoft.Extensions.Logging.Console": "1.1.0",
"Microsoft.Extensions.PlatformAbstractions": "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
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
},
"dependencies": {
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Localization.Routing": "1.1.0-*",
"Microsoft.AspNetCore.Routing": "1.1.0-*",
"Microsoft.AspNetCore.TestHost": "1.1.0-*",
"Microsoft.AspNetCore.Localization.Routing": "1.1.0",
"Microsoft.AspNetCore.Routing": "1.1.0",
"Microsoft.AspNetCore.TestHost": "1.1.0",
"xunit": "2.2.0-*"
},
"testRunner": "xunit",
"frameworks": {
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.1.0",
"type": "platform"
}
}
Expand Down
6 changes: 3 additions & 3 deletions test/Microsoft.AspNetCore.Localization.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
},
"dependencies": {
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Localization": "1.1.0-*",
"Microsoft.AspNetCore.TestHost": "1.1.0-*",
"Microsoft.AspNetCore.Localization": "1.1.0",
"Microsoft.AspNetCore.TestHost": "1.1.0",
"xunit": "2.2.0-*"
},
"testRunner": "xunit",
"frameworks": {
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.1.0",
"type": "platform"
}
}
Expand Down
10 changes: 5 additions & 5 deletions test/Microsoft.Extensions.Localization.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
},
"dependencies": {
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.Extensions.DependencyInjection": "1.1.0-*",
"Microsoft.Extensions.Localization": "1.1.0-*",
"Microsoft.Extensions.DependencyInjection": "1.1.0",
"Microsoft.Extensions.Localization": "1.1.0",
"Moq": "4.6.36-*",
"xunit": "2.2.0-*"
},
"frameworks": {
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.1.0",
"type": "platform"
},
"System.Diagnostics.TraceSource": "4.3.0-*",
"System.Resources.Writer": "4.3.0-*"
"System.Diagnostics.TraceSource": "4.3.0",
"System.Resources.Writer": "4.3.0"
}
},
"net451": {}
Expand Down
2 changes: 1 addition & 1 deletion test/ResourcesClassLibraryNoAttribute/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"NETStandard.Library": "1.6.1-*"
"NETStandard.Library": "1.6.1"
},
"frameworks": {
"net451": {},
Expand Down
4 changes: 2 additions & 2 deletions test/ResourcesClassLibraryWithAttribute/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.Extensions.Localization": "1.1.0-*",
"NETStandard.Library": "1.6.1-*"
"Microsoft.Extensions.Localization": "1.1.0",
"NETStandard.Library": "1.6.1"
},
"frameworks": {
"net451": {},
Expand Down

0 comments on commit 5de12ef

Please sign in to comment.