-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6969c8c
commit 37e7233
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"name": "com.github.superunitybuild.buildtool", | ||
"displayName": "SuperUnityBuild", | ||
"version": "1.0.0-pre.1", | ||
"version": "1.0.0-pre.2", | ||
"unity": "2018.1", | ||
"description": "SuperUnityBuild is a Unity utility that automates the process of generating builds of your game. It's easy and quick enough to use on small games, but it's also powerful and extensible enough to be extremely useful on larger projects. The key to this flexibility lies in SuperUnityBuild's configurable degrees of granularity and its BuildActions framework which allows additional operations to be added into the build process.", | ||
"documentationUrl": "https://github.com/superunitybuild/superunitybuild/wiki", | ||
"type": "tool" | ||
} | ||
} |