This repository was archived by the owner on Sep 16, 2022. It is now read-only.
myTasks_v2.0.0
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