Skip to content

Commit

Permalink
Merge pull request #261 from natemcmaster/readme
Browse files Browse the repository at this point in the history
Add list packages and community forks to README
  • Loading branch information
Eilon committed Sep 2, 2017
2 parents c9f4312 + 2696c31 commit bd73f61
Showing 1 changed file with 37 additions and 3 deletions.
40 changes: 37 additions & 3 deletions README.md
@@ -1,9 +1,43 @@
Common
===
AppVeyor: [![AppVeyor](https://ci.appveyor.com/api/projects/status/snawy2a2vt0vd7dv/branch/dev?svg=true)](https://ci.appveyor.com/project/aspnetci/Common/branch/dev)
======

Travis: [![Travis](https://travis-ci.org/aspnet/Common.svg?branch=dev)](https://travis-ci.org/aspnet/Common)
[![Travis build status][travis-badge]](https://travis-ci.org/aspnet/Common/branches)
[![AppVeyor build status][appveyor-badge]](https://ci.appveyor.com/project/aspnetci/Common/branch/dev)

[travis-badge]: https://img.shields.io/travis/aspnet/Common.svg?label=travis-ci&branch=dev&style=flat-square
[appveyor-badge]: https://img.shields.io/appveyor/ci/aspnetci/Common/dev.svg?label=appveyor&style=flat-square

The Common repository includes projects containing commonly used primitives and utility types.

This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the [Home](https://github.com/aspnet/home) repo.

## Packages

Package name | Stable | Nightly (`dev` branch)
-----------------------------------------|---------------------------------------------|------------------------------------------
`Microsoft.Extensions.ObjectPool` | [![NuGet][obj-nuget-badge]][obj-nuget] | [![MyGet][obj-myget-badge]][obj-myget]
`Microsoft.Extensions.Primitives` | [![NuGet][prim-nuget-badge]][prim-nuget] | [![MyGet][prim-myget-badge]][prim-myget]
`Microsoft.Extensions.CommandLineUtils` | [![NuGet][cli-nuget-badge]][cli-nuget] | Not under active development. See below.


[obj-nuget]: https://www.nuget.org/packages/Microsoft.Extensions.ObjectPool/
[obj-nuget-badge]: https://img.shields.io/nuget/v/Microsoft.Extensions.ObjectPool.svg?style=flat-square&label=nuget
[obj-myget]: https://dotnet.myget.org/feed/aspnetcore-dev/package/nuget/Microsoft.Extensions.ObjectPool
[obj-myget-badge]: https://img.shields.io/dotnet.myget/aspnetcore-dev/vpre/Microsoft.Extensions.ObjectPool.svg?style=flat-square&label=myget

[prim-nuget]: https://www.nuget.org/packages/Microsoft.Extensions.Primitives/
[prim-nuget-badge]: https://img.shields.io/nuget/v/Microsoft.Extensions.Primitives.svg?style=flat-square&label=nuget
[prim-myget]: https://dotnet.myget.org/feed/aspnetcore-dev/package/nuget/Microsoft.Extensions.Primitives
[prim-myget-badge]: https://img.shields.io/dotnet.myget/aspnetcore-dev/vpre/Microsoft.Extensions.Primitives.svg?style=flat-square&label=myget

[cli-nuget]: https://www.nuget.org/packages/Microsoft.Extensions.CommandLineUtils/
[cli-nuget-badge]: https://img.shields.io/nuget/v/Microsoft.Extensions.CommandLineUtils.svg?style=flat-square&label=nuget

## Community forks

#### [McMaster.Extensions.CommandLineUtils](https://github.com/natemcmaster/CommandLineUtils)

This is a fork of Microsoft.Extensions.CommandLineUtils.

- GitHub: <https://github.com/natemcmaster/CommandLineUtils>
- NuGet: <https://www.nuget.org/packages/McMaster.Extensions.CommandLineUtils>

0 comments on commit bd73f61

Please sign in to comment.