Storefront.psd1

@{
    ModuleVersion = '0.9.3';
    GUID = 'c35b6b1e-43af-4000-b157-34bc6e79d801';
    Author = 'Iain Brighton';
    CompanyName = 'Virtual Engine';
    Copyright = '(c) 2016 Virtual Engine Limited. All rights reserved.';
    Description = 'The Storefront DSC resources can automate the deployment and configuration of Citrix Storefront 3.5. These DSC resources are provided AS IS, and are not supported through any means.'
    PowerShellVersion = '4.0';
    CLRVersion = '4.0';
    FunctionsToExport = @('Get-TargetResource', 'Set-TargetResource', 'Test-TargetResource');
    DscResourcesToExport = @('VE_SFAuthenticationService', 'VE_SFAuthenticationServiceMethod', 'VE_SFCluster', 'VE_SFFeature',
                        'VE_SFGateway', 'VE_SFStore', 'VE_SFStoreFarm', 'VE_SFStoreWebReceiver');
    PrivateData = @{
        PSData = @{
            Tags = @('VirtualEngine','Citrix','Storefront','DSC');
            LicenseUri = 'https://github.com/VirtualEngine/Storefront/blob/master/LICENSE';
            ProjectUri = 'https://github.com/VirtualEngine/Storefront';
            IconUri = 'https://raw.githubusercontent.com/VirtualEngine/Storefront/master/CitrixReceiver.png';
        } # End of PSData hashtable
    } # End of PrivateData hashtable
}