Update release protocol

pull/87/head
mob-sakai 2019-01-12 14:26:49 +09:00
parent 43882f046a
commit b2ceddeff9
1 changed files with 14 additions and 8 deletions

View File

@ -1,10 +1,16 @@
{ {
"name": "SoftMaskForUGUI", "name": "com.coffee.softmask-for-ugui",
"version": "0.3.0", "displayName": "Soft Mask For uGUI",
"repository": { "description": "SoftMask is a smooth masking component for uGUI elements in Unity.\nBy using SoftMask instead of default Mask, rounded edges of UI elements can be expressed beautifully.",
"type": "git", "version": "0.3.0",
"url": "git+https://github.com/mob-sakai/SoftMaskForUGUI.git" "unity": "2017.1",
}, "license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/mob-sakai/SoftMaskForUGUI.git"
},
"src": "Assets/Coffee/UIExtensions/SoftMaskForUGUI", "src": "Assets/Coffee/UIExtensions/SoftMaskForUGUI",
"license": "MIT" "author": "mob-sakai <sakai861104@gmail.com> (https://github.com/mob-sakai)",
"dependencies": {
}
} }