Skip to content

Commit

Permalink
Updated the build number to 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JSkimming committed Sep 26, 2017
1 parent 24d79c6 commit 7149d93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ public void Intercept(IInvocation invocation)

To intercept methods that return a [`Task<TResult>`](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?

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#---------------------------------#

# version format
version: 1.3.{build}
version: 1.4.{build}
pull_requests:
do_not_increment_build_number: true

Expand Down

0 comments on commit 7149d93

Please sign in to comment.