Skip to content

Commit 53bd8c7

Browse files
committed
Update to version 6.0.0
1 parent 5c16122 commit 53bd8c7

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

RELEASE_NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Release Notes
2+
### 6.0.0 - February 17 2022
3+
* Ignore the special form types InteractionCentricDashboard and TaskFlowForm when generating form contexts. These form types contain attributes and controls that are improperly mapped, and as neither has any apparent applications as you can't apply web ressource handlers to them, they have been removed.
4+
25
### 5.7.1 - January 13 2022
36
* Resolve System.ValueTuple reference issue.
47

src/XrmDefinitelyTyped/AssemblyInfo.fs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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.7.1")>]
11-
[<assembly: AssemblyFileVersionAttribute("5.7.1")>]
10+
[<assembly: AssemblyVersionAttribute("6.0.0")>]
11+
[<assembly: AssemblyFileVersionAttribute("6.0.0")>]
1212
do ()
1313

1414
module 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.7.1"
21-
let [<Literal>] AssemblyFileVersion = "5.7.1"
20+
let [<Literal>] AssemblyVersion = "6.0.0"
21+
let [<Literal>] AssemblyFileVersion = "6.0.0"

0 commit comments

Comments
 (0)