Skip to content

Commit

Permalink
Set version to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-yagodin committed May 24, 2016
1 parent 1542e30 commit da44b8b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.8.0-alpha-1</ReleaseVersion>
<ReleaseVersion>0.8.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.8.0-alpha-1
version = 0.8.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.8.0-alpha-1</ReleaseVersion>
<ReleaseVersion>0.8.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

0 comments on commit da44b8b

Please sign in to comment.