File tree Expand file tree Collapse file tree 3 files changed +5
-11
lines changed
Expand file tree Collapse file tree 3 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments