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
@@ -1874,7 +1874,7 @@ $aboutMenuItem.Add_Click({
1874
1874
1875
1875
# Main about text
1876
1876
$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"
0 commit comments