Putty.psd1

@{
    ModuleVersion = '1.0'
    GUID = 'edc41cd0-7a67-4cc0-946c-f40edae19cca'
    Author = 'Prajeesh Prathap'
    CompanyName = 'Prajeesh'
    Copyright = '(c) 2015 . All rights reserved.'
    Description = 'The module contains functionality to download and extract the contents of Putty to a local path'
    NestedModules = @(
                        'Putty.psm1'
                    )
    FunctionsToExport = '*'
    CmdletsToExport = '*'
    VariablesToExport = '*'
    AliasesToExport = '*'
}