diff --git a/ImportExcel.psd1 b/ImportExcel.psd1 index 294942a..b495656 100644 --- a/ImportExcel.psd1 +++ b/ImportExcel.psd1 @@ -4,7 +4,7 @@ RootModule = 'ImportExcel.psm1' # Version number of this module. -ModuleVersion = '1.97' +ModuleVersion = '1.98' # ID used to uniquely identify this module GUID = '60dd4136-feff-401a-ba27-a84458c57ede' diff --git a/PublishToGallery.ps1 b/PublishToGallery.ps1 index 97bdc4c..36ffb09 100644 --- a/PublishToGallery.ps1 +++ b/PublishToGallery.ps1 @@ -2,10 +2,7 @@ $p = @{ Name = "ImportExcel" NuGetApiKey = $NuGetApiKey - #LicenseUri = "https://github.com/dfinke/ImportExcel/blob/master/LICENSE.txt" - #Tag = "Excel","EPPlus","Export","Import" - ReleaseNote = "Added Conditional Text Formatting" - #ProjectUri = "https://github.com/dfinke/ImportExcel" + ReleaseNote = "Fixes and great features" } Publish-Module @p \ No newline at end of file