Skip to content

Commit 82515e4

Browse files
committed
Updated package.json
1 parent a2d6137 commit 82515e4

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
"dotnet.defaultSolution": "Unity-EntityFrameworkCore-SQLite.sln",
6060
"cSpell.words": [
6161
"efcore",
62+
"entityframework",
6263
"entityframeworkcore",
6364
"Murzak",
6465
"sqlitepclraw"

Assets/_PackageRoot/package.json

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,24 @@
33
"displayName": "EntityFrameworkCore + SQLite bundle",
44
"author": {
55
"name": "Ivan Murzak",
6+
"email": "[email protected]",
67
"url": "https://github.com/IvanMurzak"
78
},
8-
"version": "0.0.5",
9+
"version": "0.0.6",
910
"unity": "2019.2",
1011
"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.",
12+
"keywords": [
13+
"entityframework",
14+
"entityframeworkcore",
15+
"efcore",
16+
"sqlite",
17+
"database",
18+
"storage"
19+
],
20+
"homepage": "https://github.com/IvanMurzak/Unity-EFCore-SQLite",
21+
"bugs": {
22+
"url": "https://github.com/IvanMurzak/Unity-EFCore-SQLite/issues"
23+
},
1124
"dependencies": {
1225
"org.nuget.castle.core": "5.1.1",
1326
"org.nuget.microsoft.entityframeworkcore": "5.0.17",
@@ -20,9 +33,11 @@
2033
},
2134
"scopedRegistries": [
2235
{
23-
"name": "Unity NuGet",
24-
"url": "https://unitynuget-registry.azurewebsites.net",
36+
"name": "package.openupm.com",
37+
"url": "https://package.openupm.com",
2538
"scopes": [
39+
"com.cysharp.unitask",
40+
"com.openupm",
2641
"org.nuget.castle.core",
2742
"org.nuget.microsoft.entityframeworkcore",
2843
"org.nuget.microsoft.entityframeworkcore.abstractions",

0 commit comments

Comments
 (0)