Skip to content

Commit 80fbcf8

Browse files
committed
1.0.5
- Attempt Fix for Samples Import
1 parent 149f5f8 commit 80fbcf8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Runtime/io.github.crazyjackel.reactiveKit.asmdef

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "io.github.crazyjackel.reactiveKit",
33
"rootNamespace": "",
44
"references": [
5-
"GUID:5e29b8baa43663b41b895c32ce9d38fc",
65
"GUID:023ac9b81facd43ebbb2a6f1c6252835",
76
"GUID:03a02e6858eef43b383e305cd83babb4",
8-
"GUID:560b04d1a97f54a4e82edc0cbbb69285"
7+
"GUID:560b04d1a97f54a4e82edc0cbbb69285",
8+
"GUID:5e29b8baa43663b41b895c32ce9d38fc"
99
],
1010
"includePlatforms": [],
1111
"excludePlatforms": [],

Samples/io.github.crazyjackel.reactiveKitSamples.asmdef renamed to Samples/SamplesBasicUI/io.github.crazyjackel.reactiveKitSamples.asmdef

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "io.github.crazyjackel.reactiveKitSamples",
2+
"name": "io.github.crazyjackel.reactiveKitSamples-Basic",
33
"rootNamespace": "",
44
"references": [
55
"GUID:5e29b8baa43663b41b895c32ce9d38fc",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"displayName": "Red Moon Reactive Kit",
88
"name": "io.crazyjackel.redmoon-reactivekit",
99
"unity": "2020.3",
10-
"version": "1.0.4",
10+
"version": "1.0.5",
1111
"dependencies": {
1212
"com.unity.ui": "1.0.0-preview.18"
1313
},
@@ -19,7 +19,7 @@
1919
{
2020
"displayName": "Basic UI",
2121
"description": "Contains Basic UI how to use the system",
22-
"path": "Samples~/SamplesBasicUI"
22+
"path": "Samples/SamplesBasicUI"
2323
}
2424
]
2525
}

0 commit comments

Comments
 (0)