VirtualObjects 1.0.7-Beta
See the version list below for details.
dotnet add package VirtualObjects --version 1.0.7-Beta
NuGet\Install-Package VirtualObjects -Version 1.0.7-Beta
<PackageReference Include="VirtualObjects" Version="1.0.7-Beta" />
paket add VirtualObjects --version 1.0.7-Beta
#r "nuget: VirtualObjects, 1.0.7-Beta"
// Install VirtualObjects as a Cake Addin #addin nuget:?package=VirtualObjects&version=1.0.7-Beta&prerelease // Install VirtualObjects as a Cake Tool #tool nuget:?package=VirtualObjects&version=1.0.7-Beta&prerelease
Easy and Fast ORM Framework
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. 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. |
-
- Castle.Core (>= 3.2.2)
- fasterflect (>= 2.1.3)
- Ninject (>= 3.0.1.10)
- T4Scaffolding.Core (>= 1.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.3.21 | 2,590 | 8/12/2015 |
1.3.21-beta7 | 1,418 | 7/3/2015 |
1.3.21-beta6 | 1,362 | 7/1/2015 |
1.3.21-beta5 | 1,448 | 6/4/2015 |
1.3.20 | 1,647 | 5/27/2015 |
1.3.19 | 1,788 | 11/26/2014 |
1.3.18 | 1,606 | 10/1/2014 |
1.3.17 | 1,618 | 7/6/2014 |
1.3.16 | 1,623 | 7/2/2014 |
1.3.15 | 1,661 | 6/18/2014 |
1.3.14 | 1,610 | 6/10/2014 |
1.3.13 | 1,608 | 6/7/2014 |
1.3.12 | 1,596 | 5/30/2014 |
1.3.11 | 1,600 | 5/24/2014 |
1.3.10 | 1,555 | 5/12/2014 |
1.3.1 | 1,646 | 5/6/2014 |
1.3.0 | 1,967 | 4/9/2014 |
1.1.2 | 1,960 | 4/1/2014 |
1.1.1 | 1,740 | 3/29/2014 |
1.1.0 | 1,741 | 3/28/2014 |
1.1.0-RC | 1,677 | 3/25/2014 |
1.0.7-Beta | 1,492 | 3/7/2014 |
1.0.6-Beta | 1,518 | 2/28/2014 |
1.0.1-Beta | 1,588 | 2/17/2014 |
1.0.0.41-alpha | 1,586 | 2/5/2014 |
Version 1.0.7-Beta:
* Improved Scaffolders.
* Feature: Enable computed columns to be read.
* Linq Support: Count, Max, Min, Avg, Sum, etc. after group and joins.
* Linq Support: Use key member on projection.
* Linq Support: Join and Group.
* Linq Support: Group by multiple fields.
Version 1.0.6-Beta:
* Small bug fixes.
* Nuget package changes.
Version 1.0.2-Beta:
* Fixed: ForeignKeys were not fully mapped.
* Feature: Enable fields to be ignored.
* Added Scaffolder Models.
* Added Scaffolder Repository.
* Added Scaffolder Business.
* Added Scaffolder Config.
Version 1.0.1-Beta:
* Multiple bug fixes.
* Improved support for Linq with Unions and Dates.