From eb8a9bac5b9468b8cea72838916936498fd77f4a Mon Sep 17 00:00:00 2001 From: Antonello Provenzano Date: Sat, 1 Apr 2017 12:37:42 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 450b291..cc4e8bf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ +[![Build status](https://ci.appveyor.com/api/projects/status/9nvf2xsprs2mofpm?svg=true)](https://ci.appveyor.com/project/Deveel/deveel-math) [![NuGet](https://img.shields.io/nuget/v/dmath.svg?label=dmath+nuget)](https://www.nuget.org/packages/dmath/) [![MyGet](https://img.shields.io/myget/deveel/vpre/dmath.svg?label=dmath+myget)](https://www.myget.org/feed/deveel/package/nuget/dmath) [![NuGet](https://img.shields.io/nuget/v/dmath.core.svg?label=dmath.core+nuget)](https://www.nuget.org/packages/dmath.core/) [![MyGet Pre Release](https://img.shields.io/myget/deveel/vpre/dmath.core.svg?label=dmath.core+myget)](https://www.myget.org/feed/deveel/package/nuget/dmath.core) [![Join the chat at https://gitter.im/deveel/deveel-math](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/deveel/deveel-math) + Deveel Math =========== -[![Build status](https://ci.appveyor.com/api/projects/status/9nvf2xsprs2mofpm?svg=true)](https://ci.appveyor.com/project/Deveel/deveel-math) [![Join the chat at https://gitter.im/deveel/deveel-math](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/deveel/deveel-math?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) This is the port of the Java Math library implemented by the Apache Harmony framework, that is used to factorize big numbers and decimals, for the .NET and Mono frameworks. In fact the native .NET support for decimal numbers appear to be limited in several contexts, leading some independent developments of the support within applications.