Skip to content

Commit

Permalink
Update LdapForNet.csproj (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
flamencist authored Jul 6, 2021
1 parent b2553e6 commit 14180d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LdapForNet/LdapForNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFrameworks>netstandard2.0;netstandard2.1;netcoreapp3.1</TargetFrameworks>
<AssemblyName>LdapForNet</AssemblyName>
<RootNamespace>LdapForNet</RootNamespace>
<Version>2.7.12</Version>
<Version>2.7.13</Version>
<Authors>Alexander Chermyanin</Authors>
<Company>flamencist</Company>
<Description>Porting of OpenLdap native lib for .NET Core. Library is cross platform. Also supported KERBEROS (passwordless) authentication!.</Description>
Expand All @@ -15,7 +15,7 @@
<PackageProjectUrl>https://github.com/flamencist/ldap4net</PackageProjectUrl>
<RepositoryUrl>https://github.com/flamencist/ldap4net</RepositoryUrl>
<PackageReleaseNotes>
- Add TLS specific TrustAllCertificates methods (#120). Thanks ADouglasKreider
- support strongnaming for the assembly. Thanks jepperc
</PackageReleaseNotes>
<LangVersion>latest</LangVersion>
<SignAssembly>true</SignAssembly>
Expand Down

0 comments on commit 14180d9

Please sign in to comment.