From 65554a335a429c064058aea810bde338884d79ee Mon Sep 17 00:00:00 2001 From: Eric Erhardt Date: Wed, 3 Apr 2019 09:41:57 -0500 Subject: [PATCH] Fix NuGet badge on README to show pre-release --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 611dae18fc..84511a0f57 100644 --- a/README.md +++ b/README.md @@ -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.