Skip to content

Commit 629bdba

Browse files
authored
Merge pull request #4 from mygamedevtools/update/organization
Update organization identifier
2 parents a2e74c3 + 3f7a155 commit 629bdba

File tree

3 files changed

+25
-21
lines changed

3 files changed

+25
-21
lines changed

CHANGELOG.md

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ 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+
## [3.1.0] - 2021-10-03
7+
- Changed: Updated organization name to comply with [Unity Package Guidelines](https://unity.com/legal/terms-of-service/software/package-guidelines);
8+
69
## [3.0.0] - 2022-10-03
710
- Added: Namespace settings module.
811
- Added: Live preview of namespace and signature changes.
@@ -47,16 +50,17 @@ All notable changes to this project will be documented in this file. This projec
4750
## [1.0.0] - 2019-07-27
4851
- Initial Asset Store release.
4952

50-
[3.0.0]: https://github.com/myunitytools/script-template/compare/2.2.0...3.0.0
51-
[2.2.0]: https://github.com/myunitytools/script-template/compare/2.1.0...2.2.0
52-
[2.1.0]: https://github.com/myunitytools/script-template/compare/2.0.1...2.1.0
53-
[2.0.1]: https://github.com/myunitytools/script-template/compare/2.0.0...2.0.1
54-
[2.0.0]: https://github.com/myunitytools/script-template/compare/1.3.0...2.0.0
55-
[1.3.0]: https://github.com/myunitytools/script-template/compare/1.2.2...1.3.0
56-
[1.2.2]: https://github.com/myunitytools/script-template/compare/1.2.1...1.2.2
57-
[1.2.1]: https://github.com/myunitytools/script-template/compare/1.2.0...1.2.1
58-
[1.2.0]: https://github.com/myunitytools/script-template/compare/1.1.1...1.2.0
59-
[1.1.1]: https://github.com/myunitytools/script-template/compare/1.1.0...1.1.1
60-
[1.1.0]: https://github.com/myunitytools/script-template/compare/1.0.1...1.1.0
61-
[1.0.1]: https://github.com/myunitytools/script-template/compare/1.0.0...1.0.1
62-
[1.0.0]: https://github.com/myunitytools/script-template/compare/087dd6c...1.0.0
53+
[3.1.0]: https://github.com/mygamedevtools/script-template/compare/3.0.0...3.1.0
54+
[3.0.0]: https://github.com/mygamedevtools/script-template/compare/2.2.0...3.0.0
55+
[2.2.0]: https://github.com/mygamedevtools/script-template/compare/2.1.0...2.2.0
56+
[2.1.0]: https://github.com/mygamedevtools/script-template/compare/2.0.1...2.1.0
57+
[2.0.1]: https://github.com/mygamedevtools/script-template/compare/2.0.0...2.0.1
58+
[2.0.0]: https://github.com/mygamedevtools/script-template/compare/1.3.0...2.0.0
59+
[1.3.0]: https://github.com/mygamedevtools/script-template/compare/1.2.2...1.3.0
60+
[1.2.2]: https://github.com/mygamedevtools/script-template/compare/1.2.1...1.2.2
61+
[1.2.1]: https://github.com/mygamedevtools/script-template/compare/1.2.0...1.2.1
62+
[1.2.0]: https://github.com/mygamedevtools/script-template/compare/1.1.1...1.2.0
63+
[1.1.1]: https://github.com/mygamedevtools/script-template/compare/1.1.0...1.1.1
64+
[1.1.0]: https://github.com/mygamedevtools/script-template/compare/1.0.1...1.1.0
65+
[1.0.1]: https://github.com/mygamedevtools/script-template/compare/1.0.0...1.0.1
66+
[1.0.0]: https://github.com/mygamedevtools/script-template/compare/087dd6c...1.0.0

README.md

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

55
My Unity Tools - Script Template
66
===
@@ -16,7 +16,7 @@ Installation
1616
---
1717

1818
#### [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)_
19-
You can open the Package Manager and then click on the `+` button on the top left corner. From there select `Add package from git URL...`, type `https://github.com/myunitytools/script-template.git` and click `Add`. The package will be imported by the Package Manager.
19+
You can open the Package Manager and then click on the `+` button on the top left corner. From there select `Add package from git URL...`, type `https://github.com/mygamedevtools/script-template.git` and click `Add`. The package will be imported by the Package Manager.
2020

2121
:link: [Unity Official Documentation](https://docs.unity3d.com/Manual/upm-git.html)
2222

@@ -107,4 +107,4 @@ I'd very much like to be able to [manage my Script Templates over the Unity Hub]
107107

108108
---
109109

110-
Don't hesitate to create [issues](https://github.com/myunitytools/script-template/issues) for suggestions and bugs. Have fun!
110+
Don't hesitate to create [issues](https://github.com/mygamedevtools/script-template/issues) for suggestions and bugs. Have fun!

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "com.myunitytools.script-template",
3-
"version": "3.0.0",
2+
"name": "com.mygamedevtools.script-template",
3+
"version": "3.1.0",
44
"displayName": "Script Templates",
55
"description": "This tool adds custom Script Templates to Unity that will serve as alternatives for the default \"C#Script\" that I personally always modify before writing my scripts.\nIn essence, it allows customization of the script templates with dynamic data such as signature and namespace settings.\nAdditionally, it adds templates for others types of scripts rather than just Mono Behaviours.",
66
"unity": "2019.4",
@@ -15,7 +15,7 @@
1515
"author": {
1616
"name": "My Unity Tools",
1717
"email": "[email protected]",
18-
"url": "https://github.com/myunitytools"
18+
"url": "https://github.com/mygamedevtools"
1919
},
2020
"type": "tool"
2121
}

0 commit comments

Comments
 (0)