TuyaTech.PowerShellLoader 1.0.2

dotnet add package TuyaTech.PowerShellLoader --version 1.0.2
NuGet\Install-Package TuyaTech.PowerShellLoader -Version 1.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TuyaTech.PowerShellLoader" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TuyaTech.PowerShellLoader --version 1.0.2
#r "nuget: TuyaTech.PowerShellLoader, 1.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install TuyaTech.PowerShellLoader as a Cake Addin
#addin nuget:?package=TuyaTech.PowerShellLoader&version=1.0.2

// Install TuyaTech.PowerShellLoader as a Cake Tool
#tool nuget:?package=TuyaTech.PowerShellLoader&version=1.0.2

TuyaTech PowerShell Loader loads any PowerShell scripts in a Visual Studio Solution to make them accessible in the Package Manager Console.  Script files are run directly.  Module files are imported.  An init.ps1 file may be included in a Project to import all modules in one step in case there are dependencies among scripts.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.2 1,216 6/7/2016
1.0.1 1,017 6/6/2016
1.0.0 1,300 6/4/2016

Fixed issue with loading scripts due to the location of the load methods; added help for Init-PowerShellLoader