Skip to content

Releases: jdhitsolutions/PSReleaseTools

PSReleaseTools_v1.5.0

03 Feb 15:30
Compare
Choose a tag to compare

Change Log for PSReleaseTools

v1.5.0

  • Fixed bug installing preview on Windows PowerShell (Issue #16)
  • Fixed regex in Get-PSReleaseAsset to get all preview files (Issue #17)
  • Help updates to reflect PowerShell 7
  • License update
  • Updated README.md

PSReleaseTools_v1.4.1

27 Aug 19:08
Compare
Choose a tag to compare

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

26 Aug 19:03
Compare
Choose a tag to compare

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

18 Jul 18:14
Compare
Choose a tag to compare

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

18 Jul 13:40
Compare
Choose a tag to compare

Change Log for PSReleaseTools

1.3.1

  • Fixed installation issue with spaces in filenames (Issue #13)

PSReleaseTools_v1.3.0

16 Jul 19:38
Compare
Choose a tag to compare

Change Log for PSReleaseTools

v1.3.0

  • Added online help links
  • Updated README.md

PSReleaseTools_v1.2.0

12 Jul 13:19
Compare
Choose a tag to compare

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

10 Jul 15:56
Compare
Choose a tag to compare

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 made Format 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

13 Feb 23:38
Compare
Choose a tag to compare

The module now requires v5.1 or later and supports both Desktop and Core PSEditions.

PSReleaseTools_v0.8.0

13 Feb 22:24
Compare
Choose a tag to compare

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 the Only64bit parameter in Get-PSReleaseAsset
  • Reorganized module file layout
  • Help updates
  • Updated README.md