From f59dc61785f8c1639235167ce201f973aeb13de5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20=C3=98rts=20S=C3=B8rig=20Lisby?= Date: Mon, 14 Mar 2022 20:33:33 +0100 Subject: [PATCH] Update to version 6.1.0 --- RELEASE_NOTES.md | 4 ++++ src/XrmDefinitelyTyped/AssemblyInfo.fs | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 7682e73651..59d80970cf 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -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. diff --git a/src/XrmDefinitelyTyped/AssemblyInfo.fs b/src/XrmDefinitelyTyped/AssemblyInfo.fs index 5624ee17c2..bf2fb29484 100644 --- a/src/XrmDefinitelyTyped/AssemblyInfo.fs +++ b/src/XrmDefinitelyTyped/AssemblyInfo.fs @@ -7,8 +7,8 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = @@ -17,5 +17,5 @@ module internal AssemblyVersionInformation = let [] AssemblyDescription = "Tool to generate TypeScript declaration files for MS Dynamics 365/CRM client-side coding." let [] AssemblyCompany = "Delegate A/S" let [] AssemblyCopyright = "Copyright (c) Delegate A/S 2017" - let [] AssemblyVersion = "6.0.0" - let [] AssemblyFileVersion = "6.0.0" + let [] AssemblyVersion = "6.1.0" + let [] AssemblyFileVersion = "6.1.0"