ImportPSModule 2.0.1

dotnet add package ImportPSModule --version 2.0.1
NuGet\Install-Package ImportPSModule -Version 2.0.1
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="ImportPSModule" Version="2.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ImportPSModule --version 2.0.1
#r "nuget: ImportPSModule, 2.0.1"
#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 ImportPSModule as a Cake Addin
#addin nuget:?package=ImportPSModule&version=2.0.1

// Install ImportPSModule as a Cake Tool
#tool nuget:?package=ImportPSModule&version=2.0.1

Manage PowerShell module is now so easy by using NuGet package. This is base module to enable load/unload, register/unregister Powershell module from NuGet package. Updating PowerShell package can be done by publishing new NuGet version. This module will handle the update automatically.

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
2.0.1 1,866 10/20/2016
1.0.11 3,361 4/28/2013
1.0.10 1,216 4/28/2013
1.0.9 1,174 4/28/2013
1.0.5 1,965 12/29/2011
1.0.4 1,460 12/20/2011
1.0.3 1,416 12/19/2011
1.0.2 1,458 12/18/2011
1.0.1 1,372 12/17/2011
1.0.0 1,465 12/17/2011

1.0.9 Add feature UpdateSelf
1.0.8 Bug fix - List all available packages. Separate features into different files. Fix Unregister-PSModule
1.0.7 Bug fix - Line 61
1.0.6 Download nuget.exe directly from https://nuget.org/nuget.exe
1.0.5 Bug fix - Error due to incorrect shared Nuget .exe. Version checking based on dependencies.
1.0.4 Bug fix when installing module in user module path. Nuget.exe behaves strangely.
1.0.3 Bug fix Nuget.exe filepath. Expose only public methods