Skip to content

Commit

Permalink
fix for DNNCommunity#36
Browse files Browse the repository at this point in the history
  • Loading branch information
sawest committed Mar 28, 2018
1 parent a605d78 commit aea66a9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ActiveDirectory.dnn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="DNN_ActiveDirectoryAuthentication" type="Auth_System" version="06.00.06">
<package name="DNN_ActiveDirectoryAuthentication" type="Auth_System" version="06.00.08">
<friendlyName>DNN_ActiveDirectoryAuthentication</friendlyName>
<description>The DotNetNuke Active Directory Authentication Project is an Authentication provider for DotNetNuke that uses the Windows
Active Directory authentication protocol to authenticate users.
Expand Down Expand Up @@ -33,7 +33,7 @@
<assembly>
<path>bin\Providers</path>
<name>DotNetNuke.Authentication.ActiveDirectory.dll</name>
<version>06.00.06</version>
<version>06.00.08</version>
</assembly>
<assembly>
<path>bin</path>
Expand Down
6 changes: 3 additions & 3 deletions AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Imports System.Runtime.InteropServices
'
' You can specify all the values or you can default the Build and Revision Numbers
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("06.00.06.2")>
' <Assembly: AssemblyVersion("06.00.08.1")>

<Assembly: AssemblyVersion("06.00.06.2")>
<Assembly: AssemblyFileVersion("06.00.06.2")>
<Assembly: AssemblyVersion("06.00.08.1")>
<Assembly: AssemblyFileVersion("06.00.08.1")>
Binary file modified Resources.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.0.6.2
6.0.8.1

0 comments on commit aea66a9

Please sign in to comment.