Skip to content

Commit

Permalink
fix certificate expiration date for TeamSpeak Client installer
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Sep 9, 2023
1 parent 122ded5 commit 2e8d642
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ __[maintenance]__

* NLog library is updated from 5.2.3 to 5.2.4.
* Update certificate information for Transmission installer.
* Fix certificate expiration date for TeamSpeak Client installer.

## Version 2023.08.20.0

Expand Down
2 changes: 1 addition & 1 deletion updater/software/TeamSpeakClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public TeamSpeakClient(bool autoGetNewer)
/// <summary>
/// expiration date for the publisher certificate
/// </summary>
private static readonly DateTime certificateExpiration = new(2023, 9, 8, 23, 59, 59, DateTimeKind.Utc);
private static readonly DateTime certificateExpiration = new(2023, 11, 8, 23, 59, 59, DateTimeKind.Utc);


/// <summary>
Expand Down

0 comments on commit 2e8d642

Please sign in to comment.