diff --git a/build.fsx b/build.fsx index 534ced5..20419f2 100644 --- a/build.fsx +++ b/build.fsx @@ -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"