NuGet.Powershell.psd1

@{
    RootModule = 'NuGet.Powershell.dll'
    ModuleVersion = '0.0.5'
    GUID = '90d98f7e-3d3e-4870-93fa-d50557d7b999'
    Author = 'Chris Drexler'
    Copyright = 'Copyright (c) Chris Drexler. All rights reserved.'
    Description = 'Netstandard2.0 based NuGet implementation for PowerShell 5.1 & PowerShell Core'
    PowerShellVersion = '5.1'
    FunctionsToExport = @()  # not relevant for binary modules

}