-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
ec7b8be
commit 09fef23
Showing
2 changed files
with
8 additions
and
1 deletion.
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,4 +1,8 @@ | ||
## Unreleased | ||
|
||
## 1.0.1 | ||
- Mod context menu label | ||
- Fix tests | ||
|
||
## 1.0.0 | ||
- First release |
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,12 +1,15 @@ | ||
{ | ||
"name": "com.nowsprinting.create-script-folders-with-tests", | ||
"displayName": "Create Script Folders with Tests", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"unity": "2018.4", | ||
"description": "Create script folders (Editor, Runtime, and each Tests) containing assembly definition file (.asmdef).", | ||
"homepage": "https://github.com/nowsprinting/create-script-folders-with-tests", | ||
"license": "MIT", | ||
"author": "nowsprinting <[email protected]> (https://github.com/nowsprinting)", | ||
"documentationUrl": "https://github.com/nowsprinting/create-script-folders-with-tests", | ||
"changelogUrl": "https://github.com/nowsprinting/create-script-folders-with-tests/blob/master/CHANGELOG.md", | ||
"licensesUrl": "https://github.com/nowsprinting/create-script-folders-with-tests/blob/master/LICENSE.md", | ||
"keywords": [ | ||
"Assembly Definition File", | ||
"asmdef", | ||
|