Skip to content

Commit

Permalink
Udpate AssemblyInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustavo Guerra committed Jan 20, 2018
1 parent 5fc72b2 commit 0cfef1d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions src/AssemblyInfo.DesignTime.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("FSharp.Data.DesignTime")>]
[<assembly: AssemblyProductAttribute("FSharp.Data")>]
[<assembly: AssemblyDescriptionAttribute("Library of F# type providers and data access tools")>]
[<assembly: AssemblyVersionAttribute("2.4.3.0")>]
[<assembly: AssemblyFileVersionAttribute("2.4.3.0")>]
[<assembly: AssemblyVersionAttribute("2.4.4.0")>]
[<assembly: AssemblyFileVersionAttribute("2.4.4.0")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyTitle = "FSharp.Data.DesignTime"
let [<Literal>] AssemblyProduct = "FSharp.Data"
let [<Literal>] AssemblyDescription = "Library of F# type providers and data access tools"
let [<Literal>] AssemblyVersion = "2.4.3.0"
let [<Literal>] AssemblyFileVersion = "2.4.3.0"
let [<Literal>] AssemblyVersion = "2.4.4.0"
let [<Literal>] AssemblyFileVersion = "2.4.4.0"
8 changes: 4 additions & 4 deletions src/AssemblyInfo.Portable259.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("FSharp.Data")>]
[<assembly: AssemblyProductAttribute("FSharp.Data")>]
[<assembly: AssemblyDescriptionAttribute("Library of F# type providers and data access tools")>]
[<assembly: AssemblyVersionAttribute("2.4.3.259")>]
[<assembly: AssemblyFileVersionAttribute("2.4.3.259")>]
[<assembly: AssemblyVersionAttribute("2.4.4.259")>]
[<assembly: AssemblyFileVersionAttribute("2.4.4.259")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyTitle = "FSharp.Data"
let [<Literal>] AssemblyProduct = "FSharp.Data"
let [<Literal>] AssemblyDescription = "Library of F# type providers and data access tools"
let [<Literal>] AssemblyVersion = "2.4.3.259"
let [<Literal>] AssemblyFileVersion = "2.4.3.259"
let [<Literal>] AssemblyVersion = "2.4.4.259"
let [<Literal>] AssemblyFileVersion = "2.4.4.259"
8 changes: 4 additions & 4 deletions src/AssemblyInfo.Portable7.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("FSharp.Data")>]
[<assembly: AssemblyProductAttribute("FSharp.Data")>]
[<assembly: AssemblyDescriptionAttribute("Library of F# type providers and data access tools")>]
[<assembly: AssemblyVersionAttribute("2.4.3.7")>]
[<assembly: AssemblyFileVersionAttribute("2.4.3.7")>]
[<assembly: AssemblyVersionAttribute("2.4.4.7")>]
[<assembly: AssemblyFileVersionAttribute("2.4.4.7")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyTitle = "FSharp.Data"
let [<Literal>] AssemblyProduct = "FSharp.Data"
let [<Literal>] AssemblyDescription = "Library of F# type providers and data access tools"
let [<Literal>] AssemblyVersion = "2.4.3.7"
let [<Literal>] AssemblyFileVersion = "2.4.3.7"
let [<Literal>] AssemblyVersion = "2.4.4.7"
let [<Literal>] AssemblyFileVersion = "2.4.4.7"
8 changes: 4 additions & 4 deletions src/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("FSharp.Data")>]
[<assembly: AssemblyProductAttribute("FSharp.Data")>]
[<assembly: AssemblyDescriptionAttribute("Library of F# type providers and data access tools")>]
[<assembly: AssemblyVersionAttribute("2.4.3.0")>]
[<assembly: AssemblyFileVersionAttribute("2.4.3.0")>]
[<assembly: AssemblyVersionAttribute("2.4.4.0")>]
[<assembly: AssemblyFileVersionAttribute("2.4.4.0")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyTitle = "FSharp.Data"
let [<Literal>] AssemblyProduct = "FSharp.Data"
let [<Literal>] AssemblyDescription = "Library of F# type providers and data access tools"
let [<Literal>] AssemblyVersion = "2.4.3.0"
let [<Literal>] AssemblyFileVersion = "2.4.3.0"
let [<Literal>] AssemblyVersion = "2.4.4.0"
let [<Literal>] AssemblyFileVersion = "2.4.4.0"

0 comments on commit 0cfef1d

Please sign in to comment.