Updated readme and bumped version

This commit is contained in:
dfinke
2019-07-04 16:20:19 -04:00
parent e1e855a823
commit abdd37b09e
2 changed files with 5 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
RootModule = 'ImportExcel.psm1'
# Version number of this module.
ModuleVersion = '6.2.1'
ModuleVersion = '6.2.2'
# ID used to uniquely identify this module
GUID = '60dd4136-feff-401a-ba27-a84458c57ede'

View File

@@ -60,6 +60,10 @@ Install-Module ImportExcel
![](/images/ChartTrendlines.png)
# What's new 6.2.2
- Fixed Import-Excel and relative path issue, added unit tests.
# What's new 6.2.0
Thank you to [James O'Neill](https://github.com/jhoneill)