ObjectFilter 0.0.1.7

dotnet add package ObjectFilter --version 0.0.1.7
NuGet\Install-Package ObjectFilter -Version 0.0.1.7
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ObjectFilter" Version="0.0.1.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ObjectFilter --version 0.0.1.7
#r "nuget: ObjectFilter, 0.0.1.7"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ObjectFilter as a Cake Addin
#addin nuget:?package=ObjectFilter&version=0.0.1.7

// Install ObjectFilter as a Cake Tool
#tool nuget:?package=ObjectFilter&version=0.0.1.7

A utility for filtering objects based on the google+ partial response API

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.1.7 2,002 6/18/2012
0.0.1.6 1,210 6/18/2012
0.0.1.5 1,176 6/15/2012
0.0.1.4 1,157 6/15/2012
0.0.1.3 1,242 6/15/2012
0.0.1.2 1,167 6/15/2012
0.0.1.1 1,188 6/14/2012
0.0.1 1,191 6/14/2012

Removed dependency on log4net
Renamed ObjectFilter to FilterProcessor.
Reconfigured serialization
Added dependency on Newtonsoft.Json