DynamicField.Domain 1.2.0

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

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

Provides domain classes for building dynamic fields of your form

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.0

    • No dependencies.

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.2.0 1,100 1/2/2018
1.1.0 1,027 11/8/2017
1.0.0 915 6/30/2017

V1.2.0 - Add Tag to field base to support filtering on a field list
     V1.1.0 - Add AllowWysiwyg property into text field that is supposed to display WYSIWYG component