DVM4T.Core 1.2.0

dotnet add package DVM4T.Core --version 1.2.0
NuGet\Install-Package DVM4T.Core -Version 1.2.0
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="DVM4T.Core" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DVM4T.Core --version 1.2.0
#r "nuget: DVM4T.Core, 1.2.0"
#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.
// Install DVM4T.Core as a Cake Addin
#addin nuget:?package=DVM4T.Core&version=1.2.0

// Install DVM4T.Core as a Cake Tool
#tool nuget:?package=DVM4T.Core&version=1.2.0

Domain View Models For Tridion - a .NET framework for creating strongly typed domain view models based on content in a Tridion CMS using Custom Attributes.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on DVM4T.Core:

Package Downloads
DVM4T.DD4T

A DD4T based implementation of the DVM4T framework. Includes a number of basic Attributes for common field types (i.e. text, linked components, etc.) as well as full XPM Markup support.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.0 1,365 3/16/2015
1.1.0 1,458 2/20/2015
1.0.0.1 1,066 1/30/2015
1.0.0-beta 873 1/26/2015

-Offloaded much of Property value processing work to View Model Factory
-Introduced Nested Model Attribute
-Multivalue Fields are now inferred from the Type of Property: use a concrete type that implements ICollection<T> or is an Array
        --Property Types still must have a parameterless constructor
-AllowMultipleValues Field Attribute property is now semantic only
-Binding to a Domain Model is now possible WITHOUT the use of Custom Attributes. See DVM4T.Binding namespace.