From c353f8f95d8dc1b42050915ff965cf92d320b640 Mon Sep 17 00:00:00 2001 From: Evgeny Soynov Date: Mon, 29 Jun 2020 11:55:24 +0200 Subject: [PATCH] Bumps version in build.fsx --- build.fsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"