Update README.md

This commit is contained in:
dlebee 2021-08-13 13:17:10 -04:00 committed by GitHub
parent d8576e0274
commit 84d617572c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,9 +24,12 @@ PoweredSoft.DynamicQuery.AspNetCore.NewtonsoftJson | <a href="https://www.nuget.
The package Asp.net core of dynamic query will help you start to use Dynamic Query faster in your web project. The package Asp.net core of dynamic query will help you start to use Dynamic Query faster in your web project.
Now on EF5.0 and .NET50
> For NET CORE 3.x look at v2.1 branch
> For NET CORE 2.x look at v2.0 branch. > For NET CORE 2.x look at v2.0 branch.
### New in 2.1.3 ### New in Since 2.1.3
You may now add a ```IQueryInterceptorProvider``` to return interceptors on top of being able to use AddInterceptor. You may now add a ```IQueryInterceptorProvider``` to return interceptors on top of being able to use AddInterceptor.