SD.LLBLGen.Pro.ORMSupportClasses 5.4.1-hotfix-20180626

Prefix Reserved
This is a prerelease version of SD.LLBLGen.Pro.ORMSupportClasses.
There is a newer version of this package available.
See the version list below for details.
dotnet add package SD.LLBLGen.Pro.ORMSupportClasses --version 5.4.1-hotfix-20180626
                    
NuGet\Install-Package SD.LLBLGen.Pro.ORMSupportClasses -Version 5.4.1-hotfix-20180626
                    
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="SD.LLBLGen.Pro.ORMSupportClasses" Version="5.4.1-hotfix-20180626" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SD.LLBLGen.Pro.ORMSupportClasses" Version="5.4.1-hotfix-20180626" />
                    
Directory.Packages.props
<PackageReference Include="SD.LLBLGen.Pro.ORMSupportClasses" />
                    
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 SD.LLBLGen.Pro.ORMSupportClasses --version 5.4.1-hotfix-20180626
                    
#r "nuget: SD.LLBLGen.Pro.ORMSupportClasses, 5.4.1-hotfix-20180626"
                    
#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 SD.LLBLGen.Pro.ORMSupportClasses@5.4.1-hotfix-20180626
                    
#: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=SD.LLBLGen.Pro.ORMSupportClasses&version=5.4.1-hotfix-20180626&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=SD.LLBLGen.Pro.ORMSupportClasses&version=5.4.1-hotfix-20180626&prerelease
                    
Install as a Cake Tool

LLBLGen Pro is a leading ORM framework and entity modelling solution for .NET. This package contains the ORMSupportClasses assembly for .NET 4.5.2 and up and a build for .NET Standard 2.0 and up.

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 net452 is compatible.  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 (18)

Showing the top 5 NuGet packages that depend on SD.LLBLGen.Pro.ORMSupportClasses:

Package Downloads
SD.LLBLGen.Pro.DQE.SqlServer

LLBLGen Pro is a leading ORM framework and entity modelling solution for .NET. This package contains the Dynamic Query Engine for Microsoft SQL Server.

SD.LLBLGen.Pro.DQE.PostgreSql

LLBLGen Pro is a leading ORM framework and entity modelling solution for .NET. This package contains the Dynamic Query Engine for PostgreSql. This package has an indirect dependency on Npgsql, the ADO.NET provider for PostgreSql, and it has to be present on the system at runtime. For .NET 4.5.2 and up it's not necessary to reference the ADO.NET provider directly in your project. For .NET Standard 2.0 and up, you have to reference the Npgsql package as well. See the LLBLGen Pro Runtime Framework documentation for details.

SD.LLBLGen.Pro.DQE.OracleODPNET

LLBLGen Pro is a leading ORM framework and entity modelling solution for .NET. This package contains the Dynamic Query Engine for Oracle using ODP.NET. This package has an indirect dependency on Oracle's ODP.NET ADO.NET provider, and it has to be present on the system at runtime. It's not necessary to reference the ADO.NET provider directly in your project.

SD.LLBLGen.Pro.ORMSupportClasses.Web

LLBLGen Pro is a leading ORM framework and entity modelling solution for .NET. This package contains the WebForms datasource controls for the LLBLGen Pro runtime framework.

SD.LLBLGen.Pro.DQE.MySql

LLBLGen Pro is a leading ORM framework and entity modelling solution for .NET. This package contains the Dynamic Query Engine for MySql. This package has an indirect dependency on the DevArt dotConnect for MySql ADO.NET provider, and it has to be present on the system at runtime. For .NET 4.5.2 and up it's not necessary to reference the ADO.NET provider directly in your project. For .NET Standard 2.0 and up, you have to reference the DevArt dotConnect for MySql ADO.NET provider package as well. See the LLBLGen Pro Runtime Framework documentation for details.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on SD.LLBLGen.Pro.ORMSupportClasses:

