Skip to content

Commit 1582e3d

Browse files
committed
Bumped version to 8.0.20-pre.
1 parent ba66613 commit 1582e3d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/SIPSorcery.csproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@
6363
<RepositoryType>git</RepositoryType>
6464
<RepositoryBranch>master</RepositoryBranch>
6565
<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).
6768
-v8.0.14: Fix for OPUS codec using multiple channels.
6869
-v8.0.13: Added ASP.NET web socket signalling option for WebRTC. Bug fixes.
6970
-v8.0.12: Bug fixes.
@@ -77,9 +78,9 @@
7778
-v8.0.1-pre: Performance improvements (thanks to @weltmeyer). Add ECDSA as default option for WebRTC DTLS.
7879
-v8.0.0: RTP header extension improvements (thanks to @ChristopheI). Major version to 8 to reflect highest .net runtime supported.</PackageReleaseNotes>
7980
<NeutralLanguage>en</NeutralLanguage>
80-
<Version>8.0.19-pre</Version>
81-
<AssemblyVersion>8.0.19</AssemblyVersion>
82-
<FileVersion>8.0.19</FileVersion>
81+
<Version>8.0.20-pre</Version>
82+
<AssemblyVersion>8.0.20</AssemblyVersion>
83+
<FileVersion>8.0.20</FileVersion>
8384
</PropertyGroup>
8485

8586
<PropertyGroup Label="SourceLink">

0 commit comments

Comments
 (0)