Skip to content

Commit ea8c607

Browse files
committed
Bump version
1 parent df5bb09 commit ea8c607

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

Deploy/Deploy.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<RootNamespace>Deploy</RootNamespace>
99
<AssemblyName>Deploy</AssemblyName>
1010
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
11-
<ReleaseVersion>0.14.1</ReleaseVersion>
11+
<ReleaseVersion>0.14.2</ReleaseVersion>
1212
</PropertyGroup>
1313
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1414
<DebugSymbols>true</DebugSymbols>

R7.Dnn.Extensions.Benchmarks/R7.Dnn.Extensions.Benchmarks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<RootNamespace>R7.Dnn.Extensions.Benchmarks</RootNamespace>
99
<AssemblyName>R7.Dnn.Extensions.Benchmarks</AssemblyName>
1010
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
11-
<ReleaseVersion>0.14.1</ReleaseVersion>
11+
<ReleaseVersion>0.14.2</ReleaseVersion>
1212
</PropertyGroup>
1313
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1414
<DebugSymbols>true</DebugSymbols>

R7.Dnn.Extensions.Tests/R7.Dnn.Extensions.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<RootNamespace>R7.Dnn.Extensions.Tests</RootNamespace>
1010
<AssemblyName>R7.Dnn.Extensions.Tests</AssemblyName>
1111
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
12-
<ReleaseVersion>0.14.1</ReleaseVersion>
12+
<ReleaseVersion>0.14.2</ReleaseVersion>
1313
</PropertyGroup>
1414
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1515
<DebugSymbols>true</DebugSymbols>

R7.Dnn.Extensions.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,6 @@ Global
8282
$2.SpaceBeforeColonInBaseTypeDeclaration = False
8383
$0.StandardHeader = $3
8484
$3.Text = @\n ${FileName}\n \n Author:\n ${AuthorName} <${AuthorEmail}>\n \n Copyright (c) ${Year} ${CopyrightHolder}\n\n This program is free software: you can redistribute it and/or modify\n it under the terms of the GNU Lesser General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU Lesser General Public License for more details.\n\n You should have received a copy of the GNU Lesser General Public License\n along with this program. If not, see <http://www.gnu.org/licenses/>.
85-
version = 0.14.1
85+
version = 0.14.2
8686
EndGlobalSection
8787
EndGlobal

R7.Dnn.Extensions/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
1818
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
1919

20-
[assembly: AssemblyVersion("0.14.1.*")]
21-
[assembly: AssemblyInformationalVersion ("0.14.1")]
20+
[assembly: AssemblyVersion("0.14.2.*")]
21+
[assembly: AssemblyInformationalVersion ("0.14.2")]
2222

2323
// The following attributes are used to specify the signing key for the assembly,
2424
// if desired. See the Mono documentation for more information about signing.

R7.Dnn.Extensions/R7.Dnn.Extensions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<RootNamespace>R7.Dnn.Extensions</RootNamespace>
99
<AssemblyName>R7.Dnn.Extensions</AssemblyName>
1010
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
11-
<ReleaseVersion>0.14.1</ReleaseVersion>
11+
<ReleaseVersion>0.14.2</ReleaseVersion>
1212
<Description>R7.Dnn.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>
1313
</PropertyGroup>
1414
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

R7.Dnn.Extensions/R7.Dnn.Extensions.dnn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<dotnetnuke type="Package" version="5.0">
22
<packages>
3-
<package name="R7.Dnn.Extensions" type="Library" version="00.14.01">
3+
<package name="R7.Dnn.Extensions" type="Library" version="00.14.02">
44
<friendlyName>R7.Dnn.Extensions</friendlyName>
55
<description>R7.Dnn.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, useful extension methods for webcontrols and strings, various utilities and even some DNN version-specific hacks.</description>
66
<owner>

0 commit comments

Comments
 (0)