Added custom DAT with capability functions in ref to #9.

This commit is contained in:
soukoku
2014-05-15 07:29:03 -04:00
parent 1cd21f86cb
commit 6d8ef7bdd9
7 changed files with 187 additions and 16 deletions

View File

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