Skip to content

Commit 59ea73c

Browse files
authored
Merge pull request #1 from myunitytools/update/repository
[Update] Migrate repository to My Unity Tools
2 parents f8c57cc + 0bfc24f commit 59ea73c

File tree

4 files changed

+16
-12
lines changed

4 files changed

+16
-12
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ Change Log
33

44
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## [1.2.0] - 2022-09-13
7+
- Changed: Moved repository to My Unity Tools organization
8+
- Changed: Updated package name and author
9+
610
## [1.1.0] - 2022-07-06
711
- Changed: Updated package name to `My Unity Tools - Extensions`.
812
- Changed: Updated asmdef files to add the `Extensions` namespace: `MyUnityTools` -> `MyUnityTools.Extensions`.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 Joao Borks
3+
Copyright (c) 2022 Joao Borks
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
![License](https://img.shields.io/github/license/joaoborks/myunitytools-extensions)
2-
![Release](https://img.shields.io/github/v/release/joaoborks/myunitytools-extensions?sort=semver)
3-
![Last Commit](https://img.shields.io/github/last-commit/joaoborks/myunitytools-extensions)
1+
![License](https://img.shields.io/github/license/myunitytools/extensions)
2+
![Release](https://img.shields.io/github/v/release/myunitytools/extensions?sort=semver)
3+
![Last Commit](https://img.shields.io/github/last-commit/myunitytools/extensions)
44

5-
My Unity Tools
5+
Extensions
66
===
77

88
_A personal collection of Unity Engine tools, extensions, and helpers._
@@ -12,15 +12,15 @@ Installation
1212

1313
#### - For 2019.1+: [Installing from a git URL](https://docs.unity3d.com/Manual/upm-ui-giturl.html) _(requires [Git](https://git-scm.com/) installed and added to the PATH)_
1414
You can open the Package Manager and then click on the `+` button on the top left corner.
15-
From there select `Add package from git URL...`, type `https://github.com/joaoborks/myunitytools-extensions.git` and click `Add`.
15+
From there select `Add package from git URL...`, type `https://github.com/myunitytools/extensions.git` and click `Add`.
1616
The package will be imported by the Package Manager.
1717

1818
#### - Other Package Manager supported versions: Add manually to manifest
1919
You should add this to your `manifest.json` under the `Packages` folder on the root of your Unity Project:
2020
```
2121
{
2222
"dependencies": {
23-
"com.myunitytools.extensios": "https://github.com/joaoborks/myunitytools-extensions.git"
23+
"com.myunitytools.extensios": "https://github.com/myunitytools/extensions.git"
2424
}
2525
}
2626
```
@@ -216,4 +216,4 @@ public class MyClass : MonoBehaviour
216216

217217
---
218218

219-
Don't hesitate to create [issues](https://github.com/joaoborks/myunitytools-extensions/issues) for suggestions and bugs. Have fun!
219+
Don't hesitate to create [issues](https://github.com/myunitytools/extensions/issues) for suggestions and bugs. Have fun!

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "com.myunitytools.extensions",
3-
"version": "1.1.0",
4-
"displayName": "My Unity Tools - Extensions",
3+
"version": "1.2.0",
4+
"displayName": "Extensions",
55
"description": "A personal collection of Unity Engine tools, extensions and helpers.",
66
"unity": "2019.4",
77
"keywords": [],
88
"author": {
9-
"name": "Jo\u00e3o Borks",
9+
"name": "My Unity Tools",
1010
"email": "joao.borks@gmail.com.br",
11-
"url": "https://github.com/JoaoBorks"
11+
"url": "https://github.com/myunitytools"
1212
},
1313
"hideInEditor": false,
1414
"dependencies": {

0 commit comments

Comments
 (0)