DryIoc 6.0.0-preview-07

Prefix Reserved
This is a prerelease version of DryIoc.
There is a newer prerelease version of this package available.
See the version list below for details.

Requires NuGet 3.3.0 or higher.

dotnet add package DryIoc --version 6.0.0-preview-07
                    
NuGet\Install-Package DryIoc -Version 6.0.0-preview-07
                    
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="DryIoc" Version="6.0.0-preview-07" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DryIoc" Version="6.0.0-preview-07" />
                    
Directory.Packages.props
<PackageReference Include="DryIoc" />
                    
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 DryIoc --version 6.0.0-preview-07
                    
#r "nuget: DryIoc, 6.0.0-preview-07"
                    
#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=DryIoc&version=6.0.0-preview-07&prerelease
                    
Install DryIoc as a Cake Addin
#tool nuget:?package=DryIoc&version=6.0.0-preview-07&prerelease
                    
Install DryIoc as a Cake Tool

Hello Sailor,

Compile-time Dependency Injection

DryIoc has an optional compile-time Dependency Injection with the source package (previously it was available as a separate DryIocZero package).

You may ignore this information if you don't want to use the compile-time DI. Everything will work without it, but wait... you will like some compile-time DI!

How to use [@WIP]

  1. Copy contents of "%USERPROFILE%.nuget\packages\DryIoc<version>\CompileTimeDI" folder to your project, e.g. "Container.Generated.tt", "CompileTimeRegistrations.ttinclude", and "CompileTimeRegistrations.Example.cs".
  2. Add your registrations into the "CompileTimeRegistrations.ttinclude" file, the file already contains the registrations from the "CompileTimeGenerate.Example.cs", you may remove them or use it as a guideline.
  3. [@WIP] Save (or re-save) the "Container.Generated.tt" file in the Visual Studio or JetBrains Rider (you may get a prompt - accept it). If everything is fine you will see the generated "Container.Generated.cs" file under the "Container.Generated.tt" in Solution Explorer. The "Container.Generated.cs" will contain the generated methods to create the services registered in "CompileTimeRegistrations.ttinclude"

T4 Text Template Transformation Tooling

First you may install the dotnet-t4 CLI tool from NuGet to play and experiment with templates.

For editing and viewing the T4 text template files you may use:

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.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. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (21)

Showing the top 5 NuGet packages that depend on DryIoc:

Package Downloads
DryIoc.MefAttributedModel

DryIoc.MefAttributedModel is DryIoc extension to support Microsoft Managed Extensibility Framework for DryIoc container

DryIoc.CommonServiceLocator

Implementation of CommonServiceLocator for DryIoc container, see rationale at https://github.com/unitycontainer/commonservicelocator

DryIoc.WebApi

DryIoc extension for ASP.NET WebAPI

DryIoc.Web

DryIoc extension for ASP.NET providing Web Request Reuse

DryIoc.Owin

DryIoc extension for OWIN

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on DryIoc:

