From c0f3394fe7090889c0b73c31054ccbf6784d122f Mon Sep 17 00:00:00 2001 From: dfinke Date: Fri, 11 Sep 2015 22:52:25 -0400 Subject: [PATCH] Pushed new version --- ImportExcel.psd1 | 2 +- PublishToGallery.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ImportExcel.psd1 b/ImportExcel.psd1 index 0adeba2..3524e7b 100644 --- a/ImportExcel.psd1 +++ b/ImportExcel.psd1 @@ -4,7 +4,7 @@ RootModule = 'ImportExcel.psm1' # Version number of this module. -ModuleVersion = '1.6' +ModuleVersion = '1.7' # ID used to uniquely identify this module GUID = '60dd4136-feff-401a-ba27-a84458c57ede' diff --git a/PublishToGallery.ps1 b/PublishToGallery.ps1 index 3884eb1..e9f7d9f 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 = "Now you can read Excel files even if they're open in Excel" + ReleaseNote = "Apply conditional format icons to toc cells in your data" ProjectUri = "https://github.com/dfinke/ImportExcel" }