diff --git a/registry.json b/registry.json index c8dd13d4..5d89dd0f 100644 --- a/registry.json +++ b/registry.json @@ -52,6 +52,26 @@ "listed": true, "version": "0.3.3" }, + "Akka.Persistence.PostgreSql": { + "listed": true, + "version": "1.4.17" + }, + "Akka.Persistence.PostgreSql.Hosting": { + "listed": true, + "version": "0.1.5" + }, + "Akka.Persistence.Query": { + "listed": true, + "version": "1.4.1" + }, + "Akka.Persistence.Query.Sql": { + "listed": true, + "version": "1.4.1" + }, + "Akka.Persistence.Sql.Common": { + "listed": true, + "version": "1.4.1" + }, "Akka.Remote": { "listed": true, "version": "1.4.1" @@ -60,6 +80,10 @@ "listed": true, "version": "0.1.0" }, + "Akka.Streams": { + "listed": true, + "version": "1.4.1" + }, "Antlr4.Runtime.Standard": { "listed": true, "version": "4.9.1" @@ -988,6 +1012,10 @@ "listed": true, "version": "11.0.1" }, + "Npgsql": { + "listed": true, + "version": "3.2.3" + }, "NSubstitute": { "listed": true, "version": "4.0.0", @@ -1057,6 +1085,10 @@ "listed": true, "version": "0.0.3" }, + "Reactive.Streams": { + "listed": true, + "version": "1.0.2" + }, "RestSharp": { "listed": true, "version": "106.0.0" diff --git a/src/UnityNuGet.Tests/RegistryTests.cs b/src/UnityNuGet.Tests/RegistryTests.cs index d8957460..fa4a4843 100644 --- a/src/UnityNuGet.Tests/RegistryTests.cs +++ b/src/UnityNuGet.Tests/RegistryTests.cs @@ -122,6 +122,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.*.