Skip to content

Commit

Permalink
'Bumping version to 3.11.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
NexmoDev committed May 10, 2023
1 parent 597ad7f commit 5adf76c
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions OpenTok/OpenTok.csproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net452;net46;net461;netstandard2.0</TargetFrameworks>
<Version>3.10.0</Version>
<Version>3.11.0</Version>
<Description>OpenTok is an API from TokBox that enables websites to weave live group video communication into their online experience.</Description>
<PackageProjectUrl>https://github.com/opentok/Opentok-.NET-SDK</PackageProjectUrl>
<RepositoryUrl>https://github.com/opentok/Opentok-.NET-SDK</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<PackageReleaseNotes>https://github.com/opentok/Opentok-.NET-SDK/releases/tag/v3.10.0</PackageReleaseNotes>
<PackageReleaseNotes>https://github.com/opentok/Opentok-.NET-SDK/releases/tag/v3.11.0</PackageReleaseNotes>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<ProjectGuid>{C770C266-B8E6-413A-B5AB-68EB218DC76C}</ProjectGuid>
Expand All @@ -24,30 +24,30 @@
<LangVersion>8</LangVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net452|AnyCPU'">
<DocumentationFile />
<DocumentationFile/>
</PropertyGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net452'">
<PackageReference Include="JWT" Version="2.3.2" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="JWT" Version="2.3.2"/>
<PackageReference Include="Newtonsoft.Json" Version="12.0.3"/>
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net46'">
<PackageReference Include="JWT" Version="2.3.2" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="JWT" Version="2.3.2"/>
<PackageReference Include="Newtonsoft.Json" Version="12.0.3"/>
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
<PackageReference Include="JWT" Version="7.2.1" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="JWT" Version="7.2.1"/>
<PackageReference Include="Newtonsoft.Json" Version="12.0.3"/>
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net461'">
<PackageReference Include="JWT" Version="7.2.1" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="JWT" Version="7.2.1"/>
<PackageReference Include="Newtonsoft.Json" Version="12.0.3"/>
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' != 'netstandard2.0' ">
<Reference Include="System.Web" />
<Reference Include="System.Web"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Enums.NET" Version="4.0.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="Enums.NET" Version="4.0.0"/>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/>
</ItemGroup>
<ItemGroup>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleToAttribute">
Expand Down

0 comments on commit 5adf76c

Please sign in to comment.