Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🪲 [Fix]: Add copyright information to module manifest (#88)
## Description This pull request includes changes to the `Build-PSModuleManifest.ps1` script and the `manifest.psd1` test file to correct a typo and add new properties. - Fixes #86 - Fixes #87 Fixes and enhancements: * [`scripts/helpers/Build/Build-PSModuleManifest.ps1`](diffhunk://#diff-50cfb011f5c8aeef8145003927ec3e5edfdf26e5d417bcee6e441517c07454f9L66-R69): Corrected casing on `CopyRight` to `Copyright` in multiple instances. Test file updates: * [`tests/srcWithManifest/manifest.psd1`](diffhunk://#diff-399c133608e76653ee44cfb1565529498f11aa4741e3ce9a5abc2e6a9b005554R4-R5): Added `Copyright` and `Description` properties to the manifest for testing purposes. ## Type of change <!-- Use the check-boxes [x] on the options that are relevant. --> - [ ] 📖 [Docs] - [x] 🪲 [Fix] - [ ] 🩹 [Patch] - [ ]⚠️ [Security fix] - [ ] 🚀 [Feature] - [ ] 🌟 [Breaking change] ## Checklist <!-- Use the check-boxes [x] on the options that are relevant. --> - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas
- Loading branch information