PSGitHubStats.psd1

@{
RootModule = '.\PSGitHubStats.psm1'
ModuleVersion = '1.0'
CompatiblePSEditions = @("Desktop","Core")
PowerShellVersion = '5.1'
GUID = 'af3f339b-51cc-4e88-9918-a5284ca611f8'
Author = 'Steve Lee'
CompanyName = 'Microsoft'
Copyright = '(c) 2016 Microsoft. All rights reserved.'
Description = 'Retrieves download and contribution data from GitHub API and optionally store it in an AzureTable'
FormatsToProcess = 'PSGitHubStats.format.ps1xml'
FunctionsToExport = 'Get-PSDownloadStats','Get-PSGitHubReport','Get-PSGitHubStats'
PrivateData = @{
    PSData = @{
        Tags = @("GitHub","Analytics")
    } # End of PSData hashtable
} # End of PrivateData hashtable
}