@@ -19,10 +19,10 @@ let project = "Kraken"
19
19
let product = " kraken.NET 4.5"
20
20
let authors = [ " Kraken.io, Kevin Bronsdijk" ]
21
21
let summary = " The official Kraken.io .Net client"
22
- let version = " 0.2.0.0 "
22
+ let version = " 0.2.0.1 "
23
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 = " Added None as a strategy. For more information and documentation, please visit the project site on GitHub. "
25
- let nugetVersion = " 2.0.0 "
24
+ let notes = " form data fix kraken-net/pull/22 "
25
+ let nugetVersion = " 2.0.1 "
26
26
let tags = " kraken.io C# API image optimization official"
27
27
let gitHome = " https://github.com/kraken-io"
28
28
let gitName = " kraken-net"
@@ -55,7 +55,7 @@ Target "AssemblyInfo" (fun _ ->
55
55
Attribute.Description summary
56
56
Attribute.Version version
57
57
Attribute.FileVersion version
58
- Attribute.Copyright " 2017 "
58
+ Attribute.Copyright " 2020 "
59
59
]
60
60
61
61
CreateCSharpAssemblyInfo " src/kraken-net/Properties/AssemblyInfo.cs" attributes
@@ -75,6 +75,7 @@ Target "RestorePackages" (fun _ ->
75
75
// --------------------------------------------------------------------------------------
76
76
77
77
Target " Build" ( fun _ ->
78
+ EnvironmentHelper.setBuildParam " VisualStudioVersion" " 16.0"
78
79
!! " src/kraken-net.sln"
79
80
|> MSBuildRelease buildDir " Build"
80
81
|> Log " AppBuild-Output: "
0 commit comments