diff --git a/Capnp.Net.Runtime.Tests/TcpRpcInterop.cs b/Capnp.Net.Runtime.Tests/TcpRpcInterop.cs index d509f8f..b498e47 100644 --- a/Capnp.Net.Runtime.Tests/TcpRpcInterop.cs +++ b/Capnp.Net.Runtime.Tests/TcpRpcInterop.cs @@ -980,7 +980,7 @@ namespace Capnp.Net.Runtime.Tests LaunchCompatTestProcess("server:MoreStuff", EmbargoErrorImpl); } - [TestMethod, Timeout(30000)] + [TestMethod, Timeout(60000)] public void RepeatedEmbargoError() { LaunchCompatTestProcess("server:MoreStuff", stdout => diff --git a/appveyor.yml b/appveyor.yml index 7ebf098..0fa9ac5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,7 +13,7 @@ install: - cd %APPVEYOR_BUILD_FOLDER% dotnet_csproj: patch: true - file: '**\*.csproj;**\*.props;**\*.fsproj;**\*.xml;**\*.nuspec' + file: '**\*.csproj;**\*.props;**\*.fsproj;**\*.xml' version: '{version}' package_version: '{version}' assembly_version: '{version}' diff --git a/chocolatey/capnpc-csharp-win-x86/capnpc-csharp-win-x86.nuspec b/chocolatey/capnpc-csharp-win-x86/capnpc-csharp-win-x86.nuspec index 3881782..ea88874 100644 --- a/chocolatey/capnpc-csharp-win-x86/capnpc-csharp-win-x86.nuspec +++ b/chocolatey/capnpc-csharp-win-x86/capnpc-csharp-win-x86.nuspec @@ -2,7 +2,7 @@ capnpc-csharp-win-x86 - 1.0.0 + $version$ https://github.com/c80k/capnproto-dotnetcore/tree/master/chocolatey Christian Köllner and contributors Christian Köllner diff --git a/chocolatey/capnpc-csharp/capnpc-csharp.nuspec b/chocolatey/capnpc-csharp/capnpc-csharp.nuspec index ec1ce67..4f7dd25 100644 --- a/chocolatey/capnpc-csharp/capnpc-csharp.nuspec +++ b/chocolatey/capnpc-csharp/capnpc-csharp.nuspec @@ -2,7 +2,7 @@ capnpc-csharp - 1.0.0 + $version$ https://github.com/c80k/capnproto-dotnetcore/tree/master/chocolatey Christian Köllner and contributors Christian Köllner