diff options
Diffstat (limited to 'HyperBooru.psd1')
| -rw-r--r-- | HyperBooru.psd1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/HyperBooru.psd1 b/HyperBooru.psd1 index 63ac453..f0f0605 100644 --- a/HyperBooru.psd1 +++ b/HyperBooru.psd1 @@ -1,6 +1,6 @@ @{ RootModule = 'HyperBooru.PowerShell.dll' - ModuleVersion = '0.17' + ModuleVersion = '0.18' CompatiblePSEditions = 'Core' PowershellVersion = '5.1' GUID = '627c3cbf-7fcc-41b3-9716-610b81ef1032' @@ -11,6 +11,7 @@ ProcessorArchitecture = 'MSIL' FunctionsToExport = '*' VariablesToExport = '*' + FormatsToProcess = 'HyperBooru.format.ps1xml' PrivateData = @{ PSData = @{ LicenseUri = 'https://www.gnu.org/licenses/gpl-3.0.en.html' |
