You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/SIPSorcery.csproj
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,8 @@
52
52
<RepositoryType>git</RepositoryType>
53
53
<RepositoryBranch>master</RepositoryBranch>
54
54
<PackageTags>SIP WebRTC VoIP RTP SDP STUN ICE SIPSorcery</PackageTags>
55
-
<PackageReleaseNotes>-v8.0.14: Fix for OPUS codec using multiple channels.
55
+
<PackageReleaseNotes>-v8.0.15-pre: BouncyCastle update (thanks to @joaoladeiraext).
56
+
-v8.0.14: Fix for OPUS codec using multiple channels.
56
57
-v8.0.13: Added ASP.NET web socket signalling option for WebRTC. Bug fixes.
57
58
-v8.0.12: Bug fixes.
58
59
-v8.0.11: Real-time text (thanks to @xBasov). Bug fixes.
@@ -65,9 +66,9 @@
65
66
-v8.0.1-pre: Performance improvements (thanks to @weltmeyer). Add ECDSA as default option for WebRTC DTLS.
66
67
-v8.0.0: RTP header extension improvements (thanks to @ChristopheI). Major version to 8 to reflect highest .net runtime supported.</PackageReleaseNotes>
0 commit comments