mirror of
https://github.com/dfinke/ImportExcel.git
synced 2026-02-12 06:23:44 +00:00
Bumped version
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user