ps/Modules/Alkami.DevOps.Inventory/Alkami.DevOps.Inventory.nuspec
2023-05-30 22:51:22 -07:00

35 lines
1.6 KiB
XML

<?xml version="1.0" encoding="utf-16"?>
<package>
<metadata>
<id>Alkami.DevOps.Inventory</id>
<version>$version$</version>
<title>Alkami Platform Modules - DevOps - Inventory</title>
<authors>Alkami Technologies</authors>
<owners>Alkami Technologies</owners>
<projectUrl>https://extranet.alkamitech.com/display/SRE/Alkami.DevOps.Inventory</projectUrl>
<iconUrl>https://www.alkami.com/files/alkamilogo75x75.png</iconUrl>
<licenseUrl>http://alkami.com/files/orblicense.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Installs the DevOps Inventory 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.IIS" version="3.2.6" />
<dependency id="Alkami.PowerShell.Configuration" version="3.2.6" />
<dependency id="Alkami.DevOps.Common" version="3.2.4" />
<dependency id="Alkami.PowerShell.AD" version="3.0.2" />
<dependency id="Alkami.PowerShell.Services" version="3.1.2" />
<dependency id="Alkami.PowerShell.Choco" version="3.2.1" />
</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="*.psd1" target="module\" />
<file src="*.psm1" target="module\" />
</files>
</package>