DryIoc.dll 6.0.0-preview-07

Prefix Reserved
This is a prerelease version of DryIoc.dll.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package DryIoc.dll --version 6.0.0-preview-07
                    
NuGet\Install-Package DryIoc.dll -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.dll" 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.dll" Version="6.0.0-preview-07" />
                    
Directory.Packages.props
<PackageReference Include="DryIoc.dll" />
                    
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.dll --version 6.0.0-preview-07
                    
#r "nuget: DryIoc.dll, 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.
#:package DryIoc.dll@6.0.0-preview-07
                    
#: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.dll&version=6.0.0-preview-07&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=DryIoc.dll&version=6.0.0-preview-07&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 is compatible.  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 is compatible.  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 is compatible.  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 is compatible. 
.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 (113)

Showing the top 5 NuGet packages that depend on DryIoc.dll:

Package Downloads
DryIoc.Microsoft.DependencyInjection

DryIoc adapter for Microsoft.Extensions.DependencyInjection

DryIoc.MefAttributedModel.dll

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

Estat.Sri.Sdmx.MappingStore.Retrieve

SDMX RI Library to retrieve SDMX Structural metadata in Mapping Store Schema.

DryIoc.WebApi.dll

DryIoc extension for ASP.NET WebAPI

DryIoc.CommonServiceLocator.dll

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

GitHub repositories (19)

Showing the top 19 popular GitHub repositories that depend on DryIoc.dll:

