Skip to content

Commit bc943f2

Browse files
committed
doc updates, post connection pool merge
1 parent f3080aa commit bc943f2

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

README.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
libBeanstalk.NET 0.5
1+
libBeanstalk.NET 0.6
22
==========
33
A .NET driver for Beanstalkd.
44

@@ -51,11 +51,15 @@ Patches
5151
=======
5252
Patches are welcome and will likely be accepted. By submitting a patch you assign the copyright to me, Arne F. Claassen. This is necessary to simplify the number of copyright holders should it become necessary that the copyright be re-assigned or the code re-licensed. The code will always be available under an OSI approved license.
5353

54+
Articles
55+
========
56+
- libBeanstalk.NET, a Beanstalkd client for .NET/mono
57+
( http://www.claassen.net/geek/blog/2010/08/libbeanstalk-net-a-beanstalkd-client-for-netmono.html )
58+
5459
Roadmap
5560
=======
56-
- Add more tests
57-
- Add connection pooling
5861
- Add POCO producers and consumers with configurable serializers
62+
- Add IObservable support
5963

6064
Contributors
6165
============

libBeanstalk.sln

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ EndProject
88
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Beanstalk.Client.IntegrationTest", "Beanstalk.Client.IntegrationTest\Beanstalk.Client.IntegrationTest.csproj", "{B4303746-F746-4254-9EC3-0D36361B98D5}"
99
EndProject
1010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{46EF0F92-850E-412D-9D34-56DC23DA271A}"
11+
ProjectSection(SolutionItems) = preProject
12+
README.rst = README.rst
13+
EndProjectSection
1114
EndProject
1215
Global
1316
GlobalSection(SolutionConfigurationPlatforms) = preSolution

0 commit comments

Comments
 (0)