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 .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- master
paths:
- '**/*.psd1'
- '**.psd1'
- '!**/classes.psd1'

permissions:
Expand Down
6 changes: 3 additions & 3 deletions PSModuleTemplate/PSModuleTemplate.psd1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Module manifest for module 'PSModuleTemplate'
#
# Generated by: James
# Generated by: jdarcyryan
#
# Generated on: 22/02/2026
#
Expand All @@ -21,13 +21,13 @@ ModuleVersion = '0.1.0'
GUID = '3101ef4b-0651-47b8-ac62-adbe531f52fe'

# Author of this module
Author = 'James'
Author = 'jdarcyryan'

# Company or vendor of this module
CompanyName = 'Unknown'

# Copyright statement for this module
Copyright = '(c) James. All rights reserved.'
Copyright = '(c) jdarcyryan. All rights reserved.'

# Description of the functionality provided by this module
Description = 'PSModuleTemplate'
Expand Down