Fixed wrong location for old twain_32.dll.

This commit is contained in:
soukoku
2014-11-29 22:16:19 -05:00
parent f29443a8a4
commit 313b3c129b
4 changed files with 23 additions and 19 deletions

View File

@@ -23,7 +23,7 @@ namespace NTwain
/// <summary>
/// The build release version number.
/// </summary>
public const string Build = "3.2.1"; // change this for each nuget release
public const string Build = "3.2.3"; // change this for each nuget release
}