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
@@ -1820,7 +1820,7 @@ $aboutMenuItem.Add_Click({
1820
1820
1821
1821
# Main about text
1822
1822
$aboutLabel=New-Object System.Windows.Forms.Label
1823
-
$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"
1823
+
$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"
0 commit comments