diff --git a/.github/workflows/CI-Build.yml b/.github/workflows/CI-Build.yml
index 003d7ae..5f0097b 100644
--- a/.github/workflows/CI-Build.yml
+++ b/.github/workflows/CI-Build.yml
@@ -153,7 +153,8 @@ jobs:
${{ startsWith(github.head_ref, 'release/') }}
runs-on: ubuntu-latest
env:
- nuget-token: '${{ secrets.NUGET_API_KEY }}'
+ nuget-token: '${{ secrets.NUGET_API_KEY }}'
+ github-token: '${{ secrets.GH_Packages }}'
working-directory: /home/runner/work/Secure.SAML/Secure.SAML
steps:
- name: Step-01 Retrieve Build Artifacts
@@ -167,7 +168,7 @@ jobs:
curl \
-X POST \
-H "Accept:application/vnd.github+json" \
- -H "Authorization:token ${{ secrets.GITHUB_TOKEN }}" \
+ -H "Authorization:token ${{ env.github-token }}" \
https://api.github.com/ninjarocks/Secure.SAML/releases \
-d '{"tag_name":v${{ needs.Package-Artifacts.outputs.semVersion }},"target_commitish":"master","name":"Secure.SAML","body":"Relese version ${{ needs.Package.outputs.semVersion }}","draft":false,"prerelease":false,"generate_release_notes":false}'
diff --git a/GitVersion.yml b/GitVersion.yml
index 280505f..2f85197 100644
--- a/GitVersion.yml
+++ b/GitVersion.yml
@@ -1,4 +1,4 @@
-next-version: 2.0.0
+next-version: 3.0.0
tag-prefix: '[vV]'
mode: ContinuousDeployment
branches:
diff --git a/LICENSE b/LICENSE
index 94c90b9..03938ba 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2023 Ninja Sha!4h
+Copyright (c) 2024 Tech Ninja Labs
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/README.md b/README.md
index ed46df2..0a60884 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-# Secure.SAML v2.0.0
+# Secure.SAML v3.0.0
[![NuGet version](https://badge.fury.io/nu/Secure.SAML.svg)](https://badge.fury.io/nu/Secure.SAML) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/NinjaRocks/Secure.SAML/blob/master/License.md) [![CI](https://github.com/NinjaRocks/Secure.SAML/actions/workflows/CI-Build.yml/badge.svg)](https://github.com/NinjaRocks/Secure.SAML/actions/workflows/CI-Build.yml) [![GitHub Release](https://img.shields.io/github/v/release/ninjarocks/Secure.SAML?logo=github&sort=semver)](https://github.com/ninjarocks/Secure.SAML/releases/latest)
-[![CodeQL](https://github.com/NinjaRocks/Secure.SAML/actions/workflows/codeql.yml/badge.svg)](https://github.com/NinjaRocks/Secure.SAML/actions/workflows/codeql.yml) [![.Net 6.0](https://img.shields.io/badge/.Net%206.0-blue)](https://dotnet.microsoft.com/en-us/download/dotnet/6)
+[![CodeQL](https://github.com/NinjaRocks/Secure.SAML/actions/workflows/codeql.yml/badge.svg)](https://github.com/NinjaRocks/Secure.SAML/actions/workflows/codeql.yml) [![.Net](https://img.shields.io/badge/.Net-8.0-blue)](https://dotnet.microsoft.com/en-us/download/dotnet/8)
.Net library to generate signed SAML 2.0 Response for parameters below-
diff --git a/src/Secure.SAML/AssemblyInfo.cs b/src/Secure.SAML/AssemblyInfo.cs
index e4fa44e..187c326 100644
--- a/src/Secure.SAML/AssemblyInfo.cs
+++ b/src/Secure.SAML/AssemblyInfo.cs
@@ -11,15 +11,15 @@
using System;
using System.Reflection;
-[assembly: System.Reflection.AssemblyCompanyAttribute("Ninja.Sha!4H")]
+[assembly: System.Reflection.AssemblyCompanyAttribute("Tech Ninja Labs")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
-[assembly: System.Reflection.AssemblyCopyrightAttribute("2023")]
+[assembly: System.Reflection.AssemblyCopyrightAttribute("2024")]
[assembly: System.Reflection.AssemblyDescriptionAttribute(".Net library to generate signed SAML 2.0 Response.")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.5")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.5")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("3.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("Secure.SAML")]
[assembly: System.Reflection.AssemblyTitleAttribute("Secure.SAML")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.5")]
-[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/NinjaRocks/Secure.SAML")]
+[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0")]
+[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/TechNinjaLabs/Secure.SAML")]
// Generated by the MSBuild WriteCodeFragment class.
diff --git a/src/Secure.SAML/Secure.SAML.csproj b/src/Secure.SAML/Secure.SAML.csproj
index a66160f..143e151 100644
--- a/src/Secure.SAML/Secure.SAML.csproj
+++ b/src/Secure.SAML/Secure.SAML.csproj
@@ -1,7 +1,7 @@
- net6.0
+ net8.0
Library
disable
disable
@@ -11,27 +11,28 @@
true
true
Secure.SAML
- https://github.com/ninjarocks/Secure.SAML
+ https://github.com/techninjalabs/Secure.SAML
Secure.SAML
- © Copyright 2023 Ninja Sha!4h.
- NinjaCorp Ltd.
- https://github.com/ninjarocks/Secure.SAML
+ © Copyright 2024 Tech Ninja Labs.
+ Tech Ninja Labs
+ Tech Ninja Labs
+ https://github.com/techninjalabs/Secure.SAML
Secure.SAML
.Net library to generate signed SAML 2.0 Response.
SAML; SAML Response; SHA1 SAML; SHA256 SAML; SHA512 SAML; SAML Assertion;
- 1.0.5
- 2.0.0
+ 3.0.0
+ 3.0.0
ninja-icon-16.png
README.md
GIT
- Release Notes:
- .Net utility to create SAML 2.0 Response
+ v3.0.0 Release Notes: .net 8.0
+ .Net utility to create Signed SAML 2.0 Response
* Supported Signing Algorithms - SHA1, SHA256, SHA512
* Signs Assertion or Response.
* Outputs Base64 string or XMLDocument.
LICENSE
- 2.0.0
+ 3.0.0
False
diff --git a/tests/Secure.SAML.Tests/Secure.SAML.Tests.csproj b/tests/Secure.SAML.Tests/Secure.SAML.Tests.csproj
index b52e6ce..68f6829 100644
--- a/tests/Secure.SAML.Tests/Secure.SAML.Tests.csproj
+++ b/tests/Secure.SAML.Tests/Secure.SAML.Tests.csproj
@@ -1,7 +1,7 @@
- net6.0
+ net8.0
disable
disable
false