Skip to content

Commit 053e4a0

Browse files
Setup release 3.0.0-preview
1 parent 688281a commit 053e4a0

File tree

3 files changed

+19
-5
lines changed

3 files changed

+19
-5
lines changed

Packages/UGF.DebugTools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.ugf.debugtools",
33
"displayName": "UGF.DebugTools",
4-
"version": "2.0.0-preview.1",
4+
"version": "3.0.0-preview",
55
"unity": "2023.2",
66
"apiCompatibility": ".NET Standard 2.0",
77
"description": "Provides tools for working with debug information.",

changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.0.0-preview](https://github.com/unity-game-framework/ugf-debugtools/releases/tag/3.0.0-preview) - 2024-08-26
9+
10+
### Release Notes
11+
12+
- [Milestone](https://github.com/unity-game-framework/ugf-debugtools/milestone/7?closed=1)
13+
14+
15+
### Added
16+
17+
- Add UI Toolkit support ([#26](https://github.com/unity-game-framework/ugf-debugtools/issues/26))
18+
- Update dependencies: `com.ugf.editortools` to `3.0.0-preview.13`, `com.ugf.runtimetools` to `3.0.0-preview.18`, add `com.unity.modules.uielements` of `1.0.0`, and remove of `com.unity.modules.imgui`.
19+
- Add _UI Toolkit_ implementation.
20+
- Remove _IMGUI_ implementation.
21+
822
## [2.0.0-preview.1](https://github.com/unity-game-framework/ugf-debugtools/releases/tag/2.0.0-preview.1) - 2024-07-03
923

1024
### Release Notes

readme.md

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

55
## Information
66

7-
- **Version**: `2.0.0-preview.1`
7+
- **Version**: `3.0.0-preview`
88
- **Unity**: `2023.2`
99
- **API Compatibility Level**: `.NET Standard 2.0`
1010

1111
### Dependencies
1212

13-
- `com.ugf.editortools`: `3.0.0-preview.2`
13+
- `com.ugf.editortools`: `3.0.0-preview.13`
1414
- `com.ugf.builder`: `2.0.2`
1515
- `com.ugf.initialize`: `2.9.0`
16-
- `com.ugf.runtimetools`: `3.0.0-preview.7`
17-
- `com.unity.modules.imgui`: `1.0.0`
16+
- `com.ugf.runtimetools`: `3.0.0-preview.18`
17+
- `com.unity.modules.uielements`: `1.0.0`
1818

1919

2020
### Description

0 commit comments

Comments
 (0)