Implemented memory-file transfer.

This commit is contained in:
soukoku
2014-04-07 19:21:33 -04:00
parent 05e4eb8504
commit 2820cf7a8d
9 changed files with 88 additions and 49 deletions

View File

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