Skip to content

Commit

Permalink
Release 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustavo Guerra committed Mar 19, 2014
1 parent 94a8325 commit 5fc055e
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.3.0")>]
[<assembly: AssemblyFileVersionAttribute("2.0.3.0")>]
[<assembly: AssemblyVersionAttribute("2.0.4.0")>]
[<assembly: AssemblyFileVersionAttribute("2.0.4.0")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "2.0.3.0"
let [<Literal>] Version = "2.0.4.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.3.47")>]
[<assembly: AssemblyFileVersionAttribute("2.0.3.47")>]
[<assembly: AssemblyVersionAttribute("2.0.4.47")>]
[<assembly: AssemblyFileVersionAttribute("2.0.4.47")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "2.0.3.47"
let [<Literal>] Version = "2.0.4.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.3.7")>]
[<assembly: AssemblyFileVersionAttribute("2.0.3.7")>]
[<assembly: AssemblyVersionAttribute("2.0.4.7")>]
[<assembly: AssemblyFileVersionAttribute("2.0.4.7")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "2.0.3.7"
let [<Literal>] Version = "2.0.4.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.3.0")>]
[<assembly: AssemblyFileVersionAttribute("2.0.3.0")>]
[<assembly: AssemblyVersionAttribute("2.0.4.0")>]
[<assembly: AssemblyFileVersionAttribute("2.0.4.0")>]
do ()

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

0 comments on commit 5fc055e

Please sign in to comment.