Skip to content

Commit

Permalink
Update release notes, set version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-yagodin committed Nov 24, 2014
1 parent 080c37e commit 1889193
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Packages/Packages.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<OutputType>Library</OutputType>
<RootNamespace>Packages</RootNamespace>
<AssemblyName>Packages</AssemblyName>
<ReleaseVersion>1.0.0</ReleaseVersion>
<ReleaseVersion>1.0.1</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
4 changes: 2 additions & 2 deletions Packages/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.00">
<package name="R7.MiniGallery" type="Module" version="01.00.01">
<friendlyName>R7.MiniGallery</friendlyName>
<description>Simple image gallery with lightbox and automatic thumbnails support.</description>
<owner>
Expand Down Expand Up @@ -94,7 +94,7 @@
</script>
<script type="UnInstall">
<name>SqlDataProvider\Uninstall.SqlDataProvider</name>
<version>01.00.00</version>
<version>01.00.01</version>
</script>
</scripts>
</component>
Expand Down
16 changes: 9 additions & 7 deletions Packages/ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<!--
<h3>Version 01.00.01</h3>
<p>This is the stabilization release for 01.00.00.</p>
<h3>Version 1.0.1</h3>
<p>This is the stabilization release for 1.0.0.</p>
<ul>
<li>Added new feature.</li>
<li>Fixed bug.</li>
<li>Added ext param to the imagehandler URL to help external services to recognize images.</li>
<li>Image alt or title now interchangable, if only one is specified.</li>
<li>Implemented #7: Use module title in autogenerated alt's.</li>
<li>Item index is used in autogenerated alt's instead of ImageID.</li>
<li>Setting image width / height reworked.</li>
<li>BulkAdd: A numbers in filename now used to set default sorting index.</li>
</ul>
-->

<h3>Version 01.00.00</h3>
<h3>Version 1.0.0</h3>
<p>This is the initial release.</p>
2 changes: 1 addition & 1 deletion R7.MiniGallery.sln
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ Global
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = R7.MiniGallery\R7.MiniGallery.csproj
version = 1.0.0
version = 1.0.1
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.0</ReleaseVersion>
<ReleaseVersion>1.0.1</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
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.0.*")]
[assembly: AssemblyVersion("1.0.1.*")]

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

Please sign in to comment.