Skip to content

Commit

Permalink
Updated to 2.27.0 (#67)
Browse files Browse the repository at this point in the history
Modified gitignore to remove some unnecesary commits
  • Loading branch information
sergioturgil-vonage authored Dec 26, 2023
1 parent 53d3cac commit 2c045f4
Show file tree
Hide file tree
Showing 18 changed files with 70 additions and 66 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -189,3 +189,7 @@ FakesAssemblies/

# Visual Studio 6 workspace options file
*.opt

## Added by Vonage Video Client Team
packages
*/resources/selfie_segmentation.tflite
16 changes: 8 additions & 8 deletions AudioDeviceNotifications/AudioDeviceNotifications.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="OpenTokNetStandard, Version=2.26.2.0, Culture=neutral, PublicKeyToken=446993dbb1ae17c2, processorArchitecture=MSIL">
<HintPath>..\packages\OpenTok.Client.2.26.2.1\lib\net462\OpenTokNetStandard.dll</HintPath>
<Reference Include="OpenTokNetStandard, Version=2.27.0.0, Culture=neutral, PublicKeyToken=446993dbb1ae17c2, processorArchitecture=MSIL">
<HintPath>..\packages\OpenTok.Client.2.27.0\lib\net462\OpenTokNetStandard.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
Expand All @@ -56,11 +56,11 @@
<Reference Include="WindowsBase" />
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="WinFormsVideoRenderer, Version=2.26.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\OpenTok.Client.2.26.2.1\lib\net462\WinFormsVideoRenderer.dll</HintPath>
<Reference Include="WinFormsVideoRenderer, Version=2.27.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\OpenTok.Client.2.27.0\lib\net462\WinFormsVideoRenderer.dll</HintPath>
</Reference>
<Reference Include="WPFVideoRenderer, Version=2.26.2.0, Culture=neutral, PublicKeyToken=446993dbb1ae17c2, processorArchitecture=MSIL">
<HintPath>..\packages\OpenTok.Client.2.26.2.1\lib\net462\WPFVideoRenderer.dll</HintPath>
<Reference Include="WPFVideoRenderer, Version=2.27.0.0, Culture=neutral, PublicKeyToken=446993dbb1ae17c2, processorArchitecture=MSIL">
<HintPath>..\packages\OpenTok.Client.2.27.0\lib\net462\WPFVideoRenderer.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down Expand Up @@ -130,12 +130,12 @@
<Resource Include="Mic.png" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\packages\OpenTok.Client.2.26.2.1\build\OpenTok.Client.targets" Condition="Exists('..\packages\OpenTok.Client.2.26.2.1\build\OpenTok.Client.targets')" />
<Import Project="..\packages\OpenTok.Client.2.27.0\build\OpenTok.Client.targets" Condition="Exists('..\packages\OpenTok.Client.2.27.0\build\OpenTok.Client.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\OpenTok.Client.2.26.2.1\build\OpenTok.Client.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\OpenTok.Client.2.26.2.1\build\OpenTok.Client.targets'))" />
<Error Condition="!Exists('..\packages\OpenTok.Client.2.27.0\build\OpenTok.Client.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\OpenTok.Client.2.27.0\build\OpenTok.Client.targets'))" />
</Target>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
2 changes: 1 addition & 1 deletion AudioDeviceNotifications/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="OpenTok.Client" version="2.26.2.1" targetFramework="net462" />
<package id="OpenTok.Client" version="2.27.0" targetFramework="net462" />
</packages>
16 changes: 8 additions & 8 deletions BasicVideoChat/BasicVideoChat.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="OpenTokNetStandard, Version=2.26.2.0, Culture=neutral, PublicKeyToken=446993dbb1ae17c2, processorArchitecture=MSIL">
<HintPath>..\packages\OpenTok.Client.2.26.2.1\lib\net462\OpenTokNetStandard.dll</HintPath>
<Reference Include="OpenTokNetStandard, Version=2.27.0.0, Culture=neutral, PublicKeyToken=446993dbb1ae17c2, processorArchitecture=MSIL">
<HintPath>..\packages\OpenTok.Client.2.27.0\lib\net462\OpenTokNetStandard.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
Expand All @@ -56,11 +56,11 @@
<Reference Include="WindowsBase" />
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="WinFormsVideoRenderer, Version=2.26.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\OpenTok.Client.2.26.2.1\lib\net462\WinFormsVideoRenderer.dll</HintPath>
<Reference Include="WinFormsVideoRenderer, Version=2.27.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\OpenTok.Client.2.27.0\lib\net462\WinFormsVideoRenderer.dll</HintPath>
</Reference>
<Reference Include="WPFVideoRenderer, Version=2.26.2.0, Culture=neutral, PublicKeyToken=446993dbb1ae17c2, processorArchitecture=MSIL">
<HintPath>..\packages\OpenTok.Client.2.26.2.1\lib\net462\WPFVideoRenderer.dll</HintPath>
<Reference Include="WPFVideoRenderer, Version=2.27.0.0, Culture=neutral, PublicKeyToken=446993dbb1ae17c2, processorArchitecture=MSIL">
<HintPath>..\packages\OpenTok.Client.2.27.0\lib\net462\WPFVideoRenderer.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down Expand Up @@ -112,12 +112,12 @@
<None Include="App.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\packages\OpenTok.Client.2.26.2.1\build\OpenTok.Client.targets" Condition="Exists('..\packages\OpenTok.Client.2.26.2.1\build\OpenTok.Client.targets')" />
<Import Project="..\packages\OpenTok.Client.2.27.0\build\OpenTok.Client.targets" Condition="Exists('..\packages\OpenTok.Client.2.27.0\build\OpenTok.Client.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\OpenTok.Client.2.26.2.1\build\OpenTok.Client.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\OpenTok.Client.2.26.2.1\build\OpenTok.Client.targets'))" />
<Error Condition="!Exists('..\packages\OpenTok.Client.2.27.0\build\OpenTok.Client.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\OpenTok.Client.2.27.0\build\OpenTok.Client.targets'))" />
</Target>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
2 changes: 1 addition & 1 deletion BasicVideoChat/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="OpenTok.Client" version="2.26.2.1" targetFramework="net462" />
<package id="OpenTok.Client" version="2.27.0" targetFramework="net462" />
</packages>
2 changes: 1 addition & 1 deletion BasicVideoChatUWP/BasicVideoChatUWP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<Version>13.0.1</Version>
</PackageReference>
<PackageReference Include="OpenTok.Client">
<Version>2.26.2.1</Version>
<Version>2.27.0</Version>
</PackageReference>
<PackageReference Include="Win2D.uwp">
<Version>1.26.0</Version>
Expand Down
2 changes: 1 addition & 1 deletion BasicVideoChatWinForms/BasicVideoChatWinForms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="OpenTok.Client" Version="2.26.2.1" />
<PackageReference Include="OpenTok.Client" Version="2.27.0" />
</ItemGroup>

</Project>
16 changes: 8 additions & 8 deletions CustomVideoRenderer/CustomVideoRenderer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="OpenTokNetStandard, Version=2.26.2.0, Culture=neutral, PublicKeyToken=446993dbb1ae17c2, processorArchitecture=MSIL">
<HintPath>..\packages\OpenTok.Client.2.26.2.1\lib\net462\OpenTokNetStandard.dll</HintPath>
<Reference Include="OpenTokNetStandard, Version=2.27.0.0, Culture=neutral, PublicKeyToken=446993dbb1ae17c2, processorArchitecture=MSIL">
<HintPath>..\packages\OpenTok.Client.2.27.0\lib\net462\OpenTokNetStandard.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
Expand All @@ -57,11 +57,11 @@
<Reference Include="WindowsBase" />
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="WinFormsVideoRenderer, Version=2.26.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\OpenTok.Client.2.26.2.1\lib\net462\WinFormsVideoRenderer.dll</HintPath>
<Reference Include="WinFormsVideoRenderer, Version=2.27.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\OpenTok.Client.2.27.0\lib\net462\WinFormsVideoRenderer.dll</HintPath>
</Reference>
<Reference Include="WPFVideoRenderer, Version=2.26.2.0, Culture=neutral, PublicKeyToken=446993dbb1ae17c2, processorArchitecture=MSIL">
<HintPath>..\packages\OpenTok.Client.2.26.2.1\lib\net462\WPFVideoRenderer.dll</HintPath>
<Reference Include="WPFVideoRenderer, Version=2.27.0.0, Culture=neutral, PublicKeyToken=446993dbb1ae17c2, processorArchitecture=MSIL">
<HintPath>..\packages\OpenTok.Client.2.27.0\lib\net462\WPFVideoRenderer.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down Expand Up @@ -117,12 +117,12 @@
<None Include="App.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\packages\OpenTok.Client.2.26.2.1\build\OpenTok.Client.targets" Condition="Exists('..\packages\OpenTok.Client.2.26.2.1\build\OpenTok.Client.targets')" />
<Import Project="..\packages\OpenTok.Client.2.27.0\build\OpenTok.Client.targets" Condition="Exists('..\packages\OpenTok.Client.2.27.0\build\OpenTok.Client.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\OpenTok.Client.2.26.2.1\build\OpenTok.Client.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\OpenTok.Client.2.26.2.1\build\OpenTok.Client.targets'))" />
<Error Condition="!Exists('..\packages\OpenTok.Client.2.27.0\build\OpenTok.Client.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\OpenTok.Client.2.27.0\build\OpenTok.Client.targets'))" />
</Target>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
2 changes: 1 addition & 1 deletion CustomVideoRenderer/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="OpenTok.Client" version="2.26.2.1" targetFramework="net462" />
<package id="OpenTok.Client" version="2.27.0" targetFramework="net462" />
</packages>
16 changes: 8 additions & 8 deletions FileAudioSource/FileAudioSource.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<Reference Include="OpenTokNetStandard, Version=2.26.2.0, Culture=neutral, PublicKeyToken=446993dbb1ae17c2, processorArchitecture=MSIL">
<HintPath>..\packages\OpenTok.Client.2.26.2.1\lib\net462\OpenTokNetStandard.dll</HintPath>
<Reference Include="OpenTokNetStandard, Version=2.27.0.0, Culture=neutral, PublicKeyToken=446993dbb1ae17c2, processorArchitecture=MSIL">
<HintPath>..\packages\OpenTok.Client.2.27.0\lib\net462\OpenTokNetStandard.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
Expand All @@ -57,11 +57,11 @@
<Reference Include="WindowsBase" />
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="WinFormsVideoRenderer, Version=2.26.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\OpenTok.Client.2.26.2.1\lib\net462\WinFormsVideoRenderer.dll</HintPath>
<Reference Include="WinFormsVideoRenderer, Version=2.27.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\OpenTok.Client.2.27.0\lib\net462\WinFormsVideoRenderer.dll</HintPath>
</Reference>
<Reference Include="WPFVideoRenderer, Version=2.26.2.0, Culture=neutral, PublicKeyToken=446993dbb1ae17c2, processorArchitecture=MSIL">
<HintPath>..\packages\OpenTok.Client.2.26.2.1\lib\net462\WPFVideoRenderer.dll</HintPath>
<Reference Include="WPFVideoRenderer, Version=2.27.0.0, Culture=neutral, PublicKeyToken=446993dbb1ae17c2, processorArchitecture=MSIL">
<HintPath>..\packages\OpenTok.Client.2.27.0\lib\net462\WPFVideoRenderer.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down Expand Up @@ -112,11 +112,11 @@
<None Include="App.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\packages\OpenTok.Client.2.26.2.1\build\OpenTok.Client.targets" Condition="Exists('..\packages\OpenTok.Client.2.26.2.1\build\OpenTok.Client.targets')" />
<Import Project="..\packages\OpenTok.Client.2.27.0\build\OpenTok.Client.targets" Condition="Exists('..\packages\OpenTok.Client.2.27.0\build\OpenTok.Client.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\OpenTok.Client.2.26.2.1\build\OpenTok.Client.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\OpenTok.Client.2.26.2.1\build\OpenTok.Client.targets'))" />
<Error Condition="!Exists('..\packages\OpenTok.Client.2.27.0\build\OpenTok.Client.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\OpenTok.Client.2.27.0\build\OpenTok.Client.targets'))" />
</Target>
</Project>
2 changes: 1 addition & 1 deletion FileAudioSource/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="OpenTok.Client" version="2.26.2.1" targetFramework="net462" />
<package id="OpenTok.Client" version="2.27.0" targetFramework="net462" />
</packages>
16 changes: 8 additions & 8 deletions FrameMetadata/FrameMetadata.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="OpenTokNetStandard, Version=2.26.2.0, Culture=neutral, PublicKeyToken=446993dbb1ae17c2, processorArchitecture=MSIL">
<HintPath>..\packages\OpenTok.Client.2.26.2.1\lib\net462\OpenTokNetStandard.dll</HintPath>
<Reference Include="OpenTokNetStandard, Version=2.27.0.0, Culture=neutral, PublicKeyToken=446993dbb1ae17c2, processorArchitecture=MSIL">
<HintPath>..\packages\OpenTok.Client.2.27.0\lib\net462\OpenTokNetStandard.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
Expand All @@ -59,11 +59,11 @@
<Reference Include="WindowsBase" />
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="WinFormsVideoRenderer, Version=2.26.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\OpenTok.Client.2.26.2.1\lib\net462\WinFormsVideoRenderer.dll</HintPath>
<Reference Include="WinFormsVideoRenderer, Version=2.27.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\OpenTok.Client.2.27.0\lib\net462\WinFormsVideoRenderer.dll</HintPath>
</Reference>
<Reference Include="WPFVideoRenderer, Version=2.26.2.0, Culture=neutral, PublicKeyToken=446993dbb1ae17c2, processorArchitecture=MSIL">
<HintPath>..\packages\OpenTok.Client.2.26.2.1\lib\net462\WPFVideoRenderer.dll</HintPath>
<Reference Include="WPFVideoRenderer, Version=2.27.0.0, Culture=neutral, PublicKeyToken=446993dbb1ae17c2, processorArchitecture=MSIL">
<HintPath>..\packages\OpenTok.Client.2.27.0\lib\net462\WPFVideoRenderer.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down Expand Up @@ -120,12 +120,12 @@
<None Include="App.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\packages\OpenTok.Client.2.26.2.1\build\OpenTok.Client.targets" Condition="Exists('..\packages\OpenTok.Client.2.26.2.1\build\OpenTok.Client.targets')" />
<Import Project="..\packages\OpenTok.Client.2.27.0\build\OpenTok.Client.targets" Condition="Exists('..\packages\OpenTok.Client.2.27.0\build\OpenTok.Client.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\OpenTok.Client.2.26.2.1\build\OpenTok.Client.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\OpenTok.Client.2.26.2.1\build\OpenTok.Client.targets'))" />
<Error Condition="!Exists('..\packages\OpenTok.Client.2.27.0\build\OpenTok.Client.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\OpenTok.Client.2.27.0\build\OpenTok.Client.targets'))" />
</Target>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
2 changes: 1 addition & 1 deletion FrameMetadata/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="OpenTok.Client" version="2.26.2.1" targetFramework="net462" />
<package id="OpenTok.Client" version="2.27.0" targetFramework="net462" />
<package id="System.Drawing.Common" version="8.0.0" targetFramework="net462" />
</packages>
2 changes: 1 addition & 1 deletion ScreenSharing/ScreenSharing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="OpenTok.Client">
<Version>2.26.2.1</Version>
<Version>2.27.0</Version>
</PackageReference>
<PackageReference Include="SharpDX">
<Version>4.2.0</Version>
Expand Down
Loading

0 comments on commit 2c045f4

Please sign in to comment.