-
Notifications
You must be signed in to change notification settings - Fork 20
Project reorganization for Unity Package Manager (UPM) support #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
28d68c1
4135fcf
c4ac26a
2dca802
2744c19
8fa7fad
d8fa8d8
65819ca
1349f14
e4fec02
e5348c1
e1b7e22
256aa7d
6cd3703
02b4ae1
f9d9866
6973145
8ac1941
a19433c
812806a
3cfb796
50c778e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| { | ||
| "name": "PusherWebsocketUnity" | ||
| } |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "name": "com.pusher.pusherwebsocketunity", | ||
| "displayName": "PusherWebsocketUnity", | ||
| "version": "1.0.2+190808", | ||
| "unity": "2018.1", | ||
| "description": "Pusher Channels Client for realtime websockets on Unity" | ||
| } |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| build-release: | ||
| git subtree split --prefix=BaseProject/Assets/PusherWebsocketUnity --branch upm | ||
| git tag $(VERSION) upm | ||
|
|
||
| push-release: | ||
| git push origin upm --tags |
Uh oh!
There was an error while loading. Please reload this page.