GBWunderlist.psd1

#
# Module manifest for module 'Wunderlist'
#
# Generated by: Antony Thomas
#
# Generated on: 8/12/2017
#

@{

# Script module or binary module file associated with this manifest.
RootModule = './GBWunderlist.psm1'

# Version number of this module.
ModuleVersion = '0.1.2'

# Supported PSEditions
CompatiblePSEditions = @("Desktop", "Core")

PowerShellVersion = '5.1'

# ID used to uniquely identify this module
GUID = '8fc0b525-2703-4da3-aed6-c7f12806946a'

Author = 'Antony Thomas'

Copyright = '(c) 2017 antonydeepak. All rights reserved.'

Description = 'Powershell client for Wunderlist Api. You can use it to programatically access lists, tasks, subtasks, notes and files.'

FunctionsToExport = @("Get-WunderlistFile","Get-WunderlistList","Get-WunderlistNote","Get-WunderlistSubTask","Get-WunderlistTask","Set-WunderlistPermissionHeaders")

# 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 = @()

# Variables to export from this module
VariablesToExport = @()

# Aliases 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 aliases to export.
AliasesToExport = @()

# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
PrivateData = @{

    PSData = @{
        # Tags applied to this module. These help with module discovery in online galleries.
        Tags = @("Wunderlist", "Powershell")

        # A URL to the main website for this project.
        ProjectUri = 'https://github.com/antonydeepak/GBWunderlist'
    }

}

# HelpInfo URI of this module
HelpInfoURI = 'https://github.com/antonydeepak/GBWunderlist/blob/master/README.md'

DefaultCommandPrefix = 'GB'

}