File tree Expand file tree Collapse file tree
Packages/UGF.Module.Debug Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " com.ugf.module.debug" ,
33 "displayName" : " UGF.Module.Debug" ,
4- "version" : " 1.0.0-preview" ,
4+ "version" : " 1.0.0-preview.1 " ,
55 "unity" : " 2023.2" ,
66 "apiCompatibility" : " .NET Standard 2.1" ,
77 "description" : " Module to manage Debug tools." ,
Original file line number Diff line number Diff line change @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.0.0-preview.1] ( https://github.com/unity-game-framework/ugf-module-debug/releases/tag/1.0.0-preview.1 ) - 2024-08-27
9+
10+ ### Release Notes
11+
12+ - [ Milestone] ( https://github.com/unity-game-framework/ugf-module-debug/milestone/2?closed=1 )
13+
14+
15+ ### Changed
16+
17+ - Update package ([ #3 ] ( https://github.com/unity-game-framework/ugf-module-debug/issues/3 ) )
18+ - Update dependencies: ` com.ugf.module.assets ` to ` 6.0.0-preview.2 ` and ` com.ugf.debugtools ` to ` 3.0.0-preview ` versions.
19+ - Change ` DebugModule ` and related classes to support updated _ Application_ package.
20+
821## [ 1.0.0-preview] ( https://github.com/unity-game-framework/ugf-module-debug/releases/tag/1.0.0-preview ) - 2024-02-14
922
1023### Release Notes
Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ UGF.Module.Debug
44
55## Information
66
7- - ** Version** : ` 1.0.0-preview `
7+ - ** Version** : ` 1.0.0-preview.1 `
88- ** Unity** : ` 2023.2 `
99- ** API Compatibility Level** : ` .NET Standard 2.1 `
1010
1111### Dependencies
1212
13- - ` com.ugf.module.assets ` : ` 6.0.0-preview.1 `
14- - ` com.ugf.debugtools ` : ` 2 .0.0-preview`
13+ - ` com.ugf.module.assets ` : ` 6.0.0-preview.2 `
14+ - ` com.ugf.debugtools ` : ` 3 .0.0-preview`
1515
1616
1717### Description
You can’t perform that action at this time.
0 commit comments