Skip to content

Commit eeded1b

Browse files
author
Jos Hickson
committed
Merge remote-tracking branch 'refs/remotes/wintoncode/master'
2 parents 6c15e72 + 987f200 commit eeded1b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Here are questions you can answer before you file a bug to make sure you're not
99

1010
1. Did you include the snippet of broken code in the issue?
1111
2. What are the *EXACT* steps to reproduce this problem?
12-
3. What package versions are you using (you can see these in the `project.json` file)?
12+
3. What package versions are you using?
1313
4. What operating system are you using?
1414

1515
GitHub supports [markdown](https://help.github.com/articles/github-flavored-markdown/), so when filing bugs make sure you check the formatting before clicking submit.
@@ -39,4 +39,4 @@ Addresses #bugnumber (in this specific format)
3939

4040
- Tests need to be provided for every bug/feature that is completed.
4141
- If there is a scenario that is far too hard to test there does not need to be a test for it.
42-
- "Too hard" is determined by the team as a whole.
42+
- "Too hard" is determined by the team as a whole.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![NuGet version](https://img.shields.io/nuget/vpre/Winton.Extensions.Threading.Actor.svg)](https://www.nuget.org/packages/Winton.Extensions.Threading.Actor)
77

88
A lightweight implementation of the actor pattern designed to integrate with C#'s `async`/`await` keywords.
9-
It is a richer version of the implementation that will be outlined on [Winton's Tech Blog](https://tech.winton.com/blog/2017/03/a-tpl-actor-pattern) later this week.
9+
It is a richer version of the implementation that is outlined on [Winton's Tech Blog](https://tech.winton.com/blog/2017/03/a-tpl-actor-pattern).
1010

1111
## Overview
1212

0 commit comments

Comments
 (0)