Skip to content

Commit

Permalink
Adjusting of packaged texts and build
Browse files Browse the repository at this point in the history
  • Loading branch information
donker committed Aug 19, 2016
1 parent c5b82b1 commit cee9441
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 3 additions & 2 deletions DotNetNuke.Modules.Blog.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,9 @@
<HintPath>_References\System.Web.Http.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\..\bin\System.Web.Mvc.dll</HintPath>
<Reference Include="System.Web.Mvc, Version=5.1.20821.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>_References\System.Web.Mvc.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System.Web.Routing" />
Expand Down
6 changes: 3 additions & 3 deletions My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ 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.03.00")>
<Assembly: AssemblyVersion("06.04.00")>

<Assembly: Guid("49cae2ac-30c7-45fe-8663-948e1543d8d3")>
<Assembly: AssemblyInformationalVersion("06.03.00")>
<Assembly: AssemblyFileVersion("06.03.00")>
<Assembly: AssemblyInformationalVersion("06.04.00")>
<Assembly: AssemblyFileVersion("06.04.00")>
7 changes: 7 additions & 0 deletions _Installation/Changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,11 @@
<release version="06.03.00">
<change type="Enhancement">Release for DNN 8</change>
</release>
<release version="06.04.00">
<change type="Enhancement">New default template</change>
<change type="New Feature">If you post using WLW and you start with a picture it will be the post image</change>
<change type="Enhancement">BlogML im/export now using zipped xml</change>
<change type="Enhancement">BlogML enhancement to facilitate transfer of blog image</change>
<change type="Fix">Various fixes. Check the Github history for details.</change>
</release>
</changelog>
4 changes: 2 additions & 2 deletions _Installation/ReleaseNotes/Notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ <h1>Release Notes for DNN Blog</h1>
<h2>Requirements</h2>
<p>
<ul>
<li>SQL 2005 or higher</li>
<li>DotNetNuke 7.1.2 or higher</li>
<li>SQL 2008 or higher</li>
<li>DotNetNuke 8.0.0 or higher</li>
</ul>
</p>

2 changes: 1 addition & 1 deletion _Installation/license.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<h3>License</h3>
<p class="Owner">
DNN Connect <a href="http://dnn-connect.org">http://dnn-connect.org</a></br>
Copyright (c) 2015</br>
Copyright (c) 2016</br>
by DNN Connect</br>
</p>
<p>
Expand Down

0 comments on commit cee9441

Please sign in to comment.