diff --git a/ImportExcel.psd1 b/ImportExcel.psd1 index 6f6cd8d..518b15b 100644 --- a/ImportExcel.psd1 +++ b/ImportExcel.psd1 @@ -4,7 +4,7 @@ RootModule = 'ImportExcel.psm1' # Version number of this module. -ModuleVersion = '2.2.3' +ModuleVersion = '2.2.4' # ID used to uniquely identify this module GUID = '60dd4136-feff-401a-ba27-a84458c57ede' diff --git a/README.md b/README.md index 8e24daf..f346e17 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,13 @@ iex (new-object System.Net.WebClient).DownloadString('https://raw.github.com/dfi # What's new +#### 4/30/2016 +Huge thank you to [Willie Möller](https://github.com/W1M0R) + +* He added a version check so the PowerShell Classes don't cause issues for downlevel version of PowerShell +* He also contributed the first Pester tests for the module. Super! Check them out, they'll be the way tests will be implemented going forward + + #### 4/18/2016 Thanks to [Paul Williams](https://github.com/pauldalewilliams) for this feature. Now data can be transposed to columns for better charting.