Skip to content

Commit ebe9cc1

Browse files
committed
Bump version to 10.0.6.
1 parent 2c6e758 commit ebe9cc1

7 files changed

Lines changed: 26 additions & 21 deletions

File tree

src/SIPSorcery.OpenAI.Realtime/SIPSorcery.OpenAI.Realtime.csproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,17 @@
3636
<RepositoryType>git</RepositoryType>
3737
<RepositoryBranch>main</RepositoryBranch>
3838
<PackageTags>OpenAI WebRTC SIPSorcery Real-time</PackageTags>
39-
<PackageReleaseNotes>-v10.0.5: Updated for main sipsorcery library release.
39+
<PackageReleaseNotes>-v10.0.6: Updated for main sipsorcery library release.
40+
-v10.0.5: Updated for main sipsorcery library release.
4041
-v8.0.4: Added gpt-4o-realtime-preview-2025-06-03 model option.
4142
-v8.0.3: Stable release.
4243
-v8.0.2-pre: Synchronised realtime models with OpenAI spec.
4344
-v8.0.1-pre: Initial version.
4445
</PackageReleaseNotes>
4546
<NeutralLanguage>en</NeutralLanguage>
46-
<Version>10.0.5</Version>
47-
<AssemblyVersion>10.0.5</AssemblyVersion>
48-
<FileVersion>10.0.5</FileVersion>
47+
<Version>10.0.6</Version>
48+
<AssemblyVersion>10.0.6</AssemblyVersion>
49+
<FileVersion>10.0.6</FileVersion>
4950
</PropertyGroup>
5051

5152
<PropertyGroup Label="SourceLink">

src/SIPSorcery.VP8/SIPSorcery.VP8.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<Title>SIPSorcery</Title>
1515
<Summary>A .NET library that implements the VP8 video codec.</Summary>
1616
<Description>
17-
A .NET library that implements the VP8 video codec. This package is intended to be used as a video encoder and decoder for the SIPSorcery real-time communications library.
17+
A .NET library that implements the VP8 video codec. This package is intended to be used as a video encoder and decoder for the SIPSorcery real-time communications library.
1818
</Description>
1919
<Company>SIP Sorcery PTY LTD</Company>
2020
<Product>SIPSorcery.VP8</Product>
@@ -27,10 +27,10 @@
2727
<RepositoryType>git</RepositoryType>
2828
<RepositoryBranch>master</RepositoryBranch>
2929
<PackageTags>SIPSorcery Video-Encoding VP8</PackageTags>
30-
<PackageReleaseNotes>-v10.0.6-pre: Initial version.
30+
<PackageReleaseNotes>-v10.0.6: Initial release.
3131
</PackageReleaseNotes>
3232
<NeutralLanguage>en</NeutralLanguage>
33-
<Version>10.0.6-pre</Version>
33+
<Version>10.0.6</Version>
3434
<AssemblyVersion>10.0.6</AssemblyVersion>
3535
<FileVersion>10.0.6</FileVersion>
3636
</PropertyGroup>

src/SIPSorcery.VP8/reconintra.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
using ptrdiff_t = System.Int64;
3030

31-
[assembly: InternalsVisibleTo("SIPSOrcery.VP8.UnitTest")]
31+
[assembly: InternalsVisibleTo("SIPSorcery.VP8.UnitTest")]
3232

