Skip to content

Releases: pwsh-cs-tools/core

v0.0.5 - Alpha

08 Oct 16:18
cf69dd4
Compare
Choose a tag to compare
v0.0.5 - Alpha Pre-release
Pre-release

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:

v0.0.4 - Alpha

08 Oct 11:01
156fbdc
Compare
Choose a tag to compare
v0.0.4 - Alpha Pre-release
Pre-release

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:

v0.0.3 - Alpha

08 Oct 09:36
Compare
Choose a tag to compare
v0.0.3 - Alpha Pre-release
Pre-release

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:

v0.0.2 - Alpha

08 Oct 08:12
Compare
Choose a tag to compare
v0.0.2 - Alpha Pre-release
Pre-release

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:

v0.0.1 - Alpha

08 Oct 07:11
Compare
Choose a tag to compare
v0.0.1 - Alpha Pre-release
Pre-release

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: