EasyNetQ 8.0.0-beta5

This is a prerelease version of EasyNetQ.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package EasyNetQ --version 8.0.0-beta5
                    
NuGet\Install-Package EasyNetQ -Version 8.0.0-beta5
                    
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" Version="8.0.0-beta5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EasyNetQ" Version="8.0.0-beta5" />
                    
Directory.Packages.props
<PackageReference Include="EasyNetQ" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add EasyNetQ --version 8.0.0-beta5
                    
#r "nuget: EasyNetQ, 8.0.0-beta5"
                    
#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.
#:package EasyNetQ@8.0.0-beta5
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=EasyNetQ&version=8.0.0-beta5&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=EasyNetQ&version=8.0.0-beta5&prerelease
                    
Install as a Cake Tool

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.

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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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 (188)

Showing the top 5 NuGet packages that depend on EasyNetQ:

Package Downloads
EasyNetQ.DI.Microsoft

An adaptor to allow EasyNetQ to use Microsoft.Extensions.DependencyInjection as its internal IoC container

Shesha.Framework

Package Description

EasyNetQ.Logging.Microsoft

An adaptor to allow EasyNetQ to use Microsoft.Extensions.Logging

EasyNetQ.DI.Autofac

An adaptor to allow EasyNetQ to use Autofac as its internal IoC container

EasyNetQ.DI.Windsor

An adaptor to allow EasyNetQ to use Castle.Windsor as its internal IoC container

GitHub repositories (9)

Showing the top 9 popular GitHub repositories that depend on EasyNetQ:

