Redone the cap value read code to support all twain types (#3).

This commit is contained in:
soukoku
2014-04-09 21:30:07 -04:00
parent ec19eb0151
commit 14bb274f0c
11 changed files with 663 additions and 573 deletions

View File

@@ -12,8 +12,8 @@ namespace NTwain
class _NTwainVersionInfo
{
// keep this same in majors releases
public const string Release = "0.9.0.0";
public const string Release = "0.10.0.0";
// change this for each nuget release
public const string Build = "0.9.2";
public const string Build = "0.10.0";
}
}