Skip to content
This repository has been archived by the owner on Jun 23, 2021. It is now read-only.

Commit

Permalink
Update Version and installer
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidy committed Nov 7, 2019
1 parent 3d05443 commit 08d19c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion privacyIDEAADFSProvider/Install/Install-ADFSProvider.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if (!([System.Diagnostics.EventLog]::SourceExists("privacyIDEAProvider")))
Set-location "C:\Program Files\privacyIDEAProvider"
Gac-Util "C:\Program Files\privacyIDEAProvider\privacyIDEA-ADFSProvider.dll"

$typeName = "privacyIDEAADFSProvider.Adapter, privacyIDEA-ADFSProvider, Version=1.3.4.0, Culture=neutral, PublicKeyToken=bf6bdb60967d5ecc"
$typeName = "privacyIDEAADFSProvider.Adapter, privacyIDEA-ADFSProvider, Version=1.3.5.0, Culture=neutral, PublicKeyToken=bf6bdb60967d5ecc"
Register-AdfsAuthenticationProvider -TypeName $typeName -Name "privacyIDEA-ADFSProvider" -ConfigurationFilePath "C:\Program Files\privacyIDEAProvider\config.xml" -Verbose

Restart-Service adfssrv
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.3.4.0")]
[assembly: AssemblyFileVersion("1.3.4.0")]
[assembly: AssemblyVersion("1.3.5.0")]
[assembly: AssemblyFileVersion("1.3.5.0")]

0 comments on commit 08d19c0

Please sign in to comment.