Releases: jdhitsolutions/PSReleaseTools
Releases · jdhitsolutions/PSReleaseTools
PSReleaseTools_v1.5.0
PSReleaseTools_v1.4.1
Change Log for PSReleaseTools
v1.4.1
- Merged PR from @weebsnore to fix a bug when installing from a path with an apostrophe.
- Minor help corrections
PSReleaseTools_v1.4.0
Change Log for PSReleaseTools
v1.4.0
- Changed online help links to
bit.ly
links - Added
msix
as an asset format - Updated
Get-PSReleaseAsset
to be stricter on format matching - Fixed bug with
Install-PSPreview
erroring on path (Issue #15)
PSReleaseTools_v1.3.2
Change Log for PSReleaseTools
v1.3.2
- Fixed another new bug with installation commands
- Standardized verbose output to include a timestamp
PSReleaseTools_v1.3.1
PSReleaseTools_v1.3.0
Change Log for PSReleaseTools
v1.3.0
- Added online help links
- Updated
README.md
PSReleaseTools_v1.2.0
Change Log for PSReleaseTools
v1.2.0
- Added
Install-PSCore
command for Windows only (Issue #11) - Reorganized module layout
- Updated verbose messages in private functions
- Updated help
- Added YAML versions of help documents
- Updated
README.md
PSReleaseTools_v1.1.0
Change log for PSReleaseTools
v1.1.0
- Updated asset cmdlets to include new families (Issue #10)
- Updated
Get-PSReleaseAsset
to allow specifying a format (Issue #9) - Updated
Save-PSReleaseAsset
and madeFormat
a formal parameter - Updated
README.md
- Added
Install-PSPreview
to install the latest 64bit PowerShell Preview build for Windows. - Help updates
PSReleaseTools_v1.0.0
The module now requires v5.1 or later and supports both Desktop and Core PSEditions.
PSReleaseTools_v0.8.0
v0.8.0
- Modified commands to default to most recent stable build
- Modified commands to get preview build and related assets (Issue #7)
- Updated the manifest to reflect support for Desktop and Core editions
- Added an alias of
x64
to theOnly64bit
parameter inGet-PSReleaseAsset
- Reorganized module file layout
- Help updates
- Updated
README.md