Skip to content

Commit 09e6bd8

Browse files
authored
Merge pull request #382 from WillStrohl/tasks/03.06.00-release-prep
Release 03.06.00
2 parents 8fc42f8 + 252e17e commit 09e6bd8

File tree

12 files changed

+65
-47
lines changed

12 files changed

+65
-47
lines changed

Build.proj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212

1313
<!-- Version Number -->
1414
<PropertyGroup Condition=" '$(BUILD_NUMBER)' == '' ">
15-
<Version>03.05.00</Version>
15+
<Version>03.06.00</Version>
1616
<FileVersion>01.00.00</FileVersion>
1717
<InformationalVersion>01.00.00</InformationalVersion>
1818
</PropertyGroup>
1919

2020
<PropertyGroup Condition=" '$(BUILD_NUMBER)' != '' ">
2121
<!-- Build Server Number -->
22-
<Version>03.05.00</Version>
22+
<Version>03.06.00</Version>
2323
<FileVersion>$(BUILD_NUMBER)</FileVersion>
2424
<InformationalVersion>$(BUILD_NUMBER)</InformationalVersion>
2525
</PropertyGroup>

CommonAssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
[assembly: CLSCompliant(false)]
1212
[assembly: ComVisible(false)]
1313

14-
[assembly: AssemblyVersion("3.05.00")]
14+
[assembly: AssemblyVersion("3.06.00")]
1515
[assembly: AssemblyDelaySign(false)]
1616
[assembly: AssemblyKeyFile("")]
1717
[assembly: AssemblyKeyName("")]
-512 Bytes
Binary file not shown.
-4.5 KB
Binary file not shown.
0 Bytes
Binary file not shown.
-3 KB
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

GlobalAssemblyInfo.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,25 @@
88
// </auto-generated>
99
//------------------------------------------------------------------------------
1010

11-
[assembly: System.Reflection.AssemblyCopyright("Copyright © 2020. All rights reserved.")]
11+
[assembly: System.Reflection.AssemblyInformationalVersion("01.00.00")]
1212
[assembly: System.Reflection.AssemblyConfiguration("Release")]
13-
[assembly: System.Reflection.AssemblyVersion("03.05.00")]
13+
[assembly: System.Reflection.AssemblyCopyright("Copyright © 2021. All rights reserved.")]
1414
[assembly: System.Reflection.AssemblyFileVersion("01.00.00")]
15-
[assembly: System.Reflection.AssemblyInformationalVersion("01.00.00")]
15+
[assembly: System.Reflection.AssemblyVersion("03.06.00")]
1616

1717

1818

