summaryrefslogtreecommitdiff
path: root/HyperBooru.psd1
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2026-06-15 12:54:44 +1000
committerJake Mannens <jake@asger.xyz>2026-06-15 12:54:44 +1000
commitd36e27387eabf88845d364b9d3a2da54a583247f (patch)
tree716058aac0b72c1ec1bb0b7eb47d4e3a87926299 /HyperBooru.psd1
parentab46387d4d02e30b171a7c2fa07947b41ec691a0 (diff)
Diffstat (limited to 'HyperBooru.psd1')
-rw-r--r--HyperBooru.psd13
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'