File tree Expand file tree Collapse file tree 3 files changed +21
-10
lines changed Expand file tree Collapse file tree 3 files changed +21
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.ugf.debugtools" ,
3
3
"displayName" : " UGF.DebugTools" ,
4
- "version" : " 0 .0.0-preview" ,
4
+ "version" : " 1 .0.0-preview" ,
5
5
"unity" : " 2021.1" ,
6
6
"apiCompatibility" : " .NET Standard 2.0" ,
7
7
"description" : " Provides tools for working with debug information." ,
24
24
"com.ugf.builder" : " 2.0.1" ,
25
25
"com.unity.modules.imgui" : " 1.0.0"
26
26
}
27
- }
27
+ }
Original file line number Diff line number Diff line change 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
+
Original file line number Diff line number Diff line change @@ -4,13 +4,16 @@ UGF.DebugTools
4
4
5
5
## Info
6
6
7
- - ** Version** : ` 0 .0.0-preview`
7
+ - ** Version** : ` 1 .0.0-preview`
8
8
- ** Unity** : ` 2021.1 `
9
9
- ** API Compatibility Level** : ` .NET Standard 2.0 `
10
10
11
11
### Dependencies
12
12
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 `
14
17
15
18
16
19
### Description
You can’t perform that action at this time.
0 commit comments