Large version jump.

This commit is contained in:
Eugene Wang
2026-01-01 22:23:13 -05:00
parent 466e52ac67
commit 4de4bac806
2 changed files with 2 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<!--change these in each release-->
<VersionPrefix>4.0.0.0</VersionPrefix>
<VersionSuffix>alpha.31</VersionSuffix>
<VersionSuffix>alpha.40</VersionSuffix>
<!--keep it the same until major # changes-->
<AssemblyVersion>4.0.0.0</AssemblyVersion>

View File

@@ -9,6 +9,7 @@ using Windows.Win32.UI.WindowsAndMessaging;
namespace NTwain.Native;
// this piece was mostly generated by AI
#if !NETFRAMEWORK
[SupportedOSPlatform("windows5.1.2600")]