ps/Modules/Cole.PowerShell.Developer/Cole.PowerShell.Developer.nuspec
2023-05-30 22:51:22 -07:00

27 lines
1.2 KiB
XML

<?xml version="1.0" encoding="utf-16"?>
<package>
<metadata>
<id>Cole.PowerShell.Developer</id>
<version>1.0.5</version>
<title>Alkami Platform Modules - PowerShell - Developer - More Cole Magic</title>
<authors>Alkami Technologies</authors>
<owners>Alkami Technologies</owners>
<projectUrl>https://confluence.alkami.com/display/~cbrand/Cole%27s+PowerShell+Module</projectUrl>
<iconUrl>https://confluence.alkami.com/download/attachments/655424/user-avatar</iconUrl>
<licenseUrl>https://confluence.alkami.com/display/~cbrand/Cole%27s+PowerShell+Module</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Installs Cole's Alkami Developer module for use with PowerShell.</description>
<releaseNotes />
<tags>PowerShell</tags>
<copyright>Copyright (c) 2020 Alkami Technologies</copyright>
<dependencies />
</metadata>
<files>
<file src="tools\ChocolateyInstall.ps1" target="tools\ChocolateyInstall.ps1" />
<file src="tools\ChocolateyUninstall.ps1" target="tools\ChocolateyUninstall.ps1" />
<file src="*.psd1" target="module\" />
<file src="*.psm1" target="module\" />
<file src="*.ps1xml" target="module\" />
</files>
</package>