DSInternals/Src/DSInternals.DataStore/DSInternals.DataStore.nuspec
2020-04-02 15:18:35 +02:00

30 lines
1.4 KiB
XML

<?xml version="1.0"?>
<package >
<metadata>
<id>DSInternals.DataStore</id>
<version>$version$</version>
<title>DSInternals DataStore</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 DataStore is an advanced framework for offline ntds.dit file manipulation. It can be used to extract password hashes from Active Directory backups or to modify the sIDHistory and primaryGroupId attributes.</description>
<summary>DSInternals DataStore is an advanced framework for offline ntds.dit file manipulation.</summary>
<releaseNotes>
- Both LastLogon and LastLogonTimestamp properties are now exposed on AD user accounts.
- Updated the package logo.
</releaseNotes>
<copyright>Copyright (c) 2015-2020 Michael Grafnetter. All rights reserved.</copyright>
<tags>ActiveDirectory Security NTDS AD Identity Active Directory</tags>
<references>
<reference file="DSInternals.DataStore.dll" />
</references>
</metadata>
<files>
<file src="..\Icons\package_black.png" target="icon.png" />
</files>
</package>