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

19 lines
1.1 KiB
Plaintext
Raw Normal View History

2016-02-22 22:19:34 +00:00
<?xml version="1.0"?>
<package >
<metadata>
<id>DSInternals.Common</id>
<version>$version$</version>
<title>DSInternals Common</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>
2016-02-23 19:33:05 +00:00
<description>This package is shared between all other DSInternals packages. 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>
2018-12-28 11:32:46 +00:00
<releaseNotes>Slightly improved distinguished name (DN) parsing.</releaseNotes>
<copyright>Copyright (c) 2015-2019 Michael Grafnetter. All rights reserved.</copyright>
2016-02-22 22:19:34 +00:00
<tags>ActiveDirectory Security</tags>
</metadata>
</package>