Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions powershell/Docs/ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Release Notes

## 0.14.0
* Improved error handling in function `Find-Files`

## 0.13.0
* Added parameter `IgnoreHostException` for function `Invoke-Tool` to suppress `System.Management.Automation.Host.HostException`

## 0.12.0
* Fixed issue when Find-Match in powershell does not support searching a pattern in a path that does not exist (#365)
* Resolved issue with loading `Newtonsoft.Json.dll`
* Made `Write-LoggingCommand` exported

## 0.11.0
* Added input functions `Get-SecureFileTicket` and `Get-SecureFileName`.
* Added missing agent commands.
Expand Down
2 changes: 1 addition & 1 deletion powershell/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion powershell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vsts-task-sdk",
"version": "0.13.0",
"version": "0.14.0",
"description": "VSTS Task SDK",
"scripts": {
"build": "node make.js build",
Expand Down