Skip to content

Commit e2caee8

Browse files
committed
Version 4.1.1
1 parent 41414ab commit e2caee8

File tree

7 files changed

+23
-19
lines changed

7 files changed

+23
-19
lines changed

src/ITfoxtec.Identity.Saml2.Mvc/ITfoxtec.Identity.Saml2.Mvc.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88
<AssemblyName>ITfoxtec.Identity.Saml2.Mvc</AssemblyName>
99
<PackageId>ITfoxtec.Identity.Saml2.Mvc</PackageId>
1010
<Title>ITfoxtec Identity SAML 2.0 MVC</Title>
11-
<Description>ASP.NET MVC is supportet by the ITfoxtec Identity SAML2 MVC package which helps to integrate the ITfoxtec SAML 2.0 package and add support for SAML-P and SAML 2.0 tokens.
11+
<Description>ASP.NET MVC is supported by the ITfoxtec Identity SAML2 MVC package which helps to integrate the ITfoxtec SAML 2.0 package and add support for SAML-P and SAML 2.0 tokens.
1212

13-
Support .NET Framework 4.6.2 and 4.7.2</Description>
13+
Support .NET Framework 4.6.2 and 4.7.2</Description>
1414
<PackageTags>SAML SAML 2.0 SAML2.0 SAML2 SAML 2 SAML-P SAMLP SSO Identity Provider (IdP) and Relying Party (RP) Authentication Metadata OIOSAML NemLog-in ASP.NET MVC</PackageTags>
1515
<NeutralLanguage>en-US</NeutralLanguage>
1616
<PackageIconUrl>https://itfoxtec.com/favicon.ico</PackageIconUrl>
17-
<AssemblyVersion>4.1.0.0</AssemblyVersion>
18-
<FileVersion>4.1.0.0</FileVersion>
17+
<AssemblyVersion>4.1.1.0</AssemblyVersion>
18+
<FileVersion>4.1.1.0</FileVersion>
1919
<Copyright>Copyright © 2020</Copyright>
20-
<Version>4.1.0</Version>
20+
<Version>4.1.1</Version>
2121
<SignAssembly>true</SignAssembly>
2222
<AssemblyOriginatorKeyFile>ITfoxtec.SAML2.snk</AssemblyOriginatorKeyFile>
2323
<DelaySign>false</DelaySign>

src/ITfoxtec.Identity.Saml2.MvcCore/ITfoxtec.Identity.Saml2.MvcCore.csproj

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,18 @@
88
<AssemblyName>ITfoxtec.Identity.Saml2.MvcCore</AssemblyName>
99
<PackageId>ITfoxtec.Identity.Saml2.MvcCore</PackageId>
1010
<Title>ITfoxtec Identity SAML 2.0 MVC Core</Title>
11-
<Description>ASP.NET MVC Core is supportet by the ITfoxtec Identity SAML2 MVC Core package which helps to integrate the ITfoxtec SAML 2.0 package and add support for SAML-P and SAML 2.0 tokens.
11+
<Description>ASP.NET MVC Core is supported by the ITfoxtec Identity SAML2 MVC Core package which helps to integrate the ITfoxtec SAML 2.0 package and add support for SAML-P and SAML 2.0 tokens.
1212

13-
Support .NET 5.0 and .NET Core 3.1 and .NET Framework 4.6.2, 4.7.2
14-
</Description>
13+
Support .NET 5.0
14+
Support .NET Core 3.1
15+
Support .NET Framework 4.6.1 and 4.7.2</Description>
1516
<PackageTags>SAML SAML 2.0 SAML2.0 SAML2 SAML 2 SAML-P SAMLP SSO Identity Provider (IdP) Relying Party (RP) Authentication Metadata OIOSAML NemLog-in ASP.NET MVC Core</PackageTags>
1617
<NeutralLanguage>en-US</NeutralLanguage>
1718
<PackageIconUrl>https://itfoxtec.com/favicon.ico</PackageIconUrl>
18-
<AssemblyVersion>4.1.0.0</AssemblyVersion>
19-
<FileVersion>4.1.0.0</FileVersion>
19+
<AssemblyVersion>4.1.1.0</AssemblyVersion>
20+
<FileVersion>4.1.1.0</FileVersion>
2021
<Copyright>Copyright © 2020</Copyright>
21-
<Version>4.1.0</Version>
22+
<Version>4.1.1</Version>
2223
<SignAssembly>true</SignAssembly>
2324
<AssemblyOriginatorKeyFile>ITfoxtec.SAML2.snk</AssemblyOriginatorKeyFile>
2425
<DelaySign>false</DelaySign>

src/ITfoxtec.Identity.Saml2/ITfoxtec.Identity.Saml2.csproj

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010
<Title>ITfoxtec Identity SAML 2.0</Title>
1111
<Description>The ITfoxtec.Identity.Saml2 package adds SAML-P support for both Identity Provider (IdP) and Relying Party (RP) on top of the SAML 2.0 functionality implemented in .NET.
1212

13-
Support .NET 5.0 and .NET Core 3.1 and .NET Standard 2.1 and .NET Framework 4.6.2, 4.7.2
13+
Support .NET 5.0
14+
Support .NET Core 3.1
15+
Support .NET Standard 2.1
16+
Support .NET Framework 4.6.2 and 4.7.2
1417

1518
Support message signing and validation (SHA1/SHA256/SHA384/SHA512) as well as encryption and decryption. Login, logout, single logout and metadata. Both SP Initiated and IdP Initiated sign on.
1619

@@ -20,10 +23,10 @@ Tested for compliance with AD FS, Azure AD and Azure AD B2C. Furthermore, the Da
2023
<PackageTags>SAML SAML 2.0 SAML2.0 SAML2 SAML 2 SAML-P SAMLP SSO Identity Provider (IdP) Relying Party (RP) Authentication Metadata OIOSAML NemLog-in</PackageTags>
2124
<NeutralLanguage>en-US</NeutralLanguage>
2225
<PackageIconUrl>https://itfoxtec.com/favicon.ico</PackageIconUrl>
23-
<AssemblyVersion>4.1.0.0</AssemblyVersion>
24-
<FileVersion>4.0.0.0</FileVersion>
26+
<AssemblyVersion>4.1.1.0</AssemblyVersion>
27+
<FileVersion>4.1.1.0</FileVersion>
2528
<Copyright>Copyright © 2020</Copyright>
26-
<Version>4.1.0</Version>
29+
<Version>4.1.1</Version>
2730
<SignAssembly>true</SignAssembly>
2831
<AssemblyOriginatorKeyFile>ITfoxtec.SAML2.snk</AssemblyOriginatorKeyFile>
2932
<DelaySign>false</DelaySign>

test/TestWebAppCore/wwwroot/css/site.min.css

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/TestWebAppCore/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css

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/TestWebAppCoreFramework/wwwroot/css/site.min.css

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/TestWebAppCoreFramework/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css

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)