diff --git a/ImportExcel.psd1 b/ImportExcel.psd1 index a4deae1..0a1e9d9 100644 --- a/ImportExcel.psd1 +++ b/ImportExcel.psd1 @@ -122,8 +122,7 @@ Check out the How To Videos https://www.youtube.com/watch?v=U3Ne_yX4tYo&list=PL5 '.\GetExcelTable.ps1', '.\ImportExcel.psd1', '.\ImportExcel.psm1', - '.\LICENSE.txt', - '.\README.md', + '.\LICENSE.txt', '.\Plot.ps1', '.\Private', '.\Public', diff --git a/changelog.md b/changelog.md index 2bb3372..a238df9 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,7 @@ -# 7.8.3 +# 7.8.4 - Add -ShowOnlyIcon to `New-ConditionalFormattingIconSet` does not show data in the cell, just the icon. Based on this discussion https://github.com/dfinke/ImportExcel/discussions/1340 + # 7.8.3 Thanks [Thomas Hofkens](https://github.com/thkn-hofa)