DryIoc 6.0.0-preview-08

Prefix Reserved
This is a prerelease version of DryIoc.

Requires NuGet 3.3.0 or higher.

dotnet add package DryIoc --version 6.0.0-preview-08
                    
NuGet\Install-Package DryIoc -Version 6.0.0-preview-08
                    
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-08" />
                    
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-08" />
                    
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-08
                    
#r "nuget: DryIoc, 6.0.0-preview-08"
                    
#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.
#:package DryIoc@6.0.0-preview-08
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=DryIoc&version=6.0.0-preview-08&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=DryIoc&version=6.0.0-preview-08&prerelease
                    
Install 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 (5)

Showing the top 5 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)
MicroSugarDeveloperOrg/Webviews.Avalonia
fluffynuts/PeanutButter
Tasty, versatile, nutritious; goes with many things in .net.
Version Downloads Last Updated
6.0.0-preview-08 395 10/27/2024
6.0.0-preview-07 378 3/17/2024
5.4.3 85,008 11/12/2023
5.4.2 5,696 10/17/2023
5.4.1 10,001 6/10/2023
5.4.0 3,889 5/1/2023
5.3.4 4,111 3/13/2023
5.3.3 2,247 2/16/2023
5.3.2 1,619 2/9/2023
5.3.1 4,847 11/28/2022
5.3.0 26,625 11/10/2022
5.2.2 15,261 8/23/2022
5.2.1 10,917 8/9/2022
5.2.0 3,344 8/3/2022
5.1.0 89,046 5/20/2022
5.0.2 24,267 5/10/2022
5.0.1 3,018 4/22/2022
5.0.0 4,672 4/13/2022
4.8.8 23,116 3/16/2022
4.8.7 16,836 2/27/2022
4.8.6 19,430 1/7/2022
4.8.5 5,522 12/30/2021
4.8.4 9,800 10/31/2021
4.8.3 5,453 10/20/2021
4.8.2 2,465 10/9/2021
4.8.1 40,400 7/3/2021
4.8.0 10,524 6/4/2021
4.7.8 4,426 5/27/2021
4.7.7 2,938 5/10/2021
4.7.6 9,058 4/21/2021
4.7.5 7,471 4/4/2021
4.7.4 6,543 2/26/2021
4.7.3 3,168 2/9/2021
4.7.2 25,184 1/16/2021
4.7.1 713 1/15/2021
4.7.0 2,663 1/5/2021
4.6.0 4,054 12/10/2020
4.5.2 1,755 12/3/2020
4.5.1 4,401 10/28/2020
4.5.0 4,624 10/12/2020
4.4.1 23,160 9/9/2020
4.4.0 922 9/4/2020
4.3.4 989 9/1/2020
4.3.3 1,384 8/27/2020
4.3.2 13,032 8/15/2020
4.3.1 13,807 8/7/2020
4.3.0 1,495 8/3/2020
4.2.5 1,710 7/20/2020
4.2.4 9,491 7/14/2020
4.2.3 1,291 7/4/2020
4.2.2 940 7/2/2020
4.2.1 8,519 6/8/2020
4.2.0 3,730 5/18/2020
4.1.4 12,588 4/3/2020
4.1.3 1,848 3/27/2020
4.1.2 2,981 3/12/2020
4.1.1 1,638 3/5/2020
4.1.0 5,736 1/20/2020
4.1.0-preview-04 687 1/5/2020
4.1.0-preview-03 787 10/3/2019
4.1.0-preview-02 813 8/25/2019
4.1.0-preview-01 6,640 8/21/2019
4.0.7 654,818 9/4/2019
4.0.6 1,722 8/29/2019
4.0.5 32,197 6/8/2019
4.0.5-preview-01 6,732 6/7/2019
4.0.4 13,739 5/1/2019
4.0.3 11,766 4/10/2019
4.0.2 8,340 3/30/2019
4.0.1 7,079 3/28/2019
4.0.0 31,181 3/4/2019
4.0.0-preview-02 6,820 2/22/2019
4.0.0-preview-01 12,981 12/1/2018
3.1.0-preview-07 7,244 11/20/2018
3.0.2 59,246 7/11/2018
3.0.1 8,367 7/7/2018
3.0.0 8,382 6/24/2018
3.0.0-preview-12 7,186 6/6/2018
3.0.0-preview-11 7,658 3/17/2018
3.0.0-preview-10 7,404 3/13/2018
3.0.0-preview-09 8,796 2/21/2018
3.0.0-preview-08 7,158 2/12/2018
3.0.0-preview-07 7,387 2/9/2018
3.0.0-preview-06 7,382 2/8/2018
3.0.0-preview-05 7,485 2/5/2018
3.0.0-preview-04 7,385 2/1/2018
3.0.0-preview-03 7,267 12/3/2017
3.0.0-preview-02 7,724 11/14/2017
3.0.0-preview-01 7,429 10/1/2017
2.12.10 42,180 4/11/2018
2.12.9 7,956 4/7/2018
2.12.8 8,911 3/13/2018
2.12.7 12,870 1/19/2018
2.12.6 10,242 12/21/2017
2.12.5 21,953 10/30/2017
2.12.4 52,341 10/17/2017
2.12.3 9,500 10/2/2017
2.12.2 8,283 9/17/2017
2.12.1 7,791 9/9/2017
2.12.0 9,004 9/1/2017
2.12.0-preview-01 7,246 8/29/2017
2.11.6 11,640 7/18/2017
2.11.5 7,669 7/12/2017
2.11.4 8,086 6/28/2017
2.11.3 14,608 6/1/2017
2.11.2 7,569 6/1/2017
2.11.1 7,985 5/31/2017
2.11.0 7,666 5/30/2017
2.11.0-preview-02 7,516 3/15/2017
2.11.0-preview-01 7,266 3/10/2017
2.10.7 15,460 5/3/2017
2.10.6 46,778 4/20/2017
2.10.5 8,026 4/4/2017
2.10.4 7,725 3/28/2017
2.10.3 7,767 3/25/2017
2.10.2 13,090 3/14/2017
2.10.1 46,762 2/18/2017
2.10.0 17,953 2/1/2017
2.9.7 9,218 1/12/2017
2.9.6 8,658 12/30/2016
2.9.5 7,655 12/26/2016
2.9.4 8,310 12/10/2016
2.9.3 7,697 12/8/2016
2.9.2 7,698 12/3/2016
2.9.1 9,141 11/19/2016
2.9.0 7,828 11/17/2016
2.8.5 8,507 11/2/2016
2.8.4 7,787 10/28/2016
2.8.3 28,424 10/20/2016
2.8.2 9,832 10/20/2016
2.8.1 7,633 10/19/2016
2.8.0 7,605 10/18/2016
2.8.0-preview-01 7,226 10/13/2016
2.7.1 9,368 9/1/2016
2.7.0 8,095 8/19/2016
2.6.4 10,218 7/29/2016
2.6.3 7,861 7/9/2016
2.6.2 10,606 6/13/2016
2.6.0 8,186 6/10/2016
2.5.1 10,586 6/7/2016
2.5.0 12,974 5/24/2016
2.4.3 8,415 5/7/2016
2.4.2 8,276 4/26/2016
2.4.1 7,748 4/16/2016
2.4.0 8,635 4/14/2016
2.3.0 8,761 3/30/2016
2.2.2 10,988 3/10/2016
2.2.1 7,933 3/8/2016
2.2.0 9,352 2/26/2016
2.1.3 11,434 1/17/2016
2.1.2 8,846 1/15/2016
2.1.1 8,297 1/4/2016
2.1.0 8,057 12/4/2015
2.0.2 8,020 12/1/2015
2.0.1 7,805 11/27/2015
2.0.0 111,876 11/19/2015
2.0.0-rc4build353 7,347 11/18/2015
2.0.0-rc4build352 7,319 11/17/2015
2.0.0-rc4build351 7,351 11/17/2015
2.0.0-rc4build350 7,369 11/17/2015
2.0.0-rc4build349 7,346 11/12/2015
2.0.0-rc4build348 7,339 11/12/2015
2.0.0-rc4build347 7,282 11/12/2015
2.0.0-rc4build346 7,250 11/12/2015
2.0.0-rc4build345 7,294 11/12/2015
2.0.0-rc4build344 7,316 11/7/2015
2.0.0-rc4build343 7,269 11/5/2015
2.0.0-rc4build342 7,346 11/1/2015
2.0.0-rc4build341 7,277 10/29/2015
2.0.0-rc4build340 7,277 11/12/2015
2.0.0-rc4build339 7,305 11/7/2015
2.0.0-rc4build338 7,270 11/5/2015
2.0.0-rc4build337 7,220 11/1/2015
2.0.0-rc4build336 7,308 10/29/2015
2.0.0-rc3build340 7,251 10/26/2015
2.0.0-rc3build339 7,269 10/26/2015
2.0.0-rc3build338 7,236 10/23/2015
2.0.0-rc3build337 7,303 10/20/2015
2.0.0-rc3build336 7,330 10/19/2015
2.0.0-rc3build335 7,329 10/12/2015
2.0.0-rc3build334 7,394 10/10/2015
2.0.0-rc3build333 7,610 10/6/2015
2.0.0-rc3build332 7,352 10/6/2015
2.0.0-rc3build331 7,376 10/1/2015
2.0.0-rc3build330 7,352 10/1/2015
2.0.0-rc3build329 7,360 9/30/2015
2.0.0-rc3build328 7,449 9/26/2015
2.0.0-rc3build327 7,365 9/25/2015
2.0.0-rc3build326 7,352 9/25/2015
2.0.0-rc3build325 7,355 9/25/2015
2.0.0-rc3build324 7,317 9/11/2015
2.0.0-rc3build323 7,319 9/11/2015
2.0.0-rc3build322 7,328 9/11/2015
2.0.0-rc3build321 7,294 9/11/2015
2.0.0-rc3build320 7,315 9/11/2015
2.0.0-rc3build319 7,323 9/8/2015
2.0.0-rc3build318 7,301 9/6/2015
2.0.0-rc3build317 7,351 9/3/2015
2.0.0-rc3build316 7,353 9/2/2015
2.0.0-rc3build315 7,297 8/31/2015
2.0.0-rc3build314 7,334 9/8/2015
2.0.0-rc3build313 7,310 8/29/2015
2.0.0-rc3build312 7,322 8/23/2015
2.0.0-rc3build311 7,331 8/21/2015
2.0.0-rc3build310 7,297 8/18/2015
2.0.0-rc3build309 7,469 8/12/2015
2.0.0-rc3build308 7,633 8/6/2015
2.0.0-rc3build307 7,323 8/23/2015
2.0.0-rc3build306 7,538 8/6/2015
2.0.0-rc3build304 7,513 8/4/2015
2.0.0-rc3build303 7,546 8/6/2015
2.0.0-rc3build302 7,573 8/3/2015
2.0.0-rc3build301 7,500 7/31/2015
2.0.0-rc3build300 7,600 7/28/2015
2.0.0-rc3build299 7,436 7/28/2015
2.0.0-rc3build298 7,401 7/28/2015
2.0.0-rc3build297 7,473 7/31/2015
2.0.0-rc3build296 7,400 7/28/2015
2.0.0-rc2build297 7,351 7/26/2015
2.0.0-rc2build296 7,364 7/26/2015
2.0.0-rc2build295 7,404 7/24/2015
2.0.0-rc2build294 7,379 7/24/2015
2.0.0-rc2build293 7,380 7/26/2015
2.0.0-rc2build292 7,691 7/21/2015
2.0.0-rc2build291 7,364 7/24/2015
2.0.0-rc2build289 7,641 7/21/2015
2.0.0-rc1build371 7,265 1/11/2016
2.0.0-rc1build366 7,309 1/11/2016
2.0.0-rc1build288 7,311 7/4/2015
2.0.0-rc1build287 7,262 6/19/2015
2.0.0-rc1build286 7,613 6/8/2015
2.0.0-rc1build285 7,322 6/4/2015
2.0.0-rc1build284 7,291 6/3/2015
2.0.0-rc1build283 7,594 6/1/2015
2.0.0-rc1build282 7,278 5/29/2015
2.0.0-rc1build281 7,295 5/27/2015
2.0.0-rc1build280 7,246 5/27/2015
2.0.0-rc1build279 7,276 5/21/2015
2.0.0-rc1build278 7,295 5/16/2015
2.0.0-rc1build277 7,290 5/15/2015
2.0.0-rc1build276 7,284 5/21/2015
2.0.0-rc1build275 7,264 5/16/2015
2.0.0-rc1build274 7,551 5/15/2015
2.0.0-rc1build273 7,321 5/15/2015
2.0.0-rc1build272 7,269 5/14/2015
2.0.0-rc1build271 7,319 5/14/2015
2.0.0-rc1build270 7,242 5/13/2015
2.0.0-rc1build269 7,281 5/14/2015
2.0.0-rc1build268 7,319 5/12/2015
2.0.0-rc1build267 7,301 5/10/2015
2.0.0-rc1build266 7,349 5/7/2015
2.0.0-rc1build265 7,267 5/6/2015
2.0.0-rc1build264 7,360 5/5/2015
2.0.0-rc1build263 7,440 5/1/2015
2.0.0-rc1build262 7,521 4/30/2015
2.0.0-rc1build261 7,558 4/29/2015
2.0.0-rc1build260 7,633 4/28/2015
2.0.0-rc1build259 7,420 4/21/2015
2.0.0-rc1build258 7,572 4/29/2015
2.0.0-rc1build255 7,418 4/21/2015
2.0.0-preview256 7,419 4/15/2015
2.0.0-preview255 7,410 4/14/2015
2.0.0-preview254 7,367 4/14/2015
2.0.0-preview253 7,358 4/13/2015
2.0.0-preview252 7,331 4/10/2015
2.0.0-preview251 7,367 4/7/2015
2.0.0-preview250 7,363 4/6/2015
2.0.0-preview249 7,575 4/6/2015
2.0.0-preview248 7,346 4/7/2015
2.0.0-preview247 7,345 4/6/2015
2.0.0-preview246 7,393 4/6/2015
2.0.0-preview245 7,349 4/3/2015
2.0.0-preview244 7,346 4/3/2015
2.0.0-preview243 7,373 4/3/2015
2.0.0-preview242 7,378 4/2/2015
2.0.0-preview241 7,344 3/31/2015
2.0.0-preview240 7,400 3/31/2015
2.0.0-preview239 7,401 3/30/2015
2.0.0-preview238 7,353 3/30/2015
2.0.0-preview237 7,322 3/29/2015
2.0.0-preview236 7,347 3/28/2015
2.0.0-preview235 7,352 3/27/2015
2.0.0-preview234 7,336 3/27/2015
2.0.0-preview233 7,331 3/26/2015
2.0.0-preview232 7,329 3/26/2015
2.0.0-preview231 7,365 3/25/2015
2.0.0-preview230 7,362 3/25/2015
2.0.0-preview229 7,366 3/25/2015
2.0.0-preview228 7,363 3/23/2015
2.0.0-preview227 7,360 3/23/2015
2.0.0-preview226 7,332 3/19/2015
2.0.0-preview225 7,332 3/18/2015
2.0.0-preview224 7,340 3/18/2015
2.0.0-preview223 7,355 3/18/2015
2.0.0-preview222 7,335 3/17/2015
2.0.0-preview221 7,358 3/15/2015
2.0.0-preview220 7,324 3/14/2015
2.0.0-preview219 7,290 3/13/2015
2.0.0-preview218 7,359 3/11/2015
2.0.0-preview217 7,345 3/10/2015
2.0.0-preview216 7,412 3/10/2015
2.0.0-preview215 7,343 3/10/2015
2.0.0-preview214 7,361 3/10/2015
2.0.0-preview213 7,289 3/9/2015
2.0.0-preview212 7,285 3/6/2015
2.0.0-preview211 7,360 3/4/2015
2.0.0-preview210 7,333 3/4/2015
2.0.0-preview209 7,604 3/4/2015
2.0.0-preview208 7,374 3/3/2015
2.0.0-preview207 7,535 3/3/2015
2.0.0-preview206 7,388 3/3/2015
2.0.0-preview205 7,719 3/2/2015
2.0.0-preview204 7,475 3/2/2015
2.0.0-preview203 7,977 2/26/2015
2.0.0-preview202 7,562 2/25/2015
2.0.0-preview201 7,337 2/20/2015
2.0.0-preview200 7,830 2/20/2015
2.0.0-preview199 7,401 2/20/2015
2.0.0-preview198 7,662 2/19/2015
2.0.0-preview197 7,677 2/19/2015
2.0.0-preview196 7,633 2/19/2015
2.0.0-preview195 7,664 2/19/2015
2.0.0-preview194 7,583 2/18/2015
2.0.0-preview193 7,574 2/18/2015
2.0.0-preview192 7,589 2/17/2015
2.0.0-preview191 7,572 2/17/2015
2.0.0-preview190 7,661 2/17/2015
2.0.0-preview189 7,383 2/12/2015
2.0.0-preview188 7,513 2/11/2015
2.0.0-preview187 7,570 2/11/2015
2.0.0-preview186 7,649 2/11/2015
2.0.0-preview185 7,431 2/10/2015
2.0.0-preview184 7,448 2/10/2015
2.0.0-preview183 7,457 2/10/2015
2.0.0-preview182 7,495 2/9/2015
2.0.0-preview181 7,364 2/2/2015
2.0.0-preview180 7,370 2/2/2015
2.0.0-preview179 7,390 1/31/2015
2.0.0-preview178 7,378 1/30/2015
2.0.0-preview177 7,352 1/29/2015
2.0.0-preview176 7,392 1/24/2015
2.0.0-preview175 7,333 1/24/2015
2.0.0-preview174 7,420 1/23/2015
2.0.0-preview173 7,413 1/18/2015
2.0.0-preview172 7,359 1/19/2015
2.0.0-preview171 7,421 1/16/2015
2.0.0-preview170 7,299 1/16/2015
2.0.0-preview169 7,337 1/16/2015
2.0.0-preview168 7,322 1/16/2015
2.0.0-preview167 7,401 1/16/2015
2.0.0-preview166 7,334 1/15/2015
2.0.0-preview165 7,376 1/15/2015
2.0.0-preview164 7,363 1/15/2015
2.0.0-preview163 7,419 1/15/2015
2.0.0-preview162 7,417 1/14/2015
2.0.0-preview161 7,392 1/14/2015
2.0.0-preview160 7,338 1/14/2015
2.0.0-preview159 7,390 1/14/2015
2.0.0-preview158 7,345 1/14/2015
2.0.0-preview157 7,364 1/14/2015
2.0.0-preview156 7,302 1/13/2015
2.0.0-preview155 7,332 1/13/2015
2.0.0-preview154 7,415 1/12/2015
2.0.0-preview153 7,326 1/12/2015
2.0.0-preview152 7,329 1/9/2015
2.0.0-preview151 7,354 1/9/2015
2.0.0-preview150 7,329 1/8/2015
2.0.0-preview148 7,334 1/8/2015
2.0.0-preview147 7,647 1/3/2015
2.0.0-preview146 7,360 1/3/2015
2.0.0-preview145 7,828 12/30/2014
2.0.0-preview144 7,743 12/29/2014
2.0.0-preview143 7,785 12/29/2014
2.0.0-preview142 7,752 12/23/2014
2.0.0-preview141 7,747 12/23/2014
2.0.0-preview140 7,752 12/23/2014
2.0.0-preview139 7,813 12/20/2014
2.0.0-preview138 7,715 12/20/2014
2.0.0-preview137 7,775 12/20/2014
2.0.0-preview136 7,703 12/20/2014
2.0.0-preview135 7,739 12/20/2014
2.0.0-preview133 7,764 12/18/2014
2.0.0-preview132 7,577 12/15/2014
2.0.0-preview131 7,581 12/14/2014
2.0.0-preview130 7,590 12/12/2014
2.0.0-preview129 7,601 12/12/2014
2.0.0-preview128 7,550 12/11/2014
2.0.0-preview127 7,591 12/10/2014
2.0.0-preview126 7,574 12/10/2014
2.0.0-preview125 7,568 12/8/2014
2.0.0-preview124 7,638 12/8/2014
2.0.0-preview123 7,600 12/7/2014
2.0.0-preview119 7,561 11/24/2014
2.0.0-preview118 7,517 11/21/2014
2.0.0-preview116 7,819 11/13/2014
2.0.0-preview115 7,589 11/6/2014
2.0.0-preview114 7,829 11/6/2014
2.0.0-preview113 7,623 11/5/2014
2.0.0-preview112 7,592 11/5/2014
2.0.0-preview110 7,801 11/5/2014
2.0.0-preview109 7,856 11/4/2014
2.0.0-preview108 7,716 10/31/2014
2.0.0-preview107 7,884 10/31/2014
2.0.0-preview105 7,972 10/31/2014
2.0.0-preview104 7,334 10/29/2014
2.0.0-preview103 7,330 10/27/2014
2.0.0-preview102 7,339 10/27/2014
2.0.0-preview101 7,352 10/24/2014
2.0.0-beta258 7,424 4/21/2015
2.0.0-beta254 7,472 4/20/2015
1.4.1 13,437 10/9/2014
1.4.0 8,368 9/10/2014
1.3.1 7,863 8/18/2014
1.3.0 8,432 7/16/2014
1.2.2 7,891 7/2/2014
1.2.1 7,760 6/30/2014
1.2.0 8,565 1/9/2014
1.1.1 7,780 12/26/2013
1.1.0 7,709 12/26/2013
1.0.11 9,280 12/24/2013

## v6.0.0 Major feature release

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