Fixed some comments and types.

This commit is contained in:
soukoku
2014-04-04 22:19:16 -04:00
parent c7ca66836b
commit 4fa3e77fba
37 changed files with 354 additions and 69 deletions

View File

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