Pkg update and try to hide internal window more.

This commit is contained in:
Eugene Wang
2025-12-25 18:25:32 -05:00
parent 2c443301ca
commit 34c03b441e
3 changed files with 6 additions and 3 deletions

View File

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

View File

@@ -117,6 +117,9 @@ namespace NTwain
public DummyForm()
{
ShowInTaskbar = false;
Width = 1;
Height = 1;
WindowState = FormWindowState.Minimized;
Text = "NTwain Internal Loop";
}

View File

@@ -20,7 +20,7 @@
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.1.2" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' != 'net472'">
<PackageReference Include="System.Text.Encoding.CodePages" Version="10.0.0" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="10.0.1" />
</ItemGroup>
<ItemGroup Condition="'$(Configuration)'!='Release'">
<None Remove="runtimes\win-x64\native\TWAINDSM.dll" />
@@ -35,7 +35,7 @@
</Content>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.242">
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.264">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>