Skip to content

Commit

Permalink
Set version to 1.0.3, update release notes,
Browse files Browse the repository at this point in the history
set dependency version to DNN 7.2.0 (hope it have fixed DnnFilePickerUploader, not tested)
  • Loading branch information
roman-yagodin committed Oct 13, 2015
1 parent 0f2fe7b commit 2a519c0
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
3 changes: 1 addition & 2 deletions R7.MiniGallery.sln
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ Global
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = R7.MiniGallery\R7.MiniGallery.csproj
version = 1.0.2
version = 1.0.3
EndGlobalSection
EndGlobal
2 changes: 1 addition & 1 deletion R7.MiniGallery/R7.MiniGallery.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<OutputType>Library</OutputType>
<RootNamespace>R7.MiniGallery</RootNamespace>
<AssemblyName>R7.MiniGallery</AssemblyName>
<ReleaseVersion>1.0.2</ReleaseVersion>
<ReleaseVersion>1.0.3</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
4 changes: 2 additions & 2 deletions R7.MiniGallery/R7.MiniGallery.dnn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="R7.MiniGallery" type="Module" version="01.00.02">
<package name="R7.MiniGallery" type="Module" version="01.00.03">
<friendlyName>R7.MiniGallery</friendlyName>
<description>Simple image gallery with lightbox and automatic thumbnails support.</description>
<owner>
Expand All @@ -12,7 +12,7 @@
<license src="License.txt" />
<releaseNotes src="ReleaseNotes.txt" />
<dependencies>
<dependency type="CoreVersion">07.04.00</dependency>
<dependency type="CoreVersion">07.02.00</dependency>
</dependencies>
<components>
<component type="Module">
Expand Down
7 changes: 6 additions & 1 deletion R7.MiniGallery/ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<h3>Version 1.0.2</h3>
<h3>Version 1.0.3</h3>
<ul>
<li>No need to hack DnnFilePickerUploader anymore (tested on DNN 7.4.2).</li>
</ul>

<h3>Version 1.0.2</h3>
<ul>
<li>Fixed #8: Item / column width now set properly then ExpandColumns flag is set.</li>
<li>Fixed #9: Could not select Colorbox in module settings.</li>
Expand Down
2 changes: 1 addition & 1 deletion R7.MiniGallery/lib/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion("1.0.2.*")]
[assembly: AssemblyVersion("1.0.3.*")]

// 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

0 comments on commit 2a519c0

Please sign in to comment.