Skip to content

Commit

Permalink
3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dsbenghe committed May 16, 2020
1 parent 78ed883 commit 5aec5ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3.1.0.{build}'
version: '3.2.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 supported on the .NET Standard - minimum required is 1.3 - compatible .NET platforms: .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.1.0</VersionPrefix>
<VersionPrefix>3.2.0</VersionPrefix>
<Authors>Novell;dsbenghe</Authors>
<TargetFrameworks>netstandard1.3;netstandard2.0;netstandard2.1</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,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.0.0")]
[assembly: AssemblyVersion("3.2.0")]

//
// In order to sign your assembly you must specify a key to use. Refer to the
Expand Down

0 comments on commit 5aec5ad

Please sign in to comment.