From 78ecbdd71ae623b8957dded7d7d3e9af57ed0ac6 Mon Sep 17 00:00:00 2001 From: Siegfried Pammer Date: Mon, 29 Jan 2018 08:53:09 +0100 Subject: [PATCH] Add appveyor nuget feed to README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 58219bd94..0f7c3cfc4 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ ILSpy is the open-source .NET assembly browser and decompiler. Download: [latest release](https://github.com/icsharpcode/ILSpy/releases) | [latest CI build (master)](https://ci.appveyor.com/api/projects/icsharpcode/ilspy/artifacts/ILSpy_binaries.zip?branch=master&job=Configuration%3A+Release) +CI Build Nuget Feed (master): https://ci.appveyor.com/nuget/ilspy-masterfeed + Decompiler Frontends ------- @@ -63,4 +65,4 @@ How to contribute - Report bugs - If you want to contribute a pull request, please add https://gist.github.com/siegfriedpammer/75700ea61609eb22714d21885e4eb084 to your `.git/hooks` to prevent checking in code with wrong indentation. We use tabs and not spaces. The build server runs the same script, so any pull requests using wrong indentation will fail. -Current and past [contributors](https://github.com/icsharpcode/ILSpy/graphs/contributors). \ No newline at end of file +Current and past [contributors](https://github.com/icsharpcode/ILSpy/graphs/contributors).