Add BenchmarkDotNet to README.md and project.json
This commit is contained in:
Родитель
867bce0cb5
Коммит
426178b53b
|
@ -18,6 +18,10 @@ There are many projects under the stewardship of the .NET Foundation. The [full
|
||||||
|
|
||||||
- [AutoMapper](https://github.com/automapper/automapper)
|
- [AutoMapper](https://github.com/automapper/automapper)
|
||||||
|
|
||||||
|
**BenchmarkDotNet**
|
||||||
|
|
||||||
|
- [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet)
|
||||||
|
|
||||||
**Brian Lagunas & Brian Noyes**
|
**Brian Lagunas & Brian Noyes**
|
||||||
|
|
||||||
- [Prism](https://github.com/PrismLibrary)
|
- [Prism](https://github.com/PrismLibrary)
|
||||||
|
|
|
@ -101,7 +101,9 @@
|
||||||
{"name":"automapper.md",
|
{"name":"automapper.md",
|
||||||
"contributor": "AutoMapper"},
|
"contributor": "AutoMapper"},
|
||||||
{"name":"reactiveui.md",
|
{"name":"reactiveui.md",
|
||||||
"contributor": "ReactiveUI"}
|
"contributor": "ReactiveUI"},
|
||||||
|
{"name":"benchmarkdotnet.md",
|
||||||
|
"contributor": "BenchmarkDotNet"}
|
||||||
],
|
],
|
||||||
"contributors":
|
"contributors":
|
||||||
[
|
[
|
||||||
|
@ -152,5 +154,8 @@
|
||||||
"web": "http://automapper.org"},
|
"web": "http://automapper.org"},
|
||||||
{"name": "ReactiveUI",
|
{"name": "ReactiveUI",
|
||||||
"logo": "https://avatars0.githubusercontent.com/u/2327577?v=4&s=200",
|
"logo": "https://avatars0.githubusercontent.com/u/2327577?v=4&s=200",
|
||||||
"web": "http://reactiveui.net"}
|
"web": "http://reactiveui.net"},
|
||||||
|
{"name": "BenchmarkDotNet",
|
||||||
|
"logo": "https://raw.githubusercontent.com/dotnet/BenchmarkDotNet/master/docs/guide/logo.png",
|
||||||
|
"web": "http://benchmarkdotnet.org/"}
|
||||||
]}
|
]}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче