We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a26d87 + 6831486 commit 6dcfaa3Copy full SHA for 6dcfaa3
.nuget/NuGet.exe
2.48 MB
src/SqlClient/AssemblyInfo.fs
@@ -1,4 +1,5 @@
1
-namespace System
+// Auto-Generated by FAKE; do not edit
2
+namespace System
3
open System.Reflection
4
5
[<assembly: AssemblyTitleAttribute("SqlClient")>]
@@ -9,4 +10,8 @@ open System.Reflection
9
10
do ()
11
12
module internal AssemblyVersionInformation =
- let [<Literal>] Version = "1.8.3"
13
+ let [<Literal>] AssemblyTitle = "SqlClient"
14
+ let [<Literal>] AssemblyProduct = "FSharp.Data.SqlClient"
15
+ let [<Literal>] AssemblyDescription = "SqlClient F# type providers"
16
+ let [<Literal>] AssemblyVersion = "1.8.3"
17
+ let [<Literal>] AssemblyFileVersion = "1.8.3"
0 commit comments