Version bump to 3.5.3.

This commit is contained in:
Eugene Wang 2018-09-10 16:59:34 -04:00
parent 5a43284553
commit c739b461c0

View File

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