File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- ### 0.6.1-beta - July 1 2016
1+ ### 1.0.1 - July 5 2016
22* More awesome stuff coming...
33* More 3d-Charts
44* Multiple axis support
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ open System.Reflection
44[<assembly: AssemblyTitleAttribute( " FSharp.Plotly.WPF" ) >]
55[<assembly: AssemblyProductAttribute( " FSharp.Plotly" ) >]
66[<assembly: AssemblyDescriptionAttribute( " A F# interactive charting library using plotly.js" ) >]
7- [<assembly: AssemblyVersionAttribute( " 0.6 .1" ) >]
8- [<assembly: AssemblyFileVersionAttribute( " 0.6 .1" ) >]
7+ [<assembly: AssemblyVersionAttribute( " 1.0 .1" ) >]
8+ [<assembly: AssemblyFileVersionAttribute( " 1.0 .1" ) >]
99do ()
1010
1111module internal AssemblyVersionInformation =
12- let [<Literal>] Version = " 0.6 .1"
13- let [<Literal>] InformationalVersion = " 0.6 .1"
12+ let [<Literal>] Version = " 1.0 .1"
13+ let [<Literal>] InformationalVersion = " 1.0 .1"
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ open System.Reflection
44[<assembly: AssemblyTitleAttribute( " FSharp.Plotly" ) >]
55[<assembly: AssemblyProductAttribute( " FSharp.Plotly" ) >]
66[<assembly: AssemblyDescriptionAttribute( " A F# interactive charting library using plotly.js" ) >]
7- [<assembly: AssemblyVersionAttribute( " 0.6 .1" ) >]
8- [<assembly: AssemblyFileVersionAttribute( " 0.6 .1" ) >]
7+ [<assembly: AssemblyVersionAttribute( " 1.0 .1" ) >]
8+ [<assembly: AssemblyFileVersionAttribute( " 1.0 .1" ) >]
99do ()
1010
1111module internal AssemblyVersionInformation =
12- let [<Literal>] Version = " 0.6 .1"
13- let [<Literal>] InformationalVersion = " 0.6 .1"
12+ let [<Literal>] Version = " 1.0 .1"
13+ let [<Literal>] InformationalVersion = " 1.0 .1"
You can’t perform that action at this time.
0 commit comments