File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Release Notes
2+
3+ ### 5.4.0 - August 10 2020
4+ * Move ` SetIsValid ` to be available from CRM version 9.1 instead of 9.0 (@KnethM )
5+ * Update ` XRM.Navigation.navigateTo ` typings (@KnethM )
6+
27### 5.3.3 - June 17 2020
38* Added Connection String Authentication method
49
1015
1116### 5.3.0 - June 08 2020
1217* New special flag "gendts" allowing XDT to only generating dts files: xrm.d.ts, metadata.d.ts, and sdk.d.ts
13- * Update Global Context with missing methods
14- * Update ` formContext.data.process ` with missing methods and properties
18+ * Update Global Context with missing methods ( @ mkholt )
19+ * Update ` formContext.data.process ` with missing methods and properties ( @ OliverFlint )
1520* Fix incorrect arguments for ` Xrm.Utility.openQuickCreate ` for version 8.2 and up
16- * Fix incorrect type of properties in ` AddNotificationObject ` used in ` .addNotification `
17- * Fix missing return type on ` setIsValied `
21+ * Fix incorrect type of properties in ` AddNotificationObject ` used in ` .addNotification ` ( @ sergeytunnik )
22+ * Fix missing return type on ` setIsValied ` ( @ sergeytunnik )
1823
1924### 5.2.0 - April 20 2020
2025* Add a new field ` securityRoles ` in ` Xrm.Utility.getGlobalContext().userSettings ` that replaces ` roles ` for CRM version 9.1 and up
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ open System.Reflection
77[<assembly: AssemblyDescriptionAttribute( " Tool to generate TypeScript declaration files for MS Dynamics 365/CRM client-side coding." ) >]
88[<assembly: AssemblyCompanyAttribute( " Delegate A/S" ) >]
99[<assembly: AssemblyCopyrightAttribute( " Copyright (c) Delegate A/S 2017" ) >]
10- [<assembly: AssemblyVersionAttribute( " 5.3.3 " ) >]
11- [<assembly: AssemblyFileVersionAttribute( " 5.3.3 " ) >]
10+ [<assembly: AssemblyVersionAttribute( " 5.4.0 " ) >]
11+ [<assembly: AssemblyFileVersionAttribute( " 5.4.0 " ) >]
1212do ()
1313
1414module internal AssemblyVersionInformation =
@@ -17,5 +17,5 @@ module internal AssemblyVersionInformation =
1717 let [<Literal>] AssemblyDescription = " Tool to generate TypeScript declaration files for MS Dynamics 365/CRM client-side coding."
1818 let [<Literal>] AssemblyCompany = " Delegate A/S"
1919 let [<Literal>] AssemblyCopyright = " Copyright (c) Delegate A/S 2017"
20- let [<Literal>] AssemblyVersion = " 5.3.3 "
21- let [<Literal>] AssemblyFileVersion = " 5.3.3 "
20+ let [<Literal>] AssemblyVersion = " 5.4.0 "
21+ let [<Literal>] AssemblyFileVersion = " 5.4.0 "
You can’t perform that action at this time.
0 commit comments