Skip to content

Commit 1df56a6

Browse files
committed
bump
1 parent 1bf22b4 commit 1df56a6

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22
All 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

Flexinets.Ldap.Core/Flexinets.Ldap.Core.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>

0 commit comments

Comments
 (0)