Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

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 May 25, 2016
1 parent f219ad4 commit cd0f7ba
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Packaging/Packaging.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<OutputType>Library</OutputType>
<RootNamespace>Packaging</RootNamespace>
<AssemblyName>Packaging</AssemblyName>
<ReleaseVersion>0.4.0</ReleaseVersion>
<ReleaseVersion>0.5.0</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
4 changes: 1 addition & 3 deletions R7.DnnTemplates.sln
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ Global
{547A4374-1522-4E0F-B090-2287D80070DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{547A4374-1522-4E0F-B090-2287D80070DB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
version = 0.4.0
version = 0.5.0
EndGlobalSection
EndGlobal
3 changes: 1 addition & 2 deletions R7.DnnTemplates/DnnTemplates.addin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Addin id="R7.DnnTemplates" version="0.4.0" namespace="MonoDevelop">
<Addin id="R7.DnnTemplates" version="0.5.0" namespace="MonoDevelop">
<Header>
<Name>DNN Platform Templates &amp; Support</Name>
<Name locale="ru-RU">Шаблоны и поддержка для DNN Platform</Name>
<Category>Web Development</Category>
<Description>Templates for module, skin object and packaging projects for DNN Platform. Also provides syntax highlighting for DNN manifest files and SqlDataProvider scripts.</Description>
<Author>Roman M. Yagodin</Author>
Expand Down
2 changes: 1 addition & 1 deletion R7.DnnTemplates/R7.DnnTemplates.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<OutputType>Library</OutputType>
<RootNamespace>R7.DnnTemplates</RootNamespace>
<AssemblyName>R7.DnnTemplates</AssemblyName>
<ReleaseVersion>0.4.0</ReleaseVersion>
<ReleaseVersion>0.5.0</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>
Expand Down
6 changes: 3 additions & 3 deletions R7.DnnTemplates/releaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{{0.5.0}}
{{0.5.0, 2016-05-25}}
* Module and skinobject templates use R7.DotNetNuke.Extensions library (via NuGet).
* Fix AssemblyInfo created inside Properties/Properties folder.
* Move controller and settings classes to Components namespace/folder.
* Move POCO-class to Data namespace/folder.
* Namespace refactoring: Move controller and settings classes to Components namespace/folder.
* Namespace refactoring: Move POCO-class to Data namespace/folder.
* Add missing localization for section header in the settings module.

{{0.4.0, 2016-02-01}}
Expand Down

0 comments on commit cd0f7ba

Please sign in to comment.