WindowsOutFilePatch.psd1
@{ RootModule = 'WindowsOutFilePatch.psm1' ModuleVersion = '3.2.0.1' GUID = '19631007-2815-4818-ae5a-e87fa9ee9b7f' Author = 'Ronald Bode (iRon)' CompanyName = 'PowerSnippets.com' Copyright = 'Ronald Bode (iRon)' Description = 'Add -Encoding Utf8Bom and -Encoding Utf8NoBom values to the Windows Out-File cmdlet' PowerShellVersion = '5.1' PrivateData = @{ PSData = @{ Tags = 'Out-File', 'Windows', 'Encoding', 'Utf8', 'Utf8Bom', 'Utf8NoBom' LicenseUri = 'https://github.com/iRon7/WindowsOutFilePatch/LICENSE' ProjectUri = 'https://github.com/iRon7/WindowsOutFilePatch' } } } |