Skip to content

Commit 40c4142

Browse files
Prepare v0.13.10 changelog
1 parent ae49148 commit 40c4142

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ It's no harder than writing unit tests!
3030
Under the hood, it performs a lot of [magic](#automation) that guarantees [reliable and precise](#reliability) results thanks to the [perfolizer](https://github.com/AndreyAkinshin/perfolizer) statistical engine.
3131
BenchmarkDotNet protects you from popular benchmarking mistakes and warns you if something is wrong with your benchmark design or obtained measurements.
3232
The results are presented in a [user-friendly](#friendliness) form that highlights all the important facts about your experiment.
33-
BenchmarkDotNet is already adopted by [17700+ GitHub projects](https://github.com/dotnet/BenchmarkDotNet/network/dependents) including
33+
BenchmarkDotNet is already adopted by [18100+ GitHub projects](https://github.com/dotnet/BenchmarkDotNet/network/dependents) including
3434
[.NET Runtime](https://github.com/dotnet/runtime),
3535
[.NET Compiler](https://github.com/dotnet/roslyn),
3636
[.NET Performance](https://github.com/dotnet/performance),

docs/_changelog/footer/v0.13.10.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
_Date: November 01, 2023_
2+
3+
_Milestone: [v0.13.10](https://github.com/dotnet/BenchmarkDotNet/issues?q=milestone%3Av0.13.10)_
4+
([List of commits](https://github.com/dotnet/BenchmarkDotNet/compare/v0.13.9...v0.13.10))
5+
6+
_NuGet Packages:_
7+
* https://www.nuget.org/packages/BenchmarkDotNet/0.13.10
8+
* https://www.nuget.org/packages/BenchmarkDotNet.Annotations/0.13.10
9+
* https://www.nuget.org/packages/BenchmarkDotNet.Diagnostics.dotTrace/0.13.10
10+
* https://www.nuget.org/packages/BenchmarkDotNet.Diagnostics.Windows/0.13.10
11+
* https://www.nuget.org/packages/BenchmarkDotNet.Templates/0.13.10

docs/_changelog/header/v0.13.10.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Highlights
2+
3+
Initial support of .NET 9 and minor bug fixes.

0 commit comments

Comments
 (0)