Tweak both

This commit is contained in:
dfinke
2022-12-11 10:26:47 -05:00
parent 15679a0d82
commit c617d96322
2 changed files with 3 additions and 3 deletions

View File

@@ -123,7 +123,6 @@ Check out the How To Videos https://www.youtube.com/watch?v=U3Ne_yX4tYo&list=PL5
'.\ImportExcel.psd1',
'.\ImportExcel.psm1',
'.\LICENSE.txt',
'.\README.md',
'.\Plot.ps1',
'.\Private',
'.\Public',

View File

@@ -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)