Skip to content

Commit 69e2449

Browse files
author
Markus
committed
Add Changelog, Readme and thirdpartynotices file
update package.json
1 parent f4836c3 commit 69e2449

File tree

7 files changed

+39
-0
lines changed

7 files changed

+39
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
9+
## [0.1.0] - 2022-11-02
10+
### Added
11+
- Initial release

CHANGELOG.md.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
A set of ui helper classes and scripts for editor tool development in Unity.
2+
This is a common dependency for many other tools from Gentlymad Studios.
3+
4+
~ Use at you own risk ~

README.md.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Third Party Notices.md

Whitespace-only changes.

Third Party Notices.md.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"description": "Editor UI by Gentlymad Studios.",
66
"unity": "2022.1",
77
"unityRelease": "16f1",
8+
"documentationUrl": "https://github.com/Gentlymad-Studios/EditorUI/blob/master/README.md",
9+
"changelogUrl": "https://github.com/Gentlymad-Studios/EditorUI/blob/master/CHANGELOG.md",
10+
"licensesUrl": "https://github.com/Gentlymad-Studios/EditorUI/blob/master/LICENSE.md",
811
"dependencies": {
912
},
1013
"keywords": [

0 commit comments

Comments
 (0)