Skip to content

Commit

Permalink
Add Akka.Persistence.DynamoDb package
Browse files Browse the repository at this point in the history
  • Loading branch information
TapioRantala committed Mar 20, 2024
1 parent 1c175ff commit b272bdd
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
20 changes: 20 additions & 0 deletions registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
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 @@ -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.*.
Expand Down

0 comments on commit b272bdd

Please sign in to comment.