Skip to content

Commit

Permalink
🚀 Update version as v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
enisn committed Jul 13, 2021
1 parent de26945 commit 550a92a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions common.props
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<Version>2.7.1</Version>
<Version>2.8.0</Version>
<Authors>enisn</Authors>
<Description>This library provides filtering from DTOs to Entities without writing any query. Visit the project site for more information</Description>
<PackageReleaseNotes>This milestone aims to release source generators with stable version</PackageReleaseNotes>
<Description>A Filtering framework. The main purpose of the library is to generate LINQ expressions for Entities over DTOs automatically.</Description>
<PackageReleaseNotes>Minor performance improvements and multiple CompareTo attribute is allowed</PackageReleaseNotes>
<NoWarn>$(NoWarn);CS1591;CS0436</NoWarn>
<NeutralLanguage>en</NeutralLanguage>
<RepositoryUrl>https://github.com/enisn/AutoFilterer</RepositoryUrl>
Expand Down

0 comments on commit 550a92a

Please sign in to comment.