forked from plotly/Plotly.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAssemblyInfo.fs
More file actions
28 lines (21 loc) · 758 Bytes
/
AssemblyInfo.fs
File metadata and controls
28 lines (21 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
// Auto-Generated by FAKE; do not edit
namespace System
open System.Reflection
[<assembly: AssemblyTitleAttribute("Plotly.NET")>]
[<assembly: AssemblyProductAttribute("Plotly.NET")>]
[<assembly: AssemblyDescriptionAttribute("A F# interactive charting library using plotly.js")>]
[<assembly: AssemblyVersionAttribute("2.0.0")>]
[<assembly: AssemblyFileVersionAttribute("2.0.0")>]
do ()
module internal AssemblyVersionInformation =
[<Literal>]
let AssemblyTitle = "Plotly.NET"
[<Literal>]
let AssemblyProduct = "Plotly.NET"
[<Literal>]
let AssemblyDescription =
"A F# interactive charting library using plotly.js"
[<Literal>]
let AssemblyVersion = "2.0.0"
[<Literal>]
let AssemblyFileVersion = "2.0.0"