Skip to content

Commit

Permalink
Nuget Badges
Browse files Browse the repository at this point in the history
  • Loading branch information
marcwittke committed Sep 19, 2017
1 parent 69b0752 commit 8c7fd8e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Backend.Fx
## An opinionated backend architecture based on .NET Standard 1.3
I am using this class library in three projects now. Obeying the Rule of Three I am generalizing most of it now. Targetting .NET Standard 1.3 allows you to reference these libraries from .net4.6, .net core 1.0, Xamarin and UWP
I am using this set of class libraries in three projects now. Obeying the Rule of Three I am generalizing most of it now. Targetting .NET Standard 1.3 allows you to reference these libraries from .net4.6, .net core 1.0, Xamarin and UWP

Library | NuGet
--- | ---
Backend.Fx | [![NuGet](https://img.shields.io/nuget/v/Backend.Fx.svg)]()
Backend.Fx.Bootstrapping | [![NuGet](https://img.shields.io/nuget/v/Backend.Fx.Bootstrapping.svg)]()
Backend.Fx.EfCorePersistence | [![NuGet](https://img.shields.io/nuget/v/Backend.Fx.EfCorePersistence.svg)]()
Backend.Fx.NLogLogging | [![NuGet](https://img.shields.io/nuget/v/Backend.Fx.NLogLogging.svg)]()
Backend.Fx.Testing | [![NuGet](https://img.shields.io/nuget/v/Backend.Fx.Testing.svg)]()


## What does "opinionated" mean?
You are getting pretty much vendor locked using this architecture. Although, in my opinion those vendors are well chosen:
Expand Down

0 comments on commit 8c7fd8e

Please sign in to comment.