Skip to content

Commit c0abb86

Browse files
committed
Bump to version
1 parent 8d19aad commit c0abb86

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# Changelog
1+
# Changelog
2+
3+
##
4+
* [CHANGED] Force TLS 1.2 by default.
25

36
## 2.3.1
47
* [Changed] Force TLS 1.2

Root.Build.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
<PackageDescription>The .NET library for interacting with the Pusher WebSocket API. Register at http://pusher.com</PackageDescription>
1313
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1414
<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>
15+
<Version></Version>
16+
<AssemblyVersion>.0</AssemblyVersion>
17+
<FileVersion>.0</FileVersion>
1818
</PropertyGroup>
1919

2020
</Project>

0 commit comments

Comments
 (0)