Skip to content

Commit 4086d6b

Browse files
Update ReleaseNotes for PowerShell's VstsTaskSdk (#934)
* updated release notes * bumped version up to 0.14.0 * made small changes
1 parent eac6dd4 commit 4086d6b

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

powershell/Docs/ReleaseNotes.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Release Notes
22

3+
## 0.14.0
4+
* Improved error handling in function `Find-Files`
5+
6+
## 0.13.0
7+
* Added parameter `IgnoreHostException` for function `Invoke-Tool` to suppress `System.Management.Automation.Host.HostException`
8+
9+
## 0.12.0
10+
* Fixed issue when Find-Match in powershell does not support searching a pattern in a path that does not exist (#365)
11+
* Resolved issue with loading `Newtonsoft.Json.dll`
12+
* Made `Write-LoggingCommand` exported
13+
314
## 0.11.0
415
* Added input functions `Get-SecureFileTicket` and `Get-SecureFileName`.
516
* Added missing agent commands.

powershell/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

powershell/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vsts-task-sdk",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"description": "VSTS Task SDK",
55
"scripts": {
66
"build": "node make.js build",

0 commit comments

Comments
 (0)