Skip to content

Commit

Permalink
Bump version to 0.10.0, update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-yagodin committed Jan 24, 2017
1 parent c27deaf commit 4f91b89
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<RootNamespace>R7.DotNetNuke.Extensions.Tests</RootNamespace>
<AssemblyName>R7.DotNetNuke.Extensions.Tests</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<ReleaseVersion>0.10.0-beta5</ReleaseVersion>
<ReleaseVersion>0.10.0</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 1 addition & 1 deletion R7.DotNetNuke.Extensions.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.10.0-beta5
version = 0.10.0
EndGlobalSection
EndGlobal
2 changes: 1 addition & 1 deletion R7.DotNetNuke.Extensions/R7.DotNetNuke.Extensions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<RootNamespace>R7.DotNetNuke.Extensions</RootNamespace>
<AssemblyName>R7.DotNetNuke.Extensions</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<ReleaseVersion>0.10.0-beta5</ReleaseVersion>
<ReleaseVersion>0.10.0</ReleaseVersion>
<Description>R7.DotNetNuke.Extensions 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 R7.DotNetNuke.Extensions/R7.DotNetNuke.Extensions.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<description>R7.DotNetNuke.Extensions (formerly 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, useful extension methods for webcontrols and strings, various utilities and even some DNN version-specific hacks.</description>
<summary>R7.DotNetNuke.Extensions is a library for DNN Platform web CMS extensions development (NOT STABLE).</summary>
<releaseNotes>https://github.com/roman-yagodin/R7.DotNetNuke.Extensions/blob/master/R7.DotNetNuke.Extensions/releaseNotes.htm</releaseNotes>
<copyright>Copyright 2014-2016 Roman M. Yagodin &lt;[email protected]&gt;</copyright>
<copyright>Copyright 2014-2017 Roman M. Yagodin &lt;[email protected]&gt;</copyright>
<tags>DotNetNuke DNN</tags>
<dependencies>
<dependency id="DotNetNuke.Core" version="8.0.4.226" />
Expand Down
10 changes: 10 additions & 0 deletions R7.DotNetNuke.Extensions/releaseNotes.htm
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<div style="white-space:normal">

<h3>Version 0.10.0</h3>
<ul>
<li>Obsolete SettingsWrapper class (have issues with DNN 8+).</li>
<li>Module base classes refactored to make use of SettingsRepository. Settings classes must be updated!</li>
<li>Simplify ViewModelContext&lt;TSettings&gt; - remove cstors, use only externally-created settings object.</li>
<li>Fix wrong namespace names for classes in ControlExtensions.</li>
<li>Add UrlHelper static class with GetCancelUrl() and IsInPopup() methods.</li>
<li>EditPortalModuleBase now close popup on cancel w/o reloading a page in popup mode.</li>
</ul>

<h3>Version 0.9.0</h3>
<ul>
<li>The minimum required DNN version is v8.0.4 now.</li>
Expand Down

0 comments on commit 4f91b89

Please sign in to comment.