ImportPSModule 1.0.11

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

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

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.11 341 4/28/2013
1.0.10 50 4/28/2013
1.0.9 53 4/28/2013
1.0.5 56 12/29/2011
1.0.4 53 12/20/2011
1.0.3 52 12/19/2011
1.0.2 58 12/18/2011
1.0.1 53 12/17/2011
1.0.0 54 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