First changeset to make internal message loop non-global.

This commit is contained in:
soukoku
2014-05-24 18:39:07 -04:00
parent f69698f90a
commit 61b0e89313
11 changed files with 170 additions and 107 deletions

View File

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