Skip to content

Commit

Permalink
Updating version and release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdibbs committed Jan 6, 2019
1 parent 442336a commit 14d1b00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Linq2Ldap.Core/Linq2Ldap.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<APPVEYOR_BUILD_NUMBER Condition=" '$(APPVEYOR_BUILD_NUMBER)' == '' ">local</APPVEYOR_BUILD_NUMBER>
<PackageVersion>1.4.0-alpha$(APPVEYOR_BUILD_NUMBER)</PackageVersion>
<PackageVersion>1.5.0-alpha$(APPVEYOR_BUILD_NUMBER)</PackageVersion>
<PackageId>Linq2Ldap.Core</PackageId>
<Title>LINQ-to-LDAP filter transpiler</Title>
<Description>Compile LDAP filter strings (RFC 1960/2254/4515) from LINQ Expressions, or parse them into LINQ Expressions. (Appreciate this unencumbered FOSS library? Visit git.io/fp0Yr in your browser.)</Description>
<PackageProjectUrl>https://github.com/cdibbs/linq2ldap</PackageProjectUrl>
<RepositoryUrl>https://github.com/cdibbs/linq2ldap</RepositoryUrl>
<PackageLicenseUrl>https://github.com/cdibbs/linq2ldap/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Chris Dibbern</Authors>
<PackageReleaseNotes>Fixing escaping, encoding. Adding RFC target option to compiler and parser.</PackageReleaseNotes>
<PackageReleaseNotes>Adding support for ternary operator. Improving common exception messages.</PackageReleaseNotes>
<PackageTags>LDAP;LINQ;Expression;Compiler;Parser;AD;Active Directory;OpenLDAP</PackageTags>
<LangVersion>7.1</LangVersion>
</PropertyGroup>
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: '1.4.0-{build}'
version: '1.5.0-{build}'
image: Visual Studio 2017
# https://dotnetcore.gaprogman.com/2017/06/08/continuous-integration-and-appveyor/
branches:
Expand Down

0 comments on commit 14d1b00

Please sign in to comment.