File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22All notable changes to this project will be documented in this file.
33
4+ ## [ 1.0.79] - 2018-10-07
5+ ### Added
6+ - Convenience class for creating partial attributes with values (LdapPartialAttribute)
7+
8+
49## [ 1.0.79] - 2018-10-04
510### Enhancements
611- Some minor performance improvements when parsing and building attributes
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFrameworks >netstandard2.0;netcoreapp2.0;net471</TargetFrameworks >
5- <Version >1.0.79 .0</Version >
5+ <Version >1.0.86 .0</Version >
66 <Title >Flexinets.Ldap.Core</Title >
77 <Authors >Verner Fortelius</Authors >
88 <Description >Library for parsing and assembling LDAP packets
@@ -11,7 +11,7 @@ For an example server implementation see https://github.com/vforteli/FlexinetsLd
1111 <Copyright >Copyright 2017 Verner Fortelius</Copyright >
1212 <PackageLicenseUrl >https://github.com/vforteli/Flexinets.Ldap.Core/blob/master/LICENSE</PackageLicenseUrl >
1313 <PackageProjectUrl >https://github.com/vforteli/Flexinets.Ldap.Core</PackageProjectUrl >
14- <PackageReleaseNotes >Minor performance improvements </PackageReleaseNotes >
14+ <PackageReleaseNotes >Added convenience class for creating partial attributes </PackageReleaseNotes >
1515 <PackageTags >LDAP packet parse assemble authentication</PackageTags >
1616 <AssemblyVersion >1.0.86.0</AssemblyVersion >
1717 <FileVersion >1.0.86.0</FileVersion >
You can’t perform that action at this time.
0 commit comments