Skip to content

Commit

Permalink
Version 2.02 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dmillz committed Nov 21, 2014
1 parent 322b6d4 commit 448b4ce
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
BrightcoveOS .NET-MAPI-Wrapper Changelog
--------------

**Version 2.02 (November 20, 2014)**

- Added support for Akamai and Limelight ControllerTypes

**Version 2.01 (May 14, 2014)**

- Added support for `CreateVideo` call with a remote asset specified (rather than uploading a file directly).
Expand Down
Binary file not shown.
Binary file modified releases/BrightcoveOS.NET-MAPI-Wrapper-latest.dlls.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -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.01.*")]
[assembly: AssemblyInformationalVersion("2.01")]
[assembly: AssemblyVersion("2.02.*")]
[assembly: AssemblyInformationalVersion("2.02")]
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ public void EnumExtension_ToBrightcoveEnum_Test_InvalidValue()
Assert.That(testrendition.ControllerType, Is.EqualTo(ControllerType.None));
}
}
}
}

0 comments on commit 448b4ce

Please sign in to comment.