mirror of
https://github.com/soukoku/ntwain.git
synced 2026-01-02 04:17:08 +08:00
Road to v1 begins!
This commit is contained in:
8
NTwain/Properties/Resources.Designer.cs
generated
8
NTwain/Properties/Resources.Designer.cs
generated
@@ -8,10 +8,10 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace NTwain.Properties {
|
||||
using System;
|
||||
|
||||
|
||||
namespace NTwain.Properties
|
||||
{
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// A strongly-typed resource class, for looking up localized strings, etc.
|
||||
/// </summary>
|
||||
|
||||
@@ -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";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user