PSDev.psd1
# # Module manifest for module 'PSDev' # # Generated by: Hannes Palmquist # # Generated on: 2022-12-21 # @{ RootModule = 'PSDev.psm1' ModuleVersion = '1.7.3' CompatiblePSEditions = @('Desktop', 'Core') PowerShellVersion = '5.1' GUID = '92f82248-3ce2-432c-92c5-6d1803aac085' Author = 'Hannes Palmquist' CompanyName = 'GetPS' Copyright = '(c) Hannes Palmquist. All rights reserved.' Description = 'Various tools' RequiredModules = @('indented.net.ip') FunctionsToExport = @('Add-NumberFormater','Compare-ObjectProperties','Convert-Metric','Convert-Object','Debug-String','Get-Color','Get-DotNetVersion','Get-Office365IPURL','Get-PublicIP','Get-Selector','Get-StringHash','Group-ObjectEvenly','New-EXOUnattendedAzureApp','New-EXOUnattendedCert','New-Password','Remove-GitHubArtifact','Resolve-IPinSubnet','Set-EnvironmentVariable','Switch-Object','Test-AllHashKeysAreTrue','Test-Office365IPURL','Test-PasswordAgainstPwnedPasswordService','Test-PSGalleryNameAvailability','Test-RebootPending') #CmdletsToExport = '*' #VariablesToExport = '*' #AliasesToExport = '*' PrivateData = @{ PSData = @{ LicenseUri = 'https://github.com/hanpq/PSDev/blob/main/LICENSE' # Bug in PowershellGet 3.0.18-beta18 causes packaging of the nuget package to fail when requireLicenseAcceptance is defined. #RequireLicenseAcceptance = $false Prerelease = 'preview0002' Tags = @('PSEdition_Desktop', 'PSEdition_Core', 'Windows', 'Linux', 'MacOS') ProjectUri = 'https://getps.dev/modules/PSDev/getstarted' ReleaseNotes = '## [1.7.3-preview0002] - 2024-10-30 ### Removed - Removed Start-Sound as it is Windows only. PSDev should be compatible with linux, mac and windows. ' } } } |