From d6145dcb3d8eb816c14e03e61fadfc675e9d80a5 Mon Sep 17 00:00:00 2001 From: Alessio Parma Date: Thu, 30 Mar 2017 15:59:02 +0200 Subject: [PATCH] link to release notes in nuget pkg --- src/CodeProject.ObjectPool/CodeProject.ObjectPool.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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