Skip to content

Commit

Permalink
Add Akka.Persistence.Redis.Hosting and it's dependencies, exclude Rea…
Browse files Browse the repository at this point in the history
…ctive.Streams from version test
  • Loading branch information
TapioRantala committed Feb 13, 2024
1 parent ad10241 commit 495ce2b
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
32 changes: 32 additions & 0 deletions registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,18 @@
"listed": true,
"version": "0.3.3"
},
"Akka.Persistence.Query": {
"listed": true,
"version": "1.4.1"
},
"Akka.Persistence.Redis": {
"listed": true,
"version": "1.4.4"
},
"Akka.Persistence.Redis.Hosting": {
"listed": true,
"version": "1.5.13"
},
"Akka.Remote": {
"listed": true,
"version": "1.4.1"
Expand All @@ -60,6 +72,10 @@
"listed": true,
"version": "0.1.0"
},
"Akka.Streams": {
"listed": true,
"version": "1.4.1"
},
"Antlr4.Runtime.Standard": {
"listed": true,
"version": "4.9.1"
Expand Down Expand Up @@ -1013,6 +1029,10 @@
"listed": true,
"version": "3.0.205"
},
"Pipelines.Sockets.Unofficial": {
"listed": true,
"version": "1.0.0"
},
"Polly": {
"listed": true,
"version": "6.0.1"
Expand Down Expand Up @@ -1065,6 +1085,10 @@
"listed": true,
"version": "0.0.3"
},
"Reactive.Streams": {
"listed": true,
"version": "1.0.2"
},
"ReactiveProperty": {
"listed": true,
"version": "5.0.0"
Expand Down Expand Up @@ -1262,6 +1286,10 @@
"listed": true,
"version": "1.3.0"
},
"StackExchange.Redis": {
"listed": true,
"version": "2.0.495"
},
"Stateless": {
"listed": true,
"version": "4.3.0"
Expand Down Expand Up @@ -1307,6 +1335,10 @@
"listed": true,
"version": "4.5.0"
},
"System.Diagnostics.PerformanceCounter": {
"listed": true,
"version": "4.5.0"
},
"System.Formats.Asn1": {
"listed": true,
"version": "5.0.0"
Expand Down
2 changes: 2 additions & 0 deletions src/UnityNuGet.Tests/RegistryTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ public async Task Ensure_Min_Version_Is_Correct_Ignoring_Analyzers_And_Native_Li
@"MonoMod.RuntimeDetour",
// Versions < 2.0.0 depend on NAudio which doesn't ship .netstandard2.0.
@"MumbleSharp",
// Provides .netstandard1.0 assembly, not .netstandard2.0
@"Reactive.Streams",
// Versions < 3.2.1 depend on Nullable which doesn't ship .netstandard2.0.
@"Serilog.Expressions",
// Versions < 1.4.1 has dependencies on Microsoft.AspNetCore.*.
Expand Down

0 comments on commit 495ce2b

Please sign in to comment.