From 4a6b92d12214a968b9668c1f4f9ac0b5a12fd490 Mon Sep 17 00:00:00 2001 From: dfinke Date: Wed, 17 Feb 2016 20:35:59 -0500 Subject: [PATCH] bumped version --- ImportExcel.psd1 | 2 +- PublishToGallery.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ImportExcel.psd1 b/ImportExcel.psd1 index b495656..055bd5b 100644 --- a/ImportExcel.psd1 +++ b/ImportExcel.psd1 @@ -4,7 +4,7 @@ RootModule = 'ImportExcel.psm1' # Version number of this module. -ModuleVersion = '1.98' +ModuleVersion = '1.99' # ID used to uniquely identify this module GUID = '60dd4136-feff-401a-ba27-a84458c57ede' diff --git a/PublishToGallery.ps1 b/PublishToGallery.ps1 index 36ffb09..54bd0f9 100644 --- a/PublishToGallery.ps1 +++ b/PublishToGallery.ps1 @@ -2,7 +2,7 @@ $p = @{ Name = "ImportExcel" NuGetApiKey = $NuGetApiKey - ReleaseNote = "Fixes and great features" + ReleaseNote = "Added Equal,NotEqual conditional text and more" } Publish-Module @p \ No newline at end of file