Skip to content

Commit 5d1586a

Browse files
authored
Merge pull request #58 from AsBuiltReport/dev
v1.4.3
2 parents 22ee256 + 775da46 commit 5d1586a

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

AsBuiltReport.Core.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
# Version number of this module.
1515

16-
ModuleVersion = '1.4.2.1'
16+
ModuleVersion = '1.4.3'
1717

1818
# Supported PSEditions
1919
# CompatiblePSEditions = 'Desktop'
@@ -55,7 +55,7 @@
5555
RequiredModules = @(
5656
@{
5757
ModuleName = 'PScribo';
58-
ModuleVersion = '0.10.0'
58+
ModuleVersion = '0.11.1'
5959
}
6060
)
6161

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.4.3] - 2025-03-08
9+
10+
### Changed
11+
- Updated `RequiredModules` for PScribo 0.11.1
12+
813
## [1.4.2.1] - 2025-02-22
914

1015
### Changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ This PowerShell module may also be manually installed via the PowerShell Gallery
5151

5252
| Module Name | Minimum Required Version | PS Gallery | GitHub |
5353
| ----------- | :----------------------: | :--------------------------------------------------------: | :---------------------------------------------------------: |
54-
| PScribo | 0.10.0 | [Link](https://www.powershellgallery.com/packages/PScribo) | [Link](https://github.com/iainbrighton/PScribo/tree/master) |
54+
| PScribo | 0.11.1 | [Link](https://www.powershellgallery.com/packages/PScribo) | [Link](https://github.com/iainbrighton/PScribo/tree/master) |
5555

5656
To find a list of available report modules, run the following PowerShell command;
5757

0 commit comments

Comments
 (0)