Skip to content

Commit

Permalink
Merge branch 'master' into bugfix/GenericAssertionMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-tihon committed Jun 25, 2020
2 parents 7f82cbe + c060a5a commit e8ce9c3
Show file tree
Hide file tree
Showing 9 changed files with 287 additions and 876 deletions.
6 changes: 3 additions & 3 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
"isRoot": true,
"tools": {
"paket": {
"version": "5.243.0",
"version": "5.247.3",
"commands": [
"paket"
]
},
"fake-cli": {
"version": "5.19.1",
"version": "5.20.1",
"commands": [
"fake"
]
},
"dotnet-serve": {
"version": "1.7.120",
"version": "1.7.125",
"commands": [
"dotnet-serve"
]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, macOS-latest, ubuntu-latest]
dotnet: [3.1.201]
dotnet: [3.1.301]
runs-on: ${{ matrix.os }}

steps:
Expand Down
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 3.8.2 - Jun 25, 2020
- Dependencies update

### 3.8.1 - Apr 2, 2020
* MSTest.TestFramework (2.1.1)

Expand Down
Loading

0 comments on commit e8ce9c3

Please sign in to comment.