diff --git a/appveyor.yml b/appveyor.yml index e1df7647..b1c5af1e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: '3.1.0.{build}' +version: '3.2.0.{build}' configuration: - Release image: diff --git a/src/Novell.Directory.Ldap.NETStandard/Novell.Directory.Ldap.NETStandard.csproj b/src/Novell.Directory.Ldap.NETStandard/Novell.Directory.Ldap.NETStandard.csproj index a095bf8b..da0ef70e 100644 --- a/src/Novell.Directory.Ldap.NETStandard/Novell.Directory.Ldap.NETStandard.csproj +++ b/src/Novell.Directory.Ldap.NETStandard/Novell.Directory.Ldap.NETStandard.csproj @@ -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) .NET Standard LDAP client library - 3.1.0 + 3.2.0 Novell;dsbenghe netstandard1.3;netstandard2.0;netstandard2.1 true diff --git a/src/Novell.Directory.Ldap.NETStandard/Properties/AssemblyInfo.cs b/src/Novell.Directory.Ldap.NETStandard/Properties/AssemblyInfo.cs index b967b20a..23d50fdd 100644 --- a/src/Novell.Directory.Ldap.NETStandard/Properties/AssemblyInfo.cs +++ b/src/Novell.Directory.Ldap.NETStandard/Properties/AssemblyInfo.cs @@ -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