WhereFor.psd1

@{
    RootModule = 'WhereFor.psm1'
    ModuleVersion = '0.1'
    Guid = '8ccf38ed-0ba2-45b4-95ec-3413d3de16a5'
    Description = 'Wherefore Art Thou PowerShell? Multiple Object Pipelines'
    Author = 'James Brundage'
    CompanyName = 'Start-Automating'
    Copyright = '2024 Start-Automating'
    PrivateData = @{
        PSData = @{
            Tags = @('PowerShell', 'Where','For')
            LicenseUri = 'https://github.com/StartAutomating/WhereFor/blob/main/LICENSE'
            ProjectUri = 'https://github.com/StartAutomating/WhereFor'
            ReleaseNotes = @'
> Like It? [Star It](https://github.com/PowerShellWeb/WebSocket)
> Love It? [Support It](https://github.com/sponsors/StartAutomating)

## WhereFor 0.1

* WhereFor Art Thou PowerShell?
  * Multiple object pipelines supported in Get-WhereFor (#2)
'@

        }
    }    
}