Skip to content

Commit 99a5f7c

Browse files
committed
Bump version to 0.0.5 and update NuGet scopes in package.json
1 parent a2eafbe commit 99a5f7c

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

Assets/_PackageRoot/package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "Ivan Murzak",
66
"url": "https://github.com/IvanMurzak"
77
},
8-
"version": "0.0.4",
8+
"version": "0.0.5",
99
"unity": "2019.2",
1010
"description": "Bundle project that includes references on EntityFrameworkCore and SQLite set of packages to provide ready to go solution for Windows, MacOS, Android, iOS platforms.",
1111
"dependencies": {
@@ -23,7 +23,14 @@
2323
"name": "Unity NuGet",
2424
"url": "https://unitynuget-registry.azurewebsites.net",
2525
"scopes": [
26-
"org.nuget"
26+
"org.nuget.castle.core",
27+
"org.nuget.microsoft.entityframeworkcore",
28+
"org.nuget.microsoft.entityframeworkcore.abstractions",
29+
"org.nuget.microsoft.entityframeworkcore.analyzers",
30+
"org.nuget.microsoft.entityframeworkcore.relational",
31+
"org.nuget.microsoft.entityframeworkcore.sqlite.core",
32+
"org.nuget.sqlitepclraw.bundle_e_sqlite3",
33+
"org.nuget.sqlitepclraw.provider.sqlite3"
2734
]
2835
}
2936
]

0 commit comments

Comments
 (0)