Skip to content

Commit

Permalink
Add Akka.Persistence.PostgreSql.Hosting and it's dependencies, exclud…
Browse files Browse the repository at this point in the history
…e Reactive.Streams from version test
  • Loading branch information
TapioRantala committed Jan 19, 2024
1 parent 53f4afe commit 8679920
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,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"
Expand All @@ -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"
Expand Down Expand Up @@ -988,6 +1012,10 @@
"listed": true,
"version": "11.0.1"
},
"Npgsql": {
"listed": true,
"version": "3.2.3"
},
"NSubstitute": {
"listed": true,
"version": "4.0.0",
Expand Down Expand Up @@ -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"
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 @@ -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.*.
Expand Down

0 comments on commit 8679920

Please sign in to comment.