All runtime assemblies for v4.2 are now available on Nuget

Posts   
 
    
Otis avatar
Otis
LLBLGen Pro Team
Posts: 39590
Joined: 17-Aug-2003
# Posted on: 10-Feb-2015 12:15:21   

All runtime assemblies for v4.2 are now available on nuget, with the exception of Ria services and OData services.

URLs: https://www.nuget.org/packages/SD.LLBLGen.Pro.ORMSupportClasses/ https://www.nuget.org/packages/SD.LLBLGen.Pro.ORMSupportClasses.Web/ https://www.nuget.org/packages/SD.LLBLGen.Pro.DQE.Access/ https://www.nuget.org/packages/SD.LLBLGen.Pro.DQE.DB2/ https://www.nuget.org/packages/SD.LLBLGen.Pro.DQE.Firebird/ https://www.nuget.org/packages/SD.LLBLGen.Pro.DQE.MySql/ https://www.nuget.org/packages/SD.LLBLGen.Pro.DQE.OracleMS/ https://www.nuget.org/packages/SD.LLBLGen.Pro.DQE.OracleODPNET/ https://www.nuget.org/packages/SD.LLBLGen.Pro.DQE.PostgreSql/ https://www.nuget.org/packages/SD.LLBLGen.Pro.DQE.SqlServer/ https://www.nuget.org/packages/SD.LLBLGen.Pro.DQE.SybaseAsa/ https://www.nuget.org/packages/SD.LLBLGen.Pro.DQE.SybaseAse/

They're automatically updated with a new version when we publish a new build. The DQEs depend on the ORMSupportClasses package, but not on the ADO.NET providers they indirectly depend on, you have to install these separately, to avoid a direct reference to these ADO.NET providers in your code as it's unnecessary to do that.

The packages are versioned with the format: 4.2.yyyymmdd, where yyyymmdd is the builddate.

The ORMSupportClasses package contains both the .NET 3.5 build and the .NET 4.5 build, so if you're using .NET 4.5 nuget automatically should pick the .NET 4.5 build with async/await support.

Frans Bouma | Lead developer LLBLGen Pro