Skip to content

Commit

Permalink
Bump version to 0.6.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Timo Mühlhaus committed Jun 29, 2016
1 parent 10a26f7 commit c83b471
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 1.0 - Unreleased
### 0.6.0-beta - Unreleased
* More awesome stuff coming...
* More 3d-Charts
* Multiple axis support
Expand Down
1 change: 1 addition & 0 deletions paket.dependencies
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
source https://nuget.org/api/v2

nuget FSharp.Core redirects: force
nuget Newtonsoft.Json

group Build
source https://nuget.org/api/v2
Expand Down
8 changes: 4 additions & 4 deletions src/FSharp.Plotly.WPF/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("FSharp.Plotly.WPF")>]
[<assembly: AssemblyProductAttribute("FSharp.Plotly")>]
[<assembly: AssemblyDescriptionAttribute("A F# interactive charting library using plotly.js")>]
[<assembly: AssemblyVersionAttribute("1.0")>]
[<assembly: AssemblyFileVersionAttribute("1.0")>]
[<assembly: AssemblyVersionAttribute("0.6.0")>]
[<assembly: AssemblyFileVersionAttribute("0.6.0")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "1.0"
let [<Literal>] InformationalVersion = "1.0"
let [<Literal>] Version = "0.6.0"
let [<Literal>] InformationalVersion = "0.6.0"
8 changes: 4 additions & 4 deletions src/FSharp.Plotly/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("FSharp.Plotly")>]
[<assembly: AssemblyProductAttribute("FSharp.Plotly")>]
[<assembly: AssemblyDescriptionAttribute("A F# interactive charting library using plotly.js")>]
[<assembly: AssemblyVersionAttribute("1.0")>]
[<assembly: AssemblyFileVersionAttribute("1.0")>]
[<assembly: AssemblyVersionAttribute("0.6.0")>]
[<assembly: AssemblyFileVersionAttribute("0.6.0")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "1.0"
let [<Literal>] InformationalVersion = "1.0"
let [<Literal>] Version = "0.6.0"
let [<Literal>] InformationalVersion = "0.6.0"
2 changes: 0 additions & 2 deletions src/FSharp.Plotly/paket.references
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
source https://nuget.org/api/v2

nuget FSharp.Core
nuget Newtonsoft.Json

0 comments on commit c83b471

Please sign in to comment.