BJS.CRM.Extensions
1.0.1
dotnet add package BJS.CRM.Extensions --version 1.0.1
NuGet\Install-Package BJS.CRM.Extensions -Version 1.0.1
<PackageReference Include="BJS.CRM.Extensions" Version="1.0.1" />
paket add BJS.CRM.Extensions --version 1.0.1
#r "nuget: BJS.CRM.Extensions, 1.0.1"
// Install BJS.CRM.Extensions as a Cake Addin #addin nuget:?package=BJS.CRM.Extensions&version=1.0.1 // Install BJS.CRM.Extensions as a Cake Tool #tool nuget:?package=BJS.CRM.Extensions&version=1.0.1
BJS.CRM.Extensions
Explanation of the Sections
- Description: Provides an overview of what the package includes and what problems it solves.
- Installation: Offers instructions on how to install the package using both NuGet Package Manager and .NET CLI.
- License: Links to the license file, informing users about the terms of use.
- Contributing: Encourages community involvement and contributions.
Description
BJS.CRM.Extensions is a NuGet package that provides a collection of useful extensions for Dynamics CRM development and common C# tasks.
These extensions simplify working with OrganizationService
, ServiceClient
, Entity
, etc. objects in Dynamics CRM,
as well as offering enhancements to standard C#.
Installation
You can install this package via NuGet Package Manager or the .NET CLI:
NuGet Package Manager
Install-Package BJS.CRM.Extensions -Version {version_number}
.NET CLI
dotnet add package BJS.CRM.Extensions --version {version_number}
License
This project is licensed under the MIT License. See the LICENSE.txt file for details.
Contributing
I will make it available for public contribution for any features, bug fixes, or improvements.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.6.2
- Microsoft.CrmSdk.CoreAssemblies (>= 9.0.2.56)
- Microsoft.CSharp (>= 4.7.0)
-
net6.0
- Microsoft.PowerPlatform.Dataverse.Client (>= 1.1.32)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.