Skip to content
This repository has been archived by the owner on May 21, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pomma89 committed Jun 22, 2019
1 parent 61397d5 commit 886c417
Showing 1 changed file with 2 additions and 21 deletions.
23 changes: 2 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,12 @@

## Summary

* Latest release version: `v3.2.2`
* Build status on [Travis CI](https://travis-ci.org): [![Build Status](https://travis-ci.org/pomma89/ObjectPool.svg?branch=master)](https://travis-ci.org/pomma89/ObjectPool)
* Build status on [AppVeyor](https://www.appveyor.com/): [![Build status](https://ci.appveyor.com/api/projects/status/cgldtxe3p9v7nf0i/branch/master?svg=true)](https://ci.appveyor.com/project/pomma89/objectpool/branch/master)
* [Wyam](https://wyam.io/) generated API documentation: [https://pomma89.github.io/ObjectPool/api/](https://pomma89.github.io/ObjectPool/api/)
* Build status on [GitLab](https://gitlab.com/pomma89/kvlite/pipelines): [![pipeline status](https://gitlab.com/pomma89/object-pool/badges/master/pipeline.svg)](https://gitlab.com/pomma89/object-pool/commits/master)
* [Wyam](https://wyam.io/) generated API documentation: [https://pomma89.gitlab.io/object-pool/api/](https://pomma89.gitlab.io/object-pool/api/)
* [NuGet](https://www.nuget.org) package(s):
+ [CodeProject.ObjectPool](https://nuget.org/packages/CodeProject.ObjectPool/)
+ [CodeProject.ObjectPool.MicrosoftExtensionsAdapter](https://nuget.org/packages/CodeProject.ObjectPool.MicrosoftExtensionsAdapter/)

### How to build

#### Windows

Clone the project, go to the root and run PowerShell script `build.ps1`. In order for it to work, you need:

* At least Windows 10 Fall Creators Update
* At least Visual Studio 2017 Update 4
* .NET Framework 4.7.1 Developer Pack
* .NET Core 2.0 SDK

#### Linux

Clone the project, go to the root and run Bash script `build.sh`. In order for it to work, you need:

* TODO, still need to make it building reliably.

## Introduction

Library is production ready and it is successfully working in real life systems.
Expand Down

0 comments on commit 886c417

Please sign in to comment.