Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4439919

Browse filesBrowse files
committed
some clean-up for last commit
1 parent 249fb0b commit 4439919
Copy full SHA for 4439919

File tree

Expand file treeCollapse file tree

4 files changed

+11
-11
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+11
-11
lines changed

‎Beanstalk.Client.IntegrationTest/Properties/AssemblyInfo.cs

Copy file name to clipboardExpand all lines: Beanstalk.Client.IntegrationTest/Properties/AssemblyInfo.cs
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[assembly: AssemblyConfiguration("")]
1010
[assembly: AssemblyCompany("")]
1111
[assembly: AssemblyProduct("Droog.Beanstalk.Client.IntegrationTest")]
12-
[assembly: AssemblyCopyright("Copyright © Arne F. Claassen 2010")]
12+
[assembly: AssemblyCopyright("Copyright © Arne F. Claassen 2011")]
1313
[assembly: AssemblyTrademark("")]
1414
[assembly: AssemblyCulture("")]
1515

@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("1.0.0.0")]
35-
[assembly: AssemblyFileVersion("1.0.0.0")]
34+
[assembly: AssemblyVersion("0.6.1.0")]
35+
[assembly: AssemblyFileVersion("0.6.1.0")]

‎Beanstalk.Client.Test/Properties/AssemblyInfo.cs

Copy file name to clipboardExpand all lines: Beanstalk.Client.Test/Properties/AssemblyInfo.cs
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[assembly: AssemblyConfiguration("")]
1010
[assembly: AssemblyCompany("")]
1111
[assembly: AssemblyProduct("Droog.Beanstalk.Client.Test")]
12-
[assembly: AssemblyCopyright("Copyright © Arne F. Claassen 2010")]
12+
[assembly: AssemblyCopyright("Copyright © Arne F. Claassen 2011")]
1313
[assembly: AssemblyTrademark("")]
1414
[assembly: AssemblyCulture("")]
1515

@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("1.0.0.0")]
35-
[assembly: AssemblyFileVersion("1.0.0.0")]
34+
[assembly: AssemblyVersion("0.6.1.0")]
35+
[assembly: AssemblyFileVersion("0.6.1.0")]

‎Beanstalk.Client/Properties/AssemblyInfo.cs

Copy file name to clipboardExpand all lines: Beanstalk.Client/Properties/AssemblyInfo.cs
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[assembly: AssemblyConfiguration("")]
1010
[assembly: AssemblyCompany("")]
1111
[assembly: AssemblyProduct("Beanstalk Client")]
12-
[assembly: AssemblyCopyright("Copyright © Arne F. Claassen 2010")]
12+
[assembly: AssemblyCopyright("Copyright © Arne F. Claassen 2011")]
1313
[assembly: AssemblyTrademark("")]
1414
[assembly: AssemblyCulture("")]
1515

@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("1.0.0.0")]
35-
[assembly: AssemblyFileVersion("1.0.0.0")]
34+
[assembly: AssemblyVersion("0.6.1.0")]
35+
[assembly: AssemblyFileVersion("0.6.1.0")]

‎README.rst

Copy file name to clipboardExpand all lines: README.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ String data payload
2121
using(var client = new BeanstalkClient(host, port)) {
2222

2323
// put some data
24-
var put = client.Put("foo");
24+
var put = client.PutString("foo");
2525
2626
// reserve data from queue
27-
var reserve = client.Reserve();
27+
var reserve = client.ReserveString();
2828
Console.Writeline("data: {0}", reserve.Data);
2929
3030
// delete reserved data from queue

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.