Skip to content

Commit bd37724

Browse files
committed
Updated to version 5.6.1
Always include additional headers in linked requests in dg.xrmquery.web.ts (@Loeka1234) Fix relative execution directory for Run.ps1 (@mlRosenquist) Dependency updates for ini (1.3.5 -> 1.3.8), path-parse (1.0.5 -> 1.0.7), glob-parent (5.1.1 -> 5.1.2), yargs-parser (5.0.0 -> 5.0.1), y18n (3.2.1 -> 3.2.2), hosted-git-info (2.8.5 -> 2.8.9)
1 parent 8562929 commit bd37724

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

RELEASE_NOTES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Release Notes
2+
### 5.6.1 - September 23 2021
3+
* Always include additional headers in linked requests in dg.xrmquery.web.ts (@loeka1234)
4+
* Fix relative execution directory for Run.ps1 (@mlRosenquist)
5+
* Dependency updates for ini (1.3.5 -> 1.3.8), path-parse (1.0.5 -> 1.0.7), glob-parent (5.1.1 -> 5.1.2), yargs-parser (5.0.0 -> 5.0.1), y18n (3.2.1 -> 3.2.2), hosted-git-info (2.8.5 -> 2.8.9)
6+
27
### 5.6.0 - August 02 2021
38
* Added typing getAttribute and getControl overrides taking a delegate as argument
49
* Fixed attribute and control types for custom controls

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

0 commit comments

Comments
 (0)