Skip to content

Commit

Permalink
3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dsbenghe committed Jan 8, 2021
1 parent 13e4fdc commit dbd081b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

### 3.6.0
* Implement SASL external authentication with client certificate
* Add LdapConnectionOptions to allow better configuration of how to connect including
* configuring the SslProtocols
* configuring a selector to filter the ip addresses used for connecting
* Fix multi-threading issues - thanks to Marcin Krystianc - https://github.com/marcin-krystianc
* Fix utf encoding issue in filter - thanks to Andrey Chayka - https://github.com/ubik
* **Breaking change** Connecting using host:port and multiple hosts specified in the host string parameter is not supported anymore.

### 3.5.x
* Add SimplePagedResultsControl & helper class for using it - thanks to Aleksandr Eliseev - https://github.com/metacube
* Add helper classes & extensions methods to ILdapConnection for using SimplePagedResultsControl & VLVC
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3.5.2.{build}'
version: '3.6.0.{build}'
configuration:
- Release
image:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
LDAP client library - .NET Standard 1.3/2.0/2.1 and .NET5 - compatible .NET platforms: .NET5, .NET Core >= 1.0, .NET Framework >= 4.6, Universal Windows Platform, Xamarin. Works with any LDAP server (including Microsoft Active Directory - AD)
</Description>
<Summary>.NET Standard LDAP client library</Summary>
<VersionPrefix>3.5.2</VersionPrefix>
<VersionPrefix>3.6.0</VersionPrefix>
<Authors>Novell;dsbenghe</Authors>
<TargetFrameworks>netstandard1.3;netstandard2.0;netstandard2.1;net5</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("3.5.2")]
[assembly: AssemblyVersion("3.6.0")]

// In order to sign your assembly you must specify a key to use. Refer to the
// Microsoft .NET Framework documentation for more information on assembly signing.
Expand Down

0 comments on commit dbd081b

Please sign in to comment.