Skip to content

Commit

Permalink
Update for 2.0.0-alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
jvlflame committed Sep 1, 2020
1 parent be5841d commit 344103c
Showing 1 changed file with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions src/Javinizer/Javinizer.psd1
Expand Up @@ -13,7 +13,7 @@

# Version number of this module.

ModuleVersion = '1.7.3'
ModuleVersion = '2.0.0-alpha1'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -70,7 +70,26 @@
# NestedModules = @()

# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
FunctionsToExport = @('Javinizer')
FunctionsToExport = @(
'Javinizer',
'Get-DmmData',
'Get-DmmUrl',
'Get-Jav321Data',
'Get-Jav321Url',
'Get-JavBusData',
'Get-JavbusUrl',
'Get-JavlibraryData',
'Get-JavlibraryUrl',
'Get-JVAggregatedData',
'Get-JVData',
'Get-JVItem',
'Get-JVNfo',
'Get-R18Data',
'Get-R18Url',
'Set-JVEmbyThumbs',
'Set-JVMovie',
'Update-JVThumbs'
)

# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
CmdletsToExport = '*'
Expand Down Expand Up @@ -130,5 +149,3 @@
# DefaultCommandPrefix = ''

}


0 comments on commit 344103c

Please sign in to comment.