You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SpreadsheetWrangler.ps1
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1367,7 +1367,7 @@ $aboutMenuItem.Add_Click({
1367
1367
1368
1368
# Main about text
1369
1369
$aboutLabel=New-Object System.Windows.Forms.Label
1370
-
$aboutLabel.Text="Spreadsheet Wrangler v1.3.2`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"
1370
+
$aboutLabel.Text="Spreadsheet Wrangler v1.4.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"
0 commit comments