Assembly.psd1

@{
    ModuleVersion = '1.0'
    GUID = '4c045768-0f27-4e55-a966-0ff1b365fc7c'
    Author = 'Prajeesh Prathap'
    CompanyName = 'Prajeesh'
    Copyright = '(c) 2015 . All rights reserved.'
    Description = 'The module contains functionality to manage .net assemblies in your powershell session'
    NestedModules = @(
                        'Assembly.psm1'
                    )
    FunctionsToExport = '*'
    CmdletsToExport = '*'
    VariablesToExport = '*'
    AliasesToExport = '*'
}