Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
dina-heidar committed Apr 27, 2023
1 parent 1c4c540 commit 31db683
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/saml2.authentication/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ This is a dotnet tool when to added, it can authenticate and logout using SAML2.

The tools will add authentication middleware to the request pipeline.

Click here for [documentation](https://saml2-documentation.readthedocs.io/en/latest/getting-started/)
Click here for [documentation](https://saml2-authentication.readthedocs.io/en/latest/getting-started/)
10 changes: 5 additions & 5 deletions src/saml2.authentication/saml2.authentication.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@
<PackageTags>authentication;dotnet;security;saml2;.NETCore;SSO;SLO;.NET;identity;aspnetcore</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Version>6.1.1</Version>
<AssemblyVersion>6.1.1.0</AssemblyVersion>
<FileVersion>6.1.1.0</FileVersion>
<Version>6.1.2</Version>
<AssemblyVersion>6.1.2.0</AssemblyVersion>
<FileVersion>6.1.2.0</FileVersion>
<PackageIcon>images\icon_128x128.png</PackageIcon>
<InformationalVersion>This is a release package</InformationalVersion>
<Authors>Dina Heidar</Authors>
<Company></Company>
<Product>Saml2.Authentication</Product>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://saml2-documentation.readthedocs.io/en/latest/getting-started</PackageProjectUrl>
<PackageProjectUrl>https://saml2-authentication.readthedocs.io/en/latest/getting-started</PackageProjectUrl>
<RepositoryUrl>https://github.com/dina-heidar/saml2-authentication</RepositoryUrl>
<NeutralLanguage>en</NeutralLanguage>
<PackageReleaseNotes>Documentation site</PackageReleaseNotes>
<PackageReleaseNotes>Fixed generate metadata file bug</PackageReleaseNotes>
<RepositoryType>Git</RepositoryType>
<Title>Saml2.Authentication</Title>
<Copyright>Copyright Dina Heidar</Copyright>
Expand Down

0 comments on commit 31db683

Please sign in to comment.