PSTetris.psd1
|
@{ RootModule = 'PSTetris.dll' ModuleVersion = '0.1.0' GUID = 'a3e4b8f2-7c6d-4e5a-9f1b-2d3c4e5f6a7b' Author = 'juanromer' CompanyName = 'juanromer' Copyright = '(c) juanromer. All rights reserved.' Description = 'A fully playable Tetris game that runs directly in your PowerShell console. Supports ANSI text and Sixel pixel graphics.' PowerShellVersion = '5.1' DotNetFrameworkVersion = '4.6.1' CmdletsToExport = @('Start-Tetris') FunctionsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('Tetris', 'Game', 'Console', 'ANSI', 'Sixel', 'Terminal') LicenseUri = 'https://github.com/juanromer/PSTetris/blob/master/LICENSE' ProjectUri = 'https://github.com/juanromer/PSTetris' ReleaseNotes = 'Initial release of PSTetris.' } } } |