We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bad800b commit 9def449Copy full SHA for 9def449
build.fsx
@@ -19,10 +19,10 @@ let project = "Kraken"
19
let product = "kraken.NET 4.5"
20
let authors = ["Kraken.io, Kevin Bronsdijk"]
21
let summary = "The official Kraken.io .Net client"
22
-let version = "0.2.0.1"
+let version = "0.2.0.2"
23
let description = "The official kraken-net client interacts with the Kraken.io REST API allowing you to utilize Krakens features using a .NET interface."
24
-let notes = "form data fix kraken-net/pull/22"
25
-let nugetVersion = "2.0.1"
+let notes = "Allows passing this flag either as a request parameter or specifying the sandbox mode for a connection."
+let nugetVersion = "2.0.2"
26
let tags = "kraken.io C# API image optimization official"
27
let gitHome = "https://github.com/kraken-io"
28
let gitName = "kraken-net"
0 commit comments