We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c2248d7 + 2bd8dd5 commit 9c0b186Copy full SHA for 9c0b186
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# 0.4.1
2
+- Add license URL to package
3
+
4
# 0.4.0
5
- More nicely formatted output
6
UnityResourceGenerator/Assets/AutSoft.UnityResourceGenerator/package.json
@@ -1,9 +1,10 @@
{
"name": "com.autsoft.unityresourcegenerator",
- "version": "0.4.0",
+ "version": "0.4.1",
"displayName": "Unity Resource Generator",
"description": "Generate path strings for Resources.Load",
"license": "MIT",
7
+ "licensesUrl": "https://github.com/AutSoft/UnityResourceGenerator/blob/main/LICENSE.md",
8
"changelogUrl": "https://github.com/AutSoft/UnityResourceGenerator/blob/main/CHANGELOG.md",
9
"documentationUrl": "https://autsoft.github.io/UnityResourceGenerator/",
10
"unity": "2019.4",
0 commit comments