Skip to content

Commit

Permalink
Dapplo.Windows.User32-1.0.26, Dapplo.Windows.Input-1.0.26 (xoofx#328)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
IvanMurzak authored Feb 13, 2024
1 parent ad10241 commit 9f627a6
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
20 changes: 20 additions & 0 deletions registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
5 changes: 5 additions & 0 deletions src/UnityNuGet.Tests/RegistryTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.*"
};
Expand Down

0 comments on commit 9f627a6

Please sign in to comment.