Skip to content

Commit

Permalink
Update ReleaseNotes for PowerShell's VstsTaskSdk (#934)
Browse files Browse the repository at this point in the history
* updated release notes

* bumped version up to 0.14.0

* made small changes
  • Loading branch information
sergey-koryshev authored May 3, 2023
1 parent eac6dd4 commit 4086d6b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
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

0 comments on commit 4086d6b

Please sign in to comment.