Skip to content

Commit e5c1837

Browse files
Setup release 1.0.0-preview
1 parent 7bf3da7 commit e5c1837

File tree

3 files changed

+21
-10
lines changed

3 files changed

+21
-10
lines changed

Packages/UGF.DebugTools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.ugf.debugtools",
33
"displayName": "UGF.DebugTools",
4-
"version": "0.0.0-preview",
4+
"version": "1.0.0-preview",
55
"unity": "2021.1",
66
"apiCompatibility": ".NET Standard 2.0",
77
"description": "Provides tools for working with debug information.",
@@ -24,4 +24,4 @@
2424
"com.ugf.builder": "2.0.1",
2525
"com.unity.modules.imgui": "1.0.0"
2626
}
27-
}
27+
}

changelog.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
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).
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-preview](https://github.com/unity-game-framework/ugf-debugtools/releases/tag/1.0.0-preview) - 2021-09-20
9+
10+
### Release Notes
11+
12+
- No release notes.
13+
14+

readme.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,16 @@ UGF.DebugTools
44

55
## Info
66

7-
- **Version**: `0.0.0-preview`
7+
- **Version**: `1.0.0-preview`
88
- **Unity**: `2021.1`
99
- **API Compatibility Level**: `.NET Standard 2.0`
1010

1111
### Dependencies
1212

13-
- N/A
13+
- `com.ugf.customsettings`: `3.4.1`
14+
- `com.ugf.editortools`: `1.13.1`
15+
- `com.ugf.builder`: `2.0.1`
16+
- `com.unity.modules.imgui`: `1.0.0`
1417

1518

1619
### Description

0 commit comments

Comments
 (0)