Skip to content

Commit

Permalink
Merge pull request #40 from valadas/version-update-6-6-0
Browse files Browse the repository at this point in the history
Brought back version to 6.6.0 since c# release will not be right now
  • Loading branch information
valadas authored Sep 23, 2018
2 parents fa50633 + b4a6470 commit ee3b061
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,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("07.00.00.12")>
<Assembly: AssemblyVersion("06.06.00.01")>

<Assembly: AssemblyFileVersion("07.00.00.00")>
<Assembly: AssemblyFileVersion("06.06.00.00")>
<Assembly: ComVisibleAttribute(False)>
4 changes: 2 additions & 2 deletions DotNetNuke.Modules.Feedback.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@
<Content Include="Installation\CleanUp\Cleanup.06.04.03.txt" />
<Content Include="Installation\DNN_Feedback.png" />
<Content Include="Installation\license.txt" />
<Content Include="Installation\ReleaseNotes\Release.07.00.00.htm" />
<Content Include="Installation\ReleaseNotes\Release.06.06.00.htm" />
<Content Include="Installation\ReleaseNotes\Release.06.05.01.htm" />
<Content Include="Installation\ReleaseNotes\Release.06.04.03.htm" />
<Content Include="Installation\ReleaseNotes\Release.06.04.01.htm" />
Expand All @@ -337,7 +337,7 @@
<DependentUpon>FeedbackLists.ascx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Content Include="Installation\TestCases\TestCases.07.00.00.txt" />
<Content Include="Installation\TestCases\TestCases.06.06.00.txt" />
<Content Include="Installation\TestCases\TestCases.06.05.01.txt" />
<Content Include="Installation\TestCases\TestCases.06.04.03.txt" />
<Content Include="Installation\TestCases\TestCases.06.04.01.txt" />
Expand Down
4 changes: 2 additions & 2 deletions Installation/DotNetNuke.Modules.Feedback.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_Feedback" type="Module" version="07.00.00">
<package name="DNN_Feedback" type="Module" version="06.06.00">
<friendlyName>Feedback</friendlyName>
<description>Feedback allows visitors to send messages to the Administrator of the portal and in an associated module, display published certain feedback or comment items after they have been approved for publication.</description>
<iconFile>DesktopModules\Feedback\DNN_Feedback.png</iconFile>
Expand All @@ -11,7 +11,7 @@
<email>[email protected]</email>
</owner>
<license src="License.txt"></license>
<releaseNotes src="Release.07.00.00.htm"></releaseNotes>
<releaseNotes src="Release.06.06.00.htm"></releaseNotes>
<azureCompatible>true</azureCompatible>
<dependencies>
<dependency type="CoreVersion">08.00.00</dependency>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<h2>DotNetNuke&reg; Feedback Module v. 07.00.00 -- RELEASE NOTES</h2>
<h2>DotNetNuke&reg; Feedback Module v. 06.06.00 -- RELEASE NOTES</h2>
<p>Requirements: DotNetNuke version 08.00.00 or later, ASP.Net 4.5.1 or later.</p>
<p>This release is a full rewrite of the module in C#.</p>
<h3>Bug Fixes</h3>
<ul>
<li>Fixed an error in the token help text that had a token of CreatedOnDate instead of DateCreated</li>
Expand Down
2 changes: 1 addition & 1 deletion _buildfiles/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.0.0.12
6.6.0.1

0 comments on commit ee3b061

Please sign in to comment.