From ca2b4c790f03b1a7ff445fb265faf5f771619d54 Mon Sep 17 00:00:00 2001 From: dfinke Date: Mon, 22 Feb 2016 11:45:33 -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 6487d45..b87db95 100644 --- a/ImportExcel.psd1 +++ b/ImportExcel.psd1 @@ -4,7 +4,7 @@ RootModule = 'ImportExcel.psm1' # Version number of this module. -ModuleVersion = '2.0' +ModuleVersion = '2.1' # ID used to uniquely identify this module GUID = '60dd4136-feff-401a-ba27-a84458c57ede' diff --git a/PublishToGallery.ps1 b/PublishToGallery.ps1 index fbaf1b7..332775e 100644 --- a/PublishToGallery.ps1 +++ b/PublishToGallery.ps1 @@ -2,7 +2,7 @@ $p = @{ Name = "ImportExcel" NuGetApiKey = $NuGetApiKey - ReleaseNote = "Added -PassThru. Returns the unsaved Excel Workbook" + ReleaseNote = "Added Import-Html" } Publish-Module @p \ No newline at end of file