Repository Stars
CXWorld/CapFrameX
Frametime capture and analysis tool
seesharper/LightInject
An ultra lightweight IoC container
2fast-team/2fast
Two-Factor Authenticator Supporting TOTP (Windows 10 & Android, iOS, Linux and macOS App)
fluffynuts/PeanutButter
Tasty, versatile, nutritious; goes with many things in .net.
Version Downloads Last updated
6.0.0-preview-08 259 10/27/2024
6.0.0-preview-07 334 3/17/2024
5.4.3 59,242 11/12/2023
5.4.2 4,993 10/17/2023
5.4.1 9,401 6/10/2023
5.4.0 2,641 5/1/2023
5.3.4 4,044 3/13/2023
5.3.3 2,148 2/16/2023
5.3.2 1,549 2/9/2023
5.3.1 4,724 11/28/2022
5.3.0 17,508 11/10/2022
5.2.2 14,455 8/23/2022
5.2.1 10,402 8/9/2022
5.2.0 3,250 8/3/2022
5.1.0 78,987 5/20/2022
5.0.2 22,897 5/10/2022
5.0.1 2,961 4/22/2022
5.0.0 4,551 4/13/2022
4.8.8 22,423 3/16/2022
4.8.7 16,454 2/27/2022
4.8.6 19,326 1/7/2022
4.8.5 3,849 12/30/2021
4.8.4 9,670 10/31/2021
4.8.3 5,304 10/20/2021
4.8.2 2,395 10/9/2021
4.8.1 40,076 7/3/2021
4.8.0 10,053 6/4/2021
4.7.8 4,374 5/27/2021
4.7.7 2,794 5/10/2021
4.7.6 8,888 4/21/2021
4.7.5 7,415 4/4/2021
4.7.4 6,423 2/26/2021
4.7.3 3,081 2/9/2021
4.7.2 25,115 1/16/2021
4.7.1 655 1/15/2021
4.7.0 1,719 1/5/2021
4.6.0 3,991 12/10/2020
4.5.2 1,686 12/3/2020
4.5.1 4,180 10/28/2020
4.5.0 4,562 10/12/2020
4.4.1 22,680 9/9/2020
4.4.0 862 9/4/2020
4.3.4 927 9/1/2020
4.3.3 1,315 8/27/2020
4.3.2 12,940 8/15/2020
4.3.1 12,529 8/7/2020
4.3.0 1,428 8/3/2020
4.2.5 1,468 7/20/2020
4.2.4 8,961 7/14/2020
4.2.3 1,220 7/4/2020
4.2.2 873 7/2/2020
4.2.1 7,987 6/8/2020
4.2.0 3,652 5/18/2020
4.1.4 12,040 4/3/2020
4.1.3 1,783 3/27/2020
4.1.2 2,901 3/12/2020
4.1.1 1,558 3/5/2020
4.1.0 5,636 1/20/2020
4.1.0-preview-04 601 1/5/2020
4.1.0-preview-03 693 10/3/2019
4.1.0-preview-02 728 8/25/2019
4.1.0-preview-01 6,544 8/21/2019
4.0.7 654,299 9/4/2019
4.0.6 1,626 8/29/2019
4.0.5 32,065 6/8/2019
4.0.5-preview-01 6,643 6/7/2019
4.0.4 13,620 5/1/2019
4.0.3 11,664 4/10/2019
4.0.2 8,233 3/30/2019
4.0.1 6,976 3/28/2019
4.0.0 30,590 3/4/2019
4.0.0-preview-02 6,730 2/22/2019
4.0.0-preview-01 12,873 12/1/2018
3.1.0-preview-07 7,150 11/20/2018
3.0.2 58,855 7/11/2018
3.0.1 8,188 7/7/2018
3.0.0 8,123 6/24/2018
3.0.0-preview-12 7,006 6/6/2018
3.0.0-preview-11 7,397 3/17/2018
3.0.0-preview-10 7,154 3/13/2018
3.0.0-preview-09 8,613 2/21/2018
3.0.0-preview-08 6,987 2/12/2018
3.0.0-preview-07 7,129 2/9/2018
3.0.0-preview-06 7,125 2/8/2018
3.0.0-preview-05 7,214 2/5/2018
3.0.0-preview-04 7,135 2/1/2018
3.0.0-preview-03 7,098 12/3/2017
3.0.0-preview-02 7,547 11/14/2017
3.0.0-preview-01 7,256 10/1/2017
2.12.10 41,672 4/11/2018
2.12.9 7,692 4/7/2018
2.12.8 8,657 3/13/2018
2.12.7 12,606 1/19/2018
2.12.6 9,975 12/21/2017
2.12.5 21,774 10/30/2017
2.12.4 52,166 10/17/2017
2.12.3 9,325 10/2/2017
2.12.2 8,109 9/17/2017
2.12.1 7,616 9/9/2017
2.12.0 8,828 9/1/2017
2.12.0-preview-01 7,072 8/29/2017
2.11.6 11,452 7/18/2017
2.11.5 7,495 7/12/2017
2.11.4 7,909 6/28/2017
2.11.3 14,091 6/1/2017
2.11.2 7,390 6/1/2017
2.11.1 7,807 5/31/2017
2.11.0 7,485 5/30/2017
2.11.0-preview-02 7,337 3/15/2017
2.11.0-preview-01 7,084 3/10/2017
2.10.7 15,206 5/3/2017
2.10.6 46,603 4/20/2017
2.10.5 7,844 4/4/2017
2.10.4 7,553 3/28/2017
2.10.3 7,591 3/25/2017
2.10.2 12,915 3/14/2017
2.10.1 46,590 2/18/2017
2.10.0 16,616 2/1/2017
2.9.7 9,048 1/12/2017
2.9.6 8,480 12/30/2016
2.9.5 7,485 12/26/2016
2.9.4 8,119 12/10/2016
2.9.3 7,524 12/8/2016
2.9.2 7,525 12/3/2016
2.9.1 8,961 11/19/2016
2.9.0 7,650 11/17/2016
2.8.5 8,333 11/2/2016
2.8.4 7,616 10/28/2016
2.8.3 28,007 10/20/2016
2.8.2 9,664 10/20/2016
2.8.1 7,458 10/19/2016
2.8.0 7,435 10/18/2016
2.8.0-preview-01 7,046 10/13/2016
2.7.1 9,192 9/1/2016
2.7.0 7,927 8/19/2016
2.6.4 10,029 7/29/2016
2.6.3 7,693 7/9/2016
2.6.2 10,433 6/13/2016
2.6.0 8,010 6/10/2016
2.5.1 10,297 6/7/2016
2.5.0 12,788 5/24/2016
2.4.3 8,232 5/7/2016
2.4.2 8,100 4/26/2016
2.4.1 7,576 4/16/2016
2.4.0 8,463 4/14/2016
2.3.0 8,579 3/30/2016
2.2.2 10,698 3/10/2016
2.2.1 7,763 3/8/2016
2.2.0 9,163 2/26/2016
2.1.3 11,250 1/17/2016
2.1.2 8,592 1/15/2016
2.1.1 8,114 1/4/2016
2.1.0 7,882 12/4/2015
2.0.2 7,845 12/1/2015
2.0.1 7,635 11/27/2015
2.0.0 111,660 11/19/2015
2.0.0-rc4build353 7,173 11/18/2015
2.0.0-rc4build352 7,145 11/17/2015
2.0.0-rc4build351 7,173 11/17/2015
2.0.0-rc4build350 7,186 11/17/2015
2.0.0-rc4build349 7,156 11/12/2015
2.0.0-rc4build348 7,158 11/12/2015
2.0.0-rc4build347 7,102 11/12/2015
2.0.0-rc4build346 7,074 11/12/2015
2.0.0-rc4build345 7,109 11/12/2015
2.0.0-rc4build344 7,134 11/7/2015
2.0.0-rc4build343 7,094 11/5/2015
2.0.0-rc4build342 7,177 11/1/2015
2.0.0-rc4build341 7,099 10/29/2015
2.0.0-rc4build340 7,093 11/12/2015
2.0.0-rc4build339 7,121 11/7/2015
2.0.0-rc4build338 7,084 11/5/2015
2.0.0-rc4build337 7,051 11/1/2015
2.0.0-rc4build336 7,134 10/29/2015
2.0.0-rc3build340 7,081 10/26/2015
2.0.0-rc3build339 7,101 10/26/2015
2.0.0-rc3build338 7,061 10/23/2015
2.0.0-rc3build337 7,131 10/20/2015
2.0.0-rc3build336 7,144 10/19/2015
2.0.0-rc3build335 7,141 10/12/2015
2.0.0-rc3build334 7,214 10/10/2015
2.0.0-rc3build333 7,431 10/6/2015
2.0.0-rc3build332 7,173 10/6/2015
2.0.0-rc3build331 7,199 10/1/2015
2.0.0-rc3build330 7,178 10/1/2015
2.0.0-rc3build329 7,179 9/30/2015
2.0.0-rc3build328 7,278 9/26/2015
2.0.0-rc3build327 7,193 9/25/2015
2.0.0-rc3build326 7,177 9/25/2015
2.0.0-rc3build325 7,168 9/25/2015
2.0.0-rc3build324 7,146 9/11/2015
2.0.0-rc3build323 7,152 9/11/2015
2.0.0-rc3build322 7,153 9/11/2015
2.0.0-rc3build321 7,121 9/11/2015
2.0.0-rc3build320 7,142 9/11/2015
2.0.0-rc3build319 7,141 9/8/2015
2.0.0-rc3build318 7,130 9/6/2015
2.0.0-rc3build317 7,169 9/3/2015
2.0.0-rc3build316 7,175 9/2/2015
2.0.0-rc3build315 7,122 8/31/2015
2.0.0-rc3build314 7,160 9/8/2015
2.0.0-rc3build313 7,129 8/29/2015
2.0.0-rc3build312 7,148 8/23/2015
2.0.0-rc3build311 7,155 8/21/2015
2.0.0-rc3build310 7,121 8/18/2015
2.0.0-rc3build309 7,295 8/12/2015
2.0.0-rc3build308 7,452 8/6/2015
2.0.0-rc3build307 7,138 8/23/2015
2.0.0-rc3build306 7,357 8/6/2015
2.0.0-rc3build304 7,340 8/4/2015
2.0.0-rc3build303 7,371 8/6/2015
2.0.0-rc3build302 7,393 8/3/2015
2.0.0-rc3build301 7,318 7/31/2015
2.0.0-rc3build300 7,423 7/28/2015
2.0.0-rc3build299 7,248 7/28/2015
2.0.0-rc3build298 7,225 7/28/2015
2.0.0-rc3build297 7,287 7/31/2015
2.0.0-rc3build296 7,220 7/28/2015
2.0.0-rc2build297 7,174 7/26/2015
2.0.0-rc2build296 7,176 7/26/2015
2.0.0-rc2build295 7,215 7/24/2015
2.0.0-rc2build294 7,197 7/24/2015
2.0.0-rc2build293 7,201 7/26/2015
2.0.0-rc2build292 7,409 7/21/2015
2.0.0-rc2build291 7,183 7/24/2015
2.0.0-rc2build289 7,377 7/21/2015
2.0.0-rc1build371 7,095 1/11/2016
2.0.0-rc1build366 7,139 1/11/2016
2.0.0-rc1build288 7,128 7/4/2015
2.0.0-rc1build287 7,080 6/19/2015
2.0.0-rc1build286 7,439 6/8/2015
2.0.0-rc1build285 7,135 6/4/2015
2.0.0-rc1build284 7,116 6/3/2015
2.0.0-rc1build283 7,331 6/1/2015
2.0.0-rc1build282 7,106 5/29/2015
2.0.0-rc1build281 7,118 5/27/2015
2.0.0-rc1build280 7,067 5/27/2015
2.0.0-rc1build279 7,095 5/21/2015
2.0.0-rc1build278 7,122 5/16/2015
2.0.0-rc1build277 7,106 5/15/2015
2.0.0-rc1build276 7,105 5/21/2015
2.0.0-rc1build275 7,083 5/16/2015
2.0.0-rc1build274 7,277 5/15/2015
2.0.0-rc1build273 7,141 5/15/2015
2.0.0-rc1build272 7,090 5/14/2015
2.0.0-rc1build271 7,133 5/14/2015
2.0.0-rc1build270 7,066 5/13/2015
2.0.0-rc1build269 7,101 5/14/2015
2.0.0-rc1build268 7,136 5/12/2015
2.0.0-rc1build267 7,124 5/10/2015
2.0.0-rc1build266 7,169 5/7/2015
2.0.0-rc1build265 7,092 5/6/2015
2.0.0-rc1build264 7,184 5/5/2015
2.0.0-rc1build263 7,264 5/1/2015
2.0.0-rc1build262 7,341 4/30/2015
2.0.0-rc1build261 7,375 4/29/2015
2.0.0-rc1build260 7,464 4/28/2015
2.0.0-rc1build259 7,244 4/21/2015
2.0.0-rc1build258 7,393 4/29/2015
2.0.0-rc1build255 7,242 4/21/2015
2.0.0-preview256 7,242 4/15/2015
2.0.0-preview255 7,218 4/14/2015
2.0.0-preview254 7,190 4/14/2015
2.0.0-preview253 7,177 4/13/2015
2.0.0-preview252 7,157 4/10/2015
2.0.0-preview251 7,190 4/7/2015
2.0.0-preview250 7,192 4/6/2015
2.0.0-preview249 7,400 4/6/2015
2.0.0-preview248 7,159 4/7/2015
2.0.0-preview247 7,170 4/6/2015
2.0.0-preview246 7,214 4/6/2015
2.0.0-preview245 7,172 4/3/2015
2.0.0-preview244 7,167 4/3/2015
2.0.0-preview243 7,192 4/3/2015
2.0.0-preview242 7,199 4/2/2015
2.0.0-preview241 7,150 3/31/2015
2.0.0-preview240 7,202 3/31/2015
2.0.0-preview239 7,225 3/30/2015
2.0.0-preview238 7,166 3/30/2015
2.0.0-preview237 7,152 3/29/2015
2.0.0-preview236 7,173 3/28/2015
2.0.0-preview235 7,180 3/27/2015
2.0.0-preview234 7,162 3/27/2015
2.0.0-preview233 7,147 3/26/2015
2.0.0-preview232 7,147 3/26/2015
2.0.0-preview231 7,179 3/25/2015
2.0.0-preview230 7,180 3/25/2015
2.0.0-preview229 7,189 3/25/2015
2.0.0-preview228 7,189 3/23/2015
2.0.0-preview227 7,179 3/23/2015
2.0.0-preview226 7,159 3/19/2015
2.0.0-preview225 7,153 3/18/2015
2.0.0-preview224 7,159 3/18/2015
2.0.0-preview223 7,167 3/18/2015
2.0.0-preview222 7,152 3/17/2015
2.0.0-preview221 7,177 3/15/2015
2.0.0-preview220 7,150 3/14/2015
2.0.0-preview219 7,113 3/13/2015
2.0.0-preview218 7,180 3/11/2015
2.0.0-preview217 7,166 3/10/2015
2.0.0-preview216 7,238 3/10/2015
2.0.0-preview215 7,167 3/10/2015
2.0.0-preview214 7,182 3/10/2015
2.0.0-preview213 7,112 3/9/2015
2.0.0-preview212 7,110 3/6/2015
2.0.0-preview211 7,181 3/4/2015
2.0.0-preview210 7,152 3/4/2015
2.0.0-preview209 7,428 3/4/2015
2.0.0-preview208 7,197 3/3/2015
2.0.0-preview207 7,359 3/3/2015
2.0.0-preview206 7,210 3/3/2015
2.0.0-preview205 7,529 3/2/2015
2.0.0-preview204 7,296 3/2/2015
2.0.0-preview203 7,797 2/26/2015
2.0.0-preview202 7,381 2/25/2015
2.0.0-preview201 7,158 2/20/2015
2.0.0-preview200 7,658 2/20/2015
2.0.0-preview199 7,222 2/20/2015
2.0.0-preview198 7,479 2/19/2015
2.0.0-preview197 7,499 2/19/2015
2.0.0-preview196 7,454 2/19/2015
2.0.0-preview195 7,487 2/19/2015
2.0.0-preview194 7,405 2/18/2015
2.0.0-preview193 7,401 2/18/2015
2.0.0-preview192 7,412 2/17/2015
2.0.0-preview191 7,395 2/17/2015
2.0.0-preview190 7,486 2/17/2015
2.0.0-preview189 7,207 2/12/2015
2.0.0-preview188 7,340 2/11/2015
2.0.0-preview187 7,390 2/11/2015
2.0.0-preview186 7,468 2/11/2015
2.0.0-preview185 7,262 2/10/2015
2.0.0-preview184 7,276 2/10/2015
2.0.0-preview183 7,271 2/10/2015
2.0.0-preview182 7,325 2/9/2015
2.0.0-preview181 7,176 2/2/2015
2.0.0-preview180 7,195 2/2/2015
2.0.0-preview179 7,204 1/31/2015
2.0.0-preview178 7,206 1/30/2015
2.0.0-preview177 7,170 1/29/2015
2.0.0-preview176 7,218 1/24/2015
2.0.0-preview175 7,154 1/24/2015
2.0.0-preview174 7,248 1/23/2015
2.0.0-preview173 7,230 1/18/2015
2.0.0-preview172 7,180 1/19/2015
2.0.0-preview171 7,237 1/16/2015
2.0.0-preview170 7,121 1/16/2015
2.0.0-preview169 7,156 1/16/2015
2.0.0-preview168 7,137 1/16/2015
2.0.0-preview167 7,223 1/16/2015
2.0.0-preview166 7,159 1/15/2015
2.0.0-preview165 7,200 1/15/2015
2.0.0-preview164 7,175 1/15/2015
2.0.0-preview163 7,242 1/15/2015
2.0.0-preview162 7,231 1/14/2015
2.0.0-preview161 7,210 1/14/2015
2.0.0-preview160 7,151 1/14/2015
2.0.0-preview159 7,208 1/14/2015
2.0.0-preview158 7,167 1/14/2015
2.0.0-preview157 7,186 1/14/2015
2.0.0-preview156 7,120 1/13/2015
2.0.0-preview155 7,156 1/13/2015
2.0.0-preview154 7,241 1/12/2015
2.0.0-preview153 7,151 1/12/2015
2.0.0-preview152 7,125 1/9/2015
2.0.0-preview151 7,171 1/9/2015
2.0.0-preview150 7,155 1/8/2015
2.0.0-preview148 7,155 1/8/2015
2.0.0-preview147 7,472 1/3/2015
2.0.0-preview146 7,175 1/3/2015
2.0.0-preview145 7,649 12/30/2014
2.0.0-preview144 7,565 12/29/2014
2.0.0-preview143 7,601 12/29/2014
2.0.0-preview142 7,575 12/23/2014
2.0.0-preview141 7,562 12/23/2014
2.0.0-preview140 7,578 12/23/2014
2.0.0-preview139 7,635 12/20/2014
2.0.0-preview138 7,535 12/20/2014
2.0.0-preview137 7,593 12/20/2014
2.0.0-preview136 7,526 12/20/2014
2.0.0-preview135 7,554 12/20/2014
2.0.0-preview133 7,569 12/18/2014
2.0.0-preview132 7,406 12/15/2014
2.0.0-preview131 7,399 12/14/2014
2.0.0-preview130 7,416 12/12/2014
2.0.0-preview129 7,428 12/12/2014
2.0.0-preview128 7,379 12/11/2014
2.0.0-preview127 7,414 12/10/2014
2.0.0-preview126 7,389 12/10/2014
2.0.0-preview125 7,396 12/8/2014
2.0.0-preview124 7,464 12/8/2014
2.0.0-preview123 7,419 12/7/2014
2.0.0-preview119 7,388 11/24/2014
2.0.0-preview118 7,340 11/21/2014
2.0.0-preview116 7,646 11/13/2014
2.0.0-preview115 7,414 11/6/2014
2.0.0-preview114 7,641 11/6/2014
2.0.0-preview113 7,439 11/5/2014
2.0.0-preview112 7,411 11/5/2014
2.0.0-preview110 7,622 11/5/2014
2.0.0-preview109 7,675 11/4/2014
2.0.0-preview108 7,538 10/31/2014
2.0.0-preview107 7,707 10/31/2014
2.0.0-preview105 7,797 10/31/2014
2.0.0-preview104 7,160 10/29/2014
2.0.0-preview103 7,154 10/27/2014
2.0.0-preview102 7,167 10/27/2014
2.0.0-preview101 7,174 10/24/2014
2.0.0-beta258 7,250 4/21/2015
2.0.0-beta254 7,295 4/20/2015
1.4.1 13,255 10/9/2014
1.4.0 8,187 9/10/2014
1.3.1 7,691 8/18/2014
1.3.0 8,262 7/16/2014
1.2.2 7,708 7/2/2014
1.2.1 7,585 6/30/2014
1.2.0 8,383 1/9/2014
1.1.1 7,601 12/26/2013
1.1.0 7,525 12/26/2013
1.0.11 9,050 12/24/2013

## v6.0.0 Major feature release

- Compile-time Dependency Injection
- Decrease memory footprint
- Remove Obsolete API