Skip to content

Commit

Permalink
Bump version to 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomociti committed Aug 9, 2016
1 parent 3324cbb commit db479d5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#### 0.0.6 - August 10 2016
* Wildcard and recursive elements considered empty

#### 0.0.5 - August 6 2016
* Support for nested particles

Expand Down
8 changes: 4 additions & 4 deletions src/FSharp.Data.Xsd/AssemblyInfo.DesignTime.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("FSharp.Data.Xsd.DesignTime")>]
[<assembly: AssemblyProductAttribute("FSharp.Data.Xsd")>]
[<assembly: AssemblyDescriptionAttribute("Xml Type Provider based on Xml Schema")>]
[<assembly: AssemblyVersionAttribute("0.0.5")>]
[<assembly: AssemblyFileVersionAttribute("0.0.5")>]
[<assembly: AssemblyVersionAttribute("0.0.6")>]
[<assembly: AssemblyFileVersionAttribute("0.0.6")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "0.0.5"
let [<Literal>] InformationalVersion = "0.0.5"
let [<Literal>] Version = "0.0.6"
let [<Literal>] InformationalVersion = "0.0.6"
8 changes: 4 additions & 4 deletions src/FSharp.Data.Xsd/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("FSharp.Data.Xsd")>]
[<assembly: AssemblyProductAttribute("FSharp.Data.Xsd")>]
[<assembly: AssemblyDescriptionAttribute("Xml Type Provider based on Xml Schema")>]
[<assembly: AssemblyVersionAttribute("0.0.5")>]
[<assembly: AssemblyFileVersionAttribute("0.0.5")>]
[<assembly: AssemblyVersionAttribute("0.0.6")>]
[<assembly: AssemblyFileVersionAttribute("0.0.6")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "0.0.5"
let [<Literal>] InformationalVersion = "0.0.5"
let [<Literal>] Version = "0.0.6"
let [<Literal>] InformationalVersion = "0.0.6"

0 comments on commit db479d5

Please sign in to comment.