Skip to content

Commit f59dc61

Browse files
committed
Update to version 6.1.0
1 parent 7477b8d commit f59dc61

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

RELEASE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Release Notes
2+
### 6.1.0 - March 14 2022
3+
* Add support for AppSidePane - https://docs.microsoft.com/en-us/powerapps/developer/model-driven-apps/clientapi/reference/xrm-app-appsidepane (@mathiasbl)
4+
* Typings for currentView on the view Selector (@skovlund, @mkholt)
5+
26
### 6.0.0 - February 17 2022
37
* 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.
48

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("6.0.0")>]
11-
[<assembly: AssemblyFileVersionAttribute("6.0.0")>]
10+
[<assembly: AssemblyVersionAttribute("6.1.0")>]
11+
[<assembly: AssemblyFileVersionAttribute("6.1.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 = "6.0.0"
21-
let [<Literal>] AssemblyFileVersion = "6.0.0"
20+
let [<Literal>] AssemblyVersion = "6.1.0"
21+
let [<Literal>] AssemblyFileVersion = "6.1.0"

0 commit comments

Comments
 (0)