Skip to content
This repository has been archived by the owner on Feb 12, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
vmasanas committed Mar 1, 2015
2 parents 1c33443 + 59484db commit 6591029
Show file tree
Hide file tree
Showing 18 changed files with 495 additions and 1,153 deletions.
4 changes: 2 additions & 2 deletions AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("01.02.02")>
<Assembly: AssemblyFileVersion("01.02.02")>
<Assembly: AssemblyVersion("01.03.00")>
<Assembly: AssemblyFileVersion("01.03.00")>
7 changes: 6 additions & 1 deletion Connect_AccountRegistration.dnn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="Connect AccountRegistrationForm" type="Module" version="01.02.02">
<package name="Connect AccountRegistrationForm" type="Module" version="01.03.00">
<friendlyName>Connect: AccountRegistration</friendlyName>
<description>A community module that handles account registrations and login in DNN</description>
<iconFile>Desktopmodules/Connect/AccountRegistration/Images/icnModule.png</iconFile>
Expand All @@ -27,6 +27,11 @@
<name>01.00.00.SqlDataProvider</name>
<version>01.00.00</version>
</script>
<script type="Install">
<path>Providers\DataProviders\SqlDataProvider</path>
<name>01.03.00.SqlDataProvider</name>
<version>01.03.00</version>
</script>
<script type="UnInstall">
<path>Providers\DataProviders\SqlDataProvider</path>
<name>Uninstall.SqlDataProvider</name>
Expand Down
8 changes: 2 additions & 6 deletions Connect_AccountRegistration.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -139,16 +139,12 @@
<None Include="BuildScripts\MSBuild.Community.Tasks.Targets" />
<None Include="Connect_AccountRegistration.dnn" />
<Content Include="Templates.ascx" />
<Content Include="Templates\Connect\Email.Admin.txt" />
<Content Include="Templates\Connect\Email.User.Private.txt" />
<Content Include="Templates\Connect\Email.User.txt" />
<Content Include="Templates\Connect\Email.User.Verified.txt" />
<Content Include="Templates\Connect\Form.txt" />
<Content Include="Templates\Default\Email.Admin.txt" />
<Content Include="Templates\Default\Email.User.Private.txt" />
<Content Include="Templates\Default\Email.User.txt" />
<Content Include="Templates\Default\Email.User.Verified.txt" />
<None Include="Providers\DataProviders\SqlDataProvider\01.00.00.SqlDataProvider" />
<Content Include="Providers\DataProviders\SqlDataProvider\01.03.00.SqlDataProvider" />
<None Include="Providers\DataProviders\SqlDataProvider\Uninstall.SqlDataProvider" />
</ItemGroup>
<ItemGroup>
Expand Down Expand Up @@ -178,7 +174,7 @@
<VisualStudio>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
<WebProjectProperties>
<UseIIS>True</UseIIS>
<UseIIS>False</UseIIS>
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>62597</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
Expand Down
Loading

0 comments on commit 6591029

Please sign in to comment.