ExpressiveExpressionTrees.Sources 1.1.2

dotnet add package ExpressiveExpressionTrees.Sources --version 1.1.2
NuGet\Install-Package ExpressiveExpressionTrees.Sources -Version 1.1.2
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="ExpressiveExpressionTrees.Sources" Version="1.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ExpressiveExpressionTrees.Sources --version 1.1.2
#r "nuget: ExpressiveExpressionTrees.Sources, 1.1.2"
#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 ExpressiveExpressionTrees.Sources as a Cake Addin
#addin nuget:?package=ExpressiveExpressionTrees.Sources&version=1.1.2

// Install ExpressiveExpressionTrees.Sources as a Cake Tool
#tool nuget:?package=ExpressiveExpressionTrees.Sources&version=1.1.2

This is a source only distribution of the ExpressiveExpressionTrees library that can be embedded inside of other projects / libraries.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
1.1.2 1,081 3/26/2017
1.1.1 967 3/10/2016
1.1.0 1,029 2/3/2016

* 1.1.2 - Fix bug with ExpressionReplacer.PrepareSearch() / ExpressionReplacer.ReplaceIn() use case
     * 1.1.1 - Apparently the binary nuget packages didn't have a dll in them
     * 1.1.0 - Added ConvertExpressions() / Split() / Join() / MultiProject() helpers
     * 1.1.0 - This is the first release that is also available as a Sources package on nuget
     * 1.1.0 - This version imports the Sources nuget package of ExpressiveReflection