diff --git a/ImportExcel.psd1 b/ImportExcel.psd1 index 807d835..169f557 100644 --- a/ImportExcel.psd1 +++ b/ImportExcel.psd1 @@ -4,7 +4,7 @@ RootModule = 'ImportExcel.psm1' # Version number of this module. -ModuleVersion = '4.0.13' +ModuleVersion = '4.0.14' # ID used to uniquely identify this module GUID = '60dd4136-feff-401a-ba27-a84458c57ede' diff --git a/InstallModule.ps1 b/InstallModule.ps1 index 6877963..6dce7a9 100644 --- a/InstallModule.ps1 +++ b/InstallModule.ps1 @@ -25,6 +25,7 @@ Begin { 'AddConditionalFormatting.ps1', 'Charting.ps1', 'ColorCompletion.ps1', + 'compare-Worksheet.ps1', 'ConvertFromExcelData.ps1', 'ConvertFromExcelToSQLInsert.ps1', 'ConvertExcelToImageFile.ps1', diff --git a/README.md b/README.md index ea39b56..aefb734 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,9 @@ iex (new-object System.Net.WebClient).DownloadString('https://raw.github.com/dfi # What's new +- [James O'Neill](https://twitter.com/jamesoneill) added `Compare-Worksheet` + - Compares two worksheets with the same name in different files. + #### 4/22/2018 Thanks to the community yet again - [ili101](https://github.com/ili101) for fixes and features