Grace.FakeItEasy 2.4.2

dotnet add package Grace.FakeItEasy --version 2.4.2
                    
NuGet\Install-Package Grace.FakeItEasy -Version 2.4.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="Grace.FakeItEasy" Version="2.4.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Grace.FakeItEasy" Version="2.4.2" />
                    
Directory.Packages.props
<PackageReference Include="Grace.FakeItEasy" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Grace.FakeItEasy --version 2.4.2
                    
#r "nuget: Grace.FakeItEasy, 2.4.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.
#addin nuget:?package=Grace.FakeItEasy&version=2.4.2
                    
Install Grace.FakeItEasy as a Cake Addin
#tool nuget:?package=Grace.FakeItEasy&version=2.4.2
                    
Install Grace.FakeItEasy as a Cake Tool

Grace.FakeItEasy provides integration classes between Fake it Easy and Grace (Dependency Injection Container)

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  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
2.4.2 1,803 10/28/2014
2.4.1 1,221 9/29/2014
2.4.0 1,201 9/22/2014
2.3.10 1,242 8/15/2014
2.3.9 1,220 7/14/2014
2.3.8 1,215 7/10/2014
2.3.7 1,234 6/28/2014
2.3.6 1,198 6/21/2014
2.3.5 1,212 6/17/2014
2.3.4 1,246 6/14/2014
2.3.3 1,279 6/14/2014
2.3.2 1,211 6/11/2014
2.3.1 1,244 5/31/2014
2.3.0 1,229 5/25/2014
2.2.5 1,262 5/17/2014
2.2.4 1,238 4/23/2014
2.2.3 1,430 4/15/2014
2.2.2 1,400 4/8/2014
2.2.1 1,372 3/22/2014
2.2.0 1,323 3/3/2014
2.1.0 1,271 2/13/2014
2.1.0-Nightly1135 1,023 2/12/2014
2.1.0-Nightly1133 1,043 2/10/2014
2.0.4 1,262 2/6/2014
2.0.4-Nightly1130 1,019 2/5/2014
2.0.4-Nightly1126 990 2/3/2014
2.0.3 1,282 1/27/2014
2.0.2 1,250 1/21/2014
2.0.1 1,226 1/15/2014
2.0.0 1,239 1/5/2014
2.0.0-Nightly1084 1,014 12/20/2013
2.0.0-Nightly1083 988 12/20/2013
2.0.0-Nightly1082 1,018 12/19/2013
2.0.0-Nightly1080 985 12/18/2013
2.0.0-Nightly1077 1,006 12/17/2013
2.0.0-Nightly1076 1,048 12/15/2013
2.0.0-Nightly1075 1,010 12/14/2013
2.0.0-Nightly1069 1,002 12/13/2013
2.0.0-Nightly1068 991 12/12/2013
2.0.0-Nightly1065 1,126 12/7/2013
2.0.0-Nightly1063 1,136 12/7/2013

This is a minor bug fix release to address SingletonPerScoped being disposed twice and a bug in the property injection picking logic