Skip to content

Commit b84cfb2

Browse files
committed
E Bumped nuget version, updated nugets
1 parent 8943d0c commit b84cfb2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/SharpRTSPClient/SharpRTSPClient.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="SharpRTSP" Version="1.7.0" />
8+
<PackageReference Include="SharpRTSP" Version="1.8.0" />
99
</ItemGroup>
1010

1111
<PropertyGroup>
1212
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
1313
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
1414
<Nullable>disable</Nullable>
1515
<Title>$(ProjectName)</Title>
16-
<Version>0.0.5</Version>
16+
<Version>0.0.6</Version>
1717
<Authors>Lukas Volf</Authors>
1818
<Copyright>MIT</Copyright>
1919
<PackageProjectUrl>https://github.com/jimm98y/SharpRealTimeStreaming</PackageProjectUrl>

src/SharpRTSPServer/SharpRTSPServer.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="SharpRTSP" Version="1.7.0" />
8+
<PackageReference Include="SharpRTSP" Version="1.8.0" />
99
</ItemGroup>
1010

1111
<PropertyGroup>
1212
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
1313
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
1414
<Nullable>disable</Nullable>
1515
<Title>$(ProjectName)</Title>
16-
<Version>0.0.5</Version>
16+
<Version>0.0.6</Version>
1717
<Authors>Lukas Volf</Authors>
1818
<Copyright>MIT</Copyright>
1919
<PackageProjectUrl>https://github.com/jimm98y/SharpRealTimeStreaming</PackageProjectUrl>

0 commit comments

Comments
 (0)