Skip to content

Releases: jdhitsolutions/PSReleaseTools

PSReleaseTools_v1.12.0

04 Jun 14:08
Compare
Choose a tag to compare

PSReleaseTools

v1.12.0

  • Exported public functions to individual files.
  • Fixed A parameter cannot be found that matches parameter name 'source' bug in Save-PSReleaseAsset. Renamed the DL private function to _DownloadAsset.

PSReleaseTools_v1.11.0

15 Oct 15:25
Compare
Choose a tag to compare

PSReleaseTools

v1.11.0

  • Modified private function getCode to get latest release sorting on the published date.

PSReleaseTools_v1.10.0

10 Aug 23:47
Compare
Choose a tag to compare

PSReleaseTools

v1.10.0

  • Help file cleanup.
  • Modified images/PowerShell_avatar.png to use a transparent background.
  • Modified Get-PSReleaseCurrent to write a PSReleaseStatus type of object to the pipeline.
  • Added a custom format file, psreleasestatus.format.ps1xml for the PSReleaseStatus type.
  • Fixed broken online help links. (Issue #25).
  • Updated README.md.

PSReleaseTools_1.9.0

13 Jan 17:14
Compare
Choose a tag to compare

V1.9.0

  • Added -EnableRunContext parameter to Install-PowerShell, Install-PSPreview, and the internal installMSI functions to reflect a new MSI installation option.
  • Modified installMSI to create a log file at $env:temp\PS7Install.log.
  • Help updates.
  • Updated README.md.
  • Updated license year.

PSReleaseTools_v1.8.0

25 Aug 15:48
Compare
Choose a tag to compare

Change Log for PSReleaseTools

v1.8.0

  • Added commands (Get-PSIssue, Get-PSIssueLabel,Open-PSIssue) to view and search issues from the PowerShell GitHub repository.
  • Added format file githubissues.format.ps1xml which is used by Get-PSIssue.
  • Changelog clean up.
  • Updated help documentation.
  • Updated README.md.

PSReleaseTools_v1.7.1

30 Jul 15:11
Compare
Choose a tag to compare

Change Log for PSReleaseTools

v1.7.1

  • documentation updates
  • Merge pull request #24 from xtqqczze/lint to fix casing issues.
  • Updated manifest private data tags

PSReleaseTools_v1.7.0

10 Jul 15:41
Compare
Choose a tag to compare

Change Log for PSReleaseTools

v1.7.0

  • Fixed critiera typo in warning message for Get-PSReleaseSummary
  • Updated README.md (Thanks @Gimly)

PSReleaseTools_v1.6.2

26 Jun 14:45
Compare
Choose a tag to compare

Change Log for PSReleaseTools

v1.6.2

  • Updated warning message for Install-PSPreview with a clearer error message and suppressed error output. (Issue #21)
  • Updated the same for Install-PowerShell
  • Added a dynamic parameter called -Online to Get-PSReleaseSummary to open the GitHub release page in the default web browser.

PSReleaseTools_v1.6.1

27 Mar 14:24
Compare
Choose a tag to compare

Change Log for PSReleaseTools

v1.6.1

  • Updated Install-PSPreview and Install-PowerShell to fix errors when using -WhatIf. (Issue #19)

PSReleaseTools v1.6.0

11 Mar 17:00
Compare
Choose a tag to compare

Change Log for PSReleaseTools

v1.6.0

  • Updated install functions to allow options for enabling remoting and Explorer context menus.
  • Updated documentation and help to reference PowerShell 7 and not PowerShell Core. (Issue #18)
  • Fixed bug in Get-PSReleaseAsset` that failed to label a family for CentOS assets.
  • Updated commands to recognize the LTS assets.
  • Added -LTS parameter to Get-PSReleaseAsset to limit results to LTS-related files.
  • Renamed Install-PSCore to Install-PowerShell. Kept Install-PSCore as a command alias.
  • Updated README.md