summary refs log tree commit diff
diff options
context:
space:
mode:
authorOren Novotny <oren@novotny.org>2018-02-12 14:57:06 -0500
committerOren Novotny <oren@novotny.org>2018-02-12 14:57:06 -0500
commit22fb12fc1280647eb2ed76cd752b699946c4e563 (patch)
tree22058e185b4143a296df11e4d9bc8cf32104d641
parentfix failing test due to utc time (diff)
downloadBouncyCastle.NET-ed25519-22fb12fc1280647eb2ed76cd752b699946c4e563.tar.xz
update signclient version
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index f568f3b01..4ff2fa493 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -11,7 +11,7 @@ environment:
     secure: q9qZlA/a+Z3wQbRlcjWok/PkfODgpKNECOBCzu2yIGE=
 
 install:  
-  - cmd: nuget install SignClient -Version 0.9.0 -SolutionDir %APPVEYOR_BUILD_FOLDER% -Verbosity quiet -ExcludeVersion -pre
+  - cmd: nuget install SignClient -Version 0.9.1 -SolutionDir %APPVEYOR_BUILD_FOLDER% -Verbosity quiet -ExcludeVersion 
 
 build_script:
   - cmd: msbuild /t:restore BouncyCastle.sln