Skip to content

Commit 0ca0815

Browse files
ARPP3bdovaz
andauthored
Added MasterMemory and MasterMemory.Annotations (#610)
* Added MasterMemory and MasterMemory.Annotations * wip --------- Co-authored-by: bdovaz <[email protected]>
1 parent c51bfc4 commit 0ca0815

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

registry.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -747,6 +747,14 @@
747747
"listed": true,
748748
"version": "2.0.10"
749749
},
750+
"MasterMemory": {
751+
"listed": true,
752+
"version": "3.0.1"
753+
},
754+
"MasterMemory.Annotations": {
755+
"listed": true,
756+
"version": "2.0.0"
757+
},
750758
"MathNet.Numerics": {
751759
"listed": true,
752760
"version": "4.0.0"

src/UnityNuGet.Tests/RegistryTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,8 @@ static async Task<TestCaseData[]> AllRegistries()
185185
@"GraphQL.Client.Serializer.Newtonsoft",
186186
// Version 3.1.8 has dependency on `Panic.StringUtils` which doesn't support .netstandard2.0 or 2.1. Rest of versions are fine.
187187
@"GraphQL.Client.Serializer.SystemTextJson",
188+
// Version 3.0.0 has a dependency on MasterMemory.SourceGenerator that no longer exists
189+
@"MasterMemory",
188190
// Although 2.x targets .netstandard2.0 it has an abandoned dependency (Remotion.Linq) that does not target .netstandard2.0.
189191
// 3.1.0 is set because 3.0.x only targets .netstandard2.1.
190192
@"Microsoft.EntityFrameworkCore.*",

0 commit comments

Comments
 (0)