diff --git a/DFW2Excel.ps1 b/DFW2Excel.ps1 index 78cb0ed..f1855ad 100644 --- a/DFW2Excel.ps1 +++ b/DFW2Excel.ps1 @@ -539,6 +539,7 @@ function pop_services_ws($sheet){ $service_links.Add($svc.name, $row) $sheet.Cells.Item($row,2) = $svc.type.typeName $sheet.Cells.Item($row,3) = $svc.element.applicationProtocol + $sheet.Cells.Item($row,4).NumberFormat = "@" $sheet.Cells.Item($row,4) = $svc.element.value $sheet.Cells.Item($row,5) = $svc.isUniversal diff --git a/README.md b/README.md index fe29285..768d958 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,12 @@ Once the script has finished running, remember to save your Excel Workbook to a ### Release Notes +Version 0.5 + +Release Date: **09/02/2017** + +* Fixed issue #7 - Needed to format value as text of cell + Version 0.4 Release Date: **24/11/2016**