diff --git a/default.ps1 b/default.ps1 index b1aa837..c00db19 100644 --- a/default.ps1 +++ b/default.ps1 @@ -11,7 +11,7 @@ properties { $nuget_path = "$src_directory\.nuget\nuget.exe" $buildNumber = 0; - $version = "1.1.1.0" + $version = "1.1.2.0" $preRelease = $null } diff --git a/source/Host/Host.csproj b/source/Host/Host.csproj index c02976e..f96013a 100644 --- a/source/Host/Host.csproj +++ b/source/Host/Host.csproj @@ -39,11 +39,13 @@ - - ..\packages\Microsoft.Owin.3.0.0\lib\net45\Microsoft.Owin.dll + + False + ..\packages\Microsoft.Owin.3.0.1\lib\net45\Microsoft.Owin.dll - - ..\packages\Microsoft.Owin.Host.SystemWeb.3.0.0\lib\net45\Microsoft.Owin.Host.SystemWeb.dll + + False + ..\packages\Microsoft.Owin.Host.SystemWeb.3.0.1\lib\net45\Microsoft.Owin.Host.SystemWeb.dll ..\packages\Owin.1.0\lib\net40\Owin.dll @@ -69,9 +71,9 @@ False ..\packages\Thinktecture.IdentityModel.Core.1.4.0\lib\net45\Thinktecture.IdentityModel.Core.dll - + False - ..\packages\Thinktecture.IdentityServer3.1.1.0-build00071\lib\net45\Thinktecture.IdentityServer3.dll + ..\packages\Thinktecture.IdentityServer3.1.2.1\lib\net45\Thinktecture.IdentityServer3.dll diff --git a/source/Host/Web.config b/source/Host/Web.config index e0f202c..06f63f8 100644 --- a/source/Host/Web.config +++ b/source/Host/Web.config @@ -15,20 +15,24 @@ - + - + - + + + + + diff --git a/source/Host/packages.config b/source/Host/packages.config index 8c961c0..96f9afb 100644 --- a/source/Host/packages.config +++ b/source/Host/packages.config @@ -1,8 +1,8 @@  - - + + - + \ No newline at end of file diff --git a/source/VersionAssemblyInfo.cs b/source/VersionAssemblyInfo.cs index 45bc31c..d9f0432 100644 Binary files a/source/VersionAssemblyInfo.cs and b/source/VersionAssemblyInfo.cs differ diff --git a/source/WsFederationPlugin/WsFederationPlugin.csproj b/source/WsFederationPlugin/WsFederationPlugin.csproj index 856a373..cbbb509 100644 --- a/source/WsFederationPlugin/WsFederationPlugin.csproj +++ b/source/WsFederationPlugin/WsFederationPlugin.csproj @@ -40,17 +40,17 @@ False ..\packages\Autofac.WebApi2.3.4.0\lib\net45\Autofac.Integration.WebApi.dll - + False - ..\packages\Microsoft.Owin.3.0.0\lib\net45\Microsoft.Owin.dll + ..\packages\Microsoft.Owin.3.0.1\lib\net45\Microsoft.Owin.dll - + False - ..\packages\Microsoft.Owin.Security.3.0.0\lib\net45\Microsoft.Owin.Security.dll + ..\packages\Microsoft.Owin.Security.3.0.1\lib\net45\Microsoft.Owin.Security.dll - + False - ..\packages\Microsoft.Owin.Security.Cookies.3.0.0\lib\net45\Microsoft.Owin.Security.Cookies.dll + ..\packages\Microsoft.Owin.Security.Cookies.3.0.1\lib\net45\Microsoft.Owin.Security.Cookies.dll False @@ -63,25 +63,26 @@ - + False - ..\packages\System.IdentityModel.Tokens.Jwt.4.0.1\lib\net45\System.IdentityModel.Tokens.Jwt.dll + ..\packages\System.IdentityModel.Tokens.Jwt.4.0.2.202250711\lib\net45\System.IdentityModel.Tokens.Jwt.dll - + False - ..\packages\Microsoft.AspNet.WebApi.Client.5.2.2\lib\net45\System.Net.Http.Formatting.dll + ..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll - + False - ..\packages\Microsoft.AspNet.WebApi.Core.5.2.2\lib\net45\System.Web.Http.dll + ..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll - + False - ..\packages\Microsoft.AspNet.WebApi.Owin.5.2.2\lib\net45\System.Web.Http.Owin.dll + ..\packages\Microsoft.AspNet.WebApi.Owin.5.2.3\lib\net45\System.Web.Http.Owin.dll - - ..\packages\Microsoft.AspNet.WebApi.Tracing.5.2.2\lib\net45\System.Web.Http.Tracing.dll + + False + ..\packages\Microsoft.AspNet.WebApi.Tracing.5.2.3\lib\net45\System.Web.Http.Tracing.dll @@ -92,9 +93,9 @@ False ..\packages\Thinktecture.IdentityModel.Core.1.4.0\lib\net45\Thinktecture.IdentityModel.Core.dll - + False - ..\packages\Thinktecture.IdentityServer3.1.1.0-build00071\lib\net45\Thinktecture.IdentityServer3.dll + ..\packages\Thinktecture.IdentityServer3.1.2.1\lib\net45\Thinktecture.IdentityServer3.dll diff --git a/source/WsFederationPlugin/app.config b/source/WsFederationPlugin/app.config index d1748a1..b9df83b 100644 --- a/source/WsFederationPlugin/app.config +++ b/source/WsFederationPlugin/app.config @@ -4,7 +4,7 @@ - + @@ -16,15 +16,15 @@ - + - + - + diff --git a/source/WsFederationPlugin/packages.config b/source/WsFederationPlugin/packages.config index 1593696..61c3223 100644 --- a/source/WsFederationPlugin/packages.config +++ b/source/WsFederationPlugin/packages.config @@ -3,16 +3,16 @@ - - - - - - - + + + + + + + - + - + \ No newline at end of file