Skip to content

Commit

Permalink
Bumps version in build.fsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ZloeSabo committed Jun 29, 2020
1 parent 15f1cc0 commit c353f8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ let project = "Kraken"
let product = "kraken.NET 4.5"
let authors = ["Kraken.io, Kevin Bronsdijk"]
let summary = "The official Kraken.io .Net client"
let version = "0.2.0.1"
let version = "0.2.0.2"
let description = "The official kraken-net client interacts with the Kraken.io REST API allowing you to utilize Krakens features using a .NET interface."
let notes = "form data fix kraken-net/pull/22"
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"
let tags = "kraken.io C# API image optimization official"
let gitHome = "https://github.com/kraken-io"
let gitName = "kraken-net"
Expand Down

0 comments on commit c353f8f

Please sign in to comment.