File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ version : 1.0.{build}
2+
3+ image : Visual Studio 2017
4+
5+ environment :
6+ matrix :
7+ - CONFIGURATION : Debug
8+ - CONFIGURATION : Release
9+
10+ install :
11+ - git submodule update --init --recursive
12+
13+ before_build :
14+ - cmake -G "Visual Studio 15 2017 Win64" .
15+
16+ build :
17+ project : $(APPVEYOR_BUILD_FOLDER)\Ark-Cpp-Crypto.sln
18+
19+ test_script :
20+ - cmd : ' %APPVEYOR_BUILD_FOLDER%\test\%CONFIGURATION%\Ark-Cpp-Crypto-tests.exe'
Original file line number Diff line number Diff line change @@ -12,13 +12,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1212- updated vendorField to support 255 bytes in Core v2.4 ([ #84 ] )
1313- updated ArduinoJson package to version v.6.10.0 ([ #76 ] )
1414- updated tests to use Core fixtures ([ #74 ] )
15+ - improved Windows support ([ #83 ] )
1516
16- ### Changed
17-
18- ### Changed
17+ ### Fixed
1918
2019- properly handle 0 ARKtoshi Transaction amounts.
21- - improved Windows support ([ #83 ] )
2220
2321## [ 0.3.1] - 2019-02-19
2422
You can’t perform that action at this time.
0 commit comments