From 96d35aa17898e6d3425f9bb9dc134fc169abe8a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Kurai?= Date: Fri, 15 Oct 2021 11:11:53 +0200 Subject: [PATCH] add license url to package.json --- CHANGELOG.md | 3 +++ .../Assets/AutSoft.UnityResourceGenerator/package.json | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aebe284..5021ef1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 0.4.1 +- Add license URL to package + # 0.4.0 - More nicely formatted output diff --git a/UnityResourceGenerator/Assets/AutSoft.UnityResourceGenerator/package.json b/UnityResourceGenerator/Assets/AutSoft.UnityResourceGenerator/package.json index a86270e..36e6caf 100644 --- a/UnityResourceGenerator/Assets/AutSoft.UnityResourceGenerator/package.json +++ b/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", + "licensesUrl": "https://github.com/AutSoft/UnityResourceGenerator/blob/main/LICENSE.md", "changelogUrl": "https://github.com/AutSoft/UnityResourceGenerator/blob/main/CHANGELOG.md", "documentationUrl": "https://autsoft.github.io/UnityResourceGenerator/", "unity": "2019.4",