File tree 3 files changed +9
-9
lines changed
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
2
2
* More awesome stuff coming...
3
3
* More 3d-Charts
4
4
* Multiple axis support
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ open System.Reflection
4
4
[<assembly: AssemblyTitleAttribute( " FSharp.Plotly.WPF" ) >]
5
5
[<assembly: AssemblyProductAttribute( " FSharp.Plotly" ) >]
6
6
[<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" ) >]
9
9
do ()
10
10
11
11
module 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
4
4
[<assembly: AssemblyTitleAttribute( " FSharp.Plotly" ) >]
5
5
[<assembly: AssemblyProductAttribute( " FSharp.Plotly" ) >]
6
6
[<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" ) >]
9
9
do ()
10
10
11
11
module 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