From 0b8dc1df3feaedf829c28cf5e3e2b41133d3a71f Mon Sep 17 00:00:00 2001 From: Christiaan Bloemendaal Date: Sat, 17 Oct 2020 14:06:31 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 10f64ef..7675370 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,11 @@ Constrained Rect is a small helper that aims to make it easier to create Rect's ``` openupm add net.tnrd.constrainedrect ``` -2. You can also install via git url by adding these entries in your **manifest.json** +2. Installing through a [Unity Package](http://package-installer.glitch.me/v1/installer/package.openupm.com/net.tnrd.constrainedrect?registry=https://package.openupm.com) created by the [Package Installer Creator](https://package-installer.glitch.me) from [Needle](https://needle.tools) + +[](http://package-installer.glitch.me/v1/installer/package.openupm.com/net.tnrd.constrainedrect?registry=https://package.openupm.com) + +3. You can also install via git url by adding these entries in your **manifest.json** ```json "net.tnrd.constrainedrect": "https://github.com/Thundernerd/Unity3D-ConstrainedRect.git" ``` From b9685b0cc96a0691429ea750467f59fef97168c6 Mon Sep 17 00:00:00 2001 From: Christiaan Bloemendaal Date: Sat, 17 Oct 2020 14:07:06 +0200 Subject: [PATCH 2/3] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 30406b3..bec3350 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "net.tnrd.constrainedrect", - "version": "3.0.1", + "version": "3.0.2", "displayName": "Constrained Rect", "description": "A simple helper to constrain a Rect to an EditorWindow or another Rect", "unity": "2019.1", @@ -11,7 +11,7 @@ "helper" ], "author": { - "name": "Christiaan Bloemendaal", + "name": "TNRD", "email": "unity3d@tnrd.net", "url": "https://www.tnrd.net" }, From a1ac628311b08c5d7f61a2ee23565a1c7b1c979f Mon Sep 17 00:00:00 2001 From: Christiaan Bloemendaal Date: Sat, 17 Oct 2020 14:08:01 +0200 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 227ea74..6df1842 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.2] - 2020-10-17 +### Added +- Extra download option + +### Updated +- Author name + ## [3.0.1] - 2020-08-02 ### Fixed - Resetting of horizontal and vertical centering