Skip to content

Commit c1c0b7d

Browse files
committed
wip
1 parent 5b9f839 commit c1c0b7d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

registry.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@
745745
},
746746
"MasterMemory": {
747747
"listed": true,
748-
"version": "2.0.0"
748+
"version": "3.0.1"
749749
},
750750
"MasterMemory.Annotations": {
751751
"listed": true,

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)