Skip to content

Commit bf29a5a

Browse files
committed
F Bumped nugets, replaced SharpSRTP project reference with a nuget reference
1 parent 276cc78 commit bf29a5a

File tree

3 files changed

+5
-11
lines changed

3 files changed

+5
-11
lines changed

src/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<Nullable>disable</Nullable>
66
<ImplicitUsings>disable</ImplicitUsings>
77
<Title>$(ProjectName)</Title>
8-
<Version>0.4.3</Version>
8+
<Version>0.5.0</Version>
99
<Authors>Lukas Volf</Authors>
1010
<Copyright>MIT</Copyright>
1111
<PackageProjectUrl>https://github.com/jimm98y/SharpRealTimeStreaming</PackageProjectUrl>
1212
<PackageReadmeFile>README.md</PackageReadmeFile>
1313
<RepositoryUrl>https://github.com/jimm98y/SharpRealTimeStreaming</RepositoryUrl>
1414
<RepositoryType>git</RepositoryType>
15-
<PackageTags>rtsp;rtp;video;streaming;h264;h265;h266;av1;aac;netstandard20;net10</PackageTags>
15+
<PackageTags>rtsp;rtp;srtp;video;streaming;h264;h265;h266;av1;aac;netstandard20;net10</PackageTags>
1616
<NeutralLanguage>en-US</NeutralLanguage>
1717
<AssemblyVersion>1.0.0</AssemblyVersion>
1818
<FileVersion>$(Version)</FileVersion>

src/SharpRTSPClient/SharpRTSPClient.csproj

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,13 @@
66
<OutputType>Library</OutputType>
77
</PropertyGroup>
88

9-
<ItemGroup>
10-
<ProjectReference Include="..\..\..\SharpSRTP\src\SharpSRTP\SharpSRTP.csproj" />
11-
</ItemGroup>
12-
139
<ItemGroup>
1410
<PackageReference Include="SharpRTSP" Version="1.10.2" />
15-
<PackageReference Include="Meziantou.Polyfill" Version="1.0.68" Condition="'$(TargetFramework)' == 'netstandard2.0' Or '$(TargetFramework)' == 'netstandard2.1'">
11+
<PackageReference Include="Meziantou.Polyfill" Version="1.0.83" Condition="'$(TargetFramework)' == 'netstandard2.0' Or '$(TargetFramework)' == 'netstandard2.1'">
1612
<PrivateAssets>all</PrivateAssets>
1713
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1814
</PackageReference>
15+
<PackageReference Include="SharpSRTP" Version="0.0.1" />
1916
</ItemGroup>
2017

2118
</Project>

src/SharpRTSPServer/SharpRTSPServer.csproj

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

88
<ItemGroup>
99
<PackageReference Include="SharpRTSP" Version="1.10.2" />
10-
</ItemGroup>
11-
12-
<ItemGroup>
13-
<ProjectReference Include="..\..\..\SharpSRTP\src\SharpSRTP\SharpSRTP.csproj" />
10+
<PackageReference Include="SharpSRTP" Version="0.0.1" />
1411
</ItemGroup>
1512

1613
</Project>

0 commit comments

Comments
 (0)