Irregular.psd1
@{ ModuleVersion = '0.3.1' RootModule = 'Irregular.psm1' Description = 'Regular Expressions made Strangely Simple' FormatsToProcess = 'Irregular.format.ps1xml' TypesToProcess = 'Irregular.types.ps1xml' Guid = '39eb966d-7437-4e2c-abae-a496e933fb23' Author = 'James Brundage' Copyright = '2019 Start-Automating' PrivateData = @{ PSData = @{ Tags = 'RegularExpressions', 'RegEx', 'Irregular', 'PatternMatching' ProjectURI = 'https://github.com/StartAutomating/Irregular' LicenseURI = 'https://github.com/StartAutomating/Irregular/blob/master/LICENSE' } } } |