Fixed enum cap values not read correctly (#33).

This commit is contained in:
soukoku
2015-02-03 18:31:40 -05:00
parent 38baf125a0
commit c3cd46e543
2 changed files with 116 additions and 15 deletions

View File

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