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

38 lines
1.9 KiB
XML

<?xml version="1.0" encoding="utf-16"?>
<package>
<metadata>
<id>Alkami.DevOps.Operations</id>
<version>$version$</version>
<title>Alkami Platform Modules - DevOps - Operations</title>
<authors>Alkami Technologies</authors>
<owners>Alkami Technologies</owners>
<projectUrl>https://extranet.alkamitech.com/display/ORB/Alkami.DevOps.Operations</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 Operations 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.3" />
<dependency id="Alkami.PowerShell.IIS" version="3.2.8" />
<dependency id="Alkami.PowerShell.Configuration" version="3.2.7" />
<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.3" />
<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="Resources\PackageFiltering-min.json" target="Resources\PackageFiltering-min.json" />
<file src="Resources\SQL\RadiumPurgeScript.sql" target="Resources\SQL\RadiumPurgeScript.sql" />
<file src="Resources\SQL\RadiumPurgeScriptWithJobFilter.sql" target="Resources\SQL\RadiumPurgeScriptWithJobFilter.sql" />
<file src="*.psd1" target="module\" />
<file src="*.psm1" target="module\" />
</files>
</package>