From 9f627a6a746e80f5631955c3b3f971f23c3857bf Mon Sep 17 00:00:00 2001 From: Ivan Murzak Date: Tue, 13 Feb 2024 13:50:33 +0100 Subject: [PATCH] Dapplo.Windows.User32-1.0.26, Dapplo.Windows.Input-1.0.26 (#328) * Added System.Reactive * Added Dapplo.Log * Added Dapplo.Windows.Common * Added Dapplo.Windows.Input * Added Dapplo.Windows.Messages * Added Dapplo.Windows.User32 * Added System.Runtime.InteropServices.WindowsRuntime (ignored) * Dapplo.Log 1.4.1 -> 1.3.17 * Update registry.json * Added Dapplo packages into RegistryTests (min version 1.0.26) * Update registry.json --- registry.json | 20 ++++++++++++++++++++ src/UnityNuGet.Tests/RegistryTests.cs | 5 +++++ 2 files changed, 25 insertions(+) diff --git a/registry.json b/registry.json index 0aca3e5e..1d8ebfda 100644 --- a/registry.json +++ b/registry.json @@ -320,6 +320,26 @@ "listed": true, "version": "3.0.0" }, + "Dapplo.Log": { + "listed": true, + "version": "1.3.17" + }, + "Dapplo.Windows.Common": { + "listed": true, + "version": "1.0.26" + }, + "Dapplo.Windows.Input": { + "listed": true, + "version": "1.0.26" + }, + "Dapplo.Windows.Messages": { + "listed": true, + "version": "1.0.26" + }, + "Dapplo.Windows.User32": { + "listed": true, + "version": "1.0.26" + }, "Dev.ComradeVanti.Nothing": { "listed": true, "version": "1.0.0" diff --git a/src/UnityNuGet.Tests/RegistryTests.cs b/src/UnityNuGet.Tests/RegistryTests.cs index 643034ea..e1b97728 100644 --- a/src/UnityNuGet.Tests/RegistryTests.cs +++ b/src/UnityNuGet.Tests/RegistryTests.cs @@ -132,6 +132,11 @@ public async Task Ensure_Min_Version_Is_Correct_Ignoring_Analyzers_And_Native_Li @"System.Private.ServiceModel", // Versions < 0.8.6 depend on LiteGuard, a deprecated dependency. @"Telnet", + // Version < 1.0.26 depends on Microsoft.Windows.Compatibility, this one has tons of dependencies that don't target .netstandard2.0. And one of them is System.Speech that doesn't work in Unity. + @"Dapplo.Windows.Common", + @"Dapplo.Windows.Input", + @"Dapplo.Windows.Messages", + @"Dapplo.Windows.User32", // It has too many versions, the minimum version is lifted so as not to process so many versions @"UnitsNet.*" };