DSInternals/Src/DSInternals.Replication/DSInternals.Replication.nuspec

32 lines
1.9 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>
<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 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>Fixed a bug in roamed credentials processing.</releaseNotes>
<copyright>Copyright (c) 2015-2017 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>
<dependencies>
<!-- We need to force a specific version of protobuf-net, because the newer one requires NuGet 3 / VS 2015. -->
<dependency id="protobuf-net" version="2.0.0.668" />
</dependencies>
</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\net451" />
<file src="package\install.ps1" target="tools" />
</files>
</package>