Skip to content

Commit 744d96e

Browse files
committed
Fix declare editor asmdef as editor only
1 parent d793e21 commit 744d96e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22
## [Unreleased](https://github.com/gilzoide/unity-sqlite-net/compare/1.3.0...HEAD)
3+
### Fixed
4+
- Mark editor asmdef as editor-only
35

46

57
## [1.3.0](https://github.com/gilzoide/unity-sqlite-net/tree/1.3.0)

Editor/Gilzoide.SqliteNet.Editor.asmdef

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"references": [
55
"GUID:17f96cd3b93974f6493e51a2f25c1241"
66
],
7-
"includePlatforms": [],
7+
"includePlatforms": [
8+
"Editor"
9+
],
810
"excludePlatforms": [],
911
"allowUnsafeCode": false,
1012
"overrideReferences": false,

0 commit comments

Comments
 (0)