We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d19aad commit c0abb86Copy full SHA for c0abb86
CHANGELOG.md
@@ -1,4 +1,7 @@
1
-# Changelog
+# Changelog
2
+
3
+##
4
+* [CHANGED] Force TLS 1.2 by default.
5
6
## 2.3.1
7
* [Changed] Force TLS 1.2
Root.Build.props
@@ -12,9 +12,9 @@
12
<PackageDescription>The .NET library for interacting with the Pusher WebSocket API. Register at http://pusher.com</PackageDescription>
13
<PackageLicenseExpression>MIT</PackageLicenseExpression>
14
<PackageIcon>icon-128.png</PackageIcon>
15
- <Version>2.3.1</Version>
16
- <AssemblyVersion>2.3.0.0</AssemblyVersion>
17
- <FileVersion>2.3.0.0</FileVersion>
+ <Version></Version>
+ <AssemblyVersion>.0</AssemblyVersion>
+ <FileVersion>.0</FileVersion>
18
</PropertyGroup>
19
20
</Project>
0 commit comments