DSInternals/Src/DSInternals.SAM/DSInternals.SAM.nuspec
MichaelGrafnetter 0a1f14e946 NuGet-Ready!
2016-02-23 20:33:05 +01:00

22 lines
1.1 KiB
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 SAM implements a client for the Security Accounts Manager Remote Protocol (SAM-R). It can be used to import password hashes into Active Directory.</description>
<summary>DSInternals SAM implements a client for the Security Accounts Manager Remote Protocol (SAM-R).</summary>
<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>