Diamond 1.1.5142.29695

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

// Install Diamond as a Cake Tool
#tool nuget:?package=Diamond&version=1.1.5142.29695

Diamond is a framework for Sitecore. It contains a few basic Interfaces and Classes that can be used to construct objects that represent Sitecore.Data.Items.Items but include a few features not found in the native Sitecore API.

Diamond is intended to be paired with a code generation tool such as NVelocity or T4 templates. Code generation should use Sitecore Data Template definitions to create Interfaces and Classes. These can be used to create instances of Items that support multiple inheritance and contracts. Diamond Items typically have declared properties representing a given Item's fields.

Using Diamond makes Sitecore Items suitable for use with type-driven IoC or Dependency Injection scenarios, such as MVC/MVP and MVVM patterns.

Product Compatible and additional computed target framework versions.
.NET Framework 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. 
Compatible target framework(s)
Included target framework(s) (in 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.1.5142.29695 142 1/29/2014
1.1.5140.27394 49 1/27/2014
1.1.5130.18273 55 1/17/2014
1.1.5115.23204 50 1/2/2014
1.1.5102.29367 47 12/20/2013
1.1.5102.24788 48 12/20/2013
1.1.5102.17869 49 12/20/2013
1.0.4 54 12/9/2013
1.0.3 55 11/30/2013
1.0.2 53 11/26/2013
1.0.1 53 11/20/2013
0.9.2 51 11/20/2013
0.9.1 74 11/19/2013
0.9.0 82 11/19/2013

Moved external Spark libraries to NuGet references for easy importing.