Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
donker committed Feb 22, 2017
1 parent 94b156f commit 3ad2e33
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
11 changes: 9 additions & 2 deletions DotNetNuke.Modules.Blog.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -618,8 +618,15 @@
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
<!-- <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" /> -->
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v14.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
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.04.00")>
<Assembly: AssemblyVersion("06.04.01")>

<Assembly: Guid("49cae2ac-30c7-45fe-8663-948e1543d8d3")>
<Assembly: AssemblyInformationalVersion("06.04.00")>
<Assembly: AssemblyFileVersion("06.04.00")>
<Assembly: AssemblyInformationalVersion("06.04.01")>
<Assembly: AssemblyFileVersion("06.04.01")>
6 changes: 6 additions & 0 deletions _Installation/Changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,10 @@
<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>
<release version="06.04.01">
<change type="Enhancement">Ability to specify whether to allow comments per module instance</change>
<change type="Enhancement">Add Twitter tags to page</change>
<change type="Fix">Better filter for querystring values</change>
<change type="Fix">Fix for issue with MarkdownMonster</change>
</release>
</changelog>

0 comments on commit 3ad2e33

Please sign in to comment.