Skip to content

Commit 6dcfaa3

Browse files
authored
Merge pull request #260 from fsprojects/fixing-build-cmd
Fixing #259. Updating nuget to 3.5.0.1996
2 parents 4a26d87 + 6831486 commit 6dcfaa3

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.nuget/NuGet.exe

2.48 MB
Binary file not shown.

src/SqlClient/AssemblyInfo.fs

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
namespace System
1+
// Auto-Generated by FAKE; do not edit
2+
namespace System
23
open System.Reflection
34

45
[<assembly: AssemblyTitleAttribute("SqlClient")>]
@@ -9,4 +10,8 @@ open System.Reflection
910
do ()
1011

1112
module internal AssemblyVersionInformation =
12-
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

Comments
 (0)