Skip to content

Commit 05eb00f

Browse files
Prepare v0.13.11 changelog
1 parent b987b99 commit 05eb00f

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 [18100+ GitHub projects](https://github.com./dotnet/BenchmarkDotNet/network/dependents) including
33+
BenchmarkDotNet is already adopted by [18700+ 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.11.md

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

docs/_changelog/header/v0.13.11.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Highlights
2+
3+
Small improvements.

0 commit comments

Comments
 (0)