Skip to content

Instantly share code, notes, and snippets.

@DBremen
Created February 3, 2021 13:58
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DBremen/c319d4948629ca6aae6734c455e0a9df to your computer and use it in GitHub Desktop.
Save DBremen/c319d4948629ca6aae6734c455e0a9df to your computer and use it in GitHub Desktop.
FlaUI and FlaUInspect package download via PowerShell
$null = mkdir test
cd test
Install-Package -Name FlaUI.Core -ProviderName NuGet -RequiredVersion 1.3.1 -SkipDependencies -Destination $pwd -Source nuget.org
Install-Package -Name FlaUI.CORE -ProviderName NuGet -RequiredVersion 1.3.0 -SkipDependencies -Destination $pwd -Source nuget.org
Find-Package flauinspect | Install-Package
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment