updated version

This commit is contained in:
Doug Finke
2015-07-09 13:11:07 -04:00
parent 4567e79398
commit 4365ae685a
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
RootModule = 'ImportExcel.psm1'
# Version number of this module.
ModuleVersion = '1.3'
ModuleVersion = '1.5'
# ID used to uniquely identify this module
GUID = '60dd4136-feff-401a-ba27-a84458c57ede'

View File

@@ -4,7 +4,7 @@ $p = @{
NuGetApiKey = $NuGetApiKey
LicenseUri = "https://github.com/dfinke/ImportExcel/blob/master/LICENSE.txt"
Tag = "Excel","EPPlus","Export","Import"
ReleaseNote = "Fixed null header"
ReleaseNote = "Added the ability to specify the PivotTable calculation count, sum, average and more"
ProjectUri = "https://github.com/dfinke/ImportExcel"
}