Skip to content

Commit 35aeb7c

Browse files
committed
Update ChangelogForm.cs
1 parent f4930e7 commit 35aeb7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SignToolGUI/Forms/ChangelogForm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ private void ChangelogForm_Load(object sender, EventArgs e)
1919
private void PopulateChangelog()
2020
{
2121
// Changelog content
22-
var changelogContent = " Version 1.4.0.0 (13-03-2025):\n" +
22+
var changelogContent = " Version 1.4.0.0 (14-03-2025):\n" +
2323
" - Changed so only Code Sign certificates with a private key is showed in the tool to select\n" +
2424
" - Added a link to the Azure Portal to find your Trusted Signing accounts\n" +
2525
" - Added a option to set if you will add a timestamp when signing or not \n" +

0 commit comments

Comments
 (0)