diff --git a/registry.json b/registry.json index 0aca3e5e..c731f6fa 100644 --- a/registry.json +++ b/registry.json @@ -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" @@ -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" @@ -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" @@ -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" @@ -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" @@ -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" diff --git a/src/UnityNuGet.Tests/RegistryTests.cs b/src/UnityNuGet.Tests/RegistryTests.cs index 643034ea..faee06eb 100644 --- a/src/UnityNuGet.Tests/RegistryTests.cs +++ b/src/UnityNuGet.Tests/RegistryTests.cs @@ -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.*.