Skip to content

Commit

Permalink
Updated for version 1.0.3rc.
Browse files Browse the repository at this point in the history
  • Loading branch information
voldien committed Jul 28, 2020
1 parent ccaa40b commit f88caa7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [0.1.3] - 2020-07-28
### Minor Patch Release
- Update the license.
- Minor fixes and changes.

## [0.1.2] - 2020-07-28
### First Public Release
- Minor changes and fixes for release.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PROJECT(MultiTargetBuilder)
# Only UNIX systems.
SET(VERSION_MAJOR 0)
SET(VERSION_MINOR 1)
SET(VERSION_REVISION 2)
SET(VERSION_REVISION 3)
SET(VERSION_STATE rc)
SET(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}${VERSION_STATE}${VERSION_REVISION} )
IF( UNIX )
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Building Configuration for Multiple Targets
# MultiTarget Builder Project Configuration Tool

A Unity Provider setting tool that supports adding multiple build targets with different configurations. Where all the targets can be built with a single button. Allowing less time spent on the build configuration. Where it can be export and imported onto other projects easily.

Expand All @@ -22,7 +22,7 @@ Find `Packages/manifest.json` in your project and add the following:
```json
{
"dependencies": {
"com.supyrb.configurableshaders": "https://github.com/voldien/UMultiTargetBuilder.git#0.1.2",
"com.linuxsenpai.multitargetbuilder": "https://github.com/voldien/UMultiTargetBuilder.git#0.1.2",
"...": "..."
}
}
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"name": "com.linuxsenpai.multitargetbuilder",
"displayName": "MultiTarget Builder",
"version": "0.1.2",
"version": "0.1.3",
"unity": "2019.3",
"description": "A tool for creating multiple build targets with the option of different configurations such as platform and among other settings.",
"keywords": [
"Build Configuration",
"Automation",
"Multi Targets"
"Automation"
],
"author": {
"name": "Valdemar Lindberg",
Expand Down

0 comments on commit f88caa7

Please sign in to comment.