diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index bfbfe5b..83aff47 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -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 diff --git a/src/FSharp.Data.Xsd/AssemblyInfo.DesignTime.fs b/src/FSharp.Data.Xsd/AssemblyInfo.DesignTime.fs index f55447b..bc81c0f 100644 --- a/src/FSharp.Data.Xsd/AssemblyInfo.DesignTime.fs +++ b/src/FSharp.Data.Xsd/AssemblyInfo.DesignTime.fs @@ -4,10 +4,10 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = - let [] Version = "0.0.8" - let [] InformationalVersion = "0.0.8" + let [] Version = "0.0.9" + let [] InformationalVersion = "0.0.9" diff --git a/src/FSharp.Data.Xsd/AssemblyInfo.fs b/src/FSharp.Data.Xsd/AssemblyInfo.fs index 0e69587..f670914 100644 --- a/src/FSharp.Data.Xsd/AssemblyInfo.fs +++ b/src/FSharp.Data.Xsd/AssemblyInfo.fs @@ -4,10 +4,10 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = - let [] Version = "0.0.8" - let [] InformationalVersion = "0.0.8" + let [] Version = "0.0.9" + let [] InformationalVersion = "0.0.9"