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

16 lines
619 B
XML

<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Alkami.PowerShell.SystemProfile</id>
<version>1.4.9</version>
<title>SRE System Profile</title>
<authors>David Sage</authors>
<owners>Alkami SRE</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Deploys the SRE System Profile for PowerShell</description>
</metadata>
<files>
<file src="AlkamiManifest.xml" target="AlkamiManifest.xml" />
<file src="*.ps1" target="tools\" />
</files>
</package>