Skip to content

Commit

Permalink
🚀 Update version as 2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
enisn authored Jan 17, 2022
1 parent c2791a0 commit 3415aad
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions common.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<Version>2.9.0</Version>
<Version>2.9.1</Version>
<Authors>enisn</Authors>
<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>
Expand All @@ -15,11 +15,10 @@
<LangVersion>latest</LangVersion>
</PropertyGroup>


<ItemGroup>
<None Include="..\..\art\auto_filterer_icon.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>
</Project>
</Project>

0 comments on commit 3415aad

Please sign in to comment.