Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
donker committed Sep 11, 2014
1 parent 33a4c23 commit a925335
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DotNetNuke.Modules.Blog.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<Reference Include="System.Data" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Drawing" />
<Reference Include="System.Net.Http, Version=4.0.30319.18408 built by: FX451RTMGREL built by: FX451RTMGREL built by: FX451RTMGREL built by: FX451RTMGREL built by: FX451RTMGREL built by: FX451RTMGREL built by: FX451RTMGREL built by: FX451RTMGREL built by: FX451RTMGREL built by: FX451RTMGREL built by: FX451RTMGREL built by: FX451RTMGREL built by: FX451RTMGREL built by: FX451RTMGREL built by: FX451RTMGREL built by: FX451RTMGREL built by: FX451RTMGREL built by: FX451RTMGREL built by: FX45RTMREL built by: FX45RTMREL built by: FX45RTMREL built by: FX45RTMREL built by: FX45RTMREL, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<Reference Include="System.Net.Http, Version=4.0.30319.18408 built by: FX451RTMGREL built by: FX451RTMGREL built by: FX451RTMGREL built by: FX451RTMGREL built by: FX451RTMGREL built by: FX451RTMGREL built by: FX451RTMGREL built by: FX451RTMGREL built by: FX451RTMGREL built by: FX451RTMGREL built by: FX451RTMGREL built by: FX451RTMGREL built by: FX451RTMGREL built by: FX451RTMGREL built by: FX451RTMGREL built by: FX451RTMGREL built by: FX451RTMGREL built by: FX451RTMGREL built by: FX451RTMGREL built by: FX45RTMREL built by: FX45RTMREL built by: FX45RTMREL built by: FX45RTMREL built by: FX45RTMREL, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>_References\System.Net.Http.dll</HintPath>
<Private>False</Private>
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.00.09")>
<Assembly: AssemblyVersion("06.00.10")>

<Assembly: Guid("49cae2ac-30c7-45fe-8663-948e1543d8d3")>
<Assembly: AssemblyInformationalVersion("06.00.09")>
<Assembly: AssemblyFileVersion("06.00.09")>
<Assembly: AssemblyInformationalVersion("06.00.10")>
<Assembly: AssemblyFileVersion("06.00.10")>
3 changes: 3 additions & 0 deletions _Installation/Changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,7 @@
<release version="06.00.09">
<change type="Fix">Fixed module dropdown selector on the module settings control</change>
</release>
<release version="06.00.10">
<change type="Fix">Fixed issue with values for user fields (displayname, etc) not being rendered.</change>
</release>
</changelog>

0 comments on commit a925335

Please sign in to comment.