EasyNetQ.DI.Windsor 8.0.0-beta96

Prefix Reserved
This is a prerelease version of EasyNetQ.DI.Windsor.
dotnet add package EasyNetQ.DI.Windsor --version 8.0.0-beta96                
NuGet\Install-Package EasyNetQ.DI.Windsor -Version 8.0.0-beta96                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="EasyNetQ.DI.Windsor" Version="8.0.0-beta96" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EasyNetQ.DI.Windsor --version 8.0.0-beta96                
#r "nuget: EasyNetQ.DI.Windsor, 8.0.0-beta96"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install EasyNetQ.DI.Windsor as a Cake Addin
#addin nuget:?package=EasyNetQ.DI.Windsor&version=8.0.0-beta96&prerelease

// Install EasyNetQ.DI.Windsor as a Cake Tool
#tool nuget:?package=EasyNetQ.DI.Windsor&version=8.0.0-beta96&prerelease                

Build status

NuGet Status Nuget Status Nuget Status

Activity Activity Activity

EasyNetQ Logo

A Nice .NET API for RabbitMQ

Initial development was sponsored by travel industry experts 15below

Goals:

  1. To make working with RabbitMQ on .NET as easy as possible.

To connect to a RabbitMQ broker...

    var bus = RabbitHutch.CreateBus("host=localhost");

To publish a message...

    await bus.PubSub.PublishAsync(message);

To publish a message with 5s delay...

    await bus.Scheduler.FuturePublishAsync(message, TimeSpan.FromSeconds(5));

To subscribe to a message...

    await bus.PubSub.SubscribeAsync<MyMessage>(
        "my_subscription_id", msg => Console.WriteLine(msg.Text)
    );

Remote procedure call...

    var request = new TestRequestMessage {Text = "Hello from the client! "};
    await bus.Rpc.RequestAsync<TestRequestMessage, TestResponseMessage>(request);

RPC server...

    await bus.Rpc.RespondAsync<TestRequestMessage, TestResponseMessage>(request =>
        new TestResponseMessage{ Text = request.Text + " all done!" }
    );

Getting started

Just open EasyNetQ.sln in VisualStudio or Rider and build. All the required dependencies for the solution file to build the software are included.

Contributors

Thanks to all the people who already contributed!

<a href="https://github.com/EasyNetQ/EasyNetQ/graphs/contributors"> <img src="https://contributors-img.web.app/image?repo=EasyNetQ/EasyNetQ" /> </a>

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on EasyNetQ.DI.Windsor:

Package Downloads
Heily.Abp.EasyNetQ

