Add BenchmarkDotNet to README.md and project.json

This commit is contained in:
Andrey Akinshin 2017-11-17 12:01:35 +03:00
Родитель 867bce0cb5
Коммит 426178b53b
2 изменённых файлов: 11 добавлений и 2 удалений

Просмотреть файл

@ -18,6 +18,10 @@ There are many projects under the stewardship of the .NET Foundation. The [full
- [AutoMapper](https://github.com/automapper/automapper)
**BenchmarkDotNet**
- [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet)
**Brian Lagunas & Brian Noyes**
- [Prism](https://github.com/PrismLibrary)

Просмотреть файл

@ -101,7 +101,9 @@
{"name":"automapper.md",
"contributor": "AutoMapper"},
{"name":"reactiveui.md",
"contributor": "ReactiveUI"}
"contributor": "ReactiveUI"},
{"name":"benchmarkdotnet.md",
"contributor": "BenchmarkDotNet"}
],
"contributors":
[
@ -152,5 +154,8 @@
"web": "http://automapper.org"},
{"name": "ReactiveUI",
"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/"}
]}