Skip to content

Commit d342abe

Browse files
Merge pull request #99 from teamviewer/fix_ChangeLog-and-version-2.5.1
Fix ChangeLog for version 2.5.1
2 parents 8162b36 + b31fe1e commit d342abe

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@
66
### Fixed
77

88
- When the WebAPIUri was changed, we encountered issues in Windows PowerShell 5.1.
9-
After some investigation, it turned out that the TLS for the Invoke-WebRequest should not be chaned from the SystemDefault value. It is recommended to use PowerShell 7 or later instead.
10-
11-
12-
## 2.5.0 (2026-02-11)
9+
After some investigation, it turned out that the TLS for the Invoke-WebRequest should not be changed from the SystemDefault value. It is recommended to use PowerShell 7 or later instead.
1310

1411
### Updated
1512

Cmdlets/TeamViewerPS.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
RootModule = 'TeamViewerPS.psm1'
44

55
# Version number of this module.
6-
ModuleVersion = '2.5.0'
6+
ModuleVersion = '2.5.1'
77

88
# Supported PSEditions.
99
# CompatiblePSEditions = @()

0 commit comments

Comments
 (0)