DSInternals/Src/DSInternals.SAM/DSInternals.SAM.nuspec
2016-02-23 00:33:48 +01:00

21 lines
937 B
XML

<?xml version="1.0"?>
<package >
<metadata>
<id>DSInternals.SAM</id>
<version>$version$</version>
<title>DSInternals SAM</title>
<authors>Michael Grafnetter</authors>
<owners>Michael Grafnetter</owners>
<licenseUrl>https://raw.githubusercontent.com/MichaelGrafnetter/DSInternals/master/LICENSE.md</licenseUrl>
<projectUrl>https://github.com/MichaelGrafnetter/DSInternals/</projectUrl>
<iconUrl>https://www.dsinternals.com/wp-content/uploads/ad.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>DSInternals Security Accounts Manager Library</description>
<releaseNotes>Initial NuGet release.</releaseNotes>
<copyright>Copyright (c) 2015-2016 Michael Grafnetter. All rights reserved.</copyright>
<tags>ActiveDirectory Security RPC SAMR</tags>
<references>
<reference file="DSInternals.SAM.dll" />
</references>
</metadata>
</package>