ps/Modules/Alkami.PowerShell.IIS/Alkami.PowerShell.IIS.nuspec
2023-05-30 22:51:22 -07:00

33 lines
1.4 KiB
XML

<?xml version="1.0" encoding="utf-16"?>
<package>
<metadata>
<id>Alkami.PowerShell.IIS</id>
<version>$version$</version>
<title>Alkami Platform Modules - PowerShell - IIS</title>
<authors>Alkami Technologies</authors>
<owners>Alkami Technologies</owners>
<projectUrl>https://extranet.alkamitech.com/display/ORB/Alkami.PowerShell.IIS</projectUrl>
<iconUrl>https://www.alkami.com/files/alkamilogo75x75.png</iconUrl>
<licenseUrl>http://alkami.com/files/orblicense.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Installs the Alkami IIS module for use with PowerShell.</description>
<releaseNotes />
<tags>PowerShell</tags>
<copyright>Copyright (c) 2018 Alkami Technologies</copyright>
<dependencies>
<dependency id="Alkami.PowerShell.Common" version="3.2.2" />
<dependency id="Alkami.PowerShell.Services" version="3.1.1" />
<dependency id="Alkami.PowerShell.Configuration" version="3.2.6" />
</dependencies>
</metadata>
<files>
<file src="AlkamiManifest.xml" target="AlkamiManifest.xml" />
<file src="tools\ChocolateyInstall.ps1" target="tools\ChocolateyInstall.ps1" />
<file src="tools\ChocolateyUninstall.ps1" target="tools\ChocolateyUninstall.ps1" />
<!-- <file src="public\*.ps1" target="module\public" /> -->
<!-- <file src="private\*.ps1" target="module\private" /> -->
<file src="*.psd1" target="module\" />
<file src="*.psm1" target="module\" />
</files>
</package>