From 9b3e5c52ed9d5df9e93ee4e27b2813f224708c01 Mon Sep 17 00:00:00 2001 From: Ninja Date: Sun, 17 Aug 2025 00:05:12 +0100 Subject: [PATCH 1/4] - Release v4.5.0 --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 56ad801..4fa005c 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Install the latest version of `Secure.SAML` nuget package with command below. ``` -NuGet\Install-Package Secure.SAML + Install-Package Secure.SAML ``` #### ii. Implementation: Using `Secure.SAML` @@ -136,12 +136,6 @@ If you are having problems, please let me know by [raising a new issue](https:// This project is licensed with the [MIT license](LICENSE). -## Version History -The main branch is now on .NET 9.0. -| Version | Release Notes | -| -------- | --------| -| [`v1.0.0`](https://github.com/CodeShayk/Secure.SAML/tree/release/v1.0.0) | [Notes](https://github.com/CodeShayk/Secure.SAML/releases/tag/v1.0.0) | - ## Credits Thank you for reading. Please fork, explore, contribute and report. Happy Coding !! :) From e54782f48cee41c8ee691665d450a066acffd520 Mon Sep 17 00:00:00 2001 From: Ninja Date: Sun, 17 Aug 2025 00:16:07 +0100 Subject: [PATCH 2/4] - Removed unwanted using statements --- src/Secure.SAML/Signing/ISamlSignerFactory.cs | 2 -- src/Secure.SAML/Signing/SamlSignerFactory.cs | 2 -- src/Secure.SAML/v2/SAML.cs | 1 - src/Secure.SAML/v2/SamlExtensions.cs | 1 - 4 files changed, 6 deletions(-) diff --git a/src/Secure.SAML/Signing/ISamlSignerFactory.cs b/src/Secure.SAML/Signing/ISamlSignerFactory.cs index 1ce1aca..6fbf5e8 100644 --- a/src/Secure.SAML/Signing/ISamlSignerFactory.cs +++ b/src/Secure.SAML/Signing/ISamlSignerFactory.cs @@ -1,5 +1,3 @@ -using Secure.SAML; - namespace Secure.SAML.Signing { internal interface ISamlSignerFactory diff --git a/src/Secure.SAML/Signing/SamlSignerFactory.cs b/src/Secure.SAML/Signing/SamlSignerFactory.cs index 6bba8cb..44e1d77 100644 --- a/src/Secure.SAML/Signing/SamlSignerFactory.cs +++ b/src/Secure.SAML/Signing/SamlSignerFactory.cs @@ -1,8 +1,6 @@ using System; using System.Collections.Generic; using System.Security.Cryptography.X509Certificates; -using Secure.SAML.Signing; -using Secure.SAML; namespace Secure.SAML.Signing { diff --git a/src/Secure.SAML/v2/SAML.cs b/src/Secure.SAML/v2/SAML.cs index ec9c918..8daa270 100644 --- a/src/Secure.SAML/v2/SAML.cs +++ b/src/Secure.SAML/v2/SAML.cs @@ -4,7 +4,6 @@ using System.Security.Cryptography.X509Certificates; using System.Text; using System.Xml; -using Secure.SAML.v2; using Secure.SAML.Signing; namespace Secure.SAML.v2 diff --git a/src/Secure.SAML/v2/SamlExtensions.cs b/src/Secure.SAML/v2/SamlExtensions.cs index e677b43..a67da4f 100644 --- a/src/Secure.SAML/v2/SamlExtensions.cs +++ b/src/Secure.SAML/v2/SamlExtensions.cs @@ -3,7 +3,6 @@ using System.Text; using System.Xml; using System.Xml.Serialization; -using Secure.SAML.v2; namespace Secure.SAML.v2 { From 355dab85dab1703eed56f34c7468d41c5e860e9c Mon Sep 17 00:00:00 2001 From: Najaf Shaikh Date: Sun, 17 Aug 2025 00:18:29 +0100 Subject: [PATCH 3/4] Update README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Najaf Shaikh --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fa005c..6acda6b 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Install the latest version of `Secure.SAML` nuget package with command below. ``` - Install-Package Secure.SAML + Install-Package Secure.SAML ``` #### ii. Implementation: Using `Secure.SAML` From 8ac527d6253bcb073cd3df9f59934a94d4acc7fe Mon Sep 17 00:00:00 2001 From: Ninja Date: Sun, 17 Aug 2025 00:21:01 +0100 Subject: [PATCH 4/4] - Fixed release version --- GitVersion.yml | 2 +- src/Secure.SAML/v2/Xsds/xenc-core-schema.xsd | 88 ++++---- .../v2/Xsds/xmldsig-core-schema.xsd | 206 +++++++++--------- 3 files changed, 148 insertions(+), 148 deletions(-) diff --git a/GitVersion.yml b/GitVersion.yml index 656697c..483fb05 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -1,4 +1,4 @@ -next-version: 1.0.0 +next-version: 4.5.0 tag-prefix: '[vV]' mode: ContinuousDeployment branches: diff --git a/src/Secure.SAML/v2/Xsds/xenc-core-schema.xsd b/src/Secure.SAML/v2/Xsds/xenc-core-schema.xsd index 55030ac..e5dae89 100644 --- a/src/Secure.SAML/v2/Xsds/xenc-core-schema.xsd +++ b/src/Secure.SAML/v2/Xsds/xenc-core-schema.xsd @@ -17,58 +17,58 @@ elementFormDefault='qualified'> + schemaLocation='http://www.w3.org/TR/2002/REC-xmldsig-core-20020212/xmldsig-core-schema.xsd' /> - - - + minOccurs='0' /> + + + - - - - + + + + - - - + + + - + - + - + - - + + - + - + - + - + - + @@ -78,30 +78,30 @@ - + - - + + + use='optional' /> - + - + - - - + + + - + @@ -109,34 +109,34 @@ - - + + - + - + - + - + - + - + - + - - - + + + \ No newline at end of file diff --git a/src/Secure.SAML/v2/Xsds/xmldsig-core-schema.xsd b/src/Secure.SAML/v2/Xsds/xmldsig-core-schema.xsd index 5b6f2de..14b58c7 100644 --- a/src/Secure.SAML/v2/Xsds/xmldsig-core-schema.xsd +++ b/src/Secure.SAML/v2/Xsds/xmldsig-core-schema.xsd @@ -39,164 +39,164 @@ - + - - - - + + + + - + - + - + - + - - - + + + - + - + - + - + - + - - + + - + - + - - - + + + - - - + + + - + - + - + - + - + - + - + - + - + - + - + - + - - - - - - - - + + + + + + + + - + - - + + - + - - - + + + - + - + - - + + - + - - - - - - + + + + + + - - + + @@ -204,19 +204,19 @@ - + - - + + + maxOccurs="unbounded" /> - + + maxOccurs="unbounded" /> @@ -225,11 +225,11 @@ - + - - + + @@ -239,40 +239,40 @@ - + - + - - - + + + - + - + - + - + - + - + - + - + - - + + @@ -280,33 +280,33 @@ - + - + - - + + - - - + + + - - + + - + - - + +