This commit is contained in:
David Lebee 2021-08-13 14:55:10 -04:00
commit 15ae854d78

View File

@ -24,9 +24,13 @@ 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 .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.