Skip to content

Commit 8e985df

Browse files
committed
Update package version to 1.0.0
1 parent 11cc77a commit 8e985df

File tree

3 files changed

+29
-5
lines changed

3 files changed

+29
-5
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [1.0.0] - 02/27/2021
9+
10+
### Added
11+
12+
- Enhanced console logging
13+
- Performance and equality testing
14+
- FPS Display
15+
- Shaders
16+
- Bitangets
17+
- Normals
18+
- Tangents
19+
- UV1
20+
- UV2
21+
- VertexColor

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Debugging
1+
# Debug Tools
2+
3+
The Debug Tools package provides assets and scripts to assist in debugging Unity projects.
24

35
## Installation
46

@@ -10,4 +12,4 @@ To load a package from a Git URL:
1012
2. Click the add (`+`) button in the status bar
1113
3. Select **Add package from git URL** from the add menu
1214
4. Enter the following Git URL in the text box and click Add:
13-
`https://github.com/zigurous/unity-debugging.git`
15+
`https://github.com/zigurous/unity-debug-tools.git`

package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"name": "com.zigurous.debug",
3-
"version": "0.1.0",
4-
"displayName": "Zigurous Debug",
5-
"description": "Assets and scripts for debugging Unity projects.",
3+
"version": "1.0.0",
4+
"displayName": "Zigurous Debug Tools",
5+
"description": "The Debug Tools package provides assets and scripts to assist in debugging Unity projects.",
66
"unity": "2019.4",
7+
"keywords": ["debug"],
78
"author": {
89
"name": "Zigurous",
910
"email": "[email protected]",

0 commit comments

Comments
 (0)