Cube.XRM.Framework.D365 1.462.0

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

// Install Cube.XRM.Framework.D365 as a Cake Tool
#tool nuget:?package=Cube.XRM.Framework.D365&version=1.462.0

Framework for Microsoft Dynamics 365 CE
Cube.XRM.Framework.Core: This is the main project of this framework. If you want to integrate external applications with Dynamics CRM you have to generate a Service object and connect to the Dynamics CRM. This project generates Dynamics CRM Service and connects to the CRM instance. Also this project contains some other core functionalities of framework such as logging.
Cube.XRM.Framework: All framework functionalities are coming from this project.
•Cube Base: All main functionalities are collected in this class like Plugin/Workflow Context, Create, Retrieve, Update and Delete operations, etc.
•Cube Entity: If you want to create your own classes like Dynamics CRM entities this class will help you with add you some extra functionalities if you inherit your class from this class.
•Exception Handler: Handle CRM Exceptions
•Object Carrier: You can keep objects in memory with specified keys and access them later.
•Settings: Framework setting are generating from this class.
Cube.XRM.Framework.AddOn: You can access all framework functionalities - Context, Log Mechanism, Service will be ready to use in your Plugin and Workflow.
Cube.XRM.Framework.IntegrationTester: This is just a test project also you can generate your settings file with this project.
Cube.XRM.Workflow.HelperTool: This is a custom workflow that is accessible from your workflow screen while you create a workflow. It is include some useful functionalities for a workflow.

Product Compatible and additional computed target framework versions.
.NET Framework net462 is compatible.  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.

This package has 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.462.0 618 3/29/2020
1.0.1 635 3/31/2019
1.0.0 655 3/31/2019

Depencies added.