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.
<PackageVersion Include="ImportPSModule" Version="2.0.1" />
                    
Directory.Packages.props
<PackageReference Include="ImportPSModule" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#addin nuget:?package=ImportPSModule&version=2.0.1
                    
Install ImportPSModule as a Cake Addin
#tool nuget:?package=ImportPSModule&version=2.0.1
                    
Install ImportPSModule as a Cake Tool

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 2,050 10/20/2016
1.0.11 3,501 4/28/2013
1.0.10 1,343 4/28/2013
1.0.9 1,314 4/28/2013
1.0.5 2,105 12/29/2011
1.0.4 1,599 12/20/2011
1.0.3 1,552 12/19/2011
1.0.2 1,591 12/18/2011
1.0.1 1,507 12/17/2011
1.0.0 1,605 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