Skip to content

Commit d02ab05

Browse files
author
András Kurai
committed
add changelog, email, license info to package
1 parent 2ea576e commit d02ab05

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
## 0.1.0
2+
- Add initial project

UnityResourceGenerator/Assets/UnityResourceGenerator/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,16 @@
22
"name": "com.autsoft.unityresourcegenerator",
33
"displayName": "Unity Resource Generator",
44
"description": "Generate path strings for Resources.Load",
5+
"license": "MIT",
6+
"changelogUrl": "https://github.com/AutSoft/UnityResourceGenerator/blob/main/CHANGELOG.md",
57
"version": "0.1.0",
8+
"keywords": [
9+
"Editor",
10+
"Resources"
11+
],
612
"author": {
713
"name": "AutSoft Zrt.",
14+
"email": "[email protected]",
815
"url": "https://github.com/AutSoft/UnityResourceGenerator"
916
}
1017
}

0 commit comments

Comments
 (0)