Skip to content

Commit

Permalink
Release 2.0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustavo Guerra committed Mar 29, 2014
1 parent 24e20bc commit cd324da
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions src/AssemblyInfo.DesignTime.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ 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.0.4.0")>]
[<assembly: AssemblyFileVersionAttribute("2.0.4.0")>]
[<assembly: AssemblyVersionAttribute("2.0.5.0")>]
[<assembly: AssemblyFileVersionAttribute("2.0.5.0")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "2.0.4.0"
let [<Literal>] Version = "2.0.5.0"
6 changes: 3 additions & 3 deletions src/AssemblyInfo.Portable47.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ 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.0.4.47")>]
[<assembly: AssemblyFileVersionAttribute("2.0.4.47")>]
[<assembly: AssemblyVersionAttribute("2.0.5.47")>]
[<assembly: AssemblyFileVersionAttribute("2.0.5.47")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "2.0.4.47"
let [<Literal>] Version = "2.0.5.47"
6 changes: 3 additions & 3 deletions src/AssemblyInfo.Portable7.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ 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.0.4.7")>]
[<assembly: AssemblyFileVersionAttribute("2.0.4.7")>]
[<assembly: AssemblyVersionAttribute("2.0.5.7")>]
[<assembly: AssemblyFileVersionAttribute("2.0.5.7")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "2.0.4.7"
let [<Literal>] Version = "2.0.5.7"
6 changes: 3 additions & 3 deletions src/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ 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.0.4.0")>]
[<assembly: AssemblyFileVersionAttribute("2.0.4.0")>]
[<assembly: AssemblyVersionAttribute("2.0.5.0")>]
[<assembly: AssemblyFileVersionAttribute("2.0.5.0")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "2.0.4.0"
let [<Literal>] Version = "2.0.5.0"

0 comments on commit cd324da

Please sign in to comment.