diff --git a/ImportExcel.psd1 b/ImportExcel.psd1 index 6b9174d..0adeba2 100644 --- a/ImportExcel.psd1 +++ b/ImportExcel.psd1 @@ -4,7 +4,7 @@ RootModule = 'ImportExcel.psm1' # Version number of this module. -ModuleVersion = '1.5' +ModuleVersion = '1.6' # ID used to uniquely identify this module GUID = '60dd4136-feff-401a-ba27-a84458c57ede' diff --git a/PublishToGallery.ps1 b/PublishToGallery.ps1 index 31a431c..3884eb1 100644 --- a/PublishToGallery.ps1 +++ b/PublishToGallery.ps1 @@ -4,7 +4,7 @@ $p = @{ NuGetApiKey = $NuGetApiKey LicenseUri = "https://github.com/dfinke/ImportExcel/blob/master/LICENSE.txt" Tag = "Excel","EPPlus","Export","Import" - ReleaseNote = "Added the ability to specify the PivotTable calculation count, sum, average and more" + ReleaseNote = "Now you can read Excel files even if they're open in Excel" ProjectUri = "https://github.com/dfinke/ImportExcel" }