heily rabbitmq 扩展组件

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.0.0-beta96 178 3/15/2024
8.0.0-beta95 540 10/22/2023
8.0.0-beta94 532 6/18/2023
8.0.0-beta93 507 6/17/2023
8.0.0-beta92 545 6/17/2023
8.0.0-beta91 577 6/11/2023
8.0.0-beta90 531 5/8/2023
8.0.0-beta9 555 3/21/2023
8.0.0-beta8 548 2/20/2023
8.0.0-beta6 598 1/29/2023
8.0.0-beta5 574 1/20/2023
8.0.0-beta4 568 1/5/2023
8.0.0-beta3 560 12/29/2022
8.0.0-beta2 563 12/16/2022
8.0.0-beta10 576 3/21/2023
8.0.0-beta1 555 12/15/2022
8.0.0-alpha9 587 12/14/2022
8.0.0-alpha8 593 11/30/2022
8.0.0-alpha7 591 11/12/2022
8.0.0-alpha6 614 10/29/2022
8.0.0-alpha5 536 10/5/2022
8.0.0-alpha4 636 10/1/2022
8.0.0-alpha3 626 9/26/2022
8.0.0-alpha2 640 9/21/2022
8.0.0-alpha1 621 9/19/2022
7.8.0 878 12/16/2023
7.7.0 430 11/19/2023
7.6.0 447 10/12/2023
7.5.5 5,955 7/20/2023
7.5.4 609 7/19/2023
7.5.3 636 6/15/2023
7.5.2 783 5/14/2023
7.5.1 907 5/4/2023
7.5.0 819 3/25/2023
7.4.3 937 2/3/2023
7.4.1 912 1/31/2023
7.4.0 878 1/29/2023
7.3.12 892 1/23/2023
7.3.11 837 1/22/2023
7.3.10 858 1/19/2023
7.3.9 889 1/17/2023
7.3.8 919 1/4/2023
7.3.7 857 12/22/2022
7.3.6 950 12/19/2022
7.3.5 895 11/30/2022
7.3.4 833 11/30/2022
7.3.3 1,025 11/24/2022
7.3.2 995 11/15/2022
7.3.1 971 11/12/2022
7.3.0 1,035 10/29/2022
7.3.0-alpha3 579 10/15/2022
7.2.1 1,751 10/9/2022
7.2.1-alpha1 562 10/6/2022
7.2.0 1,196 9/17/2022
7.2.0-alpha1 655 9/15/2022
7.1.1-alpha1 663 9/14/2022
7.1.0 1,198 9/13/2022
7.0.4 1,140 9/7/2022
7.0.3 1,116 9/5/2022
7.0.3-alpha1 585 9/5/2022
7.0.2 1,140 9/5/2022
7.0.1 1,082 8/27/2022
7.0.0 1,239 7/23/2022
7.0.0-rc5 586 6/28/2022
7.0.0-rc4 613 6/27/2022
7.0.0-rc3 571 6/20/2022
7.0.0-rc2 535 6/9/2022
7.0.0-rc1 596 6/9/2022
7.0.0-beta9 623 6/8/2022
7.0.0-beta7 619 6/5/2022
7.0.0-beta6 588 5/24/2022
7.0.0-beta5 609 11/18/2021
7.0.0-beta4 677 11/9/2021
7.0.0-beta3 749 11/6/2021
7.0.0-beta2 729 9/29/2021
7.0.0-beta1 694 9/13/2021
7.0.0-alpha9 703 8/25/2021
7.0.0-alpha8 668 8/25/2021
7.0.0-alpha7 731 8/25/2021
7.0.0-alpha6 743 8/16/2021
7.0.0-alpha5 722 8/16/2021
7.0.0-alpha4 1,092 1/20/2021
7.0.0-alpha3 970 12/31/2020
7.0.0-alpha2 1,007 12/28/2020
6.5.2 1,171 6/20/2022
6.4.1 1,232 5/22/2022
6.4.0-alpha0096 1,059 12/6/2020
6.4.0-alpha0095 1,002 12/6/2020
6.4.0-alpha0094 1,089 12/6/2020
6.4.0-alpha.99 203 12/26/2020
6.4.0-alpha.97 209 12/9/2020
6.3.1 1,656 11/28/2020
6.3.0 1,504 11/22/2020
6.2.0 1,563 11/15/2020
6.1.0 1,521 11/10/2020
6.0.3 1,526 11/9/2020
6.0.2 1,485 11/6/2020
6.0.1 1,564 11/1/2020
5.6.0 1,446 10/10/2020
5.5.0 1,500 10/5/2020
5.4.1 1,528 10/4/2020
5.4.0 1,536 10/1/2020
5.3.0-alpha0079 1,113 6/16/2020
5.3.0-alpha0078 1,014 6/15/2020
5.3.0-alpha0077 1,090 6/15/2020
5.3.0-alpha0076 1,135 6/15/2020
5.3.0-alpha0075 1,110 6/14/2020
5.3.0-alpha0074 1,108 6/12/2020
5.3.0-alpha0073 1,076 6/12/2020
5.3.0-alpha0072 990 6/11/2020
5.3.0-alpha0070 1,109 6/7/2020
5.2.2 1,480 9/4/2020
5.2.1 1,654 9/3/2020
5.2.0 1,605 6/7/2020
5.2.0-alpha0073 1,072 5/26/2020
5.2.0-alpha0072 1,108 5/25/2020
5.2.0-alpha0071 1,153 5/25/2020
5.2.0-alpha0070 1,089 5/24/2020
5.2.0-alpha0069 1,038 5/24/2020
5.2.0-alpha0066 1,115 5/21/2020
5.2.0-alpha0065 1,128 5/20/2020
5.2.0-alpha0064 1,115 5/17/2020
5.2.0-alpha0057 1,073 5/10/2020
5.2.0-alpha0056 1,207 5/8/2020
5.1.2 2,540 5/24/2020
5.1.1 1,471 5/10/2020
5.1.0 1,538 5/7/2020
5.1.0-alpha0055 1,100 5/3/2020
5.1.0-alpha0054 1,197 5/3/2020
5.1.0-alpha0053 1,163 4/30/2020
5.0.5 1,543 5/4/2020
5.0.4 1,504 5/3/2020
5.0.3 1,515 5/2/2020
5.0.2 1,481 5/2/2020
5.0.1 1,491 5/2/2020
5.0.0 1,532 4/29/2020
4.1.0-alpha0014 1,084 4/29/2020
4.1.0-alpha0013 1,083 4/24/2020
4.1.0-alpha0005 1,064 4/20/2020
4.1.0-alpha0004 1,117 4/18/2020
4.1.0-alpha0001 1,069 4/17/2020
4.0.9 1,594 4/29/2020
4.0.8 1,549 4/28/2020
4.0.7 1,452 4/27/2020
4.0.6 2,444 4/24/2020
4.0.5 1,491 4/22/2020
4.0.4 1,497 4/21/2020
4.0.3 1,557 4/20/2020
4.0.2 1,535 4/20/2020
4.0.1 1,540 4/20/2020
4.0.0 1,535 4/18/2020
3.8.0 1,538 4/17/2020
3.8.0-alpha0048 1,061 2/28/2020
3.8.0-alpha0042 1,127 2/13/2020
3.8.0-alpha0041 1,193 1/8/2020
3.8.0-alpha0040 1,178 9/26/2019
3.8.0-alpha0039 1,125 9/25/2019
3.7.1 22,941 9/25/2019
3.7.0 1,624 9/23/2019
3.7.0-alpha0038 1,169 8/3/2019
3.7.0-alpha0037 1,232 8/1/2019
3.6.0 1,813 7/17/2019
3.6.0-alpha0036 1,221 6/4/2019
3.6.0-alpha0035 1,239 6/2/2019
3.6.0-alpha0034 1,179 6/2/2019
3.6.0-alpha0033 1,281 6/2/2019
3.6.0-alpha0031 1,129 5/4/2019
3.5.2 1,753 7/11/2019
3.5.1 1,738 6/2/2019
3.5.0 2,776 5/2/2019
3.5.0-alpha0036 1,146 4/10/2019
3.5.0-alpha0031 1,240 3/25/2019
3.5.0-alpha0030 1,219 3/21/2019
3.5.0-alpha0029 1,175 3/19/2019
3.5.0-alpha0027 1,127 3/18/2019
3.5.0-alpha0026 1,209 3/18/2019
3.5.0-alpha0025 1,093 3/17/2019
3.5.0-alpha0024 1,176 3/16/2019
3.5.0-alpha0021 1,091 3/15/2019
3.5.0-alpha0020 1,179 3/14/2019
3.5.0-alpha0019 1,165 3/14/2019
3.5.0-alpha0018 1,164 3/14/2019
3.5.0-alpha0013 1,193 3/14/2019
3.4.5 4,536 3/21/2019
3.4.4 1,644 3/16/2019
3.4.3 1,641 3/14/2019
3.4.2 1,653 3/13/2019
3.4.1 1,784 3/12/2019
3.4.0 1,950 2/19/2019
3.4.0-alpha0022 1,266 1/27/2019
3.4.0-alpha0021 1,226 1/25/2019
3.4.0-alpha0020 1,353 12/21/2018
3.4.0-alpha0019 1,403 12/6/2018
3.4.0-alpha0018 1,291 11/21/2018
3.4.0-alpha0017 1,371 11/20/2018
3.4.0-alpha0016 1,378 11/5/2018
3.4.0-alpha0015 1,453 11/2/2018
3.4.0-alpha0011 1,348 11/1/2018
3.4.0-alpha0010 1,410 10/3/2018
3.4.0-alpha0009 1,383 9/16/2018
3.4.0-alpha0008 1,379 9/1/2018
3.4.0-alpha0007 1,432 8/29/2018
3.4.0-alpha0006 1,326 8/28/2018
3.4.0-alpha0005 1,377 8/28/2018
3.4.0-alpha0004 1,376 8/23/2018
3.4.0-alpha0003 1,461 8/22/2018
3.4.0-alpha0002 1,384 8/10/2018
3.4.0-alpha0001 1,506 7/30/2018
3.3.9 2,421 1/25/2019
3.3.8 1,894 1/18/2019
3.3.7 2,110 1/5/2019
3.3.6 1,897 12/19/2018
3.3.5 1,901 11/21/2018
3.3.4 1,913 11/20/2018
3.3.3 2,742 11/11/2018
3.3.2 2,016 10/12/2018
3.3.1 2,362 8/28/2018
3.3.0 2,225 7/18/2018
3.3.0-alpha0007 1,489 7/18/2018
3.3.0-alpha0006 1,518 7/17/2018
3.3.0-alpha0005 1,584 7/17/2018
3.3.0-alpha0004 1,501 7/17/2018
3.3.0-alpha0003 1,496 7/15/2018
3.3.0-alpha0001 1,469 7/11/2018
3.2.0 2,089 7/12/2018
3.1.2 2,082 7/11/2018
3.1.1 2,062 7/4/2018
3.1.0 1,994 6/20/2018
3.1.0-alpha0019 1,533 7/4/2018
3.1.0-alpha0017 1,537 7/2/2018
3.1.0-alpha0016 1,524 6/30/2018
3.1.0-alpha0014 1,583 6/26/2018
3.1.0-alpha0011 1,557 6/23/2018
3.1.0-alpha0010 1,548 6/20/2018
3.1.0-alpha0009 1,436 6/20/2018
3.1.0-alpha0008 1,608 6/19/2018
3.1.0-alpha0007 1,552 6/17/2018
3.1.0-alpha0006 1,567 6/14/2018
3.1.0-alpha0005 1,527 6/14/2018
3.1.0-alpha0004 1,598 5/28/2018
3.0.1 2,015 7/4/2018
3.0.0 2,153 5/24/2018
2.4.0-alpha0027 1,597 5/23/2018
2.4.0-alpha0026 1,528 5/23/2018
2.4.0-alpha0025 1,567 5/22/2018
2.4.0-alpha0024 1,527 5/18/2018
2.4.0-alpha0023 1,523 5/16/2018
2.4.0-alpha0022 1,592 5/16/2018
2.4.0-alpha0021 1,543 5/15/2018
2.4.0-alpha0020 1,487 5/15/2018
2.4.0-alpha0019 1,536 4/20/2018
2.4.0-alpha0017 1,423 4/19/2018
2.4.0-alpha0016 1,478 4/13/2018
2.4.0-alpha0015 1,495 4/3/2018
2.4.0-alpha0014 1,420 4/1/2018
2.4.0-alpha0013 1,771 3/30/2018
2.4.0-alpha0009 1,465 2/20/2018
2.4.0-alpha0002 1,445 12/1/2017
2.3.3 2,542 4/24/2018
2.3.1 1,890 2/20/2018
2.3.0 1,805 2/19/2018
2.3.0-alpha0006 1,412 11/21/2017
2.3.0-alpha0005 1,445 11/13/2017
2.3.0-alpha0002 1,367 9/18/2017
2.2.0 1,905 11/13/2017
2.2.0-alpha0009 1,357 9/14/2017
2.2.0-alpha0008 1,387 9/11/2017
2.2.0-alpha0007 1,358 9/10/2017
2.2.0-alpha0006 1,371 8/18/2017
2.2.0-alpha0002 1,442 8/18/2017
2.1.0 1,891 8/18/2017
2.1.0-alpha0022 1,361 8/18/2017
2.1.0-alpha0020 1,405 7/24/2017
2.1.0-alpha0018 1,449 7/13/2017
2.1.0-alpha0016 1,431 7/12/2017
2.1.0-alpha0011 1,425 7/11/2017
2.1.0-alpha0005 1,436 7/3/2017
2.1.0-alpha0002 1,394 7/3/2017
2.0.4 1,866 7/24/2017
2.0.4-unstable0013 1,447 6/26/2017
2.0.4-unstable0011 1,463 6/26/2017
2.0.4-unstable0010 1,458 6/11/2017
2.0.4-unstable0009 1,516 6/1/2017
2.0.4-unstable0007 1,443 5/4/2017
2.0.4-unstable0004 1,537 5/1/2017
2.0.4-unstable0003 1,457 5/1/2017
2.0.4-unstable0002 1,492 4/30/2017
2.0.4-unstable0001 1,480 4/27/2017
2.0.4-alpha0038 1,465 7/1/2017
2.0.3-unstable0064 1,497 4/27/2017
2.0.3-unstable0058 1,537 3/28/2017
2.0.3-unstable0057 1,506 3/15/2017
2.0.3-unstable0055 1,568 2/10/2017
2.0.3-unstable0053 1,528 2/9/2017
2.0.3-unstable0052 1,510 2/8/2017
1.1.4.506 1,932 7/6/2017
1.1.3.500 1,931 6/28/2017
1.1.2.497 1,821 6/21/2017
1.1.1.494 1,856 5/30/2017
1.1.0.492 1,974 5/4/2017
1.0.4.483 1,905 4/26/2017
1.0.3.481 1,856 4/4/2017
1.0.2.478 1,893 3/15/2017
1.0.1.475 1,927 2/10/2017
1.0.0.469 1,874 2/8/2017
1.0.0 1,848 6/30/2017
0.63.7.467 2,009 2/7/2017
0.63.6.463 1,895 2/7/2017
0.63.6.460 1,877 2/5/2017
0.63.5.454 1,990 10/17/2016
0.63.4.453 1,992 10/10/2016
0.63.3.452 1,966 9/26/2016
0.63.1.451 2,225 9/19/2016
0.63.1.450 1,943 9/11/2016
0.63.0.448 1,976 8/12/2016
0.62.1.445 1,926 8/8/2016
0.62.0.444 1,912 8/8/2016
0.61.1.443 1,972 8/5/2016
0.61.0.442 2,260 8/2/2016
0.60.1.441 2,153 7/31/2016
0.60.0.440 2,006 7/25/2016
0.59.0.444 1,924 7/24/2016
0.59.0.443 1,902 7/24/2016
0.59.0.439 1,977 7/18/2016
0.59.0.437 1,940 7/18/2016
0.59.0.436 1,888 7/18/2016
0.59.0.434 1,964 6/6/2016
0.58.0.433 1,943 5/2/2016
0.57.2.432 1,996 5/2/2016
0.57.2.431 2,266 4/25/2016
0.57.2.430 2,077 4/20/2016
0.57.1.429 1,953 4/20/2016
0.57.0.428 1,928 4/18/2016
0.56.0.427 1,992 4/1/2016
0.55.1.426 1,956 3/17/2016
0.55.0.425 2,029 3/1/2016
0.54.3.424 1,976 2/2/2016
0.54.2.423 1,998 2/1/2016
0.54.1.421 2,010 2/1/2016
0.54.0.420 1,906 1/28/2016
0.53.6.419 2,015 1/25/2016
0.53.6.418 2,063 1/6/2016
0.53.5.417 2,003 1/6/2016
0.53.5.416 1,983 1/5/2016
0.53.4.415 1,976 12/23/2015
0.53.3.414 1,965 12/9/2015
0.53.2.413 2,174 12/1/2015
0.53.1.412 2,228 11/28/2015
0.53.0.411 2,055 11/19/2015
0.52.0.410 1,983 11/18/2015
0.51.0.409 2,049 11/17/2015
0.51.0.408 1,942 11/16/2015
0.50.12.407 1,981 10/22/2015
0.50.12.406 1,926 10/22/2015
0.50.11.404 1,991 10/20/2015
0.50.10.403 2,015 10/10/2015
0.50.9.401 2,202 10/5/2015
0.50.8.400 10,469 9/28/2015
0.50.7.399 2,074 8/18/2015
0.50.6.398 2,047 8/11/2015
0.50.5.397 2,239 8/11/2015
0.50.5.396 2,245 8/11/2015
0.50.4.395 2,269 8/8/2015
0.50.3.394 2,295 8/7/2015
0.50.2.393 2,176 8/1/2015
0.50.1.392 2,047 6/17/2015
0.50.0.391 1,983 6/8/2015
0.49.3.390 2,084 5/20/2015
0.49.2.389 2,107 5/18/2015
0.49.1.388 1,920 5/18/2015
0.49.0.387 1,990 5/17/2015
0.48.1.386 1,995 5/10/2015
0.48.0.385 2,006 5/10/2015
0.47.10.384 2,688 5/8/2015
0.47.10.383 2,014 5/6/2015
0.47.10.382 2,131 5/5/2015
0.47.10.381 5,926 4/27/2015
0.47.10.380 5,507 4/1/2015
0.47.10.379 1,996 4/1/2015
0.47.9.378 2,085 3/31/2015
0.47.9.377 1,997 3/31/2015
0.47.9.376 2,024 3/30/2015
0.47.8.375 2,018 3/28/2015
0.47.7.374 1,938 3/25/2015
0.47.6.373 1,945 3/18/2015
0.47.5.372 1,982 3/17/2015
0.47.4.371 1,990 3/16/2015
0.47.3.370 1,947 3/15/2015
0.47.2.369 2,081 3/12/2015
0.47.1.368 2,110 3/4/2015
0.47.0.367 1,952 3/4/2015
0.46.1.366 1,946 3/3/2015
0.46.0.365 2,080 3/2/2015
0.45.0.364 1,962 3/2/2015
0.44.3.363 2,441 2/24/2015
0.44.2.362 2,421 2/24/2015
0.44.1.361 2,293 2/22/2015
0.44.0.360 2,228 2/18/2015
0.43.1.359 2,190 2/12/2015
0.43.0.358 2,047 2/7/2015
0.42.0.357 1,987 2/5/2015
0.41.0.356 2,061 2/4/2015
0.40.6.355 2,080 2/3/2015
0.40.3.354 2,012 2/2/2015
0.40.3.353 2,066 1/26/2015
0.40.3.352 2,065 1/20/2015
0.40.3.351 2,024 1/19/2015
0.40.2.350 2,029 1/19/2015
0.40.1.349 2,036 1/17/2015
0.40.1.348 2,083 1/15/2015
0.40.1.347 1,962 1/13/2015
0.40.1.346 2,051 1/12/2015
0.40.0.345 1,936 1/9/2015
0.40.0.344 2,034 1/9/2015
0.40.0.343 1,987 1/8/2015
0.40.0.342 2,023 1/8/2015
0.39.6.340 2,242 1/6/2015
0.39.5.339 2,462 1/5/2015
0.39.4.338 2,107 1/1/2015
0.39.4.337 2,441 12/23/2014
0.39.4.336 2,279 12/13/2014
0.39.2.335 2,247 12/12/2014
0.39.2.334 2,282 12/9/2014
0.39.2.333 2,261 12/5/2014
0.39.1.332 2,232 12/3/2014
0.39.1.331 2,134 12/2/2014
0.39.0.330 2,175 12/1/2014
0.38.2.329 2,128 11/26/2014
0.38.2.328 2,133 11/26/2014
0.38.1.327 2,245 11/25/2014
0.38.0.326 2,215 11/22/2014
0.38.0.325 2,177 11/20/2014
0.38.0.324 2,292 11/14/2014
0.37.2.323 2,232 11/14/2014
0.37.2.322 2,523 11/5/2014
0.37.2.321 2,058 10/29/2014
0.37.2.320 2,062 10/29/2014
0.37.2.319 2,100 10/28/2014
0.37.1.318 2,070 10/25/2014
0.37.1.317 2,026 10/16/2014
0.37.1.316 2,128 10/13/2014
0.37.0.315 2,046 10/12/2014
0.36.5.314 2,096 10/11/2014
0.36.5.313 2,096 10/9/2014
0.36.4.312 1,956 10/8/2014
0.36.4.311 2,014 10/8/2014
0.36.4.310 2,057 10/3/2014
0.36.3.309 2,048 10/1/2014
0.36.2.308 2,039 9/28/2014
0.36.1.307 2,003 9/20/2014
0.36.1.306 2,105 9/17/2014
0.36.0.305 2,074 9/15/2014
0.35.6.304 2,042 9/1/2014
0.35.6.303 2,062 8/28/2014
0.35.6.302 2,041 8/16/2014
0.35.6.301 2,063 8/15/2014
0.35.5.300 1,958 8/14/2014
0.35.4.299 2,152 8/14/2014
0.35.4.298 2,069 8/13/2014
0.35.4.297 2,125 8/11/2014
0.35.3.296 2,070 8/10/2014
0.35.3.295 2,079 8/8/2014
0.35.3.294 2,116 8/5/2014
0.35.1.288 2,098 8/1/2014
0.35.1.287 2,099 8/1/2014
0.35.1.286 2,058 8/1/2014
0.35.1.285 2,021 7/29/2014
0.35.1.284 2,012 7/23/2014
0.35.1.283 2,007 7/23/2014
0.35.0.282 2,061 7/22/2014
0.35.0.281 2,129 7/15/2014
0.34.0.280 1,987 7/11/2014
0.34.0.279 2,062 7/9/2014
0.33.2.278 2,064 7/9/2014
0.33.2.277 2,086 7/2/2014
0.33.1.276 2,186 6/24/2014
0.33.1.275 2,129 6/19/2014
0.33.0.274 2,132 6/19/2014
0.33.0.273 2,044 6/16/2014
0.32.3.272 2,020 6/14/2014
0.32.2.271 2,061 6/5/2014
0.32.1.270 2,037 6/1/2014
0.32.1.269 2,039 6/1/2014
0.32.1.268 2,042 5/26/2014
0.32.0.267 2,061 5/23/2014
0.32.0.266 2,167 5/22/2014
0.32.0.265 2,076 5/21/2014
0.32.0.264 2,041 5/21/2014
0.32.0.263 2,119 5/20/2014
0.32.0.262 2,019 5/19/2014
0.31.1.261 2,029 5/19/2014
0.31.1.260 2,098 5/19/2014
0.31.0.259 2,068 5/16/2014
0.30.2.258 2,091 5/15/2014
0.30.2.257 2,050 5/14/2014
0.30.2.254 2,012 5/8/2014
0.30.2.252 2,122 4/30/2014
0.30.2.251 2,146 4/30/2014
0.30.1.250 2,160 4/29/2014
0.30.0.249 2,072 4/28/2014
0.30.0.248 2,267 4/24/2014
0.30.0.247 2,328 4/17/2014
0.29.0.246 2,277 4/16/2014
0.28.5.245 2,239 4/14/2014
0.28.4.242 2,182 4/5/2014
0.28.4.241 2,066 4/4/2014
0.28.4.240 2,199 4/3/2014
0.28.4.232 2,124 3/31/2014
0.28.3.231 2,137 3/27/2014
0.28.3.230 2,183 3/27/2014
0.28.3.229 2,171 3/19/2014
0.28.2.227 2,188 3/14/2014
0.28.2.226 2,158 3/13/2014
0.28.2.225 2,132 3/5/2014
0.28.1.224 2,132 3/4/2014
0.27.5.222 2,154 2/28/2014
0.27.5.221 2,153 2/28/2014
0.27.4.220 2,218 2/26/2014
0.27.3.219 2,097 2/25/2014
0.27.2.218 2,134 2/25/2014
0.27.1.216 2,117 2/14/2014
0.27.0.215 2,139 2/12/2014
0.26.7.214 2,085 2/12/2014
0.26.7.213 2,080 2/11/2014
0.26.7.212 2,156 2/10/2014
0.26.7.211 2,088 2/10/2014
0.26.6.210 2,147 2/10/2014
0.26.5.209 2,188 2/10/2014
0.26.5.208 2,101 2/5/2014
0.26.5.207 2,065 2/4/2014
0.26.4.206 2,059 2/4/2014
0.26.3.204 2,120 2/4/2014
0.26.3.203 2,204 2/3/2014
0.26.3.202 2,116 1/30/2014
0.26.3.198 2,098 1/30/2014
0.26.2.194 2,209 1/23/2014
0.26.1.193 2,143 1/20/2014
0.26.1.191 2,137 1/17/2014
0.26.1.189 2,113 1/16/2014
0.26.1.188 2,062 1/15/2014
0.26.1.187 2,097 1/15/2014
0.26.1.186 2,115 1/13/2014
0.26.1.185 2,146 1/3/2014
0.26.1.184 2,116 1/2/2014
0.26.1.183 2,064 12/20/2013
0.26.0.182 2,071 12/19/2013
0.26.0.181 2,044 12/16/2013
0.25.4.180 2,022 12/16/2013
0.25.4.179 2,047 12/16/2013
0.25.3.178 2,147 12/13/2013
0.25.3.177 2,137 12/13/2013