Skip to content

Commit

Permalink
Fixes from James merged
Browse files Browse the repository at this point in the history
  • Loading branch information
dfinke committed Mar 15, 2018
1 parent d5bf0a4 commit 34457d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ImportExcel.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 34457d0

Please sign in to comment.