Repository Stars
TortugaResearch/DotNet-ORM-Cookbook
This repository is meant to show how to perform common tasks using C# with variety of ORMs.
FransBouma/RawDataAccessBencher
Bench code which tests entity materialization speed of various .NET data access / ORM implementations
Version Downloads Last Updated
5.12.1 33,562 6/16/2025
5.12.1-hotfix-20250521 881 5/21/2025
5.12.1-hotfix-20250423 511 4/23/2025
5.12.1-hotfix-20250422 1,182 4/22/2025
5.12.1-hotfix-20250417 555 4/17/2025
5.12.0 30,999 4/14/2025
5.12.0-Beta-20250317 525 3/17/2025
5.11.5 989 6/16/2025
5.11.5-hotfix-20250521 450 5/21/2025
5.11.5-hotfix-20250417 561 4/17/2025
5.11.5-hotfix-20250217 465 2/17/2025
5.11.4 83,670 1/28/2025
5.11.4-hotfix-20250110 497 1/10/2025
5.11.3 48,936 10/9/2024
5.11.2 34,600 6/20/2024
5.11.2-hotfix-20240604 489 6/4/2024
5.11.2-hotfix-20240409 601 4/9/2024
5.11.2-hotfix-20240325 2,561 3/25/2024
5.11.2-hotfix-20240321 2,700 3/22/2024
5.11.2-hotfix-20240320 629 3/20/2024
5.11.1 104,707 2/23/2024
5.11.1-hotfix-20240216 853 2/16/2024
5.11.1-hotfix-20240131 789 1/31/2024
5.11.1-hotfix-20231219 1,005 12/19/2023
5.11.0 47,193 12/6/2023
5.10.6 1,050 1/28/2025
5.10.6-hotfix-20250110 434 1/10/2025
5.10.5 1,052 10/9/2024
5.10.4 2,237 6/20/2024
5.10.4-hotfix-20240604 484 6/4/2024
5.10.3 5,124 2/23/2024
5.10.3-hotfix-20240216 733 2/16/2024
5.10.3-hotfix-20240131 736 1/31/2024
5.10.3-hotfix-20231219 895 12/19/2023
5.10.2 17,867 9/12/2023
5.10.1 22,586 6/5/2023
5.10.1-hotfix-20230417 1,519 4/17/2023
5.10.1-hotfix-20230306 1,332 3/6/2023
5.10.0 70,084 2/14/2023
5.10.0-Beta-20230104 1,413 1/4/2023
5.9.6 1,847 9/12/2023
5.9.5 9,402 6/5/2023
5.9.5-hotfix-20230306 1,271 3/6/2023
5.9.4 5,898 2/14/2023
5.9.4-hotfix-20230209 1,254 2/9/2023
5.9.4-hotfix-20230109 1,276 1/9/2023
5.9.4-hotfix-20221220 1,234 12/20/2022
5.9.3 27,146 11/29/2022
5.9.3-hotfix-20221118 1,306 11/18/2022
5.9.3-hotfix-20221116 1,242 11/16/2022
5.9.3-hotfix-20221019 1,810 10/19/2022
5.9.3-hotfix-20221013 1,292 10/13/2022
5.9.3-hotfix-20221010 1,269 10/10/2022
5.9.3-hotfix-20220907 2,666 9/7/2022
5.9.2 134,009 7/25/2022
5.9.2-hotfix-20220720 1,308 7/20/2022
5.9.2-hotfix-20220624 1,276 6/24/2022
5.9.2-hotfix-20220524 1,373 5/24/2022
5.9.1 69,505 4/5/2022
5.9.1-hotfix-20220328 1,330 3/28/2022
5.9.1-hotfix-20220307 1,317 3/7/2022
5.9.1-hotfix-20220303 1,325 3/3/2022
5.9.1-hotfix-20220221 1,305 2/21/2022
5.9.1-hotfix-20220203 1,440 2/3/2022
5.9.0 62,925 1/31/2022
5.9.0-Beta-20220105 1,331 1/5/2022
5.9.0-Beta-20211202 1,322 12/2/2021
5.8.8 3,733 2/14/2023
5.8.8-hotfix-20221220 1,661 12/20/2022
5.8.7 3,900 11/29/2022
5.8.7-hotfix-20221116 1,299 11/16/2022
5.8.7-hotfix-20221019 1,321 10/19/2022
5.8.7-hotfix-20221013 1,383 10/13/2022
5.8.7-hotfix-20221010 1,327 10/10/2022
5.8.7-hotfix-20220907 1,355 9/7/2022
5.8.6 6,949 7/25/2022
5.8.6-hotfix-20220720 1,371 7/20/2022
5.8.6-hotfix-20220524 1,361 5/24/2022
5.8.5 10,885 4/5/2022
5.8.5-hotfix-20220328 1,425 3/28/2022
5.8.5-hotfix-20220307 1,341 3/7/2022
5.8.5-hotfix-20220303 1,356 3/3/2022
5.8.5-hotfix-20220221 1,295 2/21/2022
5.8.5-hotfix-20220203 1,415 2/3/2022
5.8.4 8,198 1/31/2022
5.8.4-hotfix-20220117 1,375 1/17/2022
5.8.4-hotfix-20211201 1,422 12/1/2021
5.8.4-hotfix-20211125 3,614 11/25/2021
5.8.3 77,015 9/24/2021
5.8.3-hotfix-20210922 1,582 9/22/2021
5.8.3-hotfix-20210921 1,737 9/21/2021
5.8.3-hotfix-20210906 1,826 9/6/2021
5.8.3-hotfix-20210722 1,680 7/22/2021
5.8.2 12,203 7/19/2021
5.8.2-hotfix-20210715 1,664 7/15/2021
5.8.2-hotfix-20210518 1,736 5/18/2021
5.8.2-hotfix-20210517 1,749 5/17/2021
5.8.1 15,383 5/10/2021
5.8.1-hotfix-20210427 1,848 4/27/2021
5.8.1-hotfix-20210414 1,763 4/14/2021
5.8.1-hotfix-20210408 1,777 4/8/2021
5.8.1-hotfix-20210402 1,818 4/2/2021
5.8.0 30,099 3/3/2021
5.8.0-Beta-20210301 1,815 3/1/2021
5.8.0-Beta-20210208 1,930 2/8/2021
5.7.7 17,786 1/31/2022
5.7.7-hotfix-20220117 1,308 1/17/2022
5.7.7-hotfix-20211201 1,333 12/1/2021
5.7.7-hotfix-20211125 4,635 11/25/2021
5.7.6 17,628 9/24/2021
5.7.6-hotfix-20210922 1,695 9/22/2021
5.7.6-hotfix-20210921 1,671 9/21/2021
5.7.5 3,822 7/19/2021
5.7.5-hotfix-20210518 1,709 5/18/2021
5.7.4 8,942 5/10/2021
5.7.4-hotfix-20210408 1,841 4/8/2021
5.7.4-hotfix-20210302 1,900 3/2/2021
5.7.3 14,376 2/5/2021
5.7.3-hotfix-20201216 1,858 12/16/2020
5.7.2 13,038 12/3/2020
5.7.2-hotfix-20200916 2,179 9/16/2020
5.7.1 28,179 9/2/2020
5.7.1-hotfix-20200831 2,058 8/31/2020
5.7.1-hotfix-20200618 2,349 6/18/2020
5.7.1-hotfix-20200617 2,065 6/17/2020
5.7.0 28,096 5/25/2020
5.7.0-Beta-20200428 2,289 4/28/2020
5.7.0-Beta-20200417 2,247 4/17/2020
5.6.6 6,623 2/5/2021
5.6.6-hotfix-20201216 1,862 12/16/2020
5.6.5 4,228 12/3/2020
5.6.5-hotfix-20200916 2,131 9/16/2020
5.6.4 5,102 9/2/2020
5.6.4-hotfix-20200831 2,143 8/31/2020
5.6.4-hotfix-20200618 2,249 6/18/2020
5.6.4-hotfix-20200617 2,122 6/17/2020
5.6.3 5,005 5/25/2020
5.6.3-hotfix-20200427 2,191 4/27/2020
5.6.3-hotfix-20200330 2,148 3/30/2020
5.6.3-hotfix-20200225 2,372 2/25/2020
5.6.2 24,646 2/13/2020
5.6.2-hotfix-20200207 2,230 2/7/2020
5.6.2-hotfix-20200121 2,211 1/21/2020
5.6.2-hotfix-20191113 2,333 11/13/2019
5.6.1 63,046 10/21/2019
5.6.1-hotfix-20191018 2,297 10/18/2019
5.6.1-hotfix-20190920 2,313 9/20/2019
5.6.1-hotfix-20190904 2,308 9/4/2019
5.6.1-hotfix-20190903 2,242 9/3/2019
5.6.0 40,926 8/20/2019
5.6.0-Beta-20190708 2,333 7/8/2019
5.6.0-Beta-20190621 2,262 6/21/2019
5.5.7 29,377 5/25/2020
5.5.7-hotfix-20200427 2,262 4/27/2020
5.5.7-hotfix-20200225 2,128 2/25/2020
5.5.6 4,763 2/13/2020
5.5.6-hotfix-20200207 2,148 2/7/2020
5.5.6-hotfix-20200121 3,632 1/21/2020
5.5.6-hotfix-20191113 2,230 11/13/2019
5.5.5 4,831 10/21/2019
5.5.5-hotfix-20191018 2,288 10/18/2019
5.5.5-hotfix-20190904 2,251 9/4/2019
5.5.5-hotfix-20190903 2,270 9/3/2019
5.5.4 6,830 8/12/2019
5.5.4-hotfix-20190807 2,239 8/7/2019
5.5.4-hotfix-20190706 2,332 7/6/2019
5.5.4-hotfix-20190705 2,229 7/5/2019
5.5.4-hotfix-20190703 2,270 7/3/2019
5.5.4-hotfix-20190612 3,212 6/12/2019
5.5.4-hotfix-20190607 2,445 6/7/2019
5.5.4-hotfix-20190606 2,376 6/6/2019
5.5.4-hotfix-20190531 2,380 5/31/2019
5.5.4-hotfix-20190530 2,370 5/30/2019
5.5.3 33,799 5/7/2019
5.5.3-hotfix-20190502 2,402 5/2/2019
5.5.3-hotfix-20190412 2,389 4/12/2019
5.5.3-hotfix-20190404 2,368 4/4/2019
5.5.3-hotfix-20190402 2,376 4/2/2019
5.5.2 13,788 3/7/2019
5.5.2-hotfix-20190227 2,339 2/27/2019
5.5.2-hotfix-20190225 2,250 2/25/2019
5.5.2-hotfix-20190221 2,267 2/21/2019
5.5.1 15,890 1/17/2019
5.5.1-hotfix-20181228 9,983 12/28/2018
5.5.1-hotfix-20181219 2,887 12/19/2018
5.5.1-hotfix-20181212 11,230 12/12/2018
5.5.1-hotfix-20181127 2,535 11/27/2018
5.5.1-hotfix-20181109 2,462 11/9/2018
5.5.0 87,978 11/2/2018
5.5.0-Beta-20181019 2,513 10/19/2018
5.4.7 5,727 8/12/2019
5.4.7-hotfix-20190807 2,198 8/7/2019
5.4.7-hotfix-20190706 2,202 7/6/2019
5.4.7-hotfix-20190705 2,218 7/5/2019
5.4.7-hotfix-20190703 2,292 7/3/2019
5.4.7-hotfix-20190612 2,288 6/12/2019
5.4.6 4,451 5/7/2019
5.4.6-hotfix-20190502 2,261 5/2/2019
5.4.5 4,635 3/7/2019
5.4.5-hotfix-20190225 2,323 2/25/2019
5.4.4 4,558 1/17/2019
5.4.4-hotfix-20181219 2,399 12/19/2018
5.4.4-hotfix-20181212 2,310 12/12/2018
5.4.3 18,875 10/2/2018
5.4.3-hotfix-20180926 2,424 9/26/2018
5.4.3-hotfix-20180920 4,585 9/20/2018
5.4.3-hotfix-20180817 2,617 8/17/2018
5.4.3-hotfix-20180806 2,680 8/6/2018
5.4.3-hotfix-20180801 2,591 8/1/2018
5.4.3-hotfix-20180725 3,981 7/25/2018
5.4.2 10,103 7/18/2018
5.4.1 6,497 7/6/2018
5.4.1-hotfix-20180629 2,616 6/29/2018
5.4.1-hotfix-20180626 2,669 6/26/2018
5.4.1-hotfix-20180618 2,732 6/18/2018
5.4.1-hotfix-20180523 6,315 5/23/2018
5.4.0 26,441 5/1/2018
5.4.0-Beta-20180329 2,933 3/29/2018
5.3.7 9,094 10/2/2018
5.3.7-hotfix-20180920 2,465 9/20/2018
5.3.7-hotfix-20180808 2,621 8/8/2018
5.3.6 6,005 7/6/2018
5.3.6-hotfix-20180801 2,645 8/1/2018
5.3.6-hotfix-20180725 2,564 7/25/2018
5.3.6-hotfix-20180629 2,625 6/29/2018
5.3.6-hotfix-20180626 2,652 6/26/2018
5.3.6-hotfix-20180523 2,901 5/23/2018
5.3.5 7,212 5/1/2018
5.3.5-hotfix-20180409 2,892 4/9/2018
5.3.5-hotfix-20180405 2,824 4/5/2018
5.3.5-hotfix-20180328 2,833 3/28/2018
5.3.5-hotfix-20180322 3,241 3/22/2018
5.3.5-hotfix-20180320 2,748 3/20/2018
5.3.4 14,122 3/16/2018
5.3.4-hotfix-20180222 2,694 2/22/2018
5.3.4-hotfix-20180219 2,931 2/19/2018
5.3.3 9,079 2/9/2018
5.3.3-hotfix-20180207 2,627 2/7/2018
5.3.3-hotfix-20180129 2,917 1/29/2018
5.3.3-hotfix-20180118 2,948 1/18/2018
5.3.2 13,550 12/20/2017
5.3.2-hotfix-20171205 2,623 12/5/2017
5.3.2-hotfix-20171127 2,706 11/27/2017
5.3.2-hotfix-20171117 2,656 11/17/2017
5.3.1 9,735 11/3/2017
5.3.1-hotfix-20171030 2,723 10/30/2017
5.3.1-hotfix-20171023 2,672 10/23/2017
5.3.1-hotfix-20171018 2,598 10/18/2017
5.3.1-hotfix-20171016 2,734 10/16/2017
5.3.0 27,925 10/13/2017
5.3.0-Beta-20170928 2,641 9/28/2017
5.3.0-Alpha-20170915 2,637 9/15/2017
5.3.0-Alpha-20170906 1,643 9/6/2017
5.2.8 7,789 5/1/2018
5.2.7 2,747 3/16/2018
5.2.7-hotfix-20180222 1,738 2/22/2018
5.2.7-hotfix-20180219 1,907 2/19/2018
5.2.6 2,684 2/9/2018
5.2.6-hotfix-20180207 1,743 2/7/2018
5.2.6-hotfix-20180118 2,008 1/18/2018
5.2.5 2,777 12/20/2017
5.2.5-hotfix-20171205 1,695 12/5/2017
5.2.5-hotfix-20171130 1,773 11/30/2017
5.2.5-hotfix-20171117 1,771 11/17/2017
5.2.4 2,764 11/3/2017
5.2.4-hotfix-20171023 1,721 10/23/2017
5.2.4-hotfix-20171016 1,736 10/16/2017
5.2.4-hotfix-20171013 1,767 10/13/2017
5.2.3 3,484 9/20/2017
5.2.3-hotfix-20170908 1,741 9/8/2017
5.2.3-hotfix-20170831 1,767 8/31/2017
5.2.3-hotfix-20170824 1,757 8/24/2017
5.2.3-hotfix-20170818 1,784 8/18/2017
5.2.3-hotfix-20170817 1,695 8/17/2017
5.2.2 4,729 8/8/2017
5.2.2-hotfix-20170725 1,916 7/25/2017
5.2.2-hotfix-20170712 1,901 7/12/2017
5.2.2-hotfix-20170711 1,898 7/11/2017
5.2.2-hotfix-20170630 1,947 6/30/2017
5.2.2-hotfix-20170629 1,758 6/29/2017
5.2.1 3,773 6/26/2017
5.2.0 52,030 5/3/2017
5.2.0-Beta-20170404 1,708 4/4/2017
5.1.7 2,749 10/16/2017
5.1.7-hotfix-20171013 1,817 10/13/2017
5.1.6 2,588 9/20/2017
5.1.6-hotfix-20170831 1,793 8/31/2017
5.1.6-hotfix-20170824 1,796 8/24/2017
5.1.6-hotfix-20170818 1,761 8/18/2017
5.1.6-hotfix-20170817 1,742 8/17/2017
5.1.5 2,630 8/8/2017
5.1.5-hotfix-20170725 1,801 7/25/2017
5.1.5-hotfix-20170630 1,799 6/30/2017
5.1.5-hotfix-20170629 1,793 6/29/2017
5.1.4 3,014 5/3/2017
5.1.3 7,060 3/17/2017
5.1.3-hotfix-20170220 1,865 2/20/2017
5.1.2 7,120 1/24/2017
5.1.2-hotfix-20170105 1,913 1/5/2017
5.1.2-hotfix-20161230 1,812 12/30/2016
5.1.1 3,422 12/7/2016
5.1.0 45,297 11/21/2016
5.1.0-Beta-20161027 1,827 10/27/2016
5.1.0-Alpha-20161011 1,753 10/11/2016
5.1.0-Alpha-20160928 1,767 9/28/2016
5.1.0-Alpha-20160830 1,790 8/30/2016
5.0.10 5,434 3/17/2017
5.0.9 2,556 12/7/2016
5.0.8 2,793 11/14/2016
5.0.8-hotfix-20161109 1,988 11/9/2016
5.0.8-hotfix-20161102 2,032 11/2/2016
5.0.8-hotfix-20161027 1,888 10/27/2016
5.0.7 2,785 10/18/2016
5.0.7-hotfix-20160929 1,761 9/29/2016
5.0.6 6,459 9/13/2016
5.0.6-hotfix-20160831 1,845 8/31/2016
5.0.5 2,786 8/15/2016
5.0.5-hotfix-20160725 1,909 7/25/2016
5.0.4 6,719 6/17/2016
5.0.4-hotfix-20160610 2,021 6/10/2016
5.0.3 2,665 6/3/2016
5.0.3-hotfix-20160523 1,828 5/23/2016
5.0.2 2,701 5/20/2016
5.0.2-hotfix-20160517 1,882 5/17/2016
5.0.1 2,696 5/5/2016
5.0.0 50,197 4/21/2016
4.2.20160929 127,450 9/29/2016
4.2.20160905 2,993 9/5/2016
4.2.20160725 4,608 7/25/2016
4.2.20160517 2,933 5/17/2016
4.2.20160415 2,796 4/15/2016
4.2.20160404 3,205 4/4/2016
4.2.20160311 4,466 3/11/2016
4.2.20160224 3,374 2/24/2016
4.2.20160126 3,611 1/26/2016
4.2.20151217 4,054 12/17/2015
4.2.20151211 3,162 12/11/2015
4.2.20151204 2,806 12/4/2015
4.2.20151120 5,059 11/20/2015
4.2.20151023 2,931 10/23/2015
4.2.20151009 7,590 10/9/2015
4.2.20150905 3,390 9/5/2015
4.2.20150802 4,964 8/2/2015
4.2.20150801 2,780 8/1/2015
4.2.20150721 3,775 7/21/2015
4.2.20150715 2,799 7/15/2015
4.2.20150626 2,826 6/26/2015
4.2.20150609 2,694 6/9/2015
4.2.20150515 2,961 5/15/2015
4.2.20150416 3,163 4/16/2015
4.2.20150410 2,628 4/10/2015
4.2.20150323 2,881 3/23/2015
4.2.20150303 2,941 3/3/2015
4.2.20150212 2,796 2/12/2015
4.2.20150210 112,784 2/10/2015