Skip to content

Commit bc68871

Browse files
committed
- Release PR v1.0.0
1 parent 156a40e commit bc68871

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/Master-CodeQL.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# the `language` matrix defined below to confirm you have the correct set of
1010
# supported CodeQL languages.
1111
#
12-
name: "Master-CodeQL"
12+
name: "master-codeQL"
1313

1414
on:
1515
push:

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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/Master-Build.yml/badge.svg)](https://github.com/CodeShayk/SAML2.Net/actions/workflows/Master-Build.yml)
3+
[![Build](https://github.com/CodeShayk/SAML2.Net/actions/workflows/Master-Build.yml/badge.svg)](https://github.com/CodeShayk/SAML2.Net/actions/workflows/Master-Build.yml)
44
[![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)
66
[![.Net 9.0](https://img.shields.io/badge/.Net-9.0-blue)](https://dotnet.microsoft.com/en-us/download/dotnet/9.0)
@@ -12,12 +12,12 @@
1212

1313
### Getting Started?
1414
#### i. Installation
15-
Install the latest version of SAML2.Net nuget package with command below.
15+
Install the latest version of `SAML2.Net` nuget package with command below.
1616

1717
```
1818
NuGet\Install-Package SAML2.Net
1919
```
20-
#### ii. Implementation: Using SAML2.Net
20+
#### ii. Implementation: Using `SAML2.Net`
2121

2222
You can use this .Net library to generate signed SAML 2.0 Response with following parameters below-
2323

0 commit comments

Comments
 (0)