﻿<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>DSInternals.Replication</id>
    <version>4.14.0</version>
    <title>DSInternals Replication</title>
    <authors>Michael Grafnetter</authors>
    <owners>Michael Grafnetter</owners>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <icon>icon.png</icon>
    <projectUrl>https://github.com/MichaelGrafnetter/DSInternals/</projectUrl>
    <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-2024 Michael Grafnetter. All rights reserved.</copyright>
    <tags>ActiveDirectory Security RPC DRSR</tags>
    <repository type="git" url="https://github.com/MichaelGrafnetter/DSInternals.git" branch="master" />
    <dependencies>
      <dependency id="NDceRpc" version="0.2.1" />
      <dependency id="protobuf-net" version="2.4.4" />
      <dependency id="DSInternals.Common" version="4.14.0" />
    </dependencies>
    <references>
      <reference file="DSInternals.Replication.dll" />
      <reference file="DSInternals.Replication.Model.dll" />
    </references>
  </metadata>
</package>