.Build-Module.config.json
{
"Manifest": { "Guid": "731e2d99-2143-4aaa-b0bb-4648124addfd", "Author": "Brett Gerhardi", "Description": "Push and Get Powershell and Nuget Modules", "RequiredModules": [ "PSEasy.Utility" ], "ProjectURI": "https://github.com/o-o00o-o/PSEasy.Module", "Tags": "PSEdition_Core" }, "File": { "FileSpec": "*-*.ps1", "ExcludeSpec": [ "*.Tests.ps1" ], /* "PublicOnlyIfIndicated" or "'PublicByDefault" */ "ExportMode": "PublicByDefault" } } |