Skip to content

Commit 4b0d785

Browse files
committed
Packages updated
1 parent 553ed3f commit 4b0d785

34 files changed

+10034
-1491
lines changed

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"projects": [ "src", "test" ],
33
"sdk": {
4-
"version": "1.0.0-preview1-002702"
4+
"version": "1.0.0-preview2-003121"
55
}
66
}

src/ITfoxtec.Identity.Saml2.Mvc/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[assembly: AssemblyTitle("ITfoxtec.Identity.Saml2.Mvc")]
99
[assembly: AssemblyDescription("")]
1010
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
11+
[assembly: AssemblyCompany("ITfoxtec")]
1212
[assembly: AssemblyProduct("ITfoxtec.Identity.Saml2.Mvc")]
1313
[assembly: AssemblyCopyright("Copyright © 2016")]
1414
[assembly: AssemblyTrademark("")]

src/ITfoxtec.Identity.Saml2.MvcCore/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// set of attributes. Change these attribute values to modify the information
77
// associated with an assembly.
88
[assembly: AssemblyConfiguration("")]
9-
[assembly: AssemblyCompany("KMD A/S")]
9+
[assembly: AssemblyCompany("ITfoxtec")]
1010
[assembly: AssemblyProduct("ITfoxtec.Identity.Saml2.MvcCore")]
1111
[assembly: AssemblyTrademark("")]
1212

src/ITfoxtec.Identity.Saml2.MvcCore/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0",
66
"Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0",
77
"Microsoft.AspNetCore.Http.Abstractions": "1.0.0",
8-
"Microsoft.AspNetCore.Mvc.Abstractions": "1.0.0",
9-
"Microsoft.AspNetCore.Mvc.Core": "1.0.0",
8+
"Microsoft.AspNetCore.Mvc.Abstractions": "1.0.1",
9+
"Microsoft.AspNetCore.Mvc.Core": "1.0.1",
1010
"NETStandard.Library": "1.6.0"
1111
},
1212

src/ITfoxtec.Identity.Saml2/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[assembly: AssemblyConfiguration("")]
1010
[assembly: AssemblyCompany("ITfoxtec")]
1111
[assembly: AssemblyProduct("ITfoxtec.Identity.Saml2")]
12-
[assembly: AssemblyCopyright("Copyright © 2015")]
12+
[assembly: AssemblyCopyright("Copyright © 2016")]
1313
[assembly: AssemblyTrademark("")]
1414
[assembly: AssemblyCulture("")]
1515

test/TestIdPCore/project.json

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
1-
{
1+
{
22
"dependencies": {
33
"ITfoxtec.Identity.Saml2.MvcCore": "1.0.0-*",
44
"Microsoft.AspNetCore.Diagnostics": "1.0.0",
5-
"Microsoft.AspNetCore.Mvc": "1.0.0",
6-
"Microsoft.AspNetCore.Razor.Tools": {
7-
"version": "1.0.0-preview1-final",
8-
"type": "build"
9-
},
5+
"Microsoft.AspNetCore.Mvc": "1.0.1",
6+
"Microsoft.AspNetCore.Razor.Tools": "1.0.0-preview2-final",
107
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
11-
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
8+
"Microsoft.AspNetCore.Server.Kestrel": "1.0.1",
129
"Microsoft.AspNetCore.StaticFiles": "1.0.0",
1310
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0",
1411
"Microsoft.Extensions.Configuration.Json": "1.0.0",
@@ -19,18 +16,12 @@
1916
},
2017

2118
"tools": {
22-
"Microsoft.AspNetCore.Razor.Tools": {
23-
"version": "1.0.0-preview1-final",
24-
"imports": "portable-net45+win8+dnxcore50"
25-
},
26-
"Microsoft.AspNetCore.Server.IISIntegration.Tools": {
27-
"version": "1.0.0-preview1-final",
28-
"imports": "portable-net45+win8+dnxcore50"
29-
}
19+
"Microsoft.AspNetCore.Razor.Tools": "1.0.0-preview2-final",
20+
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final"
3021
},
3122

3223
"frameworks": {
33-
"net451": { }
24+
"net451": {}
3425
},
3526

3627
"buildOptions": {

test/TestWebApp/Content/bootstrap-theme.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/TestWebApp/Content/bootstrap-theme.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/TestWebApp/Content/bootstrap-theme.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/TestWebApp/Content/bootstrap-theme.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)