Skip to content

Commit

Permalink
Fix wrong namespace name for ViewModelContent class
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-yagodin committed Mar 9, 2016
1 parent 49a7a6b commit 5ace16d
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DotNetNuke.R7.Tests/DotNetNuke.R7.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<RootNamespace>DotNetNuke.R7.Tests</RootNamespace>
<AssemblyName>DotNetNuke.R7.Tests</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<ReleaseVersion>0.4.0</ReleaseVersion>
<ReleaseVersion>0.4.1</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 1 addition & 1 deletion DotNetNuke.R7.sln
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ Global
$2.inheritsSet = Mono
$2.inheritsScope = text/x-csharp
$2.scope = text/x-csharp
version = 0.4.0
version = 0.4.1
EndGlobalSection
EndGlobal
2 changes: 1 addition & 1 deletion DotNetNuke.R7/DotNetNuke.R7.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<RootNamespace>DotNetNuke.R7</RootNamespace>
<AssemblyName>DotNetNuke.R7</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<ReleaseVersion>0.4.0</ReleaseVersion>
<ReleaseVersion>0.4.1</ReleaseVersion>
<Description>DotNetNuke.R7 is a library for DNN Platform web CMS extensions development (primarily, modules). It includes DAL2-based generic controller, a set of base classes for modules and settings, useful extension methods for webcontrols and strings, various utilities and some version-specific hacks.</Description>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down
2 changes: 1 addition & 1 deletion DotNetNuke.R7/DotNetNuke.R7.dnn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="DotNetNuke.R7" type="Library" version="00.04.00">
<package name="DotNetNuke.R7" type="Library" version="00.04.01">
<friendlyName>DotNetNuke.R7</friendlyName>
<description>DotNetNuke.R7 is a library for DNN Platform web CMS extensions development (primarily, modules).
It includes DAL2-based generic controller, a set of base classes for modules and settings,
Expand Down
2 changes: 1 addition & 1 deletion DotNetNuke.R7/ViewModels/ViewModelContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
using System.Web.UI;
using DotNetNuke.UI.Modules;

namespace R7.University
namespace DotNetNuke.R7
{
public class ViewModelContext
{
Expand Down
4 changes: 4 additions & 0 deletions DotNetNuke.R7/releaseNotes.htm
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<div style="white-space:normal">
<h3>Version 0.4.1</h3>
<ul>
<li>Fix wrong namespace name for ViewModelContext class.</li>
</ul>
<h3>Version 0.4.0</h3>
<ul>
<li>Add Dal2DataProvider, obsolete ControllerBase.</li>
Expand Down

0 comments on commit 5ace16d

Please sign in to comment.