Skip to content

Commit 5966e33

Browse files
authored
Merge pull request #71 from AsBuiltReport/dev
v1.6.2 release
2 parents eb870db + 0028544 commit 5966e33

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ labels: ["bug"]
44
assignees:
55
- tpcarman
66
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
Thanks for taking the time to fill out this bug report :)
11+
- Kindly **DO NOT** ask for instructions.
12+
- Use [Discussions](https://github.com/orgs/AsBuiltReport/discussions) section if you have a query or doubts or any other relevant question.
13+
- Read project's [Web Site](https://www.asbuiltreport.com/user-guide/quickstart/) for detailed documentation.
14+
- Read project's [FAQs](https://www.asbuiltreport.com/support/faq/) section for Frequently asked questions.
15+
- Search for previous [Issues](https://github.com/AsBuiltReport/AsBuiltReport.Core/issues)/[Pull Requests](https://github.com/AsBuiltReport/AsBuiltReport.Core/pulls) if this issue is already reported or fix has been created.
716
- type: textarea
817
id: bug-description
918
attributes:

AsBuiltReport.Core/AsBuiltReport.Core.psd1

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
# Version number of this module.
1515

16-
ModuleVersion = '1.6.1'
16+
ModuleVersion = '1.6.2'
1717

1818
# Supported PSEditions
1919
CompatiblePSEditions = @('Desktop', 'Core')
@@ -121,9 +121,6 @@
121121
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
122122
# RequireLicenseAcceptance = $false
123123

124-
# External dependent modules of this module
125-
ExternalModuleDependencies = @('PScribo')
126-
127124
} # End of PSData hashtable
128125

129126
} # End of PrivateData hashtable

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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.6.2] - 2026-02-19
9+
10+
### Changed
11+
- Update bug report template
12+
13+
### Fixed
14+
- Fix issue with module manifest which prevented dependent modules from being installed
815

916
## [1.6.1] - 2026-02-09
1017

0 commit comments

Comments
 (0)