3333
namespace Vpx.Net
3434
{

src/SIPSorcery/SIPSorcery.csproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@
6666
<RepositoryType>git</RepositoryType>
6767
<RepositoryBranch>master</RepositoryBranch>
6868
<PackageTags>SIP WebRTC VoIP RTP SDP STUN ICE SIPSorcery</PackageTags>
69-
<PackageReleaseNotes>v10.0.5: Stable release. Bug fixes.
69+
<PackageReleaseNotes>-v10.0.6: Bug fixes.
70+
-v10.0.5: Stable release. Bug fixes.
7071
-v10.0.4-pre: New SRTP and DTLS implementation (huge thanks to @jimm98y).
7172
-v10.0.3: Removed null SRTP ciphers.
7273
-v10.0.2: Removed use of master key index for SRTP.
@@ -89,9 +90,9 @@
8990
-v8.0.1-pre: Performance improvements (thanks to @weltmeyer). Add ECDSA as default option for WebRTC DTLS.
9091
-v8.0.0: RTP header extension improvements (thanks to @ChristopheI). Major version to 8 to reflect highest .net runtime supported.</PackageReleaseNotes>
9192
<NeutralLanguage>en</NeutralLanguage>
92-
<Version>10.0.5</Version>
93-
<AssemblyVersion>10.0.5</AssemblyVersion>
94-
<FileVersion>10.0.5</FileVersion>
93+
<Version>10.0.6</Version>
94+
<AssemblyVersion>10.0.6</AssemblyVersion>
95+
<FileVersion>10.0.6</FileVersion>
9596
</PropertyGroup>
9697

9798
<PropertyGroup Label="SourceLink">

src/SIPSorceryMedia.Abstractions/SIPSorceryMedia.Abstractions.csproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,13 @@
2424
<PackageProjectUrl></PackageProjectUrl>
2525
<RepositoryUrl>https://github.com/sipsorcery-org/sipsorcery</RepositoryUrl>
2626
<PackageReadmeFile>README.md</PackageReadmeFile>
27-
<Version>10.0.5</Version>
28-
<AssemblyVersion>10.0.5</AssemblyVersion>
29-
<FileVersion>10.0.5</FileVersion>
27+
<Version>10.0.6</Version>
28+
<AssemblyVersion>10.0.6</AssemblyVersion>
29+
<FileVersion>10.0.6</FileVersion>
3030
<RepositoryBranch>master</RepositoryBranch>
3131
<PackageTags>WebRTC VoIP SIPSorcery Media</PackageTags>
32-
<PackageReleaseNotes>-v10.0.5: Updated for main sipsorcery library release.
32+
<PackageReleaseNotes>-v10.0.6: Updated for main sipsorcery library release.
33+
-v10.0.5: Updated for main sipsorcery library release.
3334
-v8.0.12: Added IAudioEndPoint and GotEncodedMediaFrame to IAudioSink.
3435
-v8.0.10: Change to text encoder interface.
3536
-v8.0.7: New sampling frequencies and all sipsorcery packages release.

src/SIPSorceryMedia.FFmpeg/SIPSorceryMedia.FFmpeg.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
<RepositoryType>git</RepositoryType>
4444
<RepositoryBranch>master</RepositoryBranch>
4545
<PackageTags>WebRTC VoIP SIPSorcery Media FFmpeg</PackageTags>
46-
<PackageReleaseNotes>-v10.0.5: Updated for main sipsorcery library release.
46+
<PackageReleaseNotes>-v10.0.6: Updated for main sipsorcery library release.
47+
-v10.0.5: Updated for main sipsorcery library release.
4748
-v8.0.12: Updated to latest abstractions package.
4849
-v8.0.10: H265 and MJPEG support. RTCP feedback improvements.
4950
-v8.0.8: Bug fixes, including segfault fix, for FFmpeg file source.

src/SIPSorceryMedia.Windows/SIPSorceryMedia.Windows.csproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,14 @@
2828
<PackageIcon>icon.png</PackageIcon>
2929
<RepositoryUrl>https://github.com/sipsorcery-org/sipsorcery</RepositoryUrl>
3030
<PackageReadmeFile>README.md</PackageReadmeFile>
31-
<Version>10.0.5</Version>
32-
<AssemblyVersion>10.0.5</AssemblyVersion>
33-
<FileVersion>10.0.5</FileVersion>
31+
<Version>10.0.6</Version>
32+
<AssemblyVersion>10.0.6</AssemblyVersion>
33+
<FileVersion>10.0.6</FileVersion>
3434
<RepositoryType>git</RepositoryType>
3535
<RepositoryBranch>master</RepositoryBranch>
3636
<PackageTags>WebRTC VoIP SIPSorcery Audio Video Codecs Encoders Decoders</PackageTags>
37-
<PackageReleaseNotes>-v10.0.5: Updated for main sipsorcery library release. Bumped target framework to net10.0.
37+
<PackageReleaseNotes>-v10.0.6: Updated for main sipsorcery library release.
38+
-v10.0.5: Updated for main sipsorcery library release. Bumped target framework to net10.0.
3839
-v8.0.14: Improvements to audio sink handling and implemented IAudioEndPoint interface.
3940
-v8.0.11: Support more than one audo channel.
4041
-v8.0.7: Updated for changes to abstractions library.

0 commit comments

Comments
 (0)