Skip to content

Commit a369798

Browse files
committed
Updated nuspec
1 parent 92dcaef commit a369798

File tree

1 file changed

+36
-34
lines changed

1 file changed

+36
-34
lines changed

FetchXMLBuilder.nuspec

+36-34
Original file line numberDiff line numberDiff line change
@@ -11,54 +11,56 @@
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<summary>Build queries for Microsoft Dataverse and the Power Platform. Investigate data. Fix the layouts. Get code. Empower yourself to achieve more.</summary>
1313
<description>
14-
Build queries for Microsoft Dataverse and the Power Platform. Investigate data. Fix the layouts. Get code. Empower yourself to achieve more.
14+
Build queries for Microsoft Dataverse and the Power Platform. Investigate data. Fix the layouts. Get code. Empower yourself to achieve more.
1515

16-
FetchXML Builder is used to create and execute queries against Microsoft Dataverse / Power Apps / Dynamics 365.
17-
The Power Platform includes technologies we know as:
18-
- Microsoft Dynamics 365
19-
- Dynamics CRM
20-
- XRM
21-
- Power Apps (Model Driven)
22-
- Power Apps (Canvas connected to Dataverse)
23-
- PowerBI (connected to Dataverse)
24-
- Microsoft Teams for Dataverse
16+
Read more: https://fetchxmlbuilder.com/
2517

26-
The tool will assist in three major areas:
18+
FetchXML Builder is used to create and execute queries against Microsoft Dataverse / Power Apps / Dynamics 365.
19+
The Power Platform includes technologies we know as:
20+
- Microsoft Dynamics 365
21+
- Dynamics CRM
22+
- XRM
23+
- Power Apps (Model Driven)
24+
- Power Apps (Canvas connected to Dataverse)
25+
- PowerBI (connected to Dataverse)
26+
- Microsoft Teams for Dataverse
2727

28-
1. Constructing queries, including more advanced features like:
29-
- aggregates
30-
- outer joins
31-
- complex "not-in"-queries
32-
- attributes from multi-level linked entities
33-
- update existing views with altered queries
28+
The tool will assist in three major areas:
3429

35-
2. Querying CDS/CRM for information not (easily) found in the UI
36-
- system / internal entities
37-
- attributes hidden in CRM UI
38-
- join on other fields than relationships
30+
1. Constructing queries, including more advanced features like:
31+
- aggregates
32+
- outer joins
33+
- complex "not-in"-queries
34+
- attributes from multi-level linked entities
35+
- update existing views with altered queries
3936

40-
3. Developer assistance generating code for
41-
- C# QueryExpression code
42-
- WebAPI / OData query string
43-
- Power Automate List Records
44-
- SQL, JavaScript and C# stubs
45-
- Easy to use UI to compose queries for reports in CRM
37+
2. Querying CDS/CRM for information not (easily) found in the UI
38+
- system / internal entities
39+
- attributes hidden in CRM UI
40+
- join on other fields than relationships
4641

47-
The tool reads metadata from Microsoft Dataverse and Dynamics 365 / CRM to assist with selecting entities, attributes, relations and to perform validation of condition values.
42+
3. Developer assistance generating code for
43+
- C# QueryExpression code
44+
- WebAPI / OData query string
45+
- Power Automate List Records
46+
- SQL, JavaScript and C# stubs
47+
- Easy to use UI to compose queries for reports in CRM
4848

49-
To make it even more appealing, there is also the possibility to have it show "Friendly names", which will replace the technical names of entities and attributes with their display names in the users' currently selected language, much like Advanced Find does.
49+
The tool reads metadata from Microsoft Dataverse and Dynamics 365 / CRM to assist with selecting entities, attributes, relations and to perform validation of condition values.
50+
51+
To make it even more appealing, there is also the possibility to have it show "Friendly names", which will replace the technical names of entities and attributes with their display names in the users' currently selected language, much like Advanced Find does.
5052
</description>
5153
<releaseNotes>
52-
Full release notes:
53-
https://fetchxmlbuilder.com/releases/#$versionnumber$
54+
Full release notes:
55+
https://fetchxmlbuilder.com/releases/#$versionnumber$
5456

55-
Released for manual download:
56-
https://github.com/rappen/FetchXMLBuilder/releases/tag/$buildnumber$
57+
Released for manual download:
58+
https://github.com/rappen/FetchXMLBuilder/releases/tag/$buildnumber$
5759
</releaseNotes>
5860
<copyright>Copyright Jonas Rapp 2014-2022</copyright>
5961
<tags>XrmToolBox Plugins FetchXML Builder</tags>
6062
<dependencies>
61-
<dependency id="XrmToolBox" version="1.2022.5.56" />
63+
<dependency id="XrmToolBox" version="1.2022.10.58" />
6264
</dependencies>
6365
</metadata>
6466
<files>

0 commit comments

Comments
 (0)