PSDev.psd1

#
# Module manifest for module 'PSDev'
#
# Generated by: Hannes Palmquist
#
# Generated on: 2022-12-21
#

@{
    RootModule           = 'PSDev.psm1'
    ModuleVersion        = '0.1.1'
    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    = @('Get-Office365IPURL','Test-Office365IPURL','Test-PSGalleryNameAvailability')
    CmdletsToExport      = '*'
    VariablesToExport    = '*'
    AliasesToExport      = '*'
    PrivateData          = @{
        PSData = @{
            Prerelease               = 'preview0001'
            Tags                     = @('PSEdition_Desktop', 'PSEdition_Core', 'Windows', 'Linux', 'MacOS')
            LicenseUri               = 'https://github.com/hanpq/PSDev/blob/main/LICENSE'
            ProjectUri               = 'https://getps.dev/modules/PSDev/getstarted'
            IconUri                  = ''
            ReleaseNotes             = '## [0.1.1-preview0001] - 2022-12-21
 
### Added
 
- For new features.
 
### Changed
 
- For changes in existing functionality.
 
### Deprecated
 
- For soon-to-be removed features.
 
### Removed
 
- For now removed features.
 
### Fixed
 
- For any bug fix.
 
### Security
 
- In case of vulnerabilities.
'

            RequireLicenseAcceptance = $false
        }
    }
}