Skip to content

Commit da6d57c

Browse files
committed
F Updated nugets
1 parent cc0dbfd commit da6d57c

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Nullable>disable</Nullable>
66
<ImplicitUsings>disable</ImplicitUsings>
77
<Title>$(ProjectName)</Title>
8-
<Version>0.5.0</Version>
8+
<Version>0.5.1</Version>
99
<Authors>Lukas Volf</Authors>
1010
<Copyright>MIT</Copyright>
1111
<PackageProjectUrl>https://github.com/jimm98y/SharpRealTimeStreaming</PackageProjectUrl>

src/SharpRTSPClient/SharpRTSPClient.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PrivateAssets>all</PrivateAssets>
1313
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1414
</PackageReference>
15-
<PackageReference Include="SharpSRTP" Version="0.0.1" />
15+
<PackageReference Include="SharpSRTP" Version="0.1.0" />
1616
</ItemGroup>
1717

1818
</Project>

src/SharpRTSPServer/SharpRTSPServer.csproj

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

88
<ItemGroup>
99
<PackageReference Include="SharpRTSP" Version="1.10.2" />
10-
<PackageReference Include="SharpSRTP" Version="0.0.1" />
10+
<PackageReference Include="SharpSRTP" Version="0.1.0" />
1111
</ItemGroup>
1212

1313
</Project>

src/SrtpServerSample/SrtpServerSample.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
<PackageReference Include="BouncyCastle.Cryptography" Version="2.6.2" />
2727
<PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.1" />
2828
<PackageReference Include="SharpMP4" Version="0.2.1" />
29-
<PackageReference Include="SharpSRTP" Version="0.0.1" />
3029
</ItemGroup>
3130

3231
<ItemGroup>

0 commit comments

Comments
 (0)