#37 CapabilityReader should not throw for no data

This commit is contained in:
soukoku
2015-02-19 21:05:10 -05:00
parent 809d06784d
commit eef0b9db92
2 changed files with 45 additions and 39 deletions

View File

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