Skip to content

Commit cd41d79

Browse files
authored
Update README.md
1 parent affea85 commit cd41d79

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
# <img src="https://github.com/CodeShayk/SAML2.Net/blob/master/images/ninja-icon-16.png" alt="ninja" style="width:30px;"/> SAML2.Net v1.0.0
22
[![NuGet version](https://badge.fury.io/nu/SAML2.Net.svg)](https://badge.fury.io/nu/SAML2.Net) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/NinjaRocks/SAML2.Net/blob/master/License.md)
3-
[![CI](https://github.com/CodeShayk/SAML2.Net/actions/workflows/CI-Build.yml/badge.svg)](https://github.com/CodeShayk/SAML2.Net/actions/workflows/CI-Build.yml)
4-
[![CodeQL](https://github.com/CodeShayk/SAML2.Net/actions/workflows/codeql.yml/badge.svg)](https://github.com/CodeShayk/SAML2.Net/actions/workflows/codeql.yml)
3+
[![CI](https://github.com/CodeShayk/SAML2.Net/actions/workflows/Master-Build.yml/badge.svg)](https://github.com/CodeShayk/SAML2.Net/actions/workflows/Master-Build.yml)
4+
[![CodeQL](https://github.com/CodeShayk/SAML2.Net/actions/workflows/Master-CodeQL.yml/badge.svg)](https://github.com/CodeShayk/SAML2.Net/actions/workflows/Master-CodeQL.yml)
55
[![GitHub Release](https://img.shields.io/github/v/release/ninjarocks/SAML2.Net?logo=github&sort=semver)](https://github.com/ninjarocks/SAML2.Net/releases/latest)
6-
[![.Net](https://img.shields.io/badge/.Net-8.0-blue)](https://dotnet.microsoft.com/en-us/download/dotnet/8)
6+
[![.Net 9.0](https://img.shields.io/badge/.Net-9.0-blue)](https://dotnet.microsoft.com/en-us/download/dotnet/9.0)
7+
[![.Net Framework 4.6.4](https://img.shields.io/badge/.Net-4.6.4-blue)](https://dotnet.microsoft.com/en-us/download/dotnet-framework/net46)
8+
[![.Net Standard 2.0](https://img.shields.io/badge/.NetStandard-2.0-blue)](https://github.com/dotnet/standard/blob/v2.0.0/docs/versions/netstandard2.0.md)
79

8-
## SAML2.Net is a .Net library to generate signed SAML 2.0 Response
10+
11+
## .Net utility library to generate signed SAML 2.0 Response
912

1013
### Getting Started?
1114
#### i. Installation
12-
Install the latest version of SEcure.SAML2 nuget package with command below.
15+
Install the latest version of SAML2.Net nuget package with command below.
1316

1417
```
1518
NuGet\Install-Package SAML2.Net

0 commit comments

Comments
 (0)