DSInternals/Src/DSInternals.Common/DSInternals.Common.nuspec

26 lines
1.4 KiB
XML

<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>DSInternals.Common</id>
<version>$version$</version>
<title>DSInternals Common</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>This package is shared between all other DSInternals packages. Its main features are Azure AD Graph API and ADSI clients for for retrieval of cryptographic material. It contains implementations of common hash functions used by Windows, including NT hash, LM hash and OrgId hash. It also contains methods for SysKey/BootKey retrieval.</description>
<summary>This package is shared between all other DSInternals packages.</summary>
<releaseNotes>
- Minor credential roaming parser improvement.
</releaseNotes>
<copyright>Copyright (c) 2015-2024 Michael Grafnetter. All rights reserved.</copyright>
<tags>ActiveDirectory Security AD AAD Identity Active Directory</tags>
</metadata>
<files>
<file src="..\Icons\package_black.png" target="icon.png" />
</files>
</package>