DD4T.ViewModels 1.0.1-beta

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

// Install DD4T.ViewModels as a Cake Tool
#tool nuget:?package=DD4T.ViewModels&version=1.0.1-beta&prerelease

A generic library for creating strongly typed view models for a DD4T application through the use of Custom Attributes.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.1-beta 44 1/20/2015
1.0.0-beta 36 1/19/2015

-Added support for "View Model Keys" - a way to further specify which view model to use depending on the presentation.
    -Use IViewModelKeyProvider to create custom key providers
    -View Model Key provider assumes keys are determined using the component template
-Removed superfluous namespaces.
-Changed static "ViewModelCore" to "ViewModelDefaults" and allowed construction of ViewModelBuilder objects outside of the framework.