Skip to content

Commit 8e5cece

Browse files
committed
Final updates for version v3.1.9
1 parent 9dec3f0 commit 8e5cece

13 files changed

Lines changed: 1400 additions & 706 deletions

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"type": "PowerShell",
1010
"request": "launch",
1111
"script": "${file}",
12-
"args": ["-verbose"]
12+
"args": [""]
1313
},
1414
{
1515
"name": "[DBG]:1 Update Manifest",

Build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,4 +807,4 @@ function Invoke-Main {
807807

808808
# https://www.powershellgallery.com/api/v2/package/EulandaConnect
809809
# http://www.google.com/ping?sitemap=https://eulandaconnect.eulanda.eu/sitemap.xml
810-
Invoke-Main -version '3.1.8'
810+
Invoke-Main -version '3.1.9'

Debug.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ try {
2828
# Remove-SymbolicLink
2929
# Confirm-System -network
3030

31-
Import-TieredPrice -path 'C:\temp\test.xlsx' -articleNoName 'ARTNUMMER' -price1Name 'Vk' -tierListName 'BBY Retail' -udl 'C:\temp\Eulanda_1 JohnDoe.udl'
32-
31+
Import-TieredPrices -path 'C:\temp\test.xlsx' -articleNo 'ARTNUMMER' -price1 'Vk' -pricelist 'BBY Retail' -udl 'C:\temp\Eulanda_1 JohnDoe.udl' -verbose -debug
3332

3433
} catch {
3534
$errorMessage = $Error[0].ToString()

EulandaConnect-help.xml

Lines changed: 273 additions & 75 deletions
Large diffs are not rendered by default.

EulandaConnect.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'EulandaConnect.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '3.1.8'
15+
ModuleVersion = '3.1.9'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = @('Desktop', 'Core')
@@ -171,7 +171,7 @@ FunctionsToExport = @(
171171
'Get-XmlEulandaStock',
172172
'Get-XmlEulandaTierPrice',
173173
'Hide-Extensions',
174-
'Import-TieredPrice',
174+
'Import-TieredPrices',
175175
'Install-SignTool',
176176
'Merge-IpGeoInfo',
177177
'New-ConnStr',

EulandaConnect.sds

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<desktop scan="53" scanned="20230528203922" built="20230528203945" lang="de-DE" pane="TLogPane" col="3" row=".\EulandaConnect.en-US.resx.ADO_SET_ERROR">
2+
<desktop scan="54" scanned="20230621071056" built="20230621071202" lang="de-DE" pane="TLogPane" col="3" row=".\EulandaConnect.en-US.resx.IMPORTEXCEL_NOTFOUND">
33
<language id="de-DE" autoime="0" autokeyboard="0"/>
44
<triggers>
55
<item class="TValidateTrigger" position="6" enabled="0"/>
@@ -10,7 +10,7 @@
1010
<item class="TTranslationStatusColumn" width="93"/>
1111
<item class="TOriginalColumn" width="398"/>
1212
<item class="TTranslationColumn" lang="de-DE" width="398"/>
13-
<item class="TRowCommentColumn" width="190"/>
13+
<item class="TRowCommentColumn" width="191"/>
1414
</columns>
1515
<params>
1616
<findtext>one</findtext>

docs/functions/Import-TieredPrice.md

Lines changed: 0 additions & 262 deletions
This file was deleted.

0 commit comments

Comments
 (0)