Skip to content

Commit c7e359f

Browse files
committed
## [0.9.11] - Unreleased
### 🧰 Added - Migrate all chart to AsBuiltReport.Chart - Add bin modules to report ### 🔃 Changed - Update module version to `0.9.11` - Upgrade AsBuiltReport.Core module to version `1.6.1` ### 🐛 Fixed - Fix the computer/user stats table so that it displays the correct values - Fix Avoid using the ! negation operator warning in New-AbrADDiagram cmdlet ### ❌ Removed - Remove PscriboCharts module dependency
1 parent ac65853 commit c7e359f

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

.github/workflows/Release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ jobs:
2121
shell: pwsh
2222
run: |
2323
Install-Module -Name PSPKI -Repository PSGallery -Force
24-
- name: Install PScriboCharts module
25-
shell: pwsh
26-
run: |
27-
Install-Module -Name PScriboCharts -Repository PSGallery -Force
2824
- name: Install Diagrammer.Core module
2925
shell: pwsh
3026
run: |

AsBuiltReport.Microsoft.AD.psd1

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,12 @@
5454
RequiredModules = @(
5555
@{
5656
ModuleName = 'AsBuiltReport.Core';
57-
ModuleVersion = '1.5.1'
57+
ModuleVersion = '1.6.1'
5858
},
5959
@{
6060
ModuleName = 'PSPKI';
6161
ModuleVersion = '4.3.0'
6262
},
63-
@{
64-
ModuleName = 'PScriboCharts';
65-
ModuleVersion = '0.9.0'
66-
},
6763
@{
6864
ModuleName = 'Diagrammer.Core';
6965
ModuleVersion = '0.2.37'

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
### :arrows_clockwise: Changed
1818

1919
- Update module version to `0.9.11`
20+
- Upgrade AsBuiltReport.Core module to version `1.6.1`
2021

2122
### :bug: Fixed
2223

2324
- Fix the computer/user stats table so that it displays the correct values
2425
- Fix Avoid using the ! negation operator warning in New-AbrADDiagram cmdlet
2526

27+
### :x: Removed
28+
29+
- Remove PscriboCharts module dependency
30+
2631
## [0.9.10] - 2026-01-26
2732

2833
### :arrows_clockwise: Changed

0 commit comments

Comments
 (0)