Skip to content

Commit

Permalink
Add Akka.Management package
Browse files Browse the repository at this point in the history
  • Loading branch information
TapioRantala committed Apr 8, 2024
1 parent 049510d commit 217dcae
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
16 changes: 16 additions & 0 deletions registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
"listed": true,
"version": "1.4.15"
},
"Akka.Discovery": {
"listed": true,
"version": "1.4.29"
},
"Akka.DistributedData": {
"listed": true,
"version": "1.4.1"
Expand All @@ -44,6 +48,14 @@
"listed": true,
"version": "0.1.0"
},
"Akka.Http.Shim": {
"listed": true,
"version": "1.0.0"
},
"Akka.Management": {
"listed": true,
"version": "1.0.0"
},
"Akka.Persistence": {
"listed": true,
"version": "1.4.1"
Expand Down Expand Up @@ -131,6 +143,10 @@
"UNITY_EDITOR"
]
},
"Ceen.Httpd": {
"listed": true,
"version": "0.9.4"
},
"CircularBuffer": {
"listed": true,
"version": "1.0.2"
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 @@ -110,6 +110,8 @@ public async Task Ensure_Min_Version_Is_Correct_Ignoring_Analyzers_And_Native_Li
// All versions target "Any" and not .netstandard2.0 / 2.1
// It has too many versions, the minimum version is lifted so as not to process so many versions
@"AWSSDK.*",
// Moved from netstandard2.0 to netstandard2.1 in version 0.9.10 and the test does not like that
@"Ceen.Httpd",
// It has too many versions, the minimum version is lifted so as not to process so many versions
@"CSharpFunctionalExtensions",
// Some versions between 5.6.4 and 6.3.0 doesn't ship .netstandard2.0.
Expand Down

0 comments on commit 217dcae

Please sign in to comment.