mirror of
https://github.com/MichaelGrafnetter/DSInternals
synced 2025-02-16 10:56:49 +00:00
33 lines
1.7 KiB
XML
33 lines
1.7 KiB
XML
<?xml version="1.0"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
|
<metadata>
|
|
<id>DSInternals.Replication</id>
|
|
<version>$version$</version>
|
|
<title>DSInternals Replication</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 Replication implements a client for the Active Directory Replication Service Remote Protocol (DRS-R). It can be used to remotely extract password hashes from domain controllers.</description>
|
|
<summary>DSInternals Replication implements a client for the Active Directory Replication Service Remote Protocol (DRS-R).</summary>
|
|
<releaseNotes>
|
|
- Minor credential roaming parser improvement.
|
|
</releaseNotes>
|
|
<copyright>Copyright (c) 2015-2025 Michael Grafnetter. All rights reserved.</copyright>
|
|
<tags>ActiveDirectory Security RPC DRSR</tags>
|
|
<references>
|
|
<reference file="DSInternals.Replication.dll" />
|
|
<reference file="DSInternals.Replication.Model.dll" />
|
|
</references>
|
|
</metadata>
|
|
<files>
|
|
<!-- NuGet does not add the DSInternals.Replication.Interop.dll assembly to the package for some reason, so we need to force it. -->
|
|
<file src="..\..\Build\bin\Release\DSInternals\amd64\DSInternals.Replication.Interop.dll" target="lib\net47" />
|
|
<file src="package\install.ps1" target="tools" />
|
|
<file src="..\Icons\package_black.png" target="icon.png" />
|
|
</files>
|
|
</package>
|