DSInternals/Src/DSInternals.SAM/DSInternals.SAM.nuspec

29 lines
1.3 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>
<license type="expression">MIT</license>
<projectUrl>https://github.com/MichaelGrafnetter/DSInternals/</projectUrl>
<repository type="git" url="https://github.com/MichaelGrafnetter/DSInternals.git" branch="master" />
<icon>icon.png</icon>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>DSInternals SAM implements a client for the Security Accounts Manager Remote Protocol (SAM-R) and Local Security Authority Remote Protocol(MS-LSAD or LSARPC). It can be used to import password hashes into Active Directory or to query and modify LSA Policy.</description>
<summary>DSInternals SAM implements a client for SAM-R and MS-LSAD/LSARPC protocols.</summary>
<releaseNotes>
- Updated dependency version.
</releaseNotes>
<copyright>Copyright (c) 2015-2024 Michael Grafnetter. All rights reserved.</copyright>
<tags>ActiveDirectory Security RPC SAMR LSARPC AD Identity Active Directory</tags>
<references>
<reference file="DSInternals.SAM.dll" />
</references>
</metadata>
<files>
<file src="..\Icons\package_black.png" target="icon.png" />
</files>
</package>