From 2d8a3c6ba2402b61d71a66da4a06bb02f77036ba Mon Sep 17 00:00:00 2001 From: dfinke Date: Fri, 15 Jan 2016 18:08:06 -0500 Subject: [PATCH] Pushed to gallery --- ImportExcel.psd1 | 2 +- PublishToGallery.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ImportExcel.psd1 b/ImportExcel.psd1 index fdc2b81..d76fc4b 100644 --- a/ImportExcel.psd1 +++ b/ImportExcel.psd1 @@ -4,7 +4,7 @@ RootModule = 'ImportExcel.psm1' # Version number of this module. -ModuleVersion = '1.94' +ModuleVersion = '1.96' # ID used to uniquely identify this module GUID = '60dd4136-feff-401a-ba27-a84458c57ede' diff --git a/PublishToGallery.ps1 b/PublishToGallery.ps1 index d18485e..97bdc4c 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 = "Fixed parameters and explicitly marked as $true" + ReleaseNote = "Added Conditional Text Formatting" #ProjectUri = "https://github.com/dfinke/ImportExcel" }