Pushed to gallery

This commit is contained in:
dfinke
2016-01-15 18:08:06 -05:00
parent e89b2a4001
commit 2d8a3c6ba2
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
RootModule = 'ImportExcel.psm1' RootModule = 'ImportExcel.psm1'
# Version number of this module. # Version number of this module.
ModuleVersion = '1.94' ModuleVersion = '1.96'
# ID used to uniquely identify this module # ID used to uniquely identify this module
GUID = '60dd4136-feff-401a-ba27-a84458c57ede' GUID = '60dd4136-feff-401a-ba27-a84458c57ede'

View File

@@ -4,7 +4,7 @@ $p = @{
NuGetApiKey = $NuGetApiKey NuGetApiKey = $NuGetApiKey
#LicenseUri = "https://github.com/dfinke/ImportExcel/blob/master/LICENSE.txt" #LicenseUri = "https://github.com/dfinke/ImportExcel/blob/master/LICENSE.txt"
#Tag = "Excel","EPPlus","Export","Import" #Tag = "Excel","EPPlus","Export","Import"
ReleaseNote = "Fixed parameters and explicitly marked as $true" ReleaseNote = "Added Conditional Text Formatting"
#ProjectUri = "https://github.com/dfinke/ImportExcel" #ProjectUri = "https://github.com/dfinke/ImportExcel"
} }