Emoji.psd1

@{
    ModuleVersion = '0.1.2'
    RootModule = 'Emoji.psm1'
    
    Description = '⟩⚡PowerShell Emoji 😎😉😍🥰🤔😟'

    FormatsToProcess = 'Emoji.format.ps1xml'
    TypesToProcess = 'Emoji.types.ps1xml'

    Guid = 'a82424bc-4a28-4151-8b9e-79289775c29b'
    CompanyName = 'Start-Automating'
    Author = 'James Brundage'
    Copyright = '2024 Start-Automating'

    PrivateData = @{
        PSData = @{
            ProjectURI = 'https://github.com/StartAutomating/Emoji'
            LicenseURI = 'https://github.com/StartAutomating/blob/main/LICENSE'
            Tags = 'Emoji', 'PowerShell'
            ReleaseNotes = @'
## Emoji 0.1.2:

### Updating Emoji:

* Paging Parameter Fixes:
  * Emoji.GetPagingParameters (#32)
  * Search-Emoji Paging (#34)
  * Get-Emoji Paging (#30)
* Adding Emoji.tests.ps1 (#33)

---

Full history in [CHANGELOG](https://github.com/StartAutomating/Emoji/blob/main/CHANGELOG.md)

Like it? Star It! Love it? Support It!
'@

        }
        Recommends = 'Posh','PipeScript','EZOut'
    }
}