Skip to content

Commit 19b38fd

Browse files
authored
Merge pull request #791 from dtchepak/v5.2-release-prep
Prep for v5.2 release
2 parents e67780b + 6501412 commit 19b38fd

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1-
### vNext
1+
### 5.2.0 (Apr 2024)
22

3-
* [NEW] Support for Sourcelink and Deterministic Build (#737)
3+
* [UPDATE] Upgrade website build to jekyll 3.9.0 and add link to edit website pages (#767, #769; thanks to @brad)
4+
* [UPDATE] Build improvements:
5+
- migrate to GitHub Actions and update doc dependencies (#754, #774; thanks to @alexandrnikitin)
6+
- improve test platform coverage; add .NET 8 to test platforms (#742, #756; thanks to @Romfos)
7+
- source code format improvements; check format on CI (#758, ##761, #762, #763; thanks again to @Romfos)
8+
* [NEW] Support for Sourcelink and Deterministic Build. Thanks @304NotModified! (#737)
9+
10+
Many thanks to @alexandrnikitin, @Romfos, @brad, and @304NotModified for their contributions!
411

512
### 5.1.0 (Sep 2023)
613

acknowledgements.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ Mono is available under four open source licenses for different parts of the pro
3636
## BenchmarkDotNet [https://github.com/dotnet/BenchmarkDotNet]
3737
Really useful tool for benchmarking .NET code! Available for use under MIT License [https://github.com/dotnet/BenchmarkDotNet/blob/master/LICENSE.md].
3838

39+
## Microsoft SourceLink [https://github.com/dotnet/sourcelink]
40+
Provides deterministic builds and source debugging for library users. Available under MIT License [https://github.com/dotnet/sourcelink/blob/main/License.txt].
41+
3942
# Previously used for building NSubstitute
4043

4144
Even though they are no longer directly used for NSubstitute, the following projects were really helpful in building previous NSubstitute versions.

build/build.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<PackageReference Include="Microsoft.Build.Framework" Version="17.3.2" />
1919
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="17.3.2" />
2020
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="17.3.2" />
21-
<PackageReference Include="MSBuild.StructuredLogger" Version="2.1.844" />
21+
<PackageReference Include="MSBuild.StructuredLogger" Version="2.2.235" />
2222
<PackageReference Include="Fake.DotNet.Cli" Version="6.0.0" />
2323
<PackageReference Include="Fake.Tools.Git" Version="6.0.0" />
2424
<PackageReference Include="Fake.Core.Target" Version="6.0.0" />

0 commit comments

Comments
 (0)