Skip to content

Commit

Permalink
set version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsbehlen committed Aug 25, 2022
1 parent 4994d93 commit eb6e46c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions privacyIDEAADFSProvider/Adapter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
using System.Diagnostics;
using System.DirectoryServices.AccountManagement;
using System.IO;
using System.Linq;
using System.Net;
using Claim = System.Security.Claims.Claim;

Expand Down Expand Up @@ -35,6 +36,7 @@ public IAuthenticationAdapterMetadata Metadata
return meta;
}
}

/// <summary>
/// Initiates a new authentication process and returns our form to the AD FS system.
/// </summary>
Expand Down
4 changes: 2 additions & 2 deletions privacyIDEAADFSProvider/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]

0 comments on commit eb6e46c

Please sign in to comment.