mirror of
https://github.com/soukoku/ntwain.git
synced 2025-09-18 17:47:57 +08:00
Fixed TypeExtensions init error #32
This commit is contained in:
@@ -15,7 +15,7 @@ namespace NTwain.Data
|
||||
{ItemType.Int8, 1},
|
||||
{ItemType.UInt8, 1},
|
||||
{ItemType.Int16, 2},
|
||||
{ItemType.UInt8, 2},
|
||||
{ItemType.UInt16, 2},
|
||||
{ItemType.Bool, 2},
|
||||
{ItemType.Int32, 4},
|
||||
{ItemType.UInt32, 4},
|
||||
|
@@ -1,6 +1,6 @@
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyCopyright("Copyright \x00a9 Yin-Chun Wang 2012-2014")]
|
||||
[assembly: AssemblyCopyright("Copyright \x00a9 Yin-Chun Wang 2012-2015")]
|
||||
[assembly: AssemblyCompany("Yin-Chun Wang")]
|
||||
|
||||
[assembly: AssemblyVersion(NTwain.NTwainVersionInfo.Release)]
|
||||
@@ -23,7 +23,7 @@ namespace NTwain
|
||||
/// <summary>
|
||||
/// The build release version number.
|
||||
/// </summary>
|
||||
public const string Build = "3.2.4"; // change this for each nuget release
|
||||
public const string Build = "3.2.5"; // change this for each nuget release
|
||||
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user