Skip to content

Version 1.3.2 (2022-03-24)

Latest
Compare
Choose a tag to compare
@StefanGreve StefanGreve released this 24 Mar 11:48

Declare OutputType as strings to fix a bug which breaks Get-Task and Get-TodoList:

- [OutputType([Task])]
+ [OutputType("Task")]