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 f36b1e8 commit 94bba8dCopy full SHA for 94bba8d
CHANGELOG.md
@@ -1,4 +1,7 @@
1
-# Changelog
+# Changelog
2
+
3
+##
4
+* [CHANGED] Fixes TLS support by forcing TLS 1.2
5
6
7
## 2.3.0-beta
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.0-beta</Version>
16
- <AssemblyVersion>$(Version).0</AssemblyVersion>
17
- <FileVersion>$(Version).0</FileVersion>
+ <Version></Version>
+ <AssemblyVersion>.0</AssemblyVersion>
+ <FileVersion>.0</FileVersion>
18
</PropertyGroup>
19
20
</Project>
0 commit comments