EasyNetQ 8.0.0-beta4

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-beta4
                    
NuGet\Install-Package EasyNetQ -Version 8.0.0-beta4
                    
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-beta4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EasyNetQ" Version="8.0.0-beta4" />
                    
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-beta4
                    
#r "nuget: EasyNetQ, 8.0.0-beta4"
                    
#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-beta4
                    
#: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-beta4&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=EasyNetQ&version=8.0.0-beta4&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 (187)

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 48,123 3/7/2025
8.0.0-beta98 84,293 6/12/2024
8.0.0-beta97 345 6/7/2024
8.0.0-beta96 33,571 3/15/2024
8.0.0-beta95 12,867 10/22/2023
8.0.0-beta94 19,079 6/18/2023
8.0.0-beta93 2,732 6/17/2023
8.0.0-beta92 2,892 6/17/2023
8.0.0-beta91 2,878 6/11/2023
8.0.0-beta90 3,266 5/8/2023
8.0.0-beta9 3,388 3/21/2023
8.0.0-beta8 7,639 2/20/2023
8.0.0-beta6 3,713 1/29/2023
8.0.0-beta5 3,511 1/20/2023
8.0.0-beta4 3,006 1/5/2023
8.0.0-beta3 3,058 12/29/2022
8.0.0-beta2 2,960 12/16/2022
8.0.0-beta10 2,867 3/21/2023
8.0.0-beta1 2,968 12/15/2022
8.0.0-alpha9 2,845 12/14/2022
8.0.0-alpha8 3,102 11/30/2022
8.0.0-alpha7 3,597 11/12/2022
8.0.0-alpha6 2,933 10/29/2022
8.0.0-alpha5 2,874 10/5/2022
8.0.0-alpha4 2,883 10/1/2022
8.0.0-alpha3 2,845 9/26/2022
8.0.0-alpha2 3,024 9/21/2022
8.0.0-alpha1 2,813 9/19/2022
7.8.0 4,317,558 12/16/2023
7.7.0 258,144 11/19/2023
7.6.0 210,449 10/12/2023
7.5.5 1,128,474 7/20/2023
7.5.4 4,470 7/19/2023
7.5.3 192,996 6/15/2023
7.5.2 349,230 5/14/2023
7.5.1 46,478 5/4/2023
7.5.0 200,192 3/25/2023
7.4.3 542,613 2/3/2023
7.4.1 67,823 1/31/2023
7.4.0 64,891 1/29/2023
7.3.12 83,882 1/23/2023
7.3.11 6,950 1/22/2023
7.3.10 70,768 1/19/2023
7.3.9 103,030 1/17/2023
7.3.8 125,516 1/4/2023
7.3.7 82,695 12/22/2022
7.3.6 19,098 12/19/2022
7.3.5 142,967 11/30/2022
7.3.4 6,697 11/30/2022
7.3.3 74,531 11/24/2022
7.3.2 75,888 11/15/2022
7.3.1 11,964 11/12/2022
7.3.0 248,047 10/29/2022
7.3.0-alpha3 2,743 10/15/2022
7.3.0-alpha2 2,379 10/15/2022
7.3.0-alpha0 1,641 10/15/2022
7.2.1 120,027 10/9/2022
7.2.1-alpha1 2,740 10/6/2022
7.2.0 170,045 9/17/2022
7.2.0-alpha1 2,899 9/15/2022
7.0.4 223,111 9/7/2022
7.0.3 9,734 9/5/2022
7.0.3-alpha1 2,816 9/5/2022
7.0.2 9,298 9/5/2022
7.0.1 65,244 8/27/2022
7.0.0 367,842 7/23/2022
7.0.0-rc5 5,672 6/28/2022
7.0.0-rc4 2,788 6/27/2022
7.0.0-rc3 3,749 6/20/2022
7.0.0-rc2 4,662 6/9/2022
7.0.0-rc1 2,770 6/9/2022
7.0.0-beta9 2,938 6/8/2022
7.0.0-beta7 2,912 6/5/2022
7.0.0-beta6 3,939 5/24/2022
7.0.0-beta5 14,941 11/18/2021
7.0.0-beta4 6,919 11/9/2021
7.0.0-beta3 2,776 11/6/2021
7.0.0-beta2 8,699 9/29/2021
7.0.0-beta1 6,625 9/13/2021
7.0.0-alpha9 16,770 8/25/2021
7.0.0-alpha8 3,911 8/25/2021
7.0.0-alpha7 2,804 8/25/2021
7.0.0-alpha6 2,935 8/16/2021
7.0.0-alpha5 2,772 8/16/2021
7.0.0-alpha4 6,393 1/20/2021
7.0.0-alpha3 3,372 12/31/2020
7.0.0-alpha2 3,284 12/28/2020
7.0.0-alpha1 2,573 12/28/2020
6.5.2 1,577,989 6/20/2022
6.4.1 124,372 5/22/2022
6.4.0-alpha0096 4,004 12/6/2020
6.4.0-alpha0095 3,275 12/6/2020
6.4.0-alpha0094 3,526 12/6/2020
6.4.0-alpha.99 515 12/26/2020
6.4.0-alpha.97 938 12/9/2020
6.3.1 5,392,929 11/28/2020
6.3.0 95,993 11/22/2020
6.2.0 154,473 11/15/2020
6.1.0 132,778 11/10/2020
6.0.3 11,401 11/9/2020
6.0.2 8,480 11/6/2020
6.0.1 31,887 11/1/2020
5.6.0 1,072,396 10/10/2020
5.5.0 54,832 10/5/2020
5.4.1 65,659 10/4/2020
5.4.0 39,284 10/1/2020
5.3.0-alpha0079 56,458 6/16/2020
5.3.0-alpha0078 3,562 6/15/2020
5.3.0-alpha0077 3,779 6/15/2020
5.3.0-alpha0076 3,602 6/15/2020
5.3.0-alpha0075 3,628 6/14/2020
5.3.0-alpha0074 3,806 6/12/2020
5.3.0-alpha0073 3,609 6/12/2020
5.3.0-alpha0072 3,654 6/11/2020
5.3.0-alpha0070 4,191 6/7/2020
5.2.2 131,562 9/4/2020
5.2.1 124,455 9/3/2020
5.2.0 823,905 6/7/2020
5.2.0-alpha0073 3,854 5/26/2020
5.2.0-alpha0072 3,778 5/25/2020
5.2.0-alpha0071 3,806 5/25/2020
5.2.0-alpha0070 3,631 5/24/2020
5.2.0-alpha0069 3,719 5/24/2020
5.2.0-alpha0066 3,726 5/21/2020
5.2.0-alpha0065 3,778 5/20/2020
5.2.0-alpha0064 3,826 5/17/2020
5.2.0-alpha0057 3,685 5/10/2020
5.2.0-alpha0056 4,002 5/8/2020
5.1.2 2,207,101 5/24/2020
5.1.0-alpha0055 4,291 5/3/2020
5.1.0-alpha0054 3,799 5/3/2020
5.1.0-alpha0053 3,803 4/30/2020
4.1.0-alpha0014 4,490 4/29/2020
4.1.0-alpha0013 3,800 4/24/2020
4.1.0-alpha0005 3,723 4/20/2020
4.1.0-alpha0004 3,681 4/18/2020
4.1.0-alpha0001 3,665 4/17/2020
4.0.8 155,984 4/28/2020
4.0.7 13,766 4/27/2020
4.0.6 11,693 4/24/2020
4.0.5 22,816 4/22/2020
4.0.4 7,316 4/21/2020
4.0.3 8,173 4/20/2020
4.0.2 6,457 4/20/2020
4.0.1 22,778 4/20/2020
4.0.0 19,309 4/18/2020
3.8.0 439,966 4/17/2020
3.8.0-alpha0048 4,272 2/28/2020
3.8.0-alpha0042 5,482 2/13/2020
3.8.0-alpha0041 5,342 1/8/2020
3.8.0-alpha0040 4,241 9/26/2019
3.8.0-alpha0039 2,373 9/25/2019
3.7.1 2,059,482 9/25/2019
3.7.0 96,355 9/23/2019
3.7.0-alpha0038 5,678 8/3/2019
3.7.0-alpha0037 5,092 8/1/2019
3.6.0 576,654 7/17/2019
3.6.0-alpha0036 6,159 6/4/2019
3.6.0-alpha0035 5,080 6/2/2019
3.6.0-alpha0034 5,035 6/2/2019
3.6.0-alpha0033 5,090 6/2/2019
3.6.0-alpha0031 5,423 5/4/2019
3.5.2 74,752 7/11/2019
3.5.1 405,951 6/2/2019
3.5.0 72,436 5/2/2019
3.5.0-alpha0036 5,746 4/10/2019
3.5.0-alpha0031 5,282 3/25/2019
3.5.0-alpha0030 5,061 3/21/2019
3.5.0-alpha0029 5,426 3/19/2019
3.5.0-alpha0027 5,058 3/18/2019
3.5.0-alpha0026 5,015 3/18/2019
3.5.0-alpha0025 5,042 3/17/2019
3.5.0-alpha0024 5,099 3/16/2019
3.5.0-alpha0021 5,114 3/15/2019
3.5.0-alpha0020 5,032 3/14/2019
3.5.0-alpha0019 5,140 3/14/2019
3.5.0-alpha0018 5,111 3/14/2019
3.5.0-alpha0013 5,101 3/14/2019
3.4.5 433,214 3/21/2019
3.4.4 19,953 3/16/2019
3.4.3 10,346 3/14/2019
3.4.2 6,551 3/13/2019
3.4.1 13,004 3/12/2019
3.4.0 177,460 2/19/2019
3.4.0-alpha0022 5,497 1/27/2019
3.4.0-alpha0021 5,191 1/25/2019
3.4.0-alpha0020 5,331 12/21/2018
3.4.0-alpha0019 5,334 12/6/2018
3.4.0-alpha0018 5,499 11/21/2018
3.4.0-alpha0017 5,230 11/20/2018
3.4.0-alpha0016 5,232 11/5/2018
3.4.0-alpha0015 5,293 11/2/2018
3.4.0-alpha0011 5,265 11/1/2018
3.4.0-alpha0010 7,234 10/3/2018
3.4.0-alpha0009 5,365 9/16/2018
3.4.0-alpha0008 5,488 9/1/2018
3.4.0-alpha0007 5,358 8/29/2018
3.4.0-alpha0006 5,387 8/28/2018
3.4.0-alpha0005 5,344 8/28/2018
3.4.0-alpha0004 5,528 8/23/2018
3.4.0-alpha0003 5,357 8/22/2018
3.4.0-alpha0002 5,639 8/10/2018
3.4.0-alpha0001 5,618 7/30/2018
3.3.9 163,310 1/25/2019
3.3.8 196,102 1/18/2019
3.3.7 96,761 1/5/2019
3.3.6 310,972 12/19/2018
3.3.5 149,917 11/21/2018
3.3.4 30,085 11/20/2018
3.3.3 102,084 11/11/2018
3.3.2 125,389 10/12/2018
3.3.1 459,140 8/28/2018
3.3.0 205,665 7/18/2018
3.3.0-alpha0007 5,513 7/18/2018
3.3.0-alpha0006 5,760 7/17/2018
3.3.0-alpha0005 5,543 7/17/2018
3.3.0-alpha0004 5,702 7/17/2018
3.3.0-alpha0003 5,722 7/15/2018
3.3.0-alpha0001 5,704 7/11/2018
3.2.0 10,794 7/12/2018
3.1.2 11,132 7/11/2018
3.1.1 87,336 7/4/2018
3.1.0 79,439 6/20/2018
3.1.0-alpha0019 5,778 7/4/2018
3.1.0-alpha0017 5,510 7/2/2018
3.1.0-alpha0016 5,458 6/30/2018
3.1.0-alpha0014 5,842 6/26/2018
3.1.0-alpha0011 5,436 6/23/2018
3.1.0-alpha0010 5,655 6/20/2018
3.1.0-alpha0009 5,640 6/20/2018
3.1.0-alpha0008 5,387 6/19/2018
3.1.0-alpha0007 5,658 6/17/2018
3.1.0-alpha0006 5,449 6/14/2018
3.1.0-alpha0005 5,743 6/14/2018
3.1.0-alpha0004 6,059 5/28/2018
3.0.1 8,790 7/4/2018
3.0.0 270,660 5/24/2018
2.4.0-alpha0027 5,844 5/23/2018
2.4.0-alpha0026 5,879 5/23/2018
2.4.0-alpha0025 5,493 5/22/2018
2.4.0-alpha0024 5,679 5/18/2018
2.4.0-alpha0023 5,455 5/16/2018
2.4.0-alpha0022 5,980 5/16/2018
2.4.0-alpha0021 5,836 5/15/2018
2.4.0-alpha0020 5,812 5/15/2018
2.4.0-alpha0019 6,752 4/20/2018
2.4.0-alpha0017 5,947 4/19/2018
2.4.0-alpha0016 5,863 4/13/2018
2.4.0-alpha0015 5,914 4/3/2018
2.4.0-alpha0014 5,779 4/1/2018
2.4.0-alpha0013 6,183 3/30/2018
2.4.0-alpha0009 6,072 2/20/2018
2.4.0-alpha0002 95,565 12/1/2017
2.3.3 682,266 4/24/2018
2.3.1 262,248 2/20/2018
2.3.0 10,839 2/19/2018
2.3.0-alpha0006 6,370 11/21/2017
2.3.0-alpha0005 5,610 11/13/2017
2.3.0-alpha0002 14,894 9/18/2017
2.2.0 1,215,026 11/13/2017
2.2.0-alpha0009 5,757 9/14/2017
2.2.0-alpha0008 5,711 9/11/2017
2.2.0-alpha0007 5,673 9/10/2017
2.2.0-alpha0006 5,987 8/18/2017
2.2.0-alpha0002 5,558 8/18/2017
2.1.0 337,122 8/18/2017
2.1.0-alpha0022 5,649 8/18/2017
2.1.0-alpha0020 5,906 7/24/2017
2.1.0-alpha0018 6,686 7/13/2017
2.1.0-alpha0016 5,601 7/12/2017
2.1.0-alpha0011 7,537 7/11/2017
2.1.0-alpha0005 5,720 7/3/2017
2.1.0-alpha0002 5,621 7/3/2017
2.0.4 172,089 7/24/2017
2.0.4-unstable0013 8,013 6/26/2017
2.0.4-unstable0011 6,698 6/26/2017
2.0.4-unstable0010 7,529 6/11/2017
2.0.4-unstable0009 7,306 6/1/2017
2.0.4-unstable0007 12,124 5/4/2017
2.0.4-unstable0004 7,071 5/1/2017
2.0.4-unstable0003 6,823 5/1/2017
2.0.4-unstable0002 6,910 4/30/2017
2.0.4-unstable0001 6,817 4/27/2017
2.0.4-alpha0038 5,617 7/1/2017
2.0.3-unstable0064 6,616 4/27/2017
2.0.3-unstable0058 9,046 3/28/2017
2.0.3-unstable0057 11,854 3/15/2017
2.0.3-unstable0055 9,513 2/10/2017
1.1.4.506 215,634 7/6/2017
1.1.3.500 15,846 6/28/2017
1.1.2.497 11,340 6/21/2017
1.1.1.494 32,955 5/30/2017
1.1.0.492 22,568 5/4/2017
1.0.4.483 36,291 4/26/2017
1.0.3.481 56,661 4/4/2017
1.0.2.478 41,252 3/15/2017
1.0.1.475 65,023 2/10/2017
1.0.0.469 12,501 2/8/2017
1.0.0 388,729 6/30/2017
0.63.7.467 23,736 2/7/2017
0.63.6.463 14,447 2/7/2017
0.63.6.460 10,708 2/5/2017
0.63.5.454 185,642 10/17/2016
0.63.4.453 15,803 10/10/2016
0.63.3.452 53,635 9/26/2016
0.63.1.451 30,228 9/19/2016
0.63.1.450 15,698 9/11/2016
0.63.0.448 39,433 8/12/2016
0.62.1.445 36,553 8/8/2016
0.62.0.444 10,304 8/8/2016
0.61.1.443 9,977 8/5/2016
0.61.0.442 14,340 8/2/2016
0.60.1.441 10,038 7/31/2016
0.60.0.440 11,678 7/25/2016
0.59.0.439 59,604 7/18/2016
0.59.0.437 9,287 7/18/2016
0.59.0.436 8,816 7/18/2016
0.59.0.434 41,119 6/6/2016
0.58.0.433 59,648 5/2/2016
0.57.2.432 9,344 5/2/2016
0.57.2.431 26,654 4/25/2016
0.57.2.430 10,690 4/20/2016
0.57.1.429 8,901 4/20/2016
0.57.0.428 10,259 4/18/2016
0.56.0.427 46,431 4/1/2016
0.55.1.426 35,973 3/17/2016
0.55.0.425 19,252 3/1/2016
0.54.3.424 63,772 2/2/2016
0.54.2.423 11,713 2/1/2016
0.54.1.421 8,876 2/1/2016
0.54.0.420 9,208 1/28/2016
0.53.6.419 70,888 1/25/2016
0.53.6.418 125,765 1/6/2016
0.53.5.417 9,322 1/6/2016
0.53.5.416 8,978 1/5/2016
0.53.4.415 12,725 12/23/2015
0.53.3.414 44,503 12/9/2015
0.53.2.413 15,743 12/1/2015
0.53.1.412 9,548 11/28/2015
0.53.0.411 33,053 11/19/2015
0.52.0.410 9,172 11/18/2015
0.51.0.409 11,306 11/17/2015
0.51.0.408 8,761 11/17/2015
0.51.0 7,103 11/16/2015
0.50.12.407 35,603 10/22/2015
0.50.12.406 8,792 10/22/2015
0.50.11.404 9,565 10/20/2015
0.50.10.403 15,233 10/10/2015
0.50.9.401 22,415 10/5/2015
0.50.8.400 21,836 9/28/2015
0.50.7.399 27,452 8/18/2015
0.50.6.398 12,273 8/11/2015
0.50.5.397 8,750 8/11/2015
0.50.5.396 9,033 8/11/2015
0.50.4.395 9,310 8/8/2015
0.50.3.394 8,788 8/7/2015
0.50.2.393 12,742 8/1/2015
0.50.1.392 45,890 6/17/2015
0.50.0.391 15,547 6/8/2015
0.49.3.390 14,304 5/20/2015
0.49.2.389 9,788 5/18/2015
0.49.1.388 8,583 5/18/2015
0.49.0.387 10,167 5/17/2015
0.48.1.386 11,181 5/10/2015
0.48.0.385 8,665 5/10/2015
0.47.10.384 10,226 5/8/2015
0.47.10.383 9,004 5/6/2015
0.47.10.382 8,975 5/5/2015
0.47.10.381 17,417 4/27/2015
0.47.10.380 23,539 4/1/2015
0.47.10.379 8,984 4/1/2015
0.47.9.378 14,431 3/31/2015
0.47.9.377 8,730 3/31/2015
0.47.9.376 10,641 3/30/2015
0.47.8.375 8,965 3/28/2015
0.47.7.374 18,789 3/25/2015
0.47.6.373 11,219 3/18/2015
0.47.5.372 9,538 3/17/2015
0.47.4.371 9,304 3/16/2015
0.47.3.370 8,698 3/15/2015
0.47.2.369 8,929 3/12/2015
0.47.1.368 47,441 3/4/2015
0.47.0.367 9,381 3/4/2015
0.46.1.366 9,889 3/3/2015
0.46.0.365 9,252 3/2/2015
0.45.0.364 8,982 3/2/2015
0.44.3.363 10,769 2/24/2015
0.44.2.362 9,118 2/24/2015
0.44.1.361 9,445 2/22/2015
0.44.0.360 25,330 2/18/2015
0.43.1.359 10,381 2/12/2015
0.43.0.358 14,192 2/7/2015
0.42.0.357 9,008 2/5/2015
0.41.0.356 8,891 2/4/2015
0.40.6.355 9,372 2/3/2015
0.40.3.354 9,157 2/2/2015
0.40.3.353 9,942 1/26/2015
0.40.3.352 12,286 1/20/2015
0.40.3.351 8,783 1/19/2015
0.40.2.350 8,968 1/19/2015
0.40.1.349 9,376 1/17/2015
0.40.1.348 10,971 1/15/2015
0.40.1.347 11,174 1/13/2015
0.40.1.346 8,524 1/12/2015
0.40.0.345 8,887 1/9/2015
0.40.0.344 8,644 1/9/2015
0.40.0.343 8,787 1/8/2015
0.40.0.342 8,690 1/8/2015
0.39.6.340 9,448 1/6/2015
0.39.5.339 8,955 1/5/2015
0.39.4.338 9,197 1/1/2015
0.39.4.337 10,076 12/23/2014
0.39.4.336 11,841 12/13/2014
0.39.2.335 8,792 12/12/2014
0.39.2.334 11,642 12/9/2014
0.39.2.333 16,615 12/5/2014
0.39.1.332 9,786 12/3/2014
0.39.1.331 8,834 12/2/2014
0.39.0.330 9,052 12/1/2014
0.38.2.329 9,874 11/26/2014
0.38.2.328 8,754 11/26/2014
0.38.1.327 8,938 11/25/2014
0.38.0.326 9,321 11/22/2014
0.38.0.325 9,080 11/20/2014
0.38.0.324 10,861 11/14/2014
0.37.2.323 10,863 11/14/2014
0.37.2.322 11,082 11/5/2014
0.37.2.321 22,907 10/29/2014
0.37.2.320 9,150 10/29/2014
0.37.2.319 8,736 10/28/2014
0.37.1.318 9,104 10/25/2014
0.37.1.317 24,265 10/16/2014
0.37.1.316 10,474 10/13/2014
0.37.0.315 9,043 10/12/2014
0.36.5.314 9,483 10/11/2014
0.36.5.313 9,094 10/9/2014
0.36.4.312 8,889 10/8/2014
0.36.4.311 8,625 10/8/2014
0.36.4.310 11,028 10/3/2014
0.36.3.309 8,860 10/1/2014
0.36.2.308 9,303 9/28/2014
0.36.1.307 10,168 9/20/2014
0.36.1.306 9,254 9/17/2014
0.36.0.305 14,816 9/15/2014
0.35.6.304 11,812 9/1/2014
0.35.6.303 9,014 8/28/2014
0.35.6.302 10,537 8/16/2014
0.35.6.301 8,756 8/15/2014
0.35.5.300 8,773 8/14/2014
0.35.4.299 8,656 8/14/2014
0.35.4.298 8,942 8/13/2014
0.35.4.297 11,033 8/11/2014
0.35.3.296 8,728 8/10/2014
0.35.3.295 8,879 8/8/2014
0.35.3.294 8,848 8/5/2014
0.35.1.288 10,343 8/1/2014
0.35.1.287 8,759 8/1/2014
0.35.1.286 8,693 8/1/2014
0.35.1.285 10,227 7/29/2014
0.35.1.284 9,583 7/23/2014
0.35.1.283 8,975 7/23/2014
0.35.0.282 9,484 7/22/2014
0.35.0.281 12,675 7/15/2014
0.34.0.280 9,730 7/11/2014
0.34.0.279 29,849 7/9/2014
0.33.2.278 12,280 7/9/2014
0.33.2.277 11,493 7/2/2014
0.33.1.276 10,343 6/24/2014
0.33.1.275 8,987 6/19/2014
0.33.0.274 8,786 6/19/2014
0.33.0.273 9,570 6/16/2014
0.32.3.272 9,040 6/14/2014
0.32.2.271 10,250 6/5/2014
0.32.1.270 9,099 6/1/2014
0.32.1.269 8,663 6/1/2014
0.32.1.268 10,293 5/26/2014
0.32.0.267 8,755 5/23/2014
0.32.0.266 16,004 5/22/2014
0.32.0.265 10,048 5/21/2014
0.32.0.264 8,713 5/21/2014
0.32.0.263 8,880 5/20/2014
0.32.0.262 8,707 5/19/2014
0.31.1.261 8,758 5/19/2014
0.31.1.260 8,739 5/19/2014
0.31.0.259 8,922 5/16/2014
0.30.2.258 8,911 5/15/2014
0.30.2.257 8,916 5/14/2014
0.30.2.254 9,409 5/8/2014
0.30.2.252 23,163 4/30/2014
0.30.2.251 8,736 4/30/2014
0.30.1.250 9,976 4/29/2014
0.30.0.249 8,995 4/28/2014
0.30.0.248 9,267 4/24/2014
0.30.0.247 9,430 4/17/2014
0.29.0.246 9,490 4/16/2014
0.28.5.245 9,680 4/14/2014
0.28.4.242 12,946 4/5/2014
0.28.4.241 8,821 4/4/2014
0.28.4.240 8,918 4/3/2014
0.28.4.232 9,079 3/31/2014
0.28.3.231 8,995 3/27/2014
0.28.3.230 8,845 3/27/2014
0.28.3.229 9,873 3/19/2014
0.28.2.227 9,306 3/14/2014
0.28.2.226 8,901 3/13/2014
0.28.2.225 13,377 3/5/2014
0.28.1.224 8,875 3/4/2014
0.27.5.222 9,454 2/28/2014
0.27.5.221 8,739 2/28/2014
0.27.4.220 9,200 2/26/2014
0.27.3.219 8,943 2/25/2014
0.27.2.218 8,785 2/25/2014
0.27.1.216 12,927 2/14/2014
0.27.0.215 9,885 2/12/2014
0.26.7.214 9,337 2/12/2014
0.26.7.213 9,023 2/11/2014
0.26.7.212 8,832 2/10/2014
0.26.7.211 8,625 2/10/2014
0.26.6.210 8,669 2/10/2014
0.26.5.209 8,933 2/10/2014
0.26.5.208 9,055 2/5/2014
0.26.5.207 8,654 2/4/2014
0.26.4.206 8,671 2/4/2014
0.26.3.204 8,742 2/4/2014
0.26.3.203 9,044 2/3/2014
0.26.3.202 8,429 1/30/2014
0.26.3.198 8,162 1/30/2014
0.26.2.194 12,671 1/23/2014
0.26.1.193 12,064 1/20/2014
0.26.1.191 8,376 1/17/2014
0.26.1.189 8,449 1/16/2014
0.26.1.188 8,313 1/15/2014
0.26.1.187 8,255 1/15/2014
0.26.1.186 15,142 1/13/2014
0.26.1.185 9,344 1/3/2014
0.26.1.184 8,326 1/2/2014
0.26.1.183 8,887 12/20/2013
0.26.0.182 8,268 12/19/2013
0.26.0.181 10,305 12/16/2013
0.25.4.180 8,184 12/16/2013
0.25.4.179 8,138 12/16/2013
0.25.3.178 8,380 12/13/2013
0.25.3.177 8,270 12/13/2013
0.25.3.176 6,675 12/12/2013
0.25.2.174 6,791 12/11/2013
0.25.1.173 6,674 12/10/2013
0.25.0.172 6,674 12/10/2013
0.25.0.171 6,918 12/9/2013
0.24.0.169 35,085 12/9/2013
0.24.0.165 15,592 11/21/2013
0.23.0.163 6,773 11/19/2013
0.22.1.162 6,730 11/19/2013
0.22.0.161 6,660 11/19/2013
0.21.0.159 6,706 11/18/2013
0.20.0.157 6,747 11/15/2013
0.20.0.155 8,880 11/13/2013
0.19.0.154 7,158 11/6/2013
0.18.1.151 6,660 11/5/2013
0.18.1.150 6,642 11/5/2013
0.18.0.149 6,553 11/4/2013
0.17.0.148 6,759 11/1/2013
0.16.0.146 6,781 10/31/2013
0.16.0.145 6,610 10/30/2013
0.16.0.144 6,670 10/29/2013
0.15.3.143 8,965 10/23/2013
0.15.2.142 7,289 10/23/2013
0.15.2.139 9,184 10/21/2013
0.15.2.138 6,721 10/21/2013
0.14.5.132 6,999 10/21/2013
0.14.4.131 6,681 10/21/2013
0.14.4.130 7,276 10/16/2013
0.14.4.128 6,998 10/15/2013
0.14.4.127 6,618 10/15/2013
0.14.4.126 9,370 10/10/2013
0.14.4.124 7,714 10/8/2013
0.14.3.123 7,984 10/3/2013
0.14.2.122 6,739 10/2/2013
0.14.1.121 7,830 9/26/2013
0.14.0.120 6,727 9/24/2013
0.12.4.119 7,503 9/13/2013
0.12.3.117 6,686 9/11/2013
0.12.1.115 6,582 9/10/2013
0.12.0.116 6,604 9/10/2013
0.11.1.114 7,083 9/9/2013
0.11.1.113 8,877 8/30/2013
0.11.1.110 7,572 8/28/2013
0.11.1.109 6,630 8/28/2013
0.11.1.108 7,111 8/21/2013
0.11.1.105 6,856 8/14/2013
0.11.1.104 7,502 8/13/2013
0.11.1.101 7,022 8/2/2013
0.11.1.100 7,468 7/23/2013
0.11.1.98 6,909 7/19/2013
0.11.1.97 7,800 7/8/2013
0.11.0.96 6,860 7/8/2013
0.11.0.95 7,016 7/2/2013
0.11.0.93 7,005 6/26/2013
0.10.1.92 7,917 6/13/2013
0.10.1.91 6,745 6/12/2013
0.10.1.90 7,297 6/5/2013
0.10.1.89 8,209 5/31/2013
0.10.0.88 6,961 5/29/2013
0.10.0.87 7,057 5/24/2013
0.10.0.86 6,944 5/22/2013
0.10.0.85 6,701 5/21/2013
0.10.0.84 7,042 5/10/2013
0.10.0.82 7,465 5/7/2013
0.10.0.81 7,356 4/25/2013
0.10.0.80 8,286 4/12/2013
0.10.0.79 8,180 3/20/2013
0.10.0.78 6,666 3/20/2013
0.10.0.77 6,679 3/20/2013
0.9.2.76 9,664 3/19/2013
0.9.2.75 8,298 3/4/2013
0.9.2.74 6,935 2/28/2013
0.9.2.73 6,937 2/25/2013
0.9.2.72 7,378 2/5/2013
0.9.2.70 7,040 2/5/2013
0.9.2.68 16,162 1/10/2013
0.9.2.66 7,554 12/17/2012
0.9.2.65 8,557 12/13/2012
0.9.2.64 6,938 12/12/2012
0.9.2.63 6,948 12/12/2012
0.9.2.62 6,966 12/10/2012
0.9.1.60 7,131 12/8/2012
0.9.1.59 7,054 12/6/2012
0.9.1.55 6,826 12/6/2012
0.9.1.54 6,935 12/3/2012
0.9.1.52 7,476 11/21/2012
0.9.0.51 6,977 11/21/2012
0.9.0.50 6,912 11/20/2012
0.9.0.49 6,824 11/20/2012
0.9.0.48 6,885 11/20/2012
0.9.0.47 7,210 11/16/2012
0.9.0.46 6,872 11/16/2012
0.9.0.45 6,797 11/14/2012
0.9.0.44 6,832 11/13/2012
0.9.0.42 6,759 11/13/2012
0.8.4.41 9,488 11/12/2012
0.8.3.40 6,748 11/9/2012
0.8.2.39 6,859 11/6/2012
0.8.2.38 6,854 11/6/2012
0.8.1.37 10,517 10/8/2012
0.8.0.36 6,802 10/5/2012
0.7.2.35 6,995 10/3/2012
0.7.2.34 6,716 10/2/2012
0.7.1.33 6,941 10/1/2012
0.7.1.32 6,709 9/27/2012
0.7.1.31 6,724 9/26/2012
0.7.1.30 6,750 9/26/2012
0.7.0.29 6,740 9/25/2012
0.7.0.28 6,839 9/25/2012
0.7.0.27 6,765 9/25/2012
0.7.0.26 6,689 9/25/2012
0.7.0.25 6,831 9/25/2012
0.6.4.24 6,861 9/25/2012
0.6.3.23 6,725 9/21/2012
0.6.3.21 6,685 9/19/2012
0.6.3.20 6,984 9/10/2012
0.6.3.19 6,742 9/10/2012
0.6.3.17 6,776 8/31/2012
0.6.3.16 6,756 8/30/2012
0.6.3.15 6,774 8/23/2012
0.6.3.13 7,023 8/7/2012
0.6.3.12 9,780 7/25/2012
0.6.3.11 6,853 7/13/2012
0.6.3.10 6,955 7/12/2012
0.6.3.9 6,712 7/11/2012
0.6.3.8 6,774 7/6/2012
0.6.3.7 6,661 7/4/2012
0.6.3.6 6,645 7/3/2012
0.6.3 6,699 7/2/2012
0.6.0.1 6,811 5/29/2012
0.3.0 6,935 4/30/2012
0.2.0 19,689 12/1/2011