Added quickie to open a source.

This commit is contained in:
soukoku
2014-05-31 07:13:18 -04:00
parent 91c7e0f83e
commit ac881c0438
3 changed files with 24 additions and 1 deletions

View File

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