Skip to content

Commit 3597dcb

Browse files
committed
Update SpreadsheetWrangler.ps1
updated version in help
1 parent 30e2b14 commit 3597dcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SpreadsheetWrangler.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1874,7 +1874,7 @@ $aboutMenuItem.Add_Click({
18741874

18751875
# Main about text
18761876
$aboutLabel = New-Object System.Windows.Forms.Label
1877-
$aboutLabel.Text = "Spreadsheet Wrangler v1.6.0`n`nA powerful tool for backing up folders and combining spreadsheets.`n`nCreated by Bryant Welch`nCreated: $(Get-Date -Format 'yyyy-MM-dd')`n`n(c) 2025 Bryant Welch. All Rights Reserved"
1877+
$aboutLabel.Text = "Spreadsheet Wrangler v1.7.0`n`nA powerful tool for backing up folders and combining spreadsheets.`n`nCreated by Bryant Welch`nCreated: $(Get-Date -Format 'yyyy-MM-dd')`n`n(c) 2025 Bryant Welch. All Rights Reserved"
18781878
$aboutLabel.AutoSize = $false
18791879
$aboutLabel.Dock = "Fill"
18801880
$aboutLabel.TextAlign = "MiddleCenter"

0 commit comments

Comments
 (0)