Fixed invalidcast exception on setting twframe to capability.

This commit is contained in:
soukoku
2015-02-20 17:45:02 -05:00
parent 20a8305214
commit 59e8b996de
4 changed files with 12 additions and 7 deletions

View File

@@ -23,7 +23,7 @@ namespace NTwain
/// <summary>
/// The build release version number.
/// </summary>
public const string Build = "3.3.0"; // change this for each nuget release
public const string Build = "3.3.1"; // change this for each nuget release
}