ImportPSModule 1.0.10
See the version list below for details.
dotnet add package ImportPSModule --version 1.0.10
NuGet\Install-Package ImportPSModule -Version 1.0.10
<PackageReference Include="ImportPSModule" Version="1.0.10" />
paket add ImportPSModule --version 1.0.10
#r "nuget: ImportPSModule, 1.0.10"
// Install ImportPSModule as a Cake Addin #addin nuget:?package=ImportPSModule&version=1.0.10 // Install ImportPSModule as a Cake Tool #tool nuget:?package=ImportPSModule&version=1.0.10
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.
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.
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