Skip to content

Commit

Permalink
Update to version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Manik Sachdeva committed Jul 31, 2018
1 parent 0f87a57 commit 7e9e0e7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions OpenTok/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("TokBox, Inc.")]
[assembly: AssemblyProduct("OpenTok")]
[assembly: AssemblyCopyright("Copyright © TokBox, Inc. 2014")]
[assembly: AssemblyCopyright("Copyright © TokBox, Inc. 2018")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.4.*")]
[assembly: AssemblyInformationalVersion("2.4.7")]
[assembly: AssemblyVersion("3.0.*")]
[assembly: AssemblyInformationalVersion("3.0.0")]
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ Reference documentation is available at <https://tokbox.com/developer/sdks/dot-n
You need an OpenTok API key and API secret, which you can obtain by logging into your
[TokBox account](https://tokbox.com/account).

The OpenTok .NET SDK requires .NET Framework 3.5 or greater.
The OpenTok .NET SDK requires .NET Framework 4.5.2 or greater.

# Release Notes

Expand All @@ -196,6 +196,10 @@ about each release.

## Important changes since v2.2.0

**Changes in v3.0.0:**

This version requires .NET Framework 4.5.2 or greater.

**Changes in v2.2.1:**

The default setting for the `CreateSession()` method is to create a session with the media mode set
Expand Down

0 comments on commit 7e9e0e7

Please sign in to comment.