Skip to content

Commit c7f0e49

Browse files
authored
Merge pull request #7 from skamphuis/release/v1.4.0
version number + buildscript fix
2 parents c85df36 + 6a8198d commit c7f0e49

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

BuildScripts/ModulePackage.targets

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,10 @@
9797
</Target>
9898
<Target Name="CopyAssemblies">
9999
<!-- Copy assemblies and Debug Info to DNN Bin Dir -->
100-
<Message Text="Copy assemblies and Debug Info to DNN Bin Dir" Importance="high"></Message>
100+
<Message Text="Copy assemblies and Debug Info from $(OutputPath) to DNN Bin Dir $(MSBuildDnnBinPath)" Importance="high"></Message>
101101
<Copy SourceFiles="$(OutputPath)$(AssemblyName).dll;
102-
$(OutputPath)$(AssemblyName).pdb;"
102+
$(OutputPath)$(AssemblyName).pdb;
103+
$(OutputPath)Mollie.Api.dll;"
103104
DestinationFolder="$(MSBuildDnnBinPath)"/>
104105
</Target>
105106
<Target Name="PackageAndDeploy">

OS_Mollie.dnn

Lines changed: 2 additions & 2 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="OS_Mollie" type="Module" version="1.3.0">
3+
<package name="OS_Mollie" type="Module" version="1.4.0">
44
<friendlyName>OS_Mollie</friendlyName>
55
<description>Mollie Payment provider for Open-Store</description>
66
<iconFile>~/DesktopModules/NBright/NBrightBuy/icon-openstore.png</iconFile>
@@ -14,7 +14,7 @@
1414
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
1515
YOU MAY NOT REDISTRIBUTE, NOT VIEW THE SOURCE CODE, NOT COPY THIS SOFTWARE.
1616
</license>
17-
<releaseNotes>v1.3.0</releaseNotes>
17+
<releaseNotes />
1818
<dependencies>
1919
<dependency type="CoreVersion">09.03.02</dependency>
2020
<dependency type="managedPackage" version="4.0.0">OS_ProductView</dependency>

0 commit comments

Comments
 (0)