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
@@ -63,7 +63,8 @@
63
63
<RepositoryType>git</RepositoryType>
64
64
<RepositoryBranch>master</RepositoryBranch>
65
65
<PackageTags>SIP WebRTC VoIP RTP SDP STUN ICE SIPSorcery</PackageTags>
66
-
<PackageReleaseNotes>-v8.0.15-pre: BouncyCastle update (thanks to @joaoladeiraext).
66
+
<PackageReleaseNotes>-v8.0.20-pre: Improvements to the audio pipeline to avoid consumers needing to handle raw RTP packets.
67
+
-v8.0.15-pre: BouncyCastle update (thanks to @joaoladeiraext).
67
68
-v8.0.14: Fix for OPUS codec using multiple channels.
68
69
-v8.0.13: Added ASP.NET web socket signalling option for WebRTC. Bug fixes.
69
70
-v8.0.12: Bug fixes.
@@ -77,9 +78,9 @@
77
78
-v8.0.1-pre: Performance improvements (thanks to @weltmeyer). Add ECDSA as default option for WebRTC DTLS.
78
79
-v8.0.0: RTP header extension improvements (thanks to @ChristopheI). Major version to 8 to reflect highest .net runtime supported.</PackageReleaseNotes>
0 commit comments