Repository Stars
Sonarr/Sonarr
Smart PVR for newsgroup and bittorrent users.
Radarr/Radarr
Movie organizer/manager for usenet and torrent users.
Prowlarr/Prowlarr
Prowlarr is an indexer manager/proxy built on the popular *arr .net/reactjs base stack to integrate with your various PVR apps, supporting management of both Torrent Trackers and Usenet Indexers.
Lidarr/Lidarr
Looks and smells like Sonarr but made for music.
Readarr/Readarr
Book Manager and Automation (Sonarr for Ebooks)
digimezzo/dopamine-windows
Audio player which tries to make organizing and listening to music as simple and pretty as possible.
Artemis-RGB/Artemis
Provides advanced unified lighting across many different brands RGB peripherals
CXWorld/CapFrameX
Frametime capture and analysis tool
reactiveui/splat
Makes things cross-platform
fifty-six/Scarab
An installer for Hollow Knight mods written in Avalonia.
structuremap/structuremap
A Dependency Injection/Inversion of Control tool for .NET
danielpalme/IocPerformance
Performance comparison of .NET IoC containers
kendryte/nncase
Open deep learning compiler stack for Kendryte AI accelerators ✨
Whisparr/Whisparr
DevTeam/Pure.DI
Pure DI for .NET
2fast-team/2fast
Two-Factor Authenticator Supporting TOTP (Windows 10 & Android, iOS, Linux and macOS App)
appget/appget
Free and open package manager for Windows.
PrismLibrary/Prism.Maui
This is an experimental repo. The code here will eventually be merged into the main Prism repo as a full fledged platform at which time this repo will be archived.
dansiegel/Prism.Container.Extensions
The packages here provide additional extensions around the Prism Ioc abstractions. This allows for more advanced scenarios.
Version Downloads Last Updated
6.0.0-preview-09 79,216 11/24/2024
6.0.0-preview-08 1,866 10/27/2024
6.0.0-preview-07 17,394 3/17/2024
6.0.0-preview-06 4,462 1/23/2024
5.4.3 1,331,291 11/12/2023
5.4.2 100,478 10/17/2023
5.4.1 303,534 6/10/2023
5.4.0 1,028,021 5/1/2023
5.4.0-preview-01 1,311 4/14/2023
5.3.4 256,869 3/13/2023
5.3.3 88,796 2/16/2023
5.3.2 22,486 2/9/2023
5.3.1 147,223 11/28/2022
5.3.0 138,047 11/10/2022
5.2.2 578,312 8/23/2022
5.2.1 29,771 8/9/2022
5.2.0 7,330 8/3/2022
5.1.0 323,555 5/20/2022
5.0.2 362,252 5/10/2022
5.0.1 32,284 4/22/2022
5.0.0 85,068 4/11/2022
5.0.0-preview-01 6,090 8/31/2021
4.8.8 198,491 3/16/2022
4.8.7 74,533 2/27/2022
4.8.6 342,423 1/7/2022
4.8.5 4,045 12/30/2021
4.8.4 83,629 10/31/2021
4.8.3 78,563 10/20/2021
4.8.2 8,130 10/9/2021
4.8.1 239,643 7/3/2021
4.8.0 195,230 6/4/2021
4.7.8 10,806 5/27/2021
4.7.7 1,280,241 5/10/2021
4.7.6 16,025 4/21/2021
4.7.5 83,270 4/4/2021
4.7.4 117,731 2/26/2021
4.7.3 180,671 2/9/2021
4.7.2 421,258 1/16/2021
4.7.1 1,752 1/15/2021
4.7.0 423,896 1/5/2021
4.7.0-preview-01 1,190 12/14/2020
4.6.0 17,010 12/10/2020
4.5.2 84,714 12/3/2020
4.5.1 141,213 10/28/2020
4.5.0 417,887 10/12/2020
4.4.1 120,110 9/9/2020
4.4.0 3,113 9/4/2020
4.3.4 9,078 9/1/2020
4.3.3 8,145 8/27/2020
4.3.2 40,993 8/15/2020
4.3.1 49,133 8/7/2020
4.3.0 144,454 8/3/2020
4.2.5 22,559 7/20/2020
4.2.4 38,400 7/14/2020
4.2.3 19,681 7/4/2020
4.2.2 4,076 7/2/2020
4.2.1 65,038 6/8/2020
4.2.0 44,599 5/18/2020
4.1.4 337,236 4/3/2020
4.1.3 42,614 3/27/2020
4.1.2 42,225 3/12/2020
4.1.1 32,137 3/5/2020
4.1.1-preview-01 1,994 3/4/2020
4.1.0 184,326 1/20/2020
4.1.0-preview-04 3,413 1/5/2020
4.1.0-preview-03 7,507 10/3/2019
4.1.0-preview-02 4,775 8/25/2019
4.1.0-preview-01 1,550 8/21/2019
4.0.7 1,149,070 9/4/2019
4.0.6 4,001 8/29/2019
4.0.5 550,862 6/8/2019
4.0.5-preview-01 6,503 6/7/2019
4.0.4 163,208 5/1/2019
4.0.3 11,422 4/10/2019
4.0.2 131,697 3/30/2019
4.0.1 20,561 3/28/2019
4.0.0 103,455 3/4/2019
4.0.0-preview-02 2,332 2/22/2019
4.0.0-preview-01 4,456 12/1/2018
3.1.0-preview-07 3,495 11/20/2018
3.1.0-preview-06 4,881 11/7/2018
3.1.0-preview-05 1,802 10/12/2018
3.1.0-preview-04 1,962 10/6/2018
3.1.0-preview-03 1,754 10/5/2018
3.1.0-preview-02 1,734 10/4/2018
3.1.0-preview-01 2,190 10/3/2018
3.0.2 658,890 7/11/2018
3.0.1 4,758 7/7/2018
3.0.0 4,573 6/24/2018
3.0.0-preview-12 2,393 6/6/2018
3.0.0-preview-11 3,966 3/17/2018
3.0.0-preview-10 2,340 3/13/2018
3.0.0-preview-09 2,163 2/21/2018
3.0.0-preview-08 2,028 2/12/2018
3.0.0-preview-07 2,257 2/9/2018
3.0.0-preview-06 2,322 2/8/2018
3.0.0-preview-05 2,613 2/5/2018
3.0.0-preview-04 2,213 2/1/2018
3.0.0-preview-03 3,569 12/3/2017
3.0.0-preview-02 2,192 11/14/2017
3.0.0-preview-01 3,286 10/1/2017
2.12.10 122,370 4/11/2018
2.12.8 46,551 3/13/2018
2.12.7 65,112 1/19/2018
2.12.6 112,414 12/21/2017
2.12.5 76,704 10/30/2017
2.12.4 10,522 10/17/2017
2.12.3 6,907 10/2/2017
2.12.2 26,444 9/17/2017
2.12.1 119,809 9/9/2017
2.12.0 9,659 9/1/2017
2.12.0-preview-01 6,429 8/29/2017
2.11.6 15,770 7/18/2017
2.11.5 6,120 7/12/2017
2.11.4 10,922 6/28/2017
2.11.3 24,252 6/1/2017
2.11.2 2,596 6/1/2017
2.11.1 23,183 5/31/2017
2.11.0 2,667 5/30/2017
2.11.0-preview-02 4,762 3/15/2017
2.11.0-preview-01 2,406 3/10/2017
2.10.7 14,171 5/3/2017
2.10.6 41,654 4/20/2017
2.10.4 6,585 3/28/2017
2.10.3 2,708 3/25/2017
2.10.2 6,708 3/14/2017
2.10.1 25,316 2/18/2017
2.10.0 22,185 2/1/2017
2.9.7 12,423 1/12/2017
2.9.6 3,155 12/30/2016
2.9.5 2,944 12/26/2016
2.9.4 6,703 12/10/2016
2.9.3 2,771 12/8/2016
2.9.2 3,195 12/3/2016
2.9.1 3,619 11/19/2016
2.9.0 3,892 11/17/2016
2.8.5 4,015 11/2/2016
2.8.4 4,830 10/28/2016
2.8.3 20,828 10/20/2016
2.8.2 5,200 10/20/2016
2.8.1 2,573 10/19/2016
2.8.0 2,585 10/18/2016
2.8.0-preview-01 2,166 10/13/2016
2.7.1 51,570 9/1/2016
2.7.0 8,114 8/19/2016
2.6.4 15,267 7/29/2016
2.6.3 5,270 7/9/2016
2.6.3-netcore-rc2 2,540 7/9/2016
2.6.2 6,323 6/13/2016
2.6.2-netcore-rc2 2,463 6/13/2016
2.6.1-netcore-rc2 2,172 6/10/2016
2.6.0 3,523 6/10/2016
2.5.1 2,734 6/7/2016
2.5.0 4,639 5/24/2016
2.4.3 4,303 5/7/2016
2.4.2 3,175 4/26/2016
2.4.1 5,323 4/16/2016
2.4.0 3,435 4/14/2016
2.3.0 4,139 3/30/2016
2.2.2 9,201 3/10/2016
2.2.1 3,269 3/8/2016
2.2.0 4,026 2/26/2016
2.1.3 4,041 1/17/2016
2.1.2 3,971 1/15/2016
2.1.1 3,536 1/4/2016
2.1.0 3,812 12/4/2015
2.0.2 3,211 12/1/2015
2.0.1 3,146 11/27/2015
2.0.0 173,568 11/19/2015
2.0.0-rc4build353 2,447 11/18/2015
2.0.0-rc4build352 2,404 11/17/2015
2.0.0-rc4build351 2,385 11/17/2015
2.0.0-rc4build350 2,472 11/17/2015
2.0.0-rc4build349 2,359 11/12/2015
2.0.0-rc4build348 2,416 11/12/2015
2.0.0-rc4build347 2,374 11/12/2015
2.0.0-rc4build346 2,383 11/12/2015
2.0.0-rc4build345 2,427 11/12/2015
2.0.0-rc4build344 2,386 11/7/2015
2.0.0-rc4build343 2,382 11/5/2015
2.0.0-rc4build342 2,687 11/1/2015
2.0.0-rc4build341 2,383 10/29/2015
2.0.0-rc4build340 2,672 11/12/2015
2.0.0-rc4build339 2,343 11/7/2015
2.0.0-rc4build338 2,372 11/5/2015
2.0.0-rc4build337 2,363 11/1/2015
2.0.0-rc4build336 2,334 10/29/2015
2.0.0-rc3build340 2,151 10/26/2015
2.0.0-rc3build339 2,056 10/26/2015
2.0.0-rc3build338 2,016 10/23/2015
2.0.0-rc3build337 2,109 10/20/2015
2.0.0-rc3build336 2,055 10/19/2015
2.0.0-rc3build335 2,124 10/12/2015
2.0.0-rc3build334 2,245 10/10/2015
2.0.0-rc3build333 2,292 10/6/2015
2.0.0-rc3build332 2,326 10/6/2015
2.0.0-rc3build331 2,166 10/1/2015
2.0.0-rc3build330 2,109 10/1/2015
2.0.0-rc3build329 2,126 9/30/2015
2.0.0-rc3build328 2,183 9/26/2015
2.0.0-rc3build327 2,172 9/25/2015
2.0.0-rc3build326 2,125 9/25/2015
2.0.0-rc3build325 2,110 9/25/2015
2.0.0-rc3build324 2,158 9/11/2015
2.0.0-rc3build323 2,115 9/11/2015
2.0.0-rc3build322 2,075 9/11/2015
2.0.0-rc3build321 2,080 9/11/2015
2.0.0-rc3build320 2,044 9/11/2015
2.0.0-rc3build319 2,117 9/8/2015
2.0.0-rc3build318 2,126 9/6/2015
2.0.0-rc3build317 2,065 9/3/2015
2.0.0-rc3build316 2,210 9/2/2015
2.0.0-rc3build315 2,104 8/31/2015
2.0.0-rc3build314 2,139 9/8/2015
2.0.0-rc3build313 2,069 8/29/2015
2.0.0-rc3build312 2,096 8/23/2015
2.0.0-rc3build311 2,071 8/21/2015
2.0.0-rc3build310 2,167 8/18/2015
2.0.0-rc3build309 2,664 8/12/2015
2.0.0-rc3build308 2,373 8/6/2015
2.0.0-rc3build307 2,042 8/23/2015
2.0.0-rc3build306 2,384 8/6/2015
2.0.0-rc3build304 2,433 8/4/2015
2.0.0-rc3build303 2,402 8/6/2015
2.0.0-rc3build302 2,248 8/3/2015
2.0.0-rc3build301 2,343 7/31/2015
2.0.0-rc3build300 2,431 7/28/2015
2.0.0-rc3build299 2,187 7/28/2015
2.0.0-rc3build298 2,178 7/28/2015
2.0.0-rc3build297 2,189 7/31/2015
2.0.0-rc2build297 2,209 7/26/2015
2.0.0-rc2build295 2,481 7/24/2015
2.0.0-rc2build294 2,162 7/24/2015
2.0.0-rc2build293 2,157 7/26/2015
2.0.0-rc2build292 2,122 7/21/2015
2.0.0-rc2build291 2,176 7/24/2015
2.0.0-rc2build289 2,141 7/21/2015
2.0.0-rc1build371 2,085 1/11/2016
2.0.0-rc1build366 2,051 1/11/2016
2.0.0-rc1build288 2,061 7/4/2015
2.0.0-rc1build287 2,084 6/19/2015
2.0.0-rc1build286 2,085 6/8/2015
2.0.0-rc1build285 2,147 6/4/2015
2.0.0-rc1build284 2,100 6/3/2015
2.0.0-rc1build283 2,924 6/1/2015
2.0.0-rc1build282 2,059 5/29/2015
2.0.0-rc1build281 2,052 5/27/2015
2.0.0-rc1build280 2,104 5/27/2015
2.0.0-rc1build279 2,132 5/21/2015
2.0.0-rc1build278 2,261 5/16/2015
2.0.0-rc1build277 2,125 5/15/2015
2.0.0-rc1build276 2,220 5/21/2015
2.0.0-rc1build275 2,025 5/16/2015
2.0.0-rc1build274 2,300 5/15/2015
2.0.0-rc1build273 2,054 5/15/2015
2.0.0-rc1build272 2,049 5/14/2015
2.0.0-rc1build271 2,075 5/14/2015
2.0.0-rc1build270 2,072 5/13/2015
2.0.0-rc1build269 2,109 5/14/2015
2.0.0-rc1build268 2,034 5/12/2015
2.0.0-rc1build267 2,082 5/10/2015
2.0.0-rc1build266 1,988 5/7/2015
2.0.0-rc1build265 2,178 5/6/2015
2.0.0-rc1build264 2,093 5/5/2015
2.0.0-rc1build263 2,259 5/1/2015
2.0.0-rc1build262 2,230 4/30/2015
2.0.0-rc1build261 2,277 4/29/2015
2.0.0-rc1build260 2,317 4/28/2015
2.0.0-rc1build259 2,280 4/21/2015
2.0.0-rc1build258 2,294 4/29/2015
2.0.0-rc1build255 2,206 4/21/2015
2.0.0-preview256 2,271 4/15/2015
2.0.0-preview255 2,237 4/14/2015
2.0.0-preview254 2,268 4/14/2015
2.0.0-preview253 2,235 4/13/2015
2.0.0-preview252 2,225 4/10/2015
2.0.0-preview251 2,233 4/7/2015
2.0.0-preview250 2,109 4/6/2015
2.0.0-preview249 2,202 4/6/2015
2.0.0-preview248 2,211 4/7/2015
2.0.0-preview247 2,152 4/6/2015
2.0.0-preview246 2,222 4/6/2015
2.0.0-preview245 2,106 4/3/2015
2.0.0-preview244 2,182 4/3/2015
2.0.0-preview243 2,152 4/3/2015
2.0.0-preview242 2,122 4/2/2015
2.0.0-preview241 2,136 3/31/2015
2.0.0-preview240 2,244 3/31/2015
2.0.0-preview239 2,101 3/30/2015
2.0.0-preview238 2,121 3/30/2015
2.0.0-preview237 2,142 3/29/2015
2.0.0-preview236 2,310 3/28/2015
2.0.0-preview235 2,199 3/27/2015
2.0.0-preview234 2,084 3/27/2015
2.0.0-preview233 2,161 3/26/2015
2.0.0-preview232 2,321 3/26/2015
2.0.0-preview231 2,121 3/25/2015
2.0.0-preview230 2,194 3/25/2015
2.0.0-preview229 2,136 3/25/2015
2.0.0-preview228 2,102 3/23/2015
2.0.0-preview227 2,094 3/23/2015
2.0.0-preview226 2,125 3/19/2015
2.0.0-preview225 2,130 3/18/2015
2.0.0-preview224 2,114 3/18/2015
2.0.0-preview223 2,081 3/18/2015
2.0.0-preview222 2,074 3/17/2015
2.0.0-preview221 2,098 3/15/2015
2.0.0-preview220 2,150 3/14/2015
2.0.0-preview219 2,089 3/13/2015
2.0.0-preview218 2,176 3/11/2015
2.0.0-preview217 2,070 3/10/2015
2.0.0-preview216 2,128 3/10/2015
2.0.0-preview215 2,211 3/10/2015
2.0.0-preview214 2,133 3/10/2015
2.0.0-preview213 2,044 3/9/2015
2.0.0-preview212 2,095 3/6/2015
2.0.0-preview211 2,156 3/4/2015
2.0.0-preview210 2,125 3/4/2015
2.0.0-preview209 2,191 3/4/2015
2.0.0-preview208 2,389 3/3/2015
2.0.0-preview207 2,290 3/3/2015
2.0.0-preview206 2,207 3/3/2015
2.0.0-preview205 2,203 3/2/2015
2.0.0-preview204 2,124 3/2/2015
2.0.0-preview203 2,361 2/26/2015
2.0.0-preview202 2,429 2/25/2015
2.0.0-preview201 2,514 2/20/2015
2.0.0-preview200 2,586 2/20/2015
2.0.0-preview199 2,441 2/20/2015
2.0.0-preview198 2,476 2/19/2015
2.0.0-preview197 2,409 2/19/2015
2.0.0-preview196 2,428 2/19/2015
2.0.0-preview195 2,412 2/19/2015
2.0.0-preview194 2,358 2/18/2015
2.0.0-preview193 2,487 2/18/2015
2.0.0-preview192 2,417 2/17/2015
2.0.0-preview191 2,533 2/17/2015
2.0.0-preview190 2,368 2/17/2015
2.0.0-preview189 2,195 2/12/2015
2.0.0-preview188 2,347 2/11/2015
2.0.0-preview187 2,378 2/11/2015
2.0.0-preview186 2,335 2/11/2015
2.0.0-preview185 2,220 2/10/2015
2.0.0-preview184 2,298 2/10/2015
2.0.0-preview183 2,308 2/10/2015
2.0.0-preview182 2,251 2/9/2015
2.0.0-preview181 3,253 2/2/2015
2.0.0-preview180 2,205 2/2/2015
2.0.0-preview179 2,073 1/31/2015
2.0.0-preview178 2,254 1/30/2015
2.0.0-preview177 2,167 1/29/2015
2.0.0-preview176 2,242 1/24/2015
2.0.0-preview175 2,227 1/24/2015
2.0.0-preview174 2,260 1/23/2015
2.0.0-preview173 2,139 1/18/2015
2.0.0-preview172 2,158 1/19/2015
2.0.0-preview171 2,160 1/16/2015
2.0.0-preview170 2,175 1/16/2015
2.0.0-preview169 2,135 1/16/2015
2.0.0-preview168 2,102 1/16/2015
2.0.0-preview167 2,130 1/16/2015
2.0.0-preview166 2,192 1/15/2015
2.0.0-preview165 2,203 1/15/2015
2.0.0-preview164 2,122 1/15/2015
2.0.0-preview163 2,195 1/15/2015
2.0.0-preview162 2,159 1/14/2015
2.0.0-preview161 2,179 1/14/2015
2.0.0-preview160 2,202 1/14/2015
2.0.0-preview159 2,136 1/14/2015
2.0.0-preview158 2,168 1/14/2015
2.0.0-preview157 2,152 1/14/2015
2.0.0-preview156 2,092 1/13/2015
2.0.0-preview155 2,178 1/13/2015
2.0.0-preview154 2,206 1/12/2015
2.0.0-preview153 2,175 1/12/2015
2.0.0-preview152 2,126 1/9/2015
2.0.0-preview151 2,099 1/9/2015
2.0.0-preview150 2,195 1/8/2015
2.0.0-preview148 2,142 1/8/2015
2.0.0-preview147 2,162 1/3/2015
2.0.0-preview146 2,150 1/3/2015
2.0.0-preview145 2,419 12/30/2014
2.0.0-preview144 2,554 12/29/2014
2.0.0-preview143 2,620 12/29/2014
2.0.0-preview142 2,394 12/23/2014
2.0.0-preview141 2,615 12/23/2014
2.0.0-preview140 2,640 12/23/2014
2.0.0-preview139 2,598 12/20/2014
2.0.0-preview138 2,476 12/20/2014
2.0.0-preview137 2,530 12/20/2014
2.0.0-preview136 2,481 12/20/2014
2.0.0-preview135 2,556 12/20/2014
2.0.0-preview133 2,322 12/18/2014
2.0.0-preview132 2,489 12/15/2014
2.0.0-preview131 6,701 12/14/2014
2.0.0-preview130 2,409 12/12/2014
2.0.0-preview129 2,429 12/12/2014
2.0.0-preview128 2,380 12/11/2014
2.0.0-preview127 2,411 12/10/2014
2.0.0-preview126 2,368 12/10/2014
2.0.0-preview125 2,413 12/8/2014
2.0.0-preview124 2,321 12/8/2014
2.0.0-preview123 2,485 12/7/2014
2.0.0-preview119 2,290 11/24/2014
2.0.0-preview118 3,399 11/21/2014
2.0.0-preview116 2,858 11/13/2014
2.0.0-preview115 2,393 11/6/2014
2.0.0-preview114 2,713 11/6/2014
2.0.0-preview113 2,466 11/5/2014
2.0.0-preview112 2,399 11/5/2014
2.0.0-preview110 2,576 11/5/2014
2.0.0-preview109 2,894 11/4/2014
2.0.0-preview108 2,659 10/31/2014
2.0.0-preview107 2,845 10/31/2014
2.0.0-preview105 2,850 10/31/2014
2.0.0-preview104 2,176 10/29/2014
2.0.0-preview103 2,119 10/27/2014
2.0.0-preview102 2,224 10/27/2014
2.0.0-preview101 2,234 10/24/2014
2.0.0-beta258 2,220 4/21/2015
2.0.0-beta254 2,414 4/20/2015
1.4.1 12,810 10/9/2014
1.4.0 3,429 9/10/2014
1.3.1 2,872 8/18/2014
1.3.0 3,826 7/16/2014
1.2.2 2,777 7/2/2014
1.2.1 2,562 6/30/2014
1.2.0 2,817 1/9/2014
1.1.1 2,669 12/26/2013
1.1.0 2,675 12/26/2013
1.0.11 6,725 12/24/2013

## v6.0.0 Major feature release

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