Skip to content

Commit 25ccd52

Browse files
authored
Merge pull request #3 from Thundernerd/develop
v1.0.1
2 parents 47fc527 + 346230d commit 25ccd52

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.0.1] - 2020-10-17
4+
5+
### Added
6+
- Extra download option
7+
8+
### Updated
9+
- Package Display Name
10+
311
## [1.0.0] - 2020-09-09
412
### Added
513
- Initial version

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,13 @@ Auto Hook is a property drawer that automagically assigns a reference to your fi
2121
```
2222
openupm add net.tnrd.autohook
2323
```
24-
2. You can also install via git url by adding these entries in your **manifest.json**
24+
25+
2. Installing through a [Unity Package](http://package-installer.glitch.me/v1/installer/package.openupm.com/net.tnrd.autohook?registry=https://package.openupm.com) created by the [Package Installer Creator](https://package-installer.glitch.me) from [Needle](https://needle.tools)
26+
27+
[<img src="https://api-lunacy.icons8.com/api/assets/74506671-1e01-48de-9acf-45e80ac56ecc/Simple Download Button.png"/>](http://package-installer.glitch.me/v1/installer/package.openupm.com/net.tnrd.autohook?registry=https://package.openupm.com)
28+
29+
30+
3. You can also install via git url by adding these entries in your **manifest.json**
2531
```json
2632
"net.tnrd.autohook": "https://github.com/Thundernerd/Unity3D-Autohook.git"
2733
```

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "net.tnrd.autohook",
3-
"version": "1.0.0",
4-
"displayName": "AutoHook",
3+
"version": "1.0.1",
4+
"displayName": "Auto Hook",
55
"description": "A property drawer that auto assigns a reference",
66
"unity": "2019.1",
77
"type": "tool",

0 commit comments

Comments
 (0)