Skip to content

Commit c353f8f

Browse files
committed
Bumps version in build.fsx
1 parent 15f1cc0 commit c353f8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.fsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ let project = "Kraken"
1919
let product = "kraken.NET 4.5"
2020
let authors = ["Kraken.io, Kevin Bronsdijk"]
2121
let summary = "The official Kraken.io .Net client"
22-
let version = "0.2.0.1"
22+
let version = "0.2.0.2"
2323
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"
24+
let notes = "Allows passing this flag either as a request parameter or specifying the sandbox mode for a connection."
25+
let nugetVersion = "2.0.2"
2626
let tags = "kraken.io C# API image optimization official"
2727
let gitHome = "https://github.com/kraken-io"
2828
let gitName = "kraken-net"

0 commit comments

Comments
 (0)