diff --git a/README.md b/README.md index 64eb6fc..53bbabe 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ - # ClosedXML -[![Build status](https://ci.appveyor.com/api/projects/status/wobbmnlbukxejjgb?svg=true)](https://ci.appveyor.com/project/Pyropace/closedxml) +[![Build status](https://ci.appveyor.com/api/projects/status/wobbmnlbukxejjgb?svg=true)](https://ci.appveyor.com/project/Pyropace/ClosedXML/branch/develop/artifacts) + +[💾 Download unstable CI build](https://ci.appveyor.com/project/Pyropace/ClosedXML/branch/develop/artifacts) ClosedXML makes it easier for developers to create Excel 2007+ (.xlsx, .xlsm, etc) files. It provides a nice object oriented way to manipulate the files (similar to VBA) without dealing with the hassles of XML Documents. It can be used by any .NET language like C# and Visual Basic (VB). @@ -37,7 +38,7 @@ ## Developer guidelines _Full guidelines to follow later_ * Please submit pull requests that are based on the `develop` branch. -![sample work](https://i.imgur.com/cZfW7iW.png) Your pull request will take "yourWork" branch in your repo and merge into our develop branch. + ![sample work](https://i.imgur.com/cZfW7iW.png) Your pull request will take "yourWork" branch in your repo and merge into our develop branch. * Where possible, pull requests should include unit tests that cover as many uses cases as possible. This is especially relevant when implementing Excel functions. * Install [NUnit 3.0 Test Adapter](https://github.com/nunit/docs/wiki/Adapter-Installation) if you want to run the test suite in Visual Studio. * We use 4 spaces for code indentation. This is the default in Visual Studio. Don't leave any trailing white space at the end of lines or files. To make this easier, ClosedXML has an [editorconfig](http://www.editorconfig.org) configuration file. It is recommended you install editorconfig from the Visual Studio Extension Manager.