Typo and other fixes.

This commit is contained in:
soukoku
2014-11-13 21:49:12 -05:00
parent d2134fbcd3
commit b4865c988e
13 changed files with 96 additions and 82 deletions

View File

@@ -12,7 +12,7 @@ namespace NTwain
/// <summary>
/// Contains version info of this assembly.
/// </summary>
public class NTwainVersionInfo
static class NTwainVersionInfo
{
/// <summary>
/// The major release version number.
@@ -23,7 +23,7 @@ namespace NTwain
/// <summary>
/// The build release version number.
/// </summary>
public const string Build = "3.2.0"; // change this for each nuget release
public const string Build = "3.2.1"; // change this for each nuget release
}