Skip to content

Commit c3d4c38

Browse files
authored
Merge pull request #731 from dtchepak/prep-5.1.0-release
Prep 5.1.0 release
2 parents 0a223b9 + 8707f51 commit c3d4c38

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### 5.1.0 (Sep 2023)
2+
3+
* [DOC] Add clickable headings. Thanks @jheinath! (#729)
4+
* [UPDATE] Update `Castle.Core` to `5.1.1-*` to support C# 9 covariants. Thanks @siblount to tracking this down. (#730)
5+
* [UPDATE] Improved support for testing `ILogger`. Thanks to @zlangner for this contribution, and also thanks to @Saibamen for reviewing this PR. (#732)
6+
* [NEW] Add `Arg.AnyType` for matching calls with generic parameters. Thanks @icalvo for implementing and documenting this! (#634, #715, #733)
7+
18
### 5.0.0 (Feb 2023)
29

310
* [UPDATE][BREAKING] Drop unsupported platforms. Now supported platforms are .NET 6+, .NET Framework 4.6.2+, .NET Standard 2.0.

src/NSubstitute/NSubstitute.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</PropertyGroup>
2222

2323
<ItemGroup>
24-
<PackageReference Include="Castle.Core" Version="5.0.0-*" />
24+
<PackageReference Include="Castle.Core" Version="5.1.1-*" />
2525
</ItemGroup>
2626

2727
<ItemGroup Condition="'$(TargetIsNet5OrNewer)' != 'true'">

testDotNetCore.sh

Lines changed: 0 additions & 2 deletions
This file was deleted.

testNet60.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/sh
2+
dotnet test -f net6.0

0 commit comments

Comments
 (0)