Skip to content

Commit

Permalink
adjustments to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
tghamm committed Nov 20, 2021
1 parent d2b5a1c commit eef7d70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Dynamic Linq Query Builder
[![Build status](https://ci.appveyor.com/api/projects/status/xylgqn0smrd63lnl/branch/master?svg=true)](https://ci.appveyor.com/project/tghamm/dynamic-linq-query-builder/branch/master) [![Coverage Status](https://coveralls.io/repos/castle-it/dynamic-linq-query-builder/badge.svg?branch=master&service=github)](https://coveralls.io/github/castle-it/dynamic-linq-query-builder?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/tghamm/dynamic-linq-query-builder/badge.svg?branch=master)](https://coveralls.io/github/tghamm/dynamic-linq-query-builder?branch=master) [![Coverage Status](https://coveralls.io/repos/github/tghamm/dynamic-linq-query-builder/badge.svg?branch=master)](https://coveralls.io/github/tghamm/dynamic-linq-query-builder?branch=master)

`dynamic-linq-query-builder` is a small library that allows any `.Net` framework class collection to be filtered dynamically at runtime.

Expand Down Expand Up @@ -40,9 +40,9 @@ Installation
```
PM> Install-Package Castle.DynamicLinqQueryBuilder
```
To Install the `System.Text.Json` extension:
To Install the System.Text.Json extension:
--
`dynamic-linq-query-builder` can be installed via the nuget UI (as Castle.DynamicLinqQueryBuilder.SystemTextJson), or via the nuget package manager console:
`dynamic-linq-query-builder-system-text-json` can be installed via the nuget UI (as Castle.DynamicLinqQueryBuilder.SystemTextJson), or via the nuget package manager console:
```
PM> Install-Package Castle.DynamicLinqQueryBuilder.SystemTextJson
```
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ assembly_info:
assembly_informational_version: '{version}'
environment:
COVERALLS_REPO_TOKEN:
secure: PECtFf6HJFflVqz5CrugJpYntoE7GdTDsBv6HhyGoh3x83kRqokRCS7Yj8T4a4ws
secure: YZgYgvsaUaZqzM48vp77PPRceyAfLmtrw66B5C6Y9y6zvAPusqxeMyQ0Un9RVAdv
before_build:
- nuget restore "Castle.DynamicLinqQueryBuilder.Tests.sln"
build:
Expand Down

0 comments on commit eef7d70

Please sign in to comment.