diff --git a/README.md b/README.md index c5d55e3..9203e41 100644 --- a/README.md +++ b/README.md @@ -104,8 +104,8 @@ public void Intercept(IInvocation invocation) To intercept methods that return a [`Task`](https://msdn.microsoft.com/en-us/library/dd321424.aspx) is far from simple. It's the reason why I created this library. Rather than go into the detail (the solution requires the use -of reflection) the stack overflow answer to the question [Intercept async method that returns generic Task<> via -DynamicProxy](http://stackoverflow.com/a/28374134) provides great overview. +of reflection) the stack overflow question [Intercept async method that returns generic Task<> via +DynamicProxy](https://stackoverflow.com/a/43272955) provides great overview. ## How to intercept asynchronous methods __with__ AsyncInterceptor? diff --git a/appveyor.yml b/appveyor.yml index 97aa65d..d4ab4b8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,7 +9,7 @@ #---------------------------------# # version format -version: 1.3.{build} +version: 1.4.{build} pull_requests: do_not_increment_build_number: true