Releases: pwsh-cs-tools/core
Releases · pwsh-cs-tools/core
v0.0.5 - Alpha
Release Notes:
This release is a hotfix for broken dependency loading
To test, install it with PowerShell and PackageManagement (OneGet)
Install-Module "Import-Package"
Import-Module "Import-Package"
# Import-Package "Newtonsoft.Json" -Verbose
# [Newtonsoft.Json.Bson.BsonObjectId]
Links:
- PowerShellGallery: https://www.powershellgallery.com/packages/Import-Package/0.0.5
- Github ChangeLog: https://github.com/pwsh-cs-tools/core/commits/v0.0.5-alpha
- Links from Original Release:
v0.0.4 - Alpha
Release Notes:
Add verbose logging to Import-Package
To test, install it with PowerShell and PackageManagement (OneGet)
Install-Module "Import-Package"
Import-Module "Import-Package"
# Import-Package "Newtonsoft.Json" -Verbose
# [Newtonsoft.Json.Bson.BsonObjectId]
Links:
- PowerShellGallery: https://www.powershellgallery.com/packages/Import-Package/0.0.4
- Github ChangeLog: https://github.com/pwsh-cs-tools/core/commits/v0.0.4-alpha
- Links from Original Release:
v0.0.3 - Alpha
Release Notes:
Add ability to import .nupkgs from a path instead of PackageManagement.
To test, install it with PowerShell and PackageManagement (OneGet)
Install-Module "Import-Package"
Import-Module "Import-Package"
# Import-Package (Get-Package "Newtonsoft.Json").Source # directly from .nupkg
# [Newtonsoft.Json.Bson.BsonObjectId]
# Import-Package "Newtonsoft.Json" # using the SoftwareIdentity from PackageManagement
# [Newtonsoft.Json.Bson.BsonObjectId]
Links:
- PowerShellGallery: https://www.powershellgallery.com/packages/Import-Package/0.0.3
- Github ChangeLog: https://github.com/pwsh-cs-tools/core/commits/v0.0.3-alpha
- Links from Original Release:
v0.0.2 - Alpha
Release Notes:
Patch that re-adds WinRT API back into PowerShell Core on Windows.
To test, install it with PowerShell and PackageManagement (OneGet)
Install-Module "Import-Package"
Import-Module "Import-Package"
# Import-Package "Newtonsoft.Json"
# [Newtonsoft.Json.Bson.BsonObjectId]
Links:
- PowerShellGallery: https://www.powershellgallery.com/packages/Import-Package/0.0.2
- Github ChangeLog: https://github.com/pwsh-cs-tools/core/commits/v0.0.2-alpha
- Links from Original Release:
v0.0.1 - Alpha
Release Notes:
Initial release of Import-Package. Install it with PowerShell and PackageManagement (OneGet)
Install-Module "Import-Package"
Import-Module "Import-Package"
# Import-Package "Newtonsoft.Json"
# [Newtonsoft.Json.Bson.BsonObjectId]
Links:
- PowerShellGallery: https://www.powershellgallery.com/packages/Import-Package/0.0.1
- Reddit Discussion: https://www.reddit.com/r/PowerShell/comments/171886q/nugetpackaging_in_powershell_a_dependency_for/
- Original Gist: https://gist.github.com/anonhostpi/f385e0ec2bca28cc5cc2a136627a4c69
- Github ChangeLog: https://github.com/pwsh-cs-tools/core/commits/v0.0.1-alpha