Hi,
when attempting to install then I got the following the error message.
note: we have powershell 5.1 on win10
Install-Package LumenWorksCsvReader -Version 4.0.0
Install-Package : A parameter cannot be found that matches parameter name 'Version'.
At line:1 char:37
- Install-Package LumenWorksCsvReader -Version 4.0.0
-
- CategoryInfo : InvalidArgument: (:) [Install-Package], ParameterBindingException
- FullyQualifiedErrorId : NamedParameterNotFound,Microsoft.PowerShell.PackageManagement.Cmdlets.InstallPackage