diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index f7632d0..321f3fd 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -4,6 +4,15 @@ labels: ["bug"] assignees: - tpcarman body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report :) + - Kindly **DO NOT** ask for instructions. + - Use [Discussions](https://github.com/orgs/AsBuiltReport/discussions) section if you have a query or doubts or any other relevant question. + - Read project's [Web Site](https://www.asbuiltreport.com/user-guide/quickstart/) for detailed documentation. + - Read project's [FAQs](https://www.asbuiltreport.com/support/faq/) section for Frequently asked questions. + - 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. - type: textarea id: bug-description attributes: diff --git a/AsBuiltReport.Core/AsBuiltReport.Core.psd1 b/AsBuiltReport.Core/AsBuiltReport.Core.psd1 index 5e0b0c0..44ca2d3 100644 --- a/AsBuiltReport.Core/AsBuiltReport.Core.psd1 +++ b/AsBuiltReport.Core/AsBuiltReport.Core.psd1 @@ -13,7 +13,7 @@ # Version number of this module. - ModuleVersion = '1.6.1' + ModuleVersion = '1.6.2' # Supported PSEditions CompatiblePSEditions = @('Desktop', 'Core') @@ -121,9 +121,6 @@ # Flag to indicate whether the module requires explicit user acceptance for install/update/save # RequireLicenseAcceptance = $false - # External dependent modules of this module - ExternalModuleDependencies = @('PScribo') - } # End of PSData hashtable } # End of PrivateData hashtable diff --git a/CHANGELOG.md b/CHANGELOG.md index d9dc15d..12a9fae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.6.2] - 2026-02-19 + +### Changed +- Update bug report template + +### Fixed +- Fix issue with module manifest which prevented dependent modules from being installed ## [1.6.1] - 2026-02-09