Skip to content

Commit 0e8474d

Browse files
authored
Merge pull request #53 from AsBuiltReport/dev
v0.3.10
2 parents 3fef6b2 + d2e651c commit 0e8474d

File tree

6 files changed

+153
-145
lines changed

6 files changed

+153
-145
lines changed

AsBuiltReport.Veeam.VB365.psd1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'AsBuiltReport.Veeam.VB365.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.3.9'
15+
ModuleVersion = '0.3.10'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -55,15 +55,15 @@
5555
RequiredModules = @(
5656
@{
5757
ModuleName = 'AsBuiltReport.Core';
58-
ModuleVersion = '1.4.2.1'
58+
ModuleVersion = '1.4.3'
5959
},
6060
@{
6161
ModuleName = 'PScriboCharts';
6262
ModuleVersion = '0.9.0'
6363
},
6464
@{
6565
ModuleName = 'Diagrammer.Core';
66-
ModuleVersion = '0.2.19'
66+
ModuleVersion = '0.2.22'
6767
}
6868
)
6969

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
##### This project is community maintained and has no sponsorship from Veeam, its employees or any of its affiliates.
99

10+
## [0.3.10] - 2025-04-11
11+
12+
### Changed
13+
14+
- Bump module version to 0.3.10
15+
- Update dependencies in changelog
16+
- Improve diagram AdditionalInfo sorting
17+
- Refactor Infrastructure Diagram generation logic for clarity and efficiency
18+
1019
## [0.3.9] - 2025-03-04
1120

1221
### Added

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,11 @@
2626
<!-- ********** DO NOT EDIT THESE LINKS ********** -->
2727

2828
> [!WARNING]
29-
> I recently decided not to apply to the Veeam Vanguard program, which was one of the main reasons for developing and maintaining this project. Therefore, I will not be maintaining or updating this report. Until someone is identified to maintain the project, this report will be frozen in terms of new capabilities.
29+
> I have recently been contacted to ask about the status of this project. Maintaining this report and all the tools that make this project work is time and resource consuming. If you want to keep this project alive, support its development by donating through ko-fi.
30+
31+
<p align="center">
32+
<a href='https://ko-fi.com/F1F8DEV80' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://ko-fi.com/img/githubbutton_sm.svg' border='0' alt='Want to keep alive this project? Support me on Ko-fi' /></a>
33+
</p>
3034

3135
#### This project is community maintained and has no sponsorship from Veeam, its employees, or any of its affiliates.
3236

@@ -221,4 +225,4 @@ PS C:\> New-AsBuiltReport -Report Veeam.VB365 -Target veeam-vbr365.pharmax.local
221225

222226
- Error when generating a report in Word format.
223227
- Error Message: New-AsBuiltReport : The variable '$Images' cannot be retrieved because it has not been set
224-
- Fix: Disable the generation of the cover page image. Set ShowCoverPageImage to false
228+
- Fix: Disable the generation of the cover page image. Set ShowCoverPageImage to false

0 commit comments

Comments
 (0)