Skip to content

Commit

Permalink
Bump version to 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomociti committed Aug 29, 2016
1 parent dcec1b2 commit 0ef3277
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#### 0.0.9 - August 29 2016
* nillable elements, abstract types and substitution groups
* improved resolution of includes, with internet file cache

#### 0.0.8 - August 25 2016
* Improved design time caching
* Improved resolution of includes
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.8")>]
[<assembly: AssemblyFileVersionAttribute("0.0.8")>]
[<assembly: AssemblyVersionAttribute("0.0.9")>]
[<assembly: AssemblyFileVersionAttribute("0.0.9")>]
do ()

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

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

0 comments on commit 0ef3277

Please sign in to comment.