We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8497279 commit 384f879Copy full SHA for 384f879
AsBuiltReport.Core.psd1
@@ -13,7 +13,7 @@
13
14
# Version number of this module.
15
16
- ModuleVersion = '1.2.0'
+ ModuleVersion = '1.2.1'
17
18
# Supported PSEditions
19
# CompatiblePSEditions = 'Desktop'
@@ -55,7 +55,7 @@
55
RequiredModules = @(
56
@{
57
ModuleName = 'PScribo';
58
- ModuleVersion = '0.9.1'
+ ModuleVersion = '0.10.0'
59
}
60
)
61
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# :arrows_clockwise: AsBuiltReport.Core Changelog
2
3
+## [1.2.1] - 2022-06-30
4
+### Changed
5
+- Updated `RequiredModules` for PScribo 0.10.0
6
+
7
## [1.2.0] - 2022-02-11
8
### Added
9
* Added new `Token` and `MFA` parameters and subsequent parameter sets to `New-AsBuiltReport` cmdlet to allow alternative authentication methods
0 commit comments