1 Star 0 Fork 0

芝麻科技 / AutoMapper

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
psake.psd1 1.23 KB
一键复制 编辑 原始数据 按行查看 历史
Jimmy Bogard 提交于 2017-04-05 16:08 . Cleaning out the junk drawer
@{
ModuleToProcess = 'psake.psm1'
ModuleVersion = '4.6.0'
GUID = 'cfb53216-072f-4a46-8975-ff7e6bda05a5'
Author = 'James Kovacs'
Copyright = 'Copyright (c) 2012-16 James Kovacs, Damian Hickey and Contributors'
PowerShellVersion = '2.0'
Description = 'psake is a build automation tool written in PowerShell.'
FunctionsToExport = @('Invoke-psake',
'Invoke-Task',
'Get-PSakeScriptTasks',
'Task',
'Properties',
'Include',
'FormatTaskName',
'TaskSetup',
'TaskTearDown',
'Framework',
'Assert',
'Exec')
VariablesToExport = 'psake'
PrivateData = @{
PSData = @{
LicenseUri = 'https://github.com/psake/psake/blob/master/license.txt'
ProjectUri = 'https://github.com/psake/psake'
Tags = @('Build', 'Task')
IconUri = 'https://raw.githubusercontent.com/psake/graphics/master/png/psake-single-icon-teal-bg-256x256.png'
}
}
}
1
https://gitee.com/sesametech-group/AutoMapper.git
git@gitee.com:sesametech-group/AutoMapper.git
sesametech-group
AutoMapper
AutoMapper
master

搜索帮助