1919
internal sealed partial class ThisAssembly {
2020

21-
internal const string AssemblyCopyright = "Copyright © 2020. All rights reserved.";
21+
internal const string AssemblyInformationalVersion = "01.00.00";
2222

2323
internal const string AssemblyConfiguration = "Release";
2424

25-
internal const string AssemblyVersion = "03.05.00";
25+
internal const string AssemblyCopyright = "Copyright © 2021. All rights reserved.";
2626

2727
internal const string AssemblyFileVersion = "01.00.00";
2828

29-
internal const string AssemblyInformationalVersion = "01.00.00";
29+
internal const string AssemblyVersion = "03.06.00";
3030

3131
private ThisAssembly() {
3232
}

Website/DesktopModules/Hotcakes/Hotcakes.dnn

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<dotnetnuke type="Package" version="5.0">
22
<packages>
3-
<package name="Hotcakes.Core" type="Library" version="03.05.00">
3+
<package name="Hotcakes.Core" type="Library" version="03.06.00">
44
<friendlyName>Hotcakes Commerce</friendlyName>
55
<description><![CDATA[Hotcakes Commerce will give your company the control it needs to create and manage your e-commerce site.]]></description>
66
<iconFile>~/DesktopModules/Hotcakes/Core/Images/hcc-logo.png</iconFile>
@@ -58,7 +58,7 @@
5858
<attributes>
5959
<businessControllerClass>Hotcakes.Modules.Core.HotcakesController, Hotcakes.Modules</businessControllerClass>
6060
<desktopModuleID>[DESKTOPMODULEID]</desktopModuleID>
61-
<upgradeVersionsList>01.00.00,01.00.07,01.05.00,01.06.00,01.07.00,01.08.00,01.09.00,01.10.00,02.00.00,02.00.01,02.00.02,02.00.03,02.00.04,02.00.05,02.00.06,03.00.00,03.00.01,03.01.00,03.02.00,03.02.01,03.02.02,03.02.03,03.03.00,03.04.00,03.04.01,03.05.00</upgradeVersionsList>
61+
<upgradeVersionsList>01.00.00,01.00.07,01.05.00,01.06.00,01.07.00,01.08.00,01.09.00,01.10.00,02.00.00,02.00.01,02.00.02,02.00.03,02.00.04,02.00.05,02.00.06,03.00.00,03.00.01,03.01.00,03.02.00,03.02.01,03.02.02,03.02.03,03.03.00,03.04.00,03.04.01,03.05.00,03.06.00</upgradeVersionsList>
6262
</attributes>
6363
</eventMessage>
6464
</component>
@@ -550,7 +550,7 @@
550550
</components>
551551
</package>
552552

553-
<package name="Hotcakes.ExtensionUrlProvider" type="Library" version="03.05.00">
553+
<package name="Hotcakes.ExtensionUrlProvider" type="Library" version="03.06.00">
554554
<friendlyName>Hotcakes Extension Url Provider</friendlyName>
555555
<description><![CDATA[Hotcakes Extension Url Provider allows you to get rid of 'slug' parameter name in friednly urls]]></description>
556556
<iconFile>~/DesktopModules/Hotcakes/Core/Images/hcc-logo.png</iconFile>
@@ -576,7 +576,7 @@
576576
</components>
577577
</package>
578578

579-
<package name="Hotcakes.AddressBook" type="Module" version="03.05.00">
579+
<package name="Hotcakes.AddressBook" type="Module" version="03.06.00">
580580
<friendlyName>Hotcakes Address Book</friendlyName>
581581
<description><![CDATA[Hotcakes Commerce address book allows your customers to save addresses used for shipping.]]></description>
582582
<iconFile>Core/Images/hcc-logo.png</iconFile>
@@ -630,7 +630,7 @@
630630
</components>
631631
</package>
632632

633-
<package name="Hotcakes.Cart" type="Module" version="03.05.00">
633+
<package name="Hotcakes.Cart" type="Module" version="03.06.00">
634634
<friendlyName>Hotcakes Cart</friendlyName>
635635
<description><![CDATA[Hotcakes Commerce cart displays products to customers for purchase.]]></description>
636636
<iconFile>Core/Images/hcc-logo.png</iconFile>
@@ -702,7 +702,7 @@
702702
</components>
703703
</package>
704704

705-
<package name="Hotcakes.CategoryMenu" type="Module" version="03.05.00">
705+
<package name="Hotcakes.CategoryMenu" type="Module" version="03.06.00">
706706
<friendlyName>Hotcakes Category Menu</friendlyName>
707707
<description><![CDATA[Hotcakes Commerce category menu displays categories to help customers find categorized products.]]></description>
708708
<iconFile>Core/Images/hcc-logo.png</iconFile>
@@ -774,7 +774,7 @@
774774
</components>
775775
</package>
776776

777-
<package name="Hotcakes.CategoryViewer" type="Module" version="03.05.00">
777+
<package name="Hotcakes.CategoryViewer" type="Module" version="03.06.00">
778778
<friendlyName>Hotcakes Category Viewer</friendlyName>
779779
<description><![CDATA[Hotcakes Commerce category viewer displays a listing of categories in a visual way for customers to easily drill down to products of their choice.]]></description>
780780
<iconFile>Core/Images/hcc-logo.png</iconFile>
@@ -848,7 +848,7 @@
848848
</components>
849849
</package>
850850

851-
<package name="Hotcakes.Checkout" type="Module" version="03.05.00">
851+
<package name="Hotcakes.Checkout" type="Module" version="03.06.00">
852852
<friendlyName>Hotcakes Checkout</friendlyName>
853853
<description><![CDATA[Hotcakes Commerce checkout allows a customer to finalize their shopping experience by purchasing the items saved in their cart.]]></description>
854854
<iconFile>Core/Images/hcc-logo.png</iconFile>
@@ -950,7 +950,7 @@
950950
</components>
951951
</package>
952952

953-
<package name="Hotcakes.FeaturedProducts" type="Module" version="03.05.00">
953+
<package name="Hotcakes.FeaturedProducts" type="Module" version="03.06.00">
954954
<friendlyName>Hotcakes Featured Products</friendlyName>
955955
<description><![CDATA[Hotcakes Commerce featured products allows you to display products to customers that have been marked as featuresd in the product catalog.]]></description>
956956
<iconFile>Core/Images/hcc-logo.png</iconFile>
@@ -1022,7 +1022,7 @@
10221022
</components>
10231023
</package>
10241024

1025-
<package name="Hotcakes.LastProductsViewed" type="Module" version="03.05.00">
1025+
<package name="Hotcakes.LastProductsViewed" type="Module" version="03.06.00">
10261026
<friendlyName>Hotcakes Last Products Viewed</friendlyName>
10271027
<description><![CDATA[Hotcakes Commerce Last Products Viewed allows you to display the last products that a customer viewed to make it easy for them to return and purchase them.]]></description>
10281028
<iconFile>Core/Images/hcc-logo.png</iconFile>
@@ -1094,7 +1094,7 @@
10941094
</components>
10951095
</package>
10961096

1097-
<package name="Hotcakes.MiniCart" type="Module" version="03.05.00">
1097+
<package name="Hotcakes.MiniCart" type="Module" version="03.06.00">
10981098
<friendlyName>Hotcakes Mini Cart</friendlyName>
10991099
<description><![CDATA[Hotcakes Commerce Mini Cart allows you to provide a minimized cart experience, reducing the amount of things a customer sees.]]></description>
11001100
<iconFile>Core/Images/hcc-logo.png</iconFile>
@@ -1166,7 +1166,7 @@
11661166
</components>
11671167
</package>
11681168

1169-
<package name="Hotcakes.SearchInput" type="Module" version="03.05.00">
1169+
<package name="Hotcakes.SearchInput" type="Module" version="03.06.00">
11701170
<friendlyName>Hotcakes Search Input</friendlyName>
11711171
<description><![CDATA[Hotcakes Commerce Search Input displays a search option for customers to use to discover products in your store.]]></description>
11721172
<iconFile>Core/Images/hcc-logo.png</iconFile>
@@ -1238,7 +1238,7 @@
12381238
</components>
12391239
</package>
12401240

1241-
<package name="Hotcakes.SkinAffiliate" type="SkinObject" version="03.05.00">
1241+
<package name="Hotcakes.SkinAffiliate" type="SkinObject" version="03.06.00">
12421242
<friendlyName>HCSKINAFFILIATE SkinObject</friendlyName>
12431243
<description><![CDATA[Hotcakes Commerce Affiliate skin object allows designers to add capabilities to handle affiliate requests on each page load without adding code to the page.]]></description>
12441244
<iconFile>~/DesktopModules/Hotcakes/Core/Images/hcc-logo.png</iconFile>
@@ -1271,7 +1271,7 @@
12711271
</components>
12721272
</package>
12731273

1274-
<package name="Hotcakes.SkinSearch" type="SkinObject" version="03.05.00">
1274+
<package name="Hotcakes.SkinSearch" type="SkinObject" version="03.06.00">
12751275
<friendlyName>HCSKINSEARCH SkinObject</friendlyName>
12761276
<description><![CDATA[Hotcakes Commerce Search skin object allows designers to insert the store's search feature into the skin.]]></description>
12771277
<iconFile>~/DesktopModules/Hotcakes/Core/Images/hcc-logo.png</iconFile>
@@ -1304,7 +1304,7 @@
13041304
</components>
13051305
</package>
13061306

1307-
<package name="Hotcakes.OrderHistory" type="Module" version="03.05.00">
1307+
<package name="Hotcakes.OrderHistory" type="Module" version="03.06.00">
13081308
<friendlyName>Hotcakes Order History</friendlyName>
13091309
<description><![CDATA[Hotcakes Commerce Order History module provides a way for customers to review their past orders.]]></description>
13101310
<iconFile>Core/Images/hcc-logo.png</iconFile>
@@ -1376,7 +1376,7 @@
13761376
</components>
13771377
</package>
13781378

1379-
<package name="Hotcakes.ProductGrid" type="Module" version="03.05.00">
1379+
<package name="Hotcakes.ProductGrid" type="Module" version="03.06.00">
13801380
<friendlyName>Hotcakes Product Grid</friendlyName>
13811381
<description><![CDATA[Hotcakes Commerce Product Grid allows you to specify a set of products to list anywhere, in a grid layout.]]></description>
13821382
<iconFile>Core/Images/hcc-logo.png</iconFile>
@@ -1446,7 +1446,7 @@
14461446
</components>
14471447
</package>
14481448

1449-
<package name="Hotcakes.ProductViewer" type="Module" version="03.05.00">
1449+
<package name="Hotcakes.ProductViewer" type="Module" version="03.06.00">
14501450
<friendlyName>Hotcakes Product Viewer</friendlyName>
14511451
<description><![CDATA[Hotcakes Commerce Product Viewer module displays a chosen product to your customers.]]></description>
14521452
<iconFile>Core/Images/hcc-logo.png</iconFile>
@@ -1520,7 +1520,7 @@
15201520
</components>
15211521
</package>
15221522

1523-
<package name="Hotcakes.ProductReviews" type="Module" version="03.05.00">
1523+
<package name="Hotcakes.ProductReviews" type="Module" version="03.06.00">
15241524
<friendlyName>Hotcakes Product Reviews</friendlyName>
15251525
<description><![CDATA[Hotcakes Commerce Product Reviews will display related reviews for the product currently being displayed on the page.]]></description>
15261526
<iconFile>Core/Images/hcc-logo.png</iconFile>
@@ -1592,7 +1592,7 @@
15921592
</components>
15931593
</package>
15941594

1595-
<package name="Hotcakes.ContentBlocks" type="Module" version="03.05.00">
1595+
<package name="Hotcakes.ContentBlocks" type="Module" version="03.06.00">
15961596
<friendlyName>Hotcakes Content Blocks</friendlyName>
15971597
<description><![CDATA[Hotcakes Commerce Content Blocks module allows you to display content blocks you've created in the store admin.]]></description>
15981598
<iconFile>Core/Images/hcc-logo.png</iconFile>
@@ -1664,7 +1664,7 @@
16641664
</components>
16651665
</package>
16661666

1667-
<package name="Hotcakes.Search" type="Module" version="03.05.00">
1667+
<package name="Hotcakes.Search" type="Module" version="03.06.00">
16681668
<friendlyName>Hotcakes Search</friendlyName>
16691669
<description><![CDATA[Hotcakes Commerce Search Module allows you to use different settings to create a search results page for your store just the way you need it.]]></description>
16701670
<iconFile>Core/Images/hcc-logo.png</iconFile>
@@ -1736,7 +1736,7 @@
17361736
</components>
17371737
</package>
17381738

1739-
<package name="Hotcakes.TopWeeklySellers" type="Module" version="03.05.00">
1739+
<package name="Hotcakes.TopWeeklySellers" type="Module" version="03.06.00">
17401740
<friendlyName>Hotcakes Top Weekly Sellers</friendlyName>
17411741
<description><![CDATA[Hotcakes Commerce Top Weekly Sellers will display a listing of the 10 most popular products sold over the past week.]]></description>
17421742
<iconFile>Core/Images/hcc-logo.png</iconFile>
@@ -1808,7 +1808,7 @@
18081808
</components>
18091809
</package>
18101810

1811-
<package name="Hotcakes.Top10Products" type="Module" version="03.05.00">
1811+
<package name="Hotcakes.Top10Products" type="Module" version="03.06.00">
18121812
<friendlyName>Hotcakes Top 10 Products</friendlyName>
18131813
<description><![CDATA[Hotcakes Commerce Top 10 Products module will display a listing of the most popular products sold in the store in the past 10 calendar days.]]></description>
18141814
<iconFile>Core/Images/hcc-logo.png</iconFile>
@@ -1880,7 +1880,7 @@
18801880
</components>
18811881
</package>
18821882

1883-
<package name="Hotcakes.WishList" type="Module" version="03.05.00">
1883+
<package name="Hotcakes.WishList" type="Module" version="03.06.00">
18841884
<friendlyName>Hotcakes Wish List</friendlyName>
18851885
<description><![CDATA[Hotcakes Commerce Wish List module shows your customers products that have been added to their wish list for purchase later.]]></description>
18861886
<iconFile>Core/Images/hcc-logo.png</iconFile>
@@ -1934,7 +1934,7 @@
19341934
</components>
19351935
</package>
19361936

1937-
<package name="Hotcakes.AffiliateRegistration" type="Module" version="03.05.00">
1937+
<package name="Hotcakes.AffiliateRegistration" type="Module" version="03.06.00">
19381938
<friendlyName>Hotcakes Affiliate Registration</friendlyName>
19391939
<friendlyName>Hotcakes Wish List</friendlyName>
19401940
<description><![CDATA[Hotcakes Commerce Affiliate Registration module.]]></description>
@@ -1989,7 +1989,7 @@
19891989
</components>
19901990
</package>
19911991

1992-
<package name="Hotcakes.AffiliateDashboard" type="Module" version="03.05.00">
1992+
<package name="Hotcakes.AffiliateDashboard" type="Module" version="03.06.00">
19931993
<friendlyName>Hotcakes Affiliate Dashboard</friendlyName>
19941994
<description><![CDATA[Hotcakes Commerce Affiliate Dashboard.]]></description>
19951995
<iconFile>Core/Images/hcc-logo.png</iconFile>

0 commit comments

Comments
 (0)