GuidoPreite.DRB
1.0.0.28
See the version list below for details.
dotnet add package GuidoPreite.DRB --version 1.0.0.28
NuGet\Install-Package GuidoPreite.DRB -Version 1.0.0.28
<PackageReference Include="GuidoPreite.DRB" Version="1.0.0.28" />
paket add GuidoPreite.DRB --version 1.0.0.28
#r "nuget: GuidoPreite.DRB, 1.0.0.28"
// Install GuidoPreite.DRB as a Cake Addin #addin nuget:?package=GuidoPreite.DRB&version=1.0.0.28 // Install GuidoPreite.DRB as a Cake Tool #tool nuget:?package=GuidoPreite.DRB&version=1.0.0.28
Dataverse REST Builder for XrmToolBox. Create and Execute requests against the Dataverse Web API endpoint.
Product | Versions 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. |
-
- XrmToolBox (>= 1.2021.12.53)
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.0.0.43 | 44,069 | 4/8/2023 |
1.0.0.42 | 12,992 | 11/26/2022 |
1.0.0.40 | 5,138 | 10/20/2022 |
1.0.0.39 | 3,827 | 9/27/2022 |
1.0.0.38 | 7,565 | 7/17/2022 |
1.0.0.37 | 8,542 | 4/7/2022 |
1.0.0.36 | 3,283 | 2/25/2022 |
1.0.0.35 | 1,123 | 2/20/2022 |
1.0.0.34 | 586 | 2/18/2022 |
1.0.0.33 | 475 | 2/18/2022 |
1.0.0.32 | 476 | 2/18/2022 |
1.0.0.31 | 994 | 2/14/2022 |
1.0.0.30 | 957 | 2/9/2022 |
1.0.0.29 | 815 | 2/5/2022 |
1.0.0.28 | 990 | 1/29/2022 |
1.0.0.27 | 822 | 1/25/2022 |
1.0.0.26 | 566 | 1/24/2022 |
1.0.0.25 | 779 | 1/18/2022 |
1.0.0.24 | 574 | 1/15/2022 |
1.0.0.23 | 688 | 1/12/2022 |
1.0.0.22 | 454 | 1/10/2022 |
1.0.0.21 | 727 | 12/30/2021 |
1.0.0.20 | 516 | 12/25/2021 |
1.0.0.19 | 305 | 12/24/2021 |
1.0.0.18 | 574 | 12/20/2021 |
1.0.0.17 | 380 | 12/17/2021 |
1.0.0.16 | 313 | 12/17/2021 |
1.0.0.15 | 422 | 12/17/2021 |
1.0.0.28
Only Primary Image Columns are listed when creating a record (Dataverse allows only the primary image to be defined inside the Create message).
Added the following Query Functions for DateTime Columns:
On
OnOrAfter
OnOrBefore
InFiscalYear
InFiscalPeriod
The first 3 functions appears with (Date) inside the UI because only the Date part is considered for these operators, previous operators (still available) allow to define also the Time part (if the column supports it) because they use the eq, ge, le operators.