Skip to content

Commit

Permalink
👷 Updates Build Scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
brucificus committed Sep 26, 2023
1 parent ef2904b commit 05cf1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/funcs/New-ModuleManifestCustomized.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ function New-ModuleManifestCustomized {
-CompanyName $CompanyName `
-Description $packageSynopsis `
-Copyright $PackageCopyright `
-ModuleVersion $PackageVersionMajorMinorPatchBuild `
-ModuleVersion $PackageVersion `
-Guid $PackageGuid `
-Tags $PackageTags `
-LicenseUri "${ProjectUrlAtVersion}/${LicenseFileName}" `
Expand Down

0 comments on commit 05cf1fe

Please sign in to comment.