Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AsBuiltReport.VMware.Horizon.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
RequiredModules = @(
@{
ModuleName = 'AsBuiltReport.Core';
ModuleVersion = '1.4.1'
ModuleVersion = '1.4.2'
}
)
# Assemblies that must be loaded prior to importing this module
Expand Down
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Tested with Horizon 2406
- Added TrueSSO Cetificate details section
- Added Health Check module
- Increased AsBuiltReport.Core minimum requirements to v1.4.1
- Increased AsBuiltReport.Core minimum requirements to v1.4.2
- Increased Eomm/why-don-t-you-tweet Github action to v2

### Fixed

- Resolved the Following issues:
- [#30](https://github.com/AsBuiltReport/AsBuiltReport.VMware.Horizon/issues/30)


## [1.1.4] - 2024-11-22

### Added
Expand Down