diff --git a/src/CodeProject.ObjectPool/CodeProject.ObjectPool.csproj b/src/CodeProject.ObjectPool/CodeProject.ObjectPool.csproj index a941706..cd4ea26 100644 --- a/src/CodeProject.ObjectPool/CodeProject.ObjectPool.csproj +++ b/src/CodeProject.ObjectPool/CodeProject.ObjectPool.csproj @@ -22,7 +22,7 @@ $(Summary) It is completely based on the Code Project article of Ofir Makmal (http://goo.gl/4qig6T). Library is production ready and it is successfully working in real life systems. Original source code has been modified, in order to introduce a Parameterized Object Pool, already drafted by Ofir Makmal in the comments of the article. Moreover, a few unit tests have been added, in order to improve code reliability, and a lot of other small changes have also been applied. Of course, all modified source code is freely available at the project URL of this package. Many thanks to Ofir Makmal for his great work. Ofir Makmal <ofir.makmal@gmail.com>;Alessio Parma <alessio.parma@gmail.com> Copyright (c) 2013 Ofir Makmal <ofir.makmal@gmail.com> - https://github.com/pomma89/ObjectPool + https://github.com/pomma89/ObjectPool/releases http://pomma89.altervista.org/objectpool/logo-128.png https://github.com/pomma89/ObjectPool http://www.codeproject.com/info/cpol10.aspx