Skip to content
This repository has been archived by the owner on Sep 16, 2022. It is now read-only.

myTasks_v2.0.0

Compare
Choose a tag to compare
@jdhitsolutions jdhitsolutions released this 20 Feb 16:43
· 17 commits to master since this release

v2.0.0

  • Updated manifest to require PowerShell 5.1 and support for both Desktop and Core PSEditions Breaking Change
  • Added Get-MyTaskPath command (Issue #36)
  • Added a format.ps1xml file for Get-MyTaskPath
  • Modified code to determine home folder to use [Environment]::GetFolderPath([Environment+SpecialFolder]::MyDocuments) Thank you @kilasuit and @thecliguy (Issue #35) Breaking Change
  • Fixed bug in Show-Mytask where year is displayed in 2 digits instead of 4 on Linux platforms.
  • documentation updates