Skip to content

Commit

Permalink
Set version to 0.5.0, update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-yagodin committed Mar 11, 2016
1 parent f33eee0 commit 3e2e78a
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 6 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.1</ReleaseVersion>
<ReleaseVersion>0.5.0</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.1
version = 0.5.0
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.1</ReleaseVersion>
<ReleaseVersion>0.5.0</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.01">
<package name="DotNetNuke.R7" type="Library" version="00.05.00">
<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
7 changes: 6 additions & 1 deletion DotNetNuke.R7/DotNetNuke.R7.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@
useful extension methods for webcontrols and strings, various utilities and some version-specific hacks.
</description>
<summary>DotNetNuke.R7 is a library for DNN Platform web CMS extensions development (NOT STABLE).</summary>
<releaseNotes>Add Dal2DataProvider, obsolete ControllerBase; Add ViewModelContext class.</releaseNotes>
<releaseNotes>
- Obsolete ExtendedModuleSettingsBase, ExtendedPortalModuleBase, EditModuleBase classes;
- Provide replacements for obsoleted classes (ModuleSettingsBase{TSettings}, PortalModuleBase{TSettings},
EditPortalModuleBase{TItem,TItemId}) in the DotNetNuke.R7.Entities.Modules namespace;
- Add generic ParseToNullable{T} method to TextUtils class.
</releaseNotes>
<copyright>Copyright 2014-2015 Roman M. Yagodin &lt;roman.yagodin@gmail.com&gt;</copyright>
<tags>DotNetNuke DNN</tags>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion DotNetNuke.R7/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion("0.4.0.*")]
[assembly: AssemblyVersion("0.5.0.*")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down
7 changes: 7 additions & 0 deletions DotNetNuke.R7/releaseNotes.htm
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<div style="white-space:normal">
<h3>Version 0.5.0</h3>
<ul>
<li>Obsolete ExtendedModuleSettingsBase, ExtendedPortalModuleBase, EditModuleBase classes.</li>
<li>Provide replacements for obsoleted classes (ModuleSettingsBase{TSettings}, PortalModuleBase{TSettings},
EditPortalModuleBase{TItem,TItemId}) in the DotNetNuke.R7.Entities.Modules namespace.</li>
<li>Add generic ParseToNullable{T} method to TextUtils class.</li>
</ul>
<h3>Version 0.4.1</h3>
<ul>
<li>Fix wrong namespace name for ViewModelContext class.</li>
Expand Down

0 comments on commit 3e2e78a

Please sign in to comment.