Skip to content

Commit

Permalink
Bump sipsorcery version to 8.0.7 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
sipsorcery authored Jan 4, 2025
1 parent 7b0754a commit 0b810bf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions libwebrtc/Dockerfile-AllInOne
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ RUN fetch --nohooks webrtc
WORKDIR /src/webrtc-checkout/src
RUN git fetch --all
RUN git checkout remotes/branch-heads/6834 -b m132 # 6834 == m132, see https://chromiumdash.appspot.com/branches.
ENV DEPOT_TOOLS_WIN_TOOLCHAIN=0
RUN gclient sync
RUN build/install-build-deps.sh

Expand Down
4 changes: 2 additions & 2 deletions sipsorcery/client/webrtc-echo-client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="Serilog.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="Serilog.Extensions.Logging" Version="9.0.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="6.0.0" />
<PackageReference Include="SIPSorcery" Version="8.0.6" />
<PackageReference Include="SIPSorcery" Version="8.0.7" />
</ItemGroup>

</Project>
6 changes: 3 additions & 3 deletions sipsorcery/server/webrtc-echo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@

<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="Serilog.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.0" />
<PackageReference Include="Serilog.Extensions.Logging" Version="9.0.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="6.0.0" />
<PackageReference Include="EmbedIO" Version="3.5.2" />
<PackageReference Include="SIPSorcery" Version="8.0.6" />
<PackageReference Include="SIPSorcery" Version="8.0.7" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 0b810bf

Please sign in to comment.