Skip to content

Commit

Permalink
Bump version to 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomociti committed Aug 6, 2016
1 parent 784d9e8 commit be759ef
Show file tree
Hide file tree
Showing 4 changed files with 13 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.5 - August 6 2016
* Support for nested particles

#### 0.0.4 - August 3 2016
* Fixes to NuGet package

Expand Down
2 changes: 2 additions & 0 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,8 @@ Target "All" DoNothing
"GenerateHelpDebug"
==> "KeepRunning"

"All"
==> "Release"
//"ReleaseDocs"
// ==> "Release"

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.4")>]
[<assembly: AssemblyFileVersionAttribute("0.0.4")>]
[<assembly: AssemblyVersionAttribute("0.0.5")>]
[<assembly: AssemblyFileVersionAttribute("0.0.5")>]
do ()

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

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

0 comments on commit be759ef

Please sign in to comment.