Skip to content

Commit 1e32e66

Browse files
authored
Merge pull request #3 from Thundernerd/extra_install_option
Added extra install option
2 parents 8fbe051 + a1ac628 commit 1e32e66

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.0.2] - 2020-10-17
4+
### Added
5+
- Extra download option
6+
7+
### Updated
8+
- Author name
9+
310
## [3.0.1] - 2020-08-02
411
### Fixed
512
- Resetting of horizontal and vertical centering

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@ Constrained Rect is a small helper that aims to make it easier to create Rect's
2121
```
2222
openupm add net.tnrd.constrainedrect
2323
```
24-
2. You can also install via git url by adding these entries in your **manifest.json**
24+
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)
25+
26+
[<img src="https://api-lunacy.icons8.com/api/assets/875da8b1-d471-4d63-aaa0-5c58efe04dc1/Simple Download Button.png"/>](http://package-installer.glitch.me/v1/installer/package.openupm.com/net.tnrd.constrainedrect?registry=https://package.openupm.com)
27+
28+
3. You can also install via git url by adding these entries in your **manifest.json**
2529
```json
2630
"net.tnrd.constrainedrect": "https://github.com/Thundernerd/Unity3D-ConstrainedRect.git"
2731
```

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "net.tnrd.constrainedrect",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"displayName": "Constrained Rect",
55
"description": "A simple helper to constrain a Rect to an EditorWindow or another Rect",
66
"unity": "2019.1",
@@ -11,7 +11,7 @@
1111
"helper"
1212
],
1313
"author": {
14-
"name": "Christiaan Bloemendaal",
14+
"name": "TNRD",
1515
"email": "unity3d@tnrd.net",
1616
"url": "https://www.tnrd.net"
1717
},

0 commit comments

Comments
 (0)