Added nuget badge to readme

This commit is contained in:
Dávid Kaya
2017-09-10 11:42:35 +02:00
committed by GitHub
parent 3aa230e215
commit 039e3a9584

View File

@@ -1,8 +1,6 @@
# Dependify
[![Build Status](https://travis-ci.org/davidkaya/Dependify.svg?branch=master)](https://travis-ci.org/davidkaya/Dependify)
Version: _1.0.0-beta_
[![Build Status](https://travis-ci.org/davidkaya/Dependify.svg?branch=master)](https://travis-ci.org/davidkaya/Dependify) [![Version](http://img.shields.io/nuget/vpre/Dependify.svg)](http://nuget.org/packages/Dependify)
Library that allows the developer to register his services by adding attributes to class or factory methods. Library works only with Microsoft's `Microsoft.Extensions.DependencyInjection` package.