VisualStudio2015.psd1

@{
    ModuleVersion = '1.0'
    GUID = '53c8ed23-3cc0-4788-9a7a-cdb9c27cfef7'
    Author = 'Prajeesh Prathap'
    CompanyName = 'Prajeesh'
    Copyright = '(c) 2015 . All rights reserved.'
    Description = 'The module contains functionality to automate the installation of VS 2015 community edition'
    NestedModules = @(
                        'VisualStudio2015.psm1'
                    )
    FunctionsToExport = '*'
    CmdletsToExport = '*'
    VariablesToExport = '*'
    AliasesToExport = '*'
}