Skip to content

Commit

Permalink
Add MumbleSharp (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdovaz authored Dec 28, 2023
1 parent 68b7875 commit 776b06e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -871,6 +871,18 @@
"listed": true,
"version": "2.7.0"
},
"MumbleSharp": {
"listed": true,
"version": "2.0.0"
},
"NAudio.Core": {
"listed": true,
"version": "2.0.0"
},
"NAudio.WinMM": {
"listed": true,
"version": "2.0.0"
},
"NeoSmart.Caching.Sqlite": {
"listed": true,
"version": "0.1.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 @@ -120,6 +120,8 @@ public async Task Ensure_Min_Version_Is_Correct_Ignoring_Analyzers_And_Native_Li
// Monomod Versions < 18.11.9.9 depend on System.Runtime.Loader which doesn't ship .netstandard2.0.
@"MonoMod.Utils",
@"MonoMod.RuntimeDetour",
// MumbleSharp < 2.0.0 depend on NAudio which doesn't ship .netstandard2.0.
@"MumbleSharp",
// Versions < 1.4.1 has dependencies on Microsoft.AspNetCore.*.
@"StrongInject.Extensions.DependencyInjection",
// Versions < 4.6.0 in theory supports .netstandard2.0 but it doesn't have a lib folder with assemblies and it makes it fail.
Expand Down

0 comments on commit 776b06e

Please sign in to comment.