Skip to content

Commit

Permalink
Update to version 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
misoeli committed Mar 14, 2022
1 parent 7477b8d commit f59dc61
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Release Notes
### 6.1.0 - March 14 2022
* Add support for AppSidePane - https://docs.microsoft.com/en-us/powerapps/developer/model-driven-apps/clientapi/reference/xrm-app-appsidepane (@mathiasbl)
* Typings for currentView on the view Selector (@skovlund, @mkholt)

### 6.0.0 - February 17 2022
* 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.

Expand Down
8 changes: 4 additions & 4 deletions src/XrmDefinitelyTyped/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ open System.Reflection
[<assembly: AssemblyDescriptionAttribute("Tool to generate TypeScript declaration files for MS Dynamics 365/CRM client-side coding.")>]
[<assembly: AssemblyCompanyAttribute("Delegate A/S")>]
[<assembly: AssemblyCopyrightAttribute("Copyright (c) Delegate A/S 2017")>]
[<assembly: AssemblyVersionAttribute("6.0.0")>]
[<assembly: AssemblyFileVersionAttribute("6.0.0")>]
[<assembly: AssemblyVersionAttribute("6.1.0")>]
[<assembly: AssemblyFileVersionAttribute("6.1.0")>]
do ()

module internal AssemblyVersionInformation =
Expand All @@ -17,5 +17,5 @@ module internal AssemblyVersionInformation =
let [<Literal>] AssemblyDescription = "Tool to generate TypeScript declaration files for MS Dynamics 365/CRM client-side coding."
let [<Literal>] AssemblyCompany = "Delegate A/S"
let [<Literal>] AssemblyCopyright = "Copyright (c) Delegate A/S 2017"
let [<Literal>] AssemblyVersion = "6.0.0"
let [<Literal>] AssemblyFileVersion = "6.0.0"
let [<Literal>] AssemblyVersion = "6.1.0"
let [<Literal>] AssemblyFileVersion = "6.1.0"

0 comments on commit f59dc61

Please sign in to comment.