Skip to content

Commit 98767de

Browse files
committed
published nuget 4.3.14
1 parent 912d300 commit 98767de

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

RELEASE_NOTES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Release Notes
2+
### 4.3.14 - September 13 2019
3+
* Added missing short-hands for BPF typings
24

35
### 4.3.13 - August 13 2019
46
* Fix bug where some formatted values replaced the base value instead of including the formatted value

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

0 commit comments

Comments
 (0)