Skip to content

Commit

Permalink
release 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jorioux committed Apr 20, 2018
1 parent 68a0a01 commit a795a80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion Functions/ConvertTo-Array.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ Function ConvertTo-Int {
return [int]($IntVal)
}
} catch {
write-host "catch"
return $IntVal
}
}
Binary file modified PowerDP.psd1
Binary file not shown.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ You can install the `User Interface` component on your workstation if you want t

Release notes
-
#### 1.0.5
* Converts string numbers to Int to allow sorting
* Some bugfix
#### 1.0.4
* Added new function : Get-SessionObjects
* Enhanced function ConvertTo-Array
Expand Down

0 comments on commit a795a80

Please sign in to comment.