From b272bdd481178f5f21eea8b6af771e41b1d7beb8 Mon Sep 17 00:00:00 2001 From: Tapio Rantala Date: Wed, 20 Mar 2024 10:09:14 +0200 Subject: [PATCH] Add Akka.Persistence.DynamoDb package --- registry.json | 20 ++++++++++++++++++++ src/UnityNuGet.Tests/RegistryTests.cs | 2 ++ 2 files changed, 22 insertions(+) diff --git a/registry.json b/registry.json index 1453fe6..4ebc18a 100644 --- a/registry.json +++ b/registry.json @@ -48,10 +48,18 @@ "listed": true, "version": "1.4.1" }, + "Akka.Persistence.DynamoDb": { + "listed": true, + "version": "0.2.0" + }, "Akka.Persistence.Hosting": { "listed": true, "version": "0.3.3" }, + "Akka.Persistence.Query": { + "listed": true, + "version": "1.4.1" + }, "Akka.Remote": { "listed": true, "version": "1.4.1" @@ -60,6 +68,10 @@ "listed": true, "version": "0.1.0" }, + "Akka.Streams": { + "listed": true, + "version": "1.4.1" + }, "Antlr4.Runtime.Standard": { "listed": true, "version": "4.9.1" @@ -100,6 +112,10 @@ "listed": true, "version": "3.7.302.8" }, + "AWSSDK.DynamoDBv2": { + "listed": true, + "version": "3.7.302.8" + }, "AWSSDK.S3": { "listed": true, "version": "3.7.302.8" @@ -1105,6 +1121,10 @@ "listed": true, "version": "0.0.3" }, + "Reactive.Streams": { + "listed": true, + "version": "1.0.2" + }, "ReactiveProperty": { "listed": true, "version": "5.0.0" diff --git a/src/UnityNuGet.Tests/RegistryTests.cs b/src/UnityNuGet.Tests/RegistryTests.cs index 79c231e..f48f8e7 100644 --- a/src/UnityNuGet.Tests/RegistryTests.cs +++ b/src/UnityNuGet.Tests/RegistryTests.cs @@ -126,6 +126,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.*.