-
-
Notifications
You must be signed in to change notification settings - Fork 970
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0159b88
commit cdce32f
Showing
3 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
_Date: TBA_ | ||
|
||
_Milestone: [v0.13.12](https://github.com/dotnet/BenchmarkDotNet/issues?q=milestone%3Av0.13.12)_ | ||
([List of commits](https://github.com/dotnet/BenchmarkDotNet/compare/v0.13.11...v0.13.12)) | ||
|
||
_NuGet Packages:_ | ||
* https://www.nuget.org/packages/BenchmarkDotNet/0.13.12 | ||
* https://www.nuget.org/packages/BenchmarkDotNet.Annotations/0.13.12 | ||
* https://www.nuget.org/packages/BenchmarkDotNet.Diagnostics.dotTrace/0.13.12 | ||
* https://www.nuget.org/packages/BenchmarkDotNet.Diagnostics.Windows/0.13.12 | ||
* https://www.nuget.org/packages/BenchmarkDotNet.Templates/0.13.12 | ||
* https://www.nuget.org/packages/BenchmarkDotNet.TestAdapter/0.13.12 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
## Highlights | ||
|
||
The biggest highlight of this release if our new VSTest Adapter, | ||
which allows to run benchmarks as unit tests in your favorite IDE! | ||
The detailed guide can be found [here](xref:docs.vstest). | ||
|
||
This release also includes to a minor bug fix that caused incorrect job id generation: | ||
fixed job id generation ([#2491](https://github.com/dotnet/BenchmarkDotNet/pull/2491)). | ||
|
||
Also, the target framework in the BenchmarkDotNet templates was bumped to .NET 8.0. |