Repository Stars
revoframework/Revo
Event Sourcing, CQRS and DDD framework for C#/.NET Core.
SkyChenSky/Sikiro
整合了社区主流开源框架(CAP、SkyAPM、WebAPIClient、Chloe等)的微服务项目示例
henriquelourente/Domain-Driven-Design-Sample
ASP.NET Core sample with DDD concepts
asc-lab/better-code-with-ddd
This repository contains code that accompanies presentation ASC LAB team gave at meetup about “Creating better code with Domain Driven Design”.
LeonKou/NetPro
🌈An enhanced version with clean architecture of asp.netcore,efficiently manage startup,Support for netcore3.1/6.0
DavidChild/Bitter.Core.Orm.NetCore
bitter.core is a high-performance and easy-to-use netcore / netframework orm framework. I think you'll love it. designed for development and efficiency. efficiency, high performance and high stability are always the pursuit of programmers. bittercore was born for that. you want to be lazy, even lazier! simple, more simple! controllable, more controllable! please use it bitter.Core .
EasyNetQ/EasyNetQ.Management.Client
EasyNetQ.Management.Client is a .NET client for the RabbitMQ RESTful management API
oncemi/OnceMi.Framework
基于.NET 7和Vue 2开发的企业级前后端分离权限管理开发框架(后台管理系统),具有组织管理、角色管理、用户管理、菜单管理、授权管理、计划任务、文件管理等功能。支持国内外多种流行数据库,支持IdentityServer4认证中心。
netcorebcn/quiz
Example real time quiz application with .NET Core, React, DDD, Event Sourcing, Docker and built-in infrastructure for CI/CD with k8s, jenkins and helm
Version Downloads Last Updated
8.0.0-beta99 41,063 3/7/2025
8.0.0-beta98 81,469 6/12/2024
8.0.0-beta97 331 6/7/2024
8.0.0-beta96 27,982 3/15/2024
8.0.0-beta95 12,747 10/22/2023
8.0.0-beta94 18,882 6/18/2023
8.0.0-beta93 2,721 6/17/2023
8.0.0-beta92 2,870 6/17/2023
8.0.0-beta91 2,872 6/11/2023
8.0.0-beta90 3,255 5/8/2023
8.0.0-beta9 3,372 3/21/2023
8.0.0-beta8 7,625 2/20/2023
8.0.0-beta6 3,686 1/29/2023
8.0.0-beta5 3,497 1/20/2023
8.0.0-beta4 2,996 1/5/2023
8.0.0-beta3 3,042 12/29/2022
8.0.0-beta2 2,947 12/16/2022
8.0.0-beta10 2,853 3/21/2023
8.0.0-beta1 2,800 12/15/2022
8.0.0-alpha9 2,833 12/14/2022
8.0.0-alpha8 3,085 11/30/2022
8.0.0-alpha7 3,536 11/12/2022
8.0.0-alpha6 2,924 10/29/2022
8.0.0-alpha5 2,863 10/5/2022
8.0.0-alpha4 2,868 10/1/2022
8.0.0-alpha3 2,833 9/26/2022
8.0.0-alpha2 3,014 9/21/2022
8.0.0-alpha1 2,802 9/19/2022
7.8.0 3,926,890 12/16/2023
7.7.0 250,888 11/19/2023
7.6.0 205,244 10/12/2023
7.5.5 1,055,890 7/20/2023
7.5.4 4,378 7/19/2023
7.5.3 189,423 6/15/2023
7.5.2 344,289 5/14/2023
7.5.1 44,765 5/4/2023
7.5.0 196,642 3/25/2023
7.4.3 528,333 2/3/2023
7.4.1 67,305 1/31/2023
7.4.0 62,261 1/29/2023
7.3.12 82,932 1/23/2023
7.3.11 6,878 1/22/2023
7.3.10 70,471 1/19/2023
7.3.9 102,169 1/17/2023
7.3.8 124,343 1/4/2023
7.3.7 77,860 12/22/2022
7.3.6 18,964 12/19/2022
7.3.5 140,258 11/30/2022
7.3.4 6,623 11/30/2022
7.3.3 73,956 11/24/2022
7.3.2 75,112 11/15/2022
7.3.1 11,847 11/12/2022
7.3.0 247,150 10/29/2022
7.3.0-alpha3 2,714 10/15/2022
7.3.0-alpha2 2,366 10/15/2022
7.3.0-alpha0 1,631 10/15/2022
7.2.1 118,868 10/9/2022
7.2.1-alpha1 2,727 10/6/2022
7.2.0 167,766 9/17/2022
7.2.0-alpha1 2,885 9/15/2022
7.0.4 222,950 9/7/2022
7.0.3 9,666 9/5/2022
7.0.3-alpha1 2,802 9/5/2022
7.0.2 9,207 9/5/2022
7.0.1 64,410 8/27/2022
7.0.0 365,668 7/23/2022
7.0.0-rc5 5,654 6/28/2022
7.0.0-rc4 2,778 6/27/2022
7.0.0-rc3 3,733 6/20/2022
7.0.0-rc2 4,643 6/9/2022
7.0.0-rc1 2,755 6/9/2022
7.0.0-beta9 2,923 6/8/2022
7.0.0-beta7 2,896 6/5/2022
7.0.0-beta6 3,922 5/24/2022
7.0.0-beta5 14,898 11/18/2021
7.0.0-beta4 6,889 11/9/2021
7.0.0-beta3 2,748 11/6/2021
7.0.0-beta2 8,568 9/29/2021
7.0.0-beta1 6,598 9/13/2021
7.0.0-alpha9 16,750 8/25/2021
7.0.0-alpha8 3,886 8/25/2021
7.0.0-alpha7 2,780 8/25/2021
7.0.0-alpha6 2,904 8/16/2021
7.0.0-alpha5 2,750 8/16/2021
7.0.0-alpha4 6,368 1/20/2021
7.0.0-alpha3 3,338 12/31/2020
7.0.0-alpha2 3,260 12/28/2020
7.0.0-alpha1 2,551 12/28/2020
6.5.2 1,529,880 6/20/2022
6.4.1 122,779 5/22/2022
6.4.0-alpha0096 3,981 12/6/2020
6.4.0-alpha0095 3,242 12/6/2020
6.4.0-alpha0094 3,495 12/6/2020
6.4.0-alpha.99 492 12/26/2020
6.4.0-alpha.97 916 12/9/2020
6.3.1 5,332,496 11/28/2020
6.3.0 95,176 11/22/2020
6.2.0 154,278 11/15/2020
6.1.0 132,143 11/10/2020
6.0.3 11,343 11/9/2020
6.0.2 8,393 11/6/2020
6.0.1 31,307 11/1/2020
5.6.0 1,053,170 10/10/2020
5.5.0 54,630 10/5/2020
5.4.1 65,453 10/4/2020
5.4.0 38,623 10/1/2020
5.3.0-alpha0079 56,048 6/16/2020
5.3.0-alpha0078 3,540 6/15/2020
5.3.0-alpha0077 3,744 6/15/2020
5.3.0-alpha0076 3,577 6/15/2020
5.3.0-alpha0075 3,594 6/14/2020
5.3.0-alpha0074 3,773 6/12/2020
5.3.0-alpha0073 3,586 6/12/2020
5.3.0-alpha0072 3,630 6/11/2020
5.3.0-alpha0070 4,159 6/7/2020
5.2.2 129,977 9/4/2020
5.2.1 124,272 9/3/2020
5.2.0 818,182 6/7/2020
5.2.0-alpha0073 3,833 5/26/2020
5.2.0-alpha0072 3,747 5/25/2020
5.2.0-alpha0071 3,786 5/25/2020
5.2.0-alpha0070 3,611 5/24/2020
5.2.0-alpha0069 3,692 5/24/2020
5.2.0-alpha0066 3,701 5/21/2020
5.2.0-alpha0065 3,750 5/20/2020
5.2.0-alpha0064 3,799 5/17/2020
5.2.0-alpha0057 3,665 5/10/2020
5.2.0-alpha0056 3,972 5/8/2020
5.1.2 2,182,502 5/24/2020
5.1.0-alpha0055 4,270 5/3/2020
5.1.0-alpha0054 3,780 5/3/2020
5.1.0-alpha0053 3,780 4/30/2020
4.1.0-alpha0014 4,429 4/29/2020
4.1.0-alpha0013 3,778 4/24/2020
4.1.0-alpha0005 3,699 4/20/2020
4.1.0-alpha0004 3,660 4/18/2020
4.1.0-alpha0001 3,627 4/17/2020
4.0.8 155,890 4/28/2020
4.0.7 13,695 4/27/2020
4.0.6 11,628 4/24/2020
4.0.5 22,572 4/22/2020
4.0.4 7,251 4/21/2020
4.0.3 8,118 4/20/2020
4.0.2 6,387 4/20/2020
4.0.1 22,587 4/20/2020
4.0.0 18,919 4/18/2020
3.8.0 438,769 4/17/2020
3.8.0-alpha0048 4,252 2/28/2020
3.8.0-alpha0042 5,315 2/13/2020
3.8.0-alpha0041 5,318 1/8/2020
3.8.0-alpha0040 4,218 9/26/2019
3.8.0-alpha0039 2,351 9/25/2019
3.7.1 2,048,180 9/25/2019
3.7.0 96,141 9/23/2019
3.7.0-alpha0038 5,655 8/3/2019
3.7.0-alpha0037 5,068 8/1/2019
3.6.0 572,445 7/17/2019
3.6.0-alpha0036 6,137 6/4/2019
3.6.0-alpha0035 5,055 6/2/2019
3.6.0-alpha0034 5,015 6/2/2019
3.6.0-alpha0033 5,071 6/2/2019
3.6.0-alpha0031 5,401 5/4/2019
3.5.2 74,627 7/11/2019
3.5.1 403,408 6/2/2019
3.5.0 72,302 5/2/2019
3.5.0-alpha0036 5,727 4/10/2019
3.5.0-alpha0031 5,263 3/25/2019
3.5.0-alpha0030 5,036 3/21/2019
3.5.0-alpha0029 5,403 3/19/2019
3.5.0-alpha0027 5,036 3/18/2019
3.5.0-alpha0026 4,994 3/18/2019
3.5.0-alpha0025 5,020 3/17/2019
3.5.0-alpha0024 5,081 3/16/2019
3.5.0-alpha0021 5,079 3/15/2019
3.5.0-alpha0020 4,995 3/14/2019
3.5.0-alpha0019 5,123 3/14/2019
3.5.0-alpha0018 5,089 3/14/2019
3.5.0-alpha0013 5,078 3/14/2019
3.4.5 432,902 3/21/2019
3.4.4 19,896 3/16/2019
3.4.3 10,291 3/14/2019
3.4.2 6,480 3/13/2019
3.4.1 12,954 3/12/2019
3.4.0 177,181 2/19/2019
3.4.0-alpha0022 5,469 1/27/2019
3.4.0-alpha0021 5,157 1/25/2019
3.4.0-alpha0020 5,310 12/21/2018
3.4.0-alpha0019 5,311 12/6/2018
3.4.0-alpha0018 5,476 11/21/2018
3.4.0-alpha0017 5,207 11/20/2018
3.4.0-alpha0016 5,211 11/5/2018
3.4.0-alpha0015 5,269 11/2/2018
3.4.0-alpha0011 5,231 11/1/2018
3.4.0-alpha0010 7,214 10/3/2018
3.4.0-alpha0009 5,342 9/16/2018
3.4.0-alpha0008 5,458 9/1/2018
3.4.0-alpha0007 5,338 8/29/2018
3.4.0-alpha0006 5,362 8/28/2018
3.4.0-alpha0005 5,317 8/28/2018
3.4.0-alpha0004 5,507 8/23/2018
3.4.0-alpha0003 5,335 8/22/2018
3.4.0-alpha0002 5,621 8/10/2018
3.4.0-alpha0001 5,579 7/30/2018
3.3.9 162,852 1/25/2019
3.3.8 195,991 1/18/2019
3.3.7 96,650 1/5/2019
3.3.6 307,435 12/19/2018
3.3.5 149,353 11/21/2018
3.3.4 30,033 11/20/2018
3.3.3 101,582 11/11/2018
3.3.2 124,152 10/12/2018
3.3.1 455,192 8/28/2018
3.3.0 205,409 7/18/2018
3.3.0-alpha0007 5,475 7/18/2018
3.3.0-alpha0006 5,708 7/17/2018
3.3.0-alpha0005 5,505 7/17/2018
3.3.0-alpha0004 5,646 7/17/2018
3.3.0-alpha0003 5,668 7/15/2018
3.3.0-alpha0001 5,651 7/11/2018
3.2.0 10,655 7/12/2018
3.1.2 11,066 7/11/2018
3.1.1 86,153 7/4/2018
3.1.0 79,181 6/20/2018
3.1.0-alpha0019 5,722 7/4/2018
3.1.0-alpha0017 5,470 7/2/2018
3.1.0-alpha0016 5,423 6/30/2018
3.1.0-alpha0014 5,785 6/26/2018
3.1.0-alpha0011 5,398 6/23/2018
3.1.0-alpha0010 5,597 6/20/2018
3.1.0-alpha0009 5,587 6/20/2018
3.1.0-alpha0008 5,340 6/19/2018
3.1.0-alpha0007 5,599 6/17/2018
3.1.0-alpha0006 5,406 6/14/2018
3.1.0-alpha0005 5,685 6/14/2018
3.1.0-alpha0004 6,006 5/28/2018
3.0.1 8,725 7/4/2018
3.0.0 269,942 5/24/2018
2.4.0-alpha0027 5,789 5/23/2018
2.4.0-alpha0026 5,822 5/23/2018
2.4.0-alpha0025 5,452 5/22/2018
2.4.0-alpha0024 5,624 5/18/2018
2.4.0-alpha0023 5,415 5/16/2018
2.4.0-alpha0022 5,916 5/16/2018
2.4.0-alpha0021 5,779 5/15/2018
2.4.0-alpha0020 5,756 5/15/2018
2.4.0-alpha0019 6,686 4/20/2018
2.4.0-alpha0017 5,890 4/19/2018
2.4.0-alpha0016 5,810 4/13/2018
2.4.0-alpha0015 5,856 4/3/2018
2.4.0-alpha0014 5,723 4/1/2018
2.4.0-alpha0013 6,109 3/30/2018
2.4.0-alpha0009 6,015 2/20/2018
2.4.0-alpha0002 92,151 12/1/2017
2.3.3 679,926 4/24/2018
2.3.1 260,918 2/20/2018
2.3.0 10,761 2/19/2018
2.3.0-alpha0006 6,332 11/21/2017
2.3.0-alpha0005 5,566 11/13/2017
2.3.0-alpha0002 14,730 9/18/2017
2.2.0 1,204,898 11/13/2017
2.2.0-alpha0009 5,716 9/14/2017
2.2.0-alpha0008 5,670 9/11/2017
2.2.0-alpha0007 5,627 9/10/2017
2.2.0-alpha0006 5,950 8/18/2017
2.2.0-alpha0002 5,516 8/18/2017
2.1.0 328,610 8/18/2017
2.1.0-alpha0022 5,609 8/18/2017
2.1.0-alpha0020 5,860 7/24/2017
2.1.0-alpha0018 6,644 7/13/2017
2.1.0-alpha0016 5,559 7/12/2017
2.1.0-alpha0011 7,496 7/11/2017
2.1.0-alpha0005 5,683 7/3/2017
2.1.0-alpha0002 5,583 7/3/2017
2.0.4 170,791 7/24/2017
2.0.4-unstable0013 7,941 6/26/2017
2.0.4-unstable0011 6,638 6/26/2017
2.0.4-unstable0010 7,474 6/11/2017
2.0.4-unstable0009 7,258 6/1/2017
2.0.4-unstable0007 12,024 5/4/2017
2.0.4-unstable0004 7,004 5/1/2017
2.0.4-unstable0003 6,765 5/1/2017
2.0.4-unstable0002 6,874 4/30/2017
2.0.4-unstable0001 6,768 4/27/2017
2.0.4-alpha0038 5,574 7/1/2017
2.0.3-unstable0064 6,577 4/27/2017
2.0.3-unstable0058 9,007 3/28/2017
2.0.3-unstable0057 11,815 3/15/2017
2.0.3-unstable0055 9,448 2/10/2017
1.1.4.506 214,248 7/6/2017
1.1.3.500 15,795 6/28/2017
1.1.2.497 11,291 6/21/2017
1.1.1.494 32,868 5/30/2017
1.1.0.492 22,511 5/4/2017
1.0.4.483 36,195 4/26/2017
1.0.3.481 56,295 4/4/2017
1.0.2.478 40,987 3/15/2017
1.0.1.475 64,668 2/10/2017
1.0.0.469 12,415 2/8/2017
1.0.0 387,573 6/30/2017
0.63.7.467 23,477 2/7/2017
0.63.6.463 14,395 2/7/2017
0.63.6.460 10,654 2/5/2017
0.63.5.454 184,876 10/17/2016
0.63.4.453 15,745 10/10/2016
0.63.3.452 53,379 9/26/2016
0.63.1.451 30,175 9/19/2016
0.63.1.450 15,582 9/11/2016
0.63.0.448 39,356 8/12/2016
0.62.1.445 36,500 8/8/2016
0.62.0.444 10,236 8/8/2016
0.61.1.443 9,927 8/5/2016
0.61.0.442 14,293 8/2/2016
0.60.1.441 9,985 7/31/2016
0.60.0.440 11,628 7/25/2016
0.59.0.439 58,962 7/18/2016
0.59.0.437 9,229 7/18/2016
0.59.0.436 8,768 7/18/2016
0.59.0.434 41,025 6/6/2016
0.58.0.433 59,551 5/2/2016
0.57.2.432 9,295 5/2/2016
0.57.2.431 26,596 4/25/2016
0.57.2.430 10,644 4/20/2016
0.57.1.429 8,852 4/20/2016
0.57.0.428 10,210 4/18/2016
0.56.0.427 46,382 4/1/2016
0.55.1.426 35,906 3/17/2016
0.55.0.425 19,206 3/1/2016
0.54.3.424 63,672 2/2/2016
0.54.2.423 11,662 2/1/2016
0.54.1.421 8,828 2/1/2016
0.54.0.420 9,158 1/28/2016
0.53.6.419 70,730 1/25/2016
0.53.6.418 125,555 1/6/2016
0.53.5.417 9,274 1/6/2016
0.53.5.416 8,929 1/5/2016
0.53.4.415 12,675 12/23/2015
0.53.3.414 44,404 12/9/2015
0.53.2.413 15,611 12/1/2015
0.53.1.412 9,502 11/28/2015
0.53.0.411 32,820 11/19/2015
0.52.0.410 9,123 11/18/2015
0.51.0.409 11,258 11/17/2015
0.51.0.408 8,711 11/17/2015
0.51.0 7,062 11/16/2015
0.50.12.407 35,281 10/22/2015
0.50.12.406 8,744 10/22/2015
0.50.11.404 9,518 10/20/2015
0.50.10.403 15,090 10/10/2015
0.50.9.401 22,110 10/5/2015
0.50.8.400 21,770 9/28/2015
0.50.7.399 27,362 8/18/2015
0.50.6.398 12,219 8/11/2015
0.50.5.397 8,699 8/11/2015
0.50.5.396 8,981 8/11/2015
0.50.4.395 9,259 8/8/2015
0.50.3.394 8,741 8/7/2015
0.50.2.393 12,683 8/1/2015
0.50.1.392 44,678 6/17/2015
0.50.0.391 15,490 6/8/2015
0.49.3.390 14,246 5/20/2015
0.49.2.389 9,719 5/18/2015
0.49.1.388 8,532 5/18/2015
0.49.0.387 10,116 5/17/2015
0.48.1.386 11,132 5/10/2015
0.48.0.385 8,596 5/10/2015
0.47.10.384 10,165 5/8/2015
0.47.10.383 8,954 5/6/2015
0.47.10.382 8,925 5/5/2015
0.47.10.381 17,358 4/27/2015
0.47.10.380 23,471 4/1/2015
0.47.10.379 8,936 4/1/2015
0.47.9.378 14,277 3/31/2015
0.47.9.377 8,666 3/31/2015
0.47.9.376 10,554 3/30/2015
0.47.8.375 8,908 3/28/2015
0.47.7.374 18,731 3/25/2015
0.47.6.373 11,162 3/18/2015
0.47.5.372 9,491 3/17/2015
0.47.4.371 9,250 3/16/2015
0.47.3.370 8,633 3/15/2015
0.47.2.369 8,867 3/12/2015
0.47.1.368 44,848 3/4/2015
0.47.0.367 9,334 3/4/2015
0.46.1.366 9,827 3/3/2015
0.46.0.365 9,207 3/2/2015
0.45.0.364 8,934 3/2/2015
0.44.3.363 10,717 2/24/2015
0.44.2.362 9,074 2/24/2015
0.44.1.361 9,395 2/22/2015
0.44.0.360 25,283 2/18/2015
0.43.1.359 10,332 2/12/2015
0.43.0.358 14,143 2/7/2015
0.42.0.357 8,959 2/5/2015
0.41.0.356 8,825 2/4/2015
0.40.6.355 9,323 2/3/2015
0.40.3.354 9,110 2/2/2015
0.40.3.353 9,891 1/26/2015
0.40.3.352 12,236 1/20/2015
0.40.3.351 8,736 1/19/2015
0.40.2.350 8,911 1/19/2015
0.40.1.349 9,307 1/17/2015
0.40.1.348 10,924 1/15/2015
0.40.1.347 11,128 1/13/2015
0.40.1.346 8,472 1/12/2015
0.40.0.345 8,841 1/9/2015
0.40.0.344 8,587 1/9/2015
0.40.0.343 8,741 1/8/2015
0.40.0.342 8,639 1/8/2015
0.39.6.340 9,389 1/6/2015
0.39.5.339 8,910 1/5/2015
0.39.4.338 9,152 1/1/2015
0.39.4.337 10,026 12/23/2014
0.39.4.336 11,790 12/13/2014
0.39.2.335 8,744 12/12/2014
0.39.2.334 11,582 12/9/2014
0.39.2.333 16,567 12/5/2014
0.39.1.332 9,729 12/3/2014
0.39.1.331 8,787 12/2/2014
0.39.0.330 8,999 12/1/2014
0.38.2.329 9,827 11/26/2014
0.38.2.328 8,707 11/26/2014
0.38.1.327 8,889 11/25/2014
0.38.0.326 9,273 11/22/2014
0.38.0.325 9,034 11/20/2014
0.38.0.324 10,810 11/14/2014
0.37.2.323 10,802 11/14/2014
0.37.2.322 10,999 11/5/2014
0.37.2.321 22,728 10/29/2014
0.37.2.320 9,100 10/29/2014
0.37.2.319 8,689 10/28/2014
0.37.1.318 9,049 10/25/2014
0.37.1.317 23,857 10/16/2014
0.37.1.316 10,426 10/13/2014
0.37.0.315 8,993 10/12/2014
0.36.5.314 9,426 10/11/2014
0.36.5.313 9,042 10/9/2014
0.36.4.312 8,840 10/8/2014
0.36.4.311 8,577 10/8/2014
0.36.4.310 10,978 10/3/2014
0.36.3.309 8,810 10/1/2014
0.36.2.308 9,255 9/28/2014
0.36.1.307 10,115 9/20/2014
0.36.1.306 9,205 9/17/2014
0.36.0.305 14,771 9/15/2014
0.35.6.304 11,750 9/1/2014
0.35.6.303 8,968 8/28/2014
0.35.6.302 10,475 8/16/2014
0.35.6.301 8,697 8/15/2014
0.35.5.300 8,726 8/14/2014
0.35.4.299 8,585 8/14/2014
0.35.4.298 8,895 8/13/2014
0.35.4.297 10,980 8/11/2014
0.35.3.296 8,670 8/10/2014
0.35.3.295 8,831 8/8/2014
0.35.3.294 8,799 8/5/2014
0.35.1.288 10,293 8/1/2014
0.35.1.287 8,712 8/1/2014
0.35.1.286 8,634 8/1/2014
0.35.1.285 10,172 7/29/2014
0.35.1.284 9,523 7/23/2014
0.35.1.283 8,923 7/23/2014
0.35.0.282 9,440 7/22/2014
0.35.0.281 12,611 7/15/2014
0.34.0.280 9,683 7/11/2014
0.34.0.279 29,798 7/9/2014
0.33.2.278 12,231 7/9/2014
0.33.2.277 11,408 7/2/2014
0.33.1.276 10,296 6/24/2014
0.33.1.275 8,936 6/19/2014
0.33.0.274 8,722 6/19/2014
0.33.0.273 9,513 6/16/2014
0.32.3.272 8,977 6/14/2014
0.32.2.271 10,200 6/5/2014
0.32.1.270 9,050 6/1/2014
0.32.1.269 8,615 6/1/2014
0.32.1.268 10,241 5/26/2014
0.32.0.267 8,699 5/23/2014
0.32.0.266 15,955 5/22/2014
0.32.0.265 9,989 5/21/2014
0.32.0.264 8,655 5/21/2014
0.32.0.263 8,830 5/20/2014
0.32.0.262 8,658 5/19/2014
0.31.1.261 8,709 5/19/2014
0.31.1.260 8,689 5/19/2014
0.31.0.259 8,875 5/16/2014
0.30.2.258 8,850 5/15/2014
0.30.2.257 8,857 5/14/2014
0.30.2.254 9,362 5/8/2014
0.30.2.252 23,108 4/30/2014
0.30.2.251 8,684 4/30/2014
0.30.1.250 9,928 4/29/2014
0.30.0.249 8,948 4/28/2014
0.30.0.248 9,216 4/24/2014
0.30.0.247 9,381 4/17/2014
0.29.0.246 9,433 4/16/2014
0.28.5.245 9,632 4/14/2014
0.28.4.242 12,895 4/5/2014
0.28.4.241 8,772 4/4/2014
0.28.4.240 8,858 4/3/2014
0.28.4.232 9,019 3/31/2014
0.28.3.231 8,944 3/27/2014
0.28.3.230 8,786 3/27/2014
0.28.3.229 9,812 3/19/2014
0.28.2.227 9,259 3/14/2014
0.28.2.226 8,838 3/13/2014
0.28.2.225 13,315 3/5/2014
0.28.1.224 8,829 3/4/2014
0.27.5.222 9,404 2/28/2014
0.27.5.221 8,691 2/28/2014
0.27.4.220 9,146 2/26/2014
0.27.3.219 8,895 2/25/2014
0.27.2.218 8,733 2/25/2014
0.27.1.216 12,847 2/14/2014
0.27.0.215 9,835 2/12/2014
0.26.7.214 9,290 2/12/2014
0.26.7.213 8,981 2/11/2014
0.26.7.212 8,781 2/10/2014
0.26.7.211 8,576 2/10/2014
0.26.6.210 8,622 2/10/2014
0.26.5.209 8,883 2/10/2014
0.26.5.208 9,010 2/5/2014
0.26.5.207 8,606 2/4/2014
0.26.4.206 8,617 2/4/2014
0.26.3.204 8,692 2/4/2014
0.26.3.203 8,989 2/3/2014
0.26.3.202 8,378 1/30/2014
0.26.3.198 8,113 1/30/2014
0.26.2.194 12,620 1/23/2014
0.26.1.193 12,013 1/20/2014
0.26.1.191 8,326 1/17/2014
0.26.1.189 8,395 1/16/2014
0.26.1.188 8,266 1/15/2014
0.26.1.187 8,202 1/15/2014
0.26.1.186 15,097 1/13/2014
0.26.1.185 9,292 1/3/2014
0.26.1.184 8,277 1/2/2014
0.26.1.183 8,835 12/20/2013
0.26.0.182 8,222 12/19/2013
0.26.0.181 10,257 12/16/2013
0.25.4.180 8,134 12/16/2013
0.25.4.179 8,085 12/16/2013
0.25.3.178 8,329 12/13/2013
0.25.3.177 8,219 12/13/2013
0.25.3.176 6,620 12/12/2013
0.25.2.174 6,740 12/11/2013
0.25.1.173 6,625 12/10/2013
0.25.0.172 6,624 12/10/2013
0.25.0.171 6,870 12/9/2013
0.24.0.169 35,032 12/9/2013
0.24.0.165 15,543 11/21/2013
0.23.0.163 6,723 11/19/2013
0.22.1.162 6,677 11/19/2013
0.22.0.161 6,612 11/19/2013
0.21.0.159 6,658 11/18/2013
0.20.0.157 6,695 11/15/2013
0.20.0.155 8,811 11/13/2013
0.19.0.154 7,107 11/6/2013
0.18.1.151 6,611 11/5/2013
0.18.1.150 6,594 11/5/2013
0.18.0.149 6,504 11/4/2013
0.17.0.148 6,711 11/1/2013
0.16.0.146 6,731 10/31/2013
0.16.0.145 6,560 10/30/2013
0.16.0.144 6,619 10/29/2013
0.15.3.143 8,916 10/23/2013
0.15.2.142 7,222 10/23/2013
0.15.2.139 9,122 10/21/2013
0.15.2.138 6,668 10/21/2013
0.14.5.132 6,947 10/21/2013
0.14.4.131 6,628 10/21/2013
0.14.4.130 7,228 10/16/2013
0.14.4.128 6,944 10/15/2013
0.14.4.127 6,560 10/15/2013
0.14.4.126 9,301 10/10/2013
0.14.4.124 7,647 10/8/2013
0.14.3.123 7,932 10/3/2013
0.14.2.122 6,685 10/2/2013
0.14.1.121 7,779 9/26/2013
0.14.0.120 6,677 9/24/2013
0.12.4.119 7,453 9/13/2013
0.12.3.117 6,623 9/11/2013
0.12.1.115 6,529 9/10/2013
0.12.0.116 6,552 9/10/2013
0.11.1.114 7,034 9/9/2013
0.11.1.113 8,797 8/30/2013
0.11.1.110 7,522 8/28/2013
0.11.1.109 6,583 8/28/2013
0.11.1.108 7,059 8/21/2013
0.11.1.105 6,806 8/14/2013
0.11.1.104 7,450 8/13/2013
0.11.1.101 6,971 8/2/2013
0.11.1.100 7,411 7/23/2013
0.11.1.98 6,848 7/19/2013
0.11.1.97 7,748 7/8/2013
0.11.0.96 6,809 7/8/2013
0.11.0.95 6,966 7/2/2013
0.11.0.93 6,948 6/26/2013
0.10.1.92 7,857 6/13/2013
0.10.1.91 6,679 6/12/2013
0.10.1.90 7,230 6/5/2013
0.10.1.89 8,159 5/31/2013
0.10.0.88 6,914 5/29/2013
0.10.0.87 7,002 5/24/2013
0.10.0.86 6,897 5/22/2013
0.10.0.85 6,653 5/21/2013
0.10.0.84 6,991 5/10/2013
0.10.0.82 7,410 5/7/2013
0.10.0.81 7,305 4/25/2013
0.10.0.80 8,221 4/12/2013
0.10.0.79 8,118 3/20/2013
0.10.0.78 6,611 3/20/2013
0.10.0.77 6,628 3/20/2013
0.9.2.76 9,612 3/19/2013
0.9.2.75 8,246 3/4/2013
0.9.2.74 6,882 2/28/2013
0.9.2.73 6,881 2/25/2013
0.9.2.72 7,327 2/5/2013
0.9.2.70 6,990 2/5/2013
0.9.2.68 16,108 1/10/2013
0.9.2.66 7,505 12/17/2012
0.9.2.65 8,509 12/13/2012
0.9.2.64 6,884 12/12/2012
0.9.2.63 6,897 12/12/2012
0.9.2.62 6,915 12/10/2012
0.9.1.60 7,082 12/8/2012
0.9.1.59 7,006 12/6/2012
0.9.1.55 6,772 12/6/2012
0.9.1.54 6,882 12/3/2012
0.9.1.52 7,416 11/21/2012
0.9.0.51 6,932 11/21/2012
0.9.0.50 6,857 11/20/2012
0.9.0.49 6,776 11/20/2012
0.9.0.48 6,833 11/20/2012
0.9.0.47 7,155 11/16/2012
0.9.0.46 6,822 11/16/2012
0.9.0.45 6,747 11/14/2012
0.9.0.44 6,781 11/13/2012
0.9.0.42 6,706 11/13/2012
0.8.4.41 9,438 11/12/2012
0.8.3.40 6,694 11/9/2012
0.8.2.39 6,809 11/6/2012
0.8.2.38 6,805 11/6/2012
0.8.1.37 10,465 10/8/2012
0.8.0.36 6,751 10/5/2012
0.7.2.35 6,945 10/3/2012
0.7.2.34 6,655 10/2/2012
0.7.1.33 6,890 10/1/2012
0.7.1.32 6,657 9/27/2012
0.7.1.31 6,671 9/26/2012
0.7.1.30 6,701 9/26/2012
0.7.0.29 6,690 9/25/2012
0.7.0.28 6,786 9/25/2012
0.7.0.27 6,711 9/25/2012
0.7.0.26 6,635 9/25/2012
0.7.0.25 6,779 9/25/2012
0.6.4.24 6,798 9/25/2012
0.6.3.23 6,670 9/21/2012
0.6.3.21 6,633 9/19/2012
0.6.3.20 6,934 9/10/2012
0.6.3.19 6,687 9/10/2012
0.6.3.17 6,726 8/31/2012
0.6.3.16 6,704 8/30/2012
0.6.3.15 6,724 8/23/2012
0.6.3.13 6,970 8/7/2012
0.6.3.12 9,728 7/25/2012
0.6.3.11 6,800 7/13/2012
0.6.3.10 6,900 7/12/2012
0.6.3.9 6,662 7/11/2012
0.6.3.8 6,723 7/6/2012
0.6.3.7 6,606 7/4/2012
0.6.3.6 6,596 7/3/2012
0.6.3 6,654 7/2/2012
0.6.0.1 6,759 5/29/2012
0.3.0 6,875 4/30/2012
0.2.0 19,374 12/1/2011