Skip to content

Commit

Permalink
Bump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomociti committed Sep 14, 2016
1 parent dca2f9b commit 56cb266
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#### 0.1.0 - September 14 2016
* Support for recursive schemas
* Performance improvements


#### 0.0.9 - August 29 2016
* nillable elements, abstract types and substitution groups
* improved resolution of includes, with internet file cache
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.9")>]
[<assembly: AssemblyFileVersionAttribute("0.0.9")>]
[<assembly: AssemblyVersionAttribute("0.1.0")>]
[<assembly: AssemblyFileVersionAttribute("0.1.0")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "0.0.9"
let [<Literal>] InformationalVersion = "0.0.9"
let [<Literal>] Version = "0.1.0"
let [<Literal>] InformationalVersion = "0.1.0"
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.9")>]
[<assembly: AssemblyFileVersionAttribute("0.0.9")>]
[<assembly: AssemblyVersionAttribute("0.1.0")>]
[<assembly: AssemblyFileVersionAttribute("0.1.0")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "0.0.9"
let [<Literal>] InformationalVersion = "0.0.9"
let [<Literal>] Version = "0.1.0"
let [<Literal>] InformationalVersion = "0.1.0"

0 comments on commit 56cb266

Please sign in to comment.