Skip to content

Commit e9493fa

Browse files
authored
Merge pull request #7 from IvanMurzak/fix/runtime
Update link.xml
2 parents 7a200c9 + 57a51ed commit e9493fa

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Assets/_PackageRoot/Runtime/link.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
<type fullname="*" preserve="all" />
44
</assembly>
55

6+
<assembly fullname="Microsoft.EntityFrameworkCore.Sqlite">
7+
<type fullname="*" preserve="all" />
8+
</assembly>
9+
610
<assembly fullname="Microsoft.EntityFrameworkCore.Relational">
711
<type fullname="*" preserve="all" />
812
</assembly>

Assets/_PackageRoot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"email": "[email protected]",
77
"url": "https://github.com/IvanMurzak"
88
},
9-
"version": "0.1.0",
9+
"version": "0.1.1",
1010
"unity": "2019.2",
1111
"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.",
1212
"keywords": [

0 commit comments

Comments
 (0)