Skip to content

Commit

Permalink
Merge pull request #731 from dtchepak/prep-5.1.0-release
Browse files Browse the repository at this point in the history
Prep 5.1.0 release
  • Loading branch information
dtchepak authored Sep 10, 2023
2 parents 0a223b9 + 8707f51 commit c3d4c38
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### 5.1.0 (Sep 2023)

* [DOC] Add clickable headings. Thanks @jheinath! (#729)
* [UPDATE] Update `Castle.Core` to `5.1.1-*` to support C# 9 covariants. Thanks @siblount to tracking this down. (#730)
* [UPDATE] Improved support for testing `ILogger`. Thanks to @zlangner for this contribution, and also thanks to @Saibamen for reviewing this PR. (#732)
* [NEW] Add `Arg.AnyType` for matching calls with generic parameters. Thanks @icalvo for implementing and documenting this! (#634, #715, #733)

### 5.0.0 (Feb 2023)

* [UPDATE][BREAKING] Drop unsupported platforms. Now supported platforms are .NET 6+, .NET Framework 4.6.2+, .NET Standard 2.0.
Expand Down
2 changes: 1 addition & 1 deletion src/NSubstitute/NSubstitute.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Castle.Core" Version="5.0.0-*" />
<PackageReference Include="Castle.Core" Version="5.1.1-*" />
</ItemGroup>

<ItemGroup Condition="'$(TargetIsNet5OrNewer)' != 'true'">
Expand Down
2 changes: 0 additions & 2 deletions testDotNetCore.sh

This file was deleted.

2 changes: 2 additions & 0 deletions testNet60.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
dotnet test -f net6.0

0 comments on commit c3d4c38

Please sign in to comment.