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
@@ -698,7 +698,7 @@ $aboutMenuItem.Add_Click({
698
698
699
699
# Main about text
700
700
$aboutLabel=New-Object System.Windows.Forms.Label
701
-
$aboutLabel.Text="Spreadsheet Wrangler v1.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"
701
+
$aboutLabel.Text="Spreadsheet Wrangler v1.2.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