Merged ValidateSet for Encoding and Extension

This commit is contained in:
dfinke
2015-10-01 11:10:57 -04:00
parent 3eac21c11a
commit 4b59eb0e75
6 changed files with 49 additions and 51 deletions

View File

@@ -4,7 +4,7 @@ $p = @{
NuGetApiKey = $NuGetApiKey
LicenseUri = "https://github.com/dfinke/ImportExcel/blob/master/LICENSE.txt"
Tag = "Excel","EPPlus","Export","Import"
ReleaseNote = "Can now handle data that is _not_ an object"
ReleaseNote = "ValidateSet for Encoding and Extension"
ProjectUri = "https://github.com/dfinke/ImportExcel"
}