Release 0.9.9.104 (#1367)

This commit is contained in:
2026-02-04 21:47:04 +01:00
parent d887f2c901
commit 75a6fb2b6c
+5 -2
View File
@@ -2,16 +2,19 @@
<PropertyGroup>
<NoWarn>$(NoWarn);IL2104;IL3053;IL3000;IL3002;NU1701;CS0108</NoWarn>
<Version>0.9.9.103</Version>
<Version>0.9.9.104</Version>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<!-- Centralized .NET version management -->
<TargetFrameworkVersion>net10.0</TargetFrameworkVersion>
<TargetFrameworkVersionWindows>net10.0-windows10.0.17763.0</TargetFrameworkVersionWindows>
<!-- Enable cross-compilation for Windows from Linux -->
<EnableWindowsTargeting>true</EnableWindowsTargeting>
</PropertyGroup>
<PropertyGroup>