From 34457d05dae2be1c81bf4e0ccab70f78eb6a3225 Mon Sep 17 00:00:00 2001 From: dfinke Date: Wed, 14 Mar 2018 20:11:36 -0400 Subject: [PATCH] Fixes from James merged --- ImportExcel.psd1 | 2 +- README.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ImportExcel.psd1 b/ImportExcel.psd1 index ac256a9c..8b029499 100644 --- a/ImportExcel.psd1 +++ b/ImportExcel.psd1 @@ -4,7 +4,7 @@ RootModule = 'ImportExcel.psm1' # Version number of this module. -ModuleVersion = '4.0.9' +ModuleVersion = '4.0.10' # ID used to uniquely identify this module GUID = '60dd4136-feff-401a-ba27-a84458c57ede' diff --git a/README.md b/README.md index 403b9256..0641dabb 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,9 @@ iex (new-object System.Net.WebClient).DownloadString('https://raw.github.com/dfi # What's new +#### 3/14/2018 +- Thank you to [James O'Neill](https://twitter.com/jamesoneill), fixed bugs with ChangeDatabase parameter which would prevent it working + #### * Added -Force to New-Alias * Add example to set the background color of a column