Fixed message loop thread may not start until too late (#6).

This commit is contained in:
soukoku
2014-04-15 18:57:03 -04:00
parent af40d11103
commit fcd4961d28
3 changed files with 13 additions and 2 deletions

View File

@@ -14,6 +14,6 @@ namespace NTwain
// keep this same in majors releases
public const string Release = "0.11.0.0";
// change this for each nuget release
public const string Build = "0.11.0";
public const string Build = "0.11.1";
}
}