Skip to content

Commit cb9f997

Browse files
committed
Release new version 5.3.3
1 parent 2b11c9e commit cb9f997

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

0 commit comments

Comments
 (0)