Fix NuGet badge on README to show pre-release (#3189)

This commit is contained in:
Eric Erhardt 2019-04-03 11:32:34 -05:00 коммит произвёл Shauheen
Родитель 950f133c2f
Коммит 1412ce1f19
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -14,7 +14,7 @@ Along with these ML capabilities, this first release of ML.NET also brings the f
## Installation
[![NuGet Status](https://img.shields.io/nuget/v/Microsoft.ML.svg?style=flat)](https://www.nuget.org/packages/Microsoft.ML/)
[![NuGet Status](https://img.shields.io/nuget/vpre/Microsoft.ML.svg?style=flat)](https://www.nuget.org/packages/Microsoft.ML/)
ML.NET runs on Windows, Linux, and macOS using [.NET Core](https://github.com/dotnet/core), or Windows using .NET Framework. 64 bit is supported on all platforms. 32 bit is supported on Windows, except for TensorFlow, LightGBM, and ONNX related functionality.