File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 RootModule = ' AsBuiltReport.System.Resources.psm1'
1313
1414 # Version number of this module.
15- ModuleVersion = ' 0.1.2 '
15+ ModuleVersion = ' 0.1.3 '
1616
1717 # Supported PSEditions
1818 # CompatiblePSEditions = @()
5959 },
6060 @ {
6161 ModuleName = ' AsBuiltReport.Chart' ;
62- ModuleVersion = ' 0.2 .0'
62+ ModuleVersion = ' 0.3 .0'
6363 },
6464 @ {
65- ModuleName = ' Diagrammer.Core ' ;
66- ModuleVersion = ' 0.2.38 '
65+ ModuleName = ' AsBuiltReport.Diagram ' ;
66+ ModuleVersion = ' 1.0.0 '
6767 }
6868 )
6969
Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ 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.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.1.3] - 2026-03-??
9+
10+ ### Changed
11+
12+ - Migrate Diagrammer.Core to AsBuiltReport.Diagram for better integration and maintenance
13+ - Update module dependencies to reflect the change
14+ - Refactor code to use AsBuiltReport.Diagram instead of Diagrammer.Core
15+ - Bump AsBuiltReport.Chart to version 0.3.0 to include latest charting features and improvements
16+
817## [ 0.1.2] - 2026-02-22
918
1019### Added
Original file line number Diff line number Diff line change 11- [x] Update README.md with usage examples
22- [ ] Add HealthCheck support
33 - [ ] Test multi-language in HealthChecks
4- - [ ] Add support for charts
5- - [ ] CPU usage charts
6- - [ ] Memory usage charts
7- - [ ] Add support for diagrams
8- - [ ] Process diagrams
4+ - [X ] Add support for charts
5+ - [X ] CPU usage charts
6+ - [X ] Memory usage charts
7+ - [x ] Add support for diagrams
8+ - [x ] Process diagrams
You can’t perform that action at this time.
0 commit comments