Skip to content

Latest commit

 

History

History
51 lines (42 loc) · 1.84 KB

CHANGELOG.md

File metadata and controls

51 lines (42 loc) · 1.84 KB

Changelog

3.0.0-beta7

New Feature

  • Completed functionality for Update-PSResource
  • Input-Object parameter for Install-PSResource

Bug Fixes

  • Improved experience when loading module for diffent frameworks
  • Bug fix for assembly loading error in Publish-PSResource
  • Allow for relative paths when registering psrepository
  • Improved error handling for Install-PSResource and Update-PSResource
  • Remove prerelease tag from module version directory
  • Fix error getting thrown from paths with incorrectly formatted module versions

3.0.0-beta6

New Feature

  • Implement functionality for Publish-PSResource

3.0.0-beta5

  • Note: 3.0.0-beta5 was skipped due to a packaging error

3.0.0-beta4

New Feature

  • Implement -Repository '*' in Find-PSResource to search through all repositories instead of prioritized repository

Bug Fix

  • Fix poor error handling for when repository is not accessible in Find-PSResource

3.0.0-beta3

New Features

  • -RequiredResource parameter for Install-PSResource
  • -RequiredResourceFile parameter for Install-PSResource
  • -IncludeXML parameter in Save-PSResource

Bug Fixes

  • Resolved paths in Install-PSRsource and Save-PSResource
  • Resolved issues with capitalization (for unix systems) in Install-PSResource and Save-PSResource

3.0.0-beta2

New Features

  • Progress bar and -Quiet parameter for Install-PSResource
  • -TrustRepository parameter for Install-PSResource
  • -NoClobber parameter for Install-PSResource
  • -AcceptLicense for Install-PSResource
  • -Force parameter for Install-PSResource
  • -Reinstall parameter for Install-PSResource
  • Improved error handling

3.0.0-beta1

BREAKING CHANGE