Road to v1 begins!

This commit is contained in:
soukoku
2014-04-20 16:57:38 -04:00
parent 06d1358fd1
commit 1743b8379b
92 changed files with 863 additions and 898 deletions

View File

@@ -12,8 +12,8 @@ namespace NTwain
class _NTwainVersionInfo
{
// keep this same in majors releases
public const string Release = "0.11.0.0";
public const string Release = "1.0.0.0";
// change this for each nuget release
public const string Build = "0.11.3";
public const string Build = "1.0.0";
}
}