Update info about default branch, see #227

This commit is contained in:
Andrey Akinshin 2016-07-12 12:23:36 +03:00
Родитель b9c8157fbe
Коммит cdfbd5ab6e
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -35,7 +35,7 @@ If your build fails because some packages are not available, let say F#, then ju
### Branches
Please, use the `develop` branch for developing. The `master` branch should correspond the latest NuGet package of the library.
Please, use the `master` branch for developing. The `stable` branch should correspond the latest NuGet package of the library.
### New project files

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

@ -2,7 +2,7 @@
* Main: [![Join the chat at https://gitter.im/PerfDotNet/BenchmarkDotNet](https://img.shields.io/gitter/room/PerfDotNet/BenchmarkDotNet.svg)](https://gitter.im/PerfDotNet/BenchmarkDotNet) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE.md) [![NuGet](https://img.shields.io/nuget/v/BenchmarkDotNet.svg)](https://www.nuget.org/packages/BenchmarkDotNet/)
* Docs: [![ChangeLog](https://img.shields.io/badge/docs-ChangeLog-green.svg?style=flat)](https://github.com/PerfDotNet/BenchmarkDotNet/wiki/ChangeLog) [![Guide for developers](https://img.shields.io/badge/docs-GuideForDevelopers-green.svg?style=flat)](https://github.com/PerfDotNet/BenchmarkDotNet/blob/develop/DEVELOPING.md)
* Build: [![Build status: master](https://img.shields.io/appveyor/ci/perfdotnet/benchmarkdotnet/master.svg?label=master)](https://ci.appveyor.com/project/PerfDotNet/benchmarkdotnet/branch/master) [![Build status: develop](https://img.shields.io/appveyor/ci/perfdotnet/benchmarkdotnet/develop.svg?label=develop)](https://ci.appveyor.com/project/PerfDotNet/benchmarkdotnet/branch/develop)
* Build: [![Build status: stable](https://img.shields.io/appveyor/ci/perfdotnet/benchmarkdotnet/stable.svg?label=stable)](https://ci.appveyor.com/project/PerfDotNet/benchmarkdotnet/branch/stable) [![Build status: master](https://img.shields.io/appveyor/ci/perfdotnet/benchmarkdotnet/master.svg?label=master)](https://ci.appveyor.com/project/PerfDotNet/benchmarkdotnet/branch/master)
**Summary**