We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d793e21 commit 744d96eCopy full SHA for 744d96e
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Changelog
2
## [Unreleased](https://github.com/gilzoide/unity-sqlite-net/compare/1.3.0...HEAD)
3
+### Fixed
4
+- Mark editor asmdef as editor-only
5
6
7
## [1.3.0](https://github.com/gilzoide/unity-sqlite-net/tree/1.3.0)
Editor/Gilzoide.SqliteNet.Editor.asmdef
@@ -4,7 +4,9 @@
"references": [
"GUID:17f96cd3b93974f6493e51a2f25c1241"
],
- "includePlatforms": [],
+ "includePlatforms": [
8
+ "Editor"
9
+ ],
10
"excludePlatforms": [],
11
"allowUnsafeCode": false,
12
"overrideReferences": false,
0 commit comments