Skip to content

Commit 24e8519

Browse files
committed
v4.0.10
1 parent 1c4eb66 commit 24e8519

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

OpenStore.dnn

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<dotnetnuke type="Package" version="5.0">
22
<packages>
33

4-
<package name="OS_ProductView" type="Module" version="4.0.9">
4+
<package name="OS_ProductView" type="Module" version="4.0.10">
55
<friendlyName>OS_ProductView</friendlyName>
66
<description>
77
NBrightStore open source e-commerce for DNN.
@@ -184,7 +184,7 @@
184184
</components>
185185
</package>
186186

187-
<package name="OS_DisplaySearch" type="Module" version="4.0.9">
187+
<package name="OS_DisplaySearch" type="Module" version="4.0.10">
188188
<friendlyName>OS_DisplaySearch</friendlyName>
189189
<description>
190190
NBrightStore open source e-commerce for DNN.
@@ -265,7 +265,7 @@
265265
</components>
266266
</package>
267267

268-
<package name="OS_AddressAdmin" type="Module" version="4.0.9">
268+
<package name="OS_AddressAdmin" type="Module" version="4.0.10">
269269
<friendlyName>OS_AddressAdmin</friendlyName>
270270
<description>NBrightStore open source e-commerce for DNN.
271271
Admin for clients addresses from the front office.
@@ -340,7 +340,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
340340
</components>
341341
</package>
342342

343-
<package name="OS_Payment" type="Module" version="4.0.9">
343+
<package name="OS_Payment" type="Module" version="4.0.10">
344344
<friendlyName>OS_Payment</friendlyName>
345345
<description>NBrightStore open source e-commerce for DNN.
346346
Process payment of orders.
@@ -414,7 +414,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
414414
</components>
415415
</package>
416416

417-
<package name="OS_OrderAdmin" type="Module" version="4.0.9">
417+
<package name="OS_OrderAdmin" type="Module" version="4.0.10">
418418

419419
<friendlyName>OS_OrderAdmin</friendlyName>
420420
<description>NBrightStore open source e-commerce for DNN.
@@ -490,7 +490,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
490490
</components>
491491
</package>
492492

493-
<package name="OS_ProfileForm" type="Module" version="4.0.9">
493+
<package name="OS_ProfileForm" type="Module" version="4.0.10">
494494
<friendlyName>OS_ProfileForm</friendlyName>
495495
<description>NBrightStore open source e-commerce for DNN.
496496
This module creates a profile form that links to the DNN profile and NBS address.
@@ -566,7 +566,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
566566
</package>
567567

568568

569-
<package name="OS_Checkout" type="Module" version="4.0.9">
569+
<package name="OS_Checkout" type="Module" version="4.0.10">
570570
<friendlyName>OS_Checkout</friendlyName>
571571
<description>NBrightStore open source e-commerce for DNN. Checkout process.
572572
</description>
@@ -640,7 +640,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
640640
</components>
641641
</package>
642642

643-
<package name="OS_MiniCart" type="Module" version="4.0.9">
643+
<package name="OS_MiniCart" type="Module" version="4.0.10">
644644
<friendlyName>OS_MiniCart</friendlyName>
645645
<description>NBrightStore open source e-commerce for DNN. Mini cart view.
646646
</description>
@@ -714,7 +714,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
714714
</components>
715715
</package>
716716

717-
<package name="OS_FullCart" type="Module" version="4.0.9">
717+
<package name="OS_FullCart" type="Module" version="4.0.10">
718718
<friendlyName>OS_FullCart</friendlyName>
719719
<description>NBrightStore open source e-commerce for DNN. full cart view.
720720
</description>
@@ -788,7 +788,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
788788
</components>
789789
</package>
790790

791-
<package name="OS_CategoryMenu" type="Module" version="4.0.9">
791+
<package name="OS_CategoryMenu" type="Module" version="4.0.10">
792792
<friendlyName>OS_CategoryMenu</friendlyName>
793793
<description>
794794
CategoryMenu Display
@@ -860,7 +860,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
860860
</components>
861861
</package>
862862

863-
<package name="OS_ProductFilter" type="Module" version="4.0.9">
863+
<package name="OS_ProductFilter" type="Module" version="4.0.10">
864864
<friendlyName>OS_ProductFilter</friendlyName>
865865
<description>
866866
Filter module for Ajax Product Display
@@ -933,7 +933,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
933933
</components>
934934
</package>
935935

936-
<package name="OS_ItemList" type="Module" version="4.0.9">
936+
<package name="OS_ItemList" type="Module" version="4.0.10">
937937
<friendlyName>OS_ItemList</friendlyName>
938938
<description>
939939
Itemlist admin for shopping/favorites list

Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("4.0.9.0")]
36-
[assembly: AssemblyFileVersion("4.0.9.0")]
35+
[assembly: AssemblyVersion("4.0.10.0")]
36+
[assembly: AssemblyFileVersion("4.0.10.0")]

0 commit comments

Comments
 (0)