forked from fsprojects/SQLProvider
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAssemblyInfo.fs
More file actions
17 lines (15 loc) · 746 Bytes
/
AssemblyInfo.fs
File metadata and controls
17 lines (15 loc) · 746 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Auto-Generated by FAKE; do not edit
namespace System
open System.Reflection
[<assembly: AssemblyTitleAttribute("SQLProvider.SQLite.Runtime")>]
[<assembly: AssemblyProductAttribute("SQLProvider")>]
[<assembly: AssemblyDescriptionAttribute("Type providers for SQLite database access.")>]
[<assembly: AssemblyVersionAttribute("1.5.13")>]
[<assembly: AssemblyFileVersionAttribute("1.5.13")>]
do ()
module internal AssemblyVersionInformation =
let [<Literal>] AssemblyTitle = "SQLProvider.SQLite.Runtime"
let [<Literal>] AssemblyProduct = "SQLProvider"
let [<Literal>] AssemblyDescription = "Type providers for SQLite database access."
let [<Literal>] AssemblyVersion = "1.5.13"
let [<Literal>] AssemblyFileVersion = "1.5.13"