Skip to content

Commit 11aca73

Browse files
committed
Remove ClosedXML version range
1 parent 0311204 commit 11aca73

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

registry.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
},
166166
"ClosedXML": {
167167
"listed": true,
168-
"version": "[0.92.1,0.102.3]"
168+
"version": "0.104.2"
169169
},
170170
"ClosedXML.Parser": {
171171
"listed": true,
@@ -1433,6 +1433,14 @@
14331433
"listed": true,
14341434
"version": "0.0.3"
14351435
},
1436+
"RBush": {
1437+
"listed": true,
1438+
"version": "4.0.0"
1439+
},
1440+
"RBush.Signed": {
1441+
"listed": true,
1442+
"version": "4.0.0"
1443+
},
14361444
"Reactive.Streams": {
14371445
"listed": true,
14381446
"version": "1.0.3"

src/UnityNuGet.Tests/RegistryTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,8 @@ static async Task<TestCaseData[]> AllRegistries()
164164
@"AWSSDK.*",
165165
// They have recently released a version with an old version numbering (0.0.1110)
166166
@"Castle.Core",
167+
// Versions < 0.105.0 depend on a package (RBush) that doesn't ship .netstandard2.0.
168+
@"ClosedXML",
167169
// It has too many versions, the minimum version is lifted so as not to process so many versions
168170
@"CSharpFunctionalExtensions",
169171
// 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.

0 commit comments

Comments
 (0)