EasyNetQ 8.0.0-beta8

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

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

EasyNetQ.Logging.Microsoft

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

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 33,346 3/7/2025
8.0.0-beta98 77,490 6/12/2024
8.0.0-beta97 283 6/7/2024
8.0.0-beta96 24,299 3/15/2024
8.0.0-beta95 12,487 10/22/2023
8.0.0-beta94 18,516 6/18/2023
8.0.0-beta93 2,523 6/17/2023
8.0.0-beta92 2,624 6/17/2023
8.0.0-beta91 2,637 6/11/2023
8.0.0-beta90 3,053 5/8/2023
8.0.0-beta9 3,174 3/21/2023
8.0.0-beta8 7,424 2/20/2023
8.0.0-beta6 3,472 1/29/2023
8.0.0-beta5 3,325 1/20/2023
8.0.0-beta4 2,787 1/5/2023
8.0.0-beta3 2,826 12/29/2022
8.0.0-beta2 2,765 12/16/2022
8.0.0-beta10 2,677 3/21/2023
8.0.0-beta1 2,554 12/15/2022
8.0.0-alpha9 2,629 12/14/2022
8.0.0-alpha8 2,851 11/30/2022
8.0.0-alpha7 3,346 11/12/2022
8.0.0-alpha6 2,683 10/29/2022
8.0.0-alpha5 2,646 10/5/2022
8.0.0-alpha4 2,656 10/1/2022
8.0.0-alpha3 2,644 9/26/2022
8.0.0-alpha2 2,794 9/21/2022
8.0.0-alpha1 2,607 9/19/2022
7.8.0 3,470,092 12/16/2023
7.7.0 239,345 11/19/2023
7.6.0 198,276 10/12/2023
7.5.5 972,887 7/20/2023
7.5.4 4,124 7/19/2023
7.5.3 184,974 6/15/2023
7.5.2 338,641 5/14/2023
7.5.1 43,620 5/4/2023
7.5.0 192,899 3/25/2023
7.4.3 508,325 2/3/2023
7.4.1 66,252 1/31/2023
7.4.0 59,810 1/29/2023
7.3.12 81,526 1/23/2023
7.3.11 6,672 1/22/2023
7.3.10 70,071 1/19/2023
7.3.9 100,500 1/17/2023
7.3.8 122,739 1/4/2023
7.3.7 74,140 12/22/2022
7.3.6 18,483 12/19/2022
7.3.5 135,711 11/30/2022
7.3.4 6,326 11/30/2022
7.3.3 73,160 11/24/2022
7.3.2 74,533 11/15/2022
7.3.1 11,528 11/12/2022
7.3.0 245,580 10/29/2022
7.3.0-alpha3 2,519 10/15/2022
7.3.0-alpha2 2,246 10/15/2022
7.3.0-alpha0 1,583 10/15/2022
7.2.1 116,344 10/9/2022
7.2.1-alpha1 2,509 10/6/2022
7.2.0 165,374 9/17/2022
7.2.0-alpha1 2,715 9/15/2022
7.0.4 221,741 9/7/2022
7.0.3 9,406 9/5/2022
7.0.3-alpha1 2,585 9/5/2022
7.0.2 8,943 9/5/2022
7.0.1 63,273 8/27/2022
7.0.0 362,015 7/23/2022
7.0.0-rc5 5,477 6/28/2022
7.0.0-rc4 2,587 6/27/2022
7.0.0-rc3 3,508 6/20/2022
7.0.0-rc2 4,463 6/9/2022
7.0.0-rc1 2,550 6/9/2022
7.0.0-beta9 2,693 6/8/2022
7.0.0-beta7 2,680 6/5/2022
7.0.0-beta6 3,672 5/24/2022
7.0.0-beta5 14,654 11/18/2021
7.0.0-beta4 6,699 11/9/2021
7.0.0-beta3 2,563 11/6/2021
7.0.0-beta2 8,259 9/29/2021
7.0.0-beta1 6,406 9/13/2021
7.0.0-alpha9 16,573 8/25/2021
7.0.0-alpha8 3,678 8/25/2021
7.0.0-alpha7 2,592 8/25/2021
7.0.0-alpha6 2,691 8/16/2021
7.0.0-alpha5 2,558 8/16/2021
7.0.0-alpha4 6,180 1/20/2021
7.0.0-alpha3 3,167 12/31/2020
7.0.0-alpha2 3,071 12/28/2020
7.0.0-alpha1 2,514 12/28/2020
6.5.2 1,473,298 6/20/2022
6.4.1 120,239 5/22/2022
6.4.0-alpha0096 3,770 12/6/2020
6.4.0-alpha0095 3,070 12/6/2020
6.4.0-alpha0094 3,316 12/6/2020
6.4.0-alpha.99 474 12/26/2020
6.4.0-alpha.97 895 12/9/2020
6.3.1 5,260,474 11/28/2020
6.3.0 94,016 11/22/2020
6.2.0 152,132 11/15/2020
6.1.0 129,872 11/10/2020
6.0.3 11,167 11/9/2020
6.0.2 8,164 11/6/2020
6.0.1 30,741 11/1/2020
5.6.0 1,027,818 10/10/2020
5.5.0 54,195 10/5/2020
5.4.1 64,619 10/4/2020
5.4.0 37,840 10/1/2020
5.3.0-alpha0079 55,415 6/16/2020
5.3.0-alpha0078 3,365 6/15/2020
5.3.0-alpha0077 3,517 6/15/2020
5.3.0-alpha0076 3,425 6/15/2020
5.3.0-alpha0075 3,422 6/14/2020
5.3.0-alpha0074 3,614 6/12/2020
5.3.0-alpha0073 3,412 6/12/2020
5.3.0-alpha0072 3,407 6/11/2020
5.3.0-alpha0070 3,985 6/7/2020
5.2.2 128,292 9/4/2020
5.2.1 124,023 9/3/2020
5.2.0 808,827 6/7/2020
5.2.0-alpha0073 3,618 5/26/2020
5.2.0-alpha0072 3,536 5/25/2020
5.2.0-alpha0071 3,562 5/25/2020
5.2.0-alpha0070 3,444 5/24/2020
5.2.0-alpha0069 3,485 5/24/2020
5.2.0-alpha0066 3,525 5/21/2020
5.2.0-alpha0065 3,587 5/20/2020
5.2.0-alpha0064 3,611 5/17/2020
5.2.0-alpha0057 3,471 5/10/2020
5.2.0-alpha0056 3,790 5/8/2020
5.1.2 2,072,887 5/24/2020
5.1.0-alpha0055 4,107 5/3/2020
5.1.0-alpha0054 3,555 5/3/2020
5.1.0-alpha0053 3,593 4/30/2020
4.1.0-alpha0014 4,181 4/29/2020
4.1.0-alpha0013 3,570 4/24/2020
4.1.0-alpha0005 3,491 4/20/2020
4.1.0-alpha0004 3,472 4/18/2020
4.1.0-alpha0001 3,462 4/17/2020
4.0.8 155,679 4/28/2020
4.0.7 13,518 4/27/2020
4.0.6 11,398 4/24/2020
4.0.5 22,243 4/22/2020
4.0.4 7,045 4/21/2020
4.0.3 7,961 4/20/2020
4.0.2 6,181 4/20/2020
4.0.1 22,383 4/20/2020
4.0.0 18,317 4/18/2020
3.8.0 437,355 4/17/2020
3.8.0-alpha0048 4,065 2/28/2020
3.8.0-alpha0042 5,193 2/13/2020
3.8.0-alpha0041 5,279 1/8/2020
3.8.0-alpha0040 4,189 9/26/2019
3.8.0-alpha0039 2,322 9/25/2019
3.7.1 2,030,310 9/25/2019
3.7.0 96,018 9/23/2019
3.7.0-alpha0038 5,596 8/3/2019
3.7.0-alpha0037 5,038 8/1/2019
3.6.0 566,824 7/17/2019
3.6.0-alpha0036 6,082 6/4/2019
3.6.0-alpha0035 5,025 6/2/2019
3.6.0-alpha0034 4,964 6/2/2019
3.6.0-alpha0033 5,020 6/2/2019
3.6.0-alpha0031 5,361 5/4/2019
3.5.2 74,293 7/11/2019
3.5.1 399,955 6/2/2019
3.5.0 72,103 5/2/2019
3.5.0-alpha0036 5,694 4/10/2019
3.5.0-alpha0031 5,222 3/25/2019
3.5.0-alpha0030 4,997 3/21/2019
3.5.0-alpha0029 5,342 3/19/2019
3.5.0-alpha0027 4,976 3/18/2019
3.5.0-alpha0026 4,965 3/18/2019
3.5.0-alpha0025 4,987 3/17/2019
3.5.0-alpha0024 5,031 3/16/2019
3.5.0-alpha0021 5,042 3/15/2019
3.5.0-alpha0020 4,956 3/14/2019
3.5.0-alpha0019 5,055 3/14/2019
3.5.0-alpha0018 5,031 3/14/2019
3.5.0-alpha0013 5,044 3/14/2019
3.4.5 431,659 3/21/2019
3.4.4 19,846 3/16/2019
3.4.3 10,234 3/14/2019
3.4.2 6,423 3/13/2019
3.4.1 12,865 3/12/2019
3.4.0 176,523 2/19/2019
3.4.0-alpha0022 5,436 1/27/2019
3.4.0-alpha0021 5,095 1/25/2019
3.4.0-alpha0020 5,257 12/21/2018
3.4.0-alpha0019 5,279 12/6/2018
3.4.0-alpha0018 5,433 11/21/2018
3.4.0-alpha0017 5,171 11/20/2018
3.4.0-alpha0016 5,188 11/5/2018
3.4.0-alpha0015 5,240 11/2/2018
3.4.0-alpha0011 5,199 11/1/2018
3.4.0-alpha0010 7,180 10/3/2018
3.4.0-alpha0009 5,312 9/16/2018
3.4.0-alpha0008 5,426 9/1/2018
3.4.0-alpha0007 5,297 8/29/2018
3.4.0-alpha0006 5,314 8/28/2018
3.4.0-alpha0005 5,284 8/28/2018
3.4.0-alpha0004 5,467 8/23/2018
3.4.0-alpha0003 5,299 8/22/2018
3.4.0-alpha0002 5,592 8/10/2018
3.4.0-alpha0001 5,538 7/30/2018
3.3.9 162,179 1/25/2019
3.3.8 195,877 1/18/2019
3.3.7 96,486 1/5/2019
3.3.6 295,625 12/19/2018
3.3.5 148,879 11/21/2018
3.3.4 30,008 11/20/2018
3.3.3 101,524 11/11/2018
3.3.2 120,948 10/12/2018
3.3.1 452,878 8/28/2018
3.3.0 204,826 7/18/2018
3.3.0-alpha0007 5,423 7/18/2018
3.3.0-alpha0006 5,635 7/17/2018
3.3.0-alpha0005 5,472 7/17/2018
3.3.0-alpha0004 5,586 7/17/2018
3.3.0-alpha0003 5,611 7/15/2018
3.3.0-alpha0001 5,574 7/11/2018
3.2.0 10,573 7/12/2018
3.1.2 11,019 7/11/2018
3.1.1 82,694 7/4/2018
3.1.0 78,527 6/20/2018
3.1.0-alpha0019 5,663 7/4/2018
3.1.0-alpha0017 5,402 7/2/2018
3.1.0-alpha0016 5,359 6/30/2018
3.1.0-alpha0014 5,710 6/26/2018
3.1.0-alpha0011 5,362 6/23/2018
3.1.0-alpha0010 5,550 6/20/2018
3.1.0-alpha0009 5,530 6/20/2018
3.1.0-alpha0008 5,298 6/19/2018
3.1.0-alpha0007 5,543 6/17/2018
3.1.0-alpha0006 5,368 6/14/2018
3.1.0-alpha0005 5,611 6/14/2018
3.1.0-alpha0004 5,941 5/28/2018
3.0.1 8,679 7/4/2018
3.0.0 268,391 5/24/2018
2.4.0-alpha0027 5,720 5/23/2018
2.4.0-alpha0026 5,771 5/23/2018
2.4.0-alpha0025 5,403 5/22/2018
2.4.0-alpha0024 5,576 5/18/2018
2.4.0-alpha0023 5,370 5/16/2018
2.4.0-alpha0022 5,840 5/16/2018
2.4.0-alpha0021 5,723 5/15/2018
2.4.0-alpha0020 5,697 5/15/2018
2.4.0-alpha0019 6,623 4/20/2018
2.4.0-alpha0017 5,818 4/19/2018
2.4.0-alpha0016 5,733 4/13/2018
2.4.0-alpha0015 5,746 4/3/2018
2.4.0-alpha0014 5,667 4/1/2018
2.4.0-alpha0013 6,043 3/30/2018
2.4.0-alpha0009 5,960 2/20/2018
2.4.0-alpha0002 80,603 12/1/2017
2.3.3 676,906 4/24/2018
2.3.1 258,990 2/20/2018
2.3.0 10,667 2/19/2018
2.3.0-alpha0006 6,294 11/21/2017
2.3.0-alpha0005 5,518 11/13/2017
2.3.0-alpha0002 13,772 9/18/2017
2.2.0 1,189,188 11/13/2017
2.2.0-alpha0009 5,638 9/14/2017
2.2.0-alpha0008 5,593 9/11/2017
2.2.0-alpha0007 5,497 9/10/2017
2.2.0-alpha0006 5,898 8/18/2017
2.2.0-alpha0002 5,463 8/18/2017
2.1.0 319,483 8/18/2017
2.1.0-alpha0022 5,529 8/18/2017
2.1.0-alpha0020 5,770 7/24/2017
2.1.0-alpha0018 6,591 7/13/2017
2.1.0-alpha0016 5,512 7/12/2017
2.1.0-alpha0011 7,441 7/11/2017
2.1.0-alpha0005 5,631 7/3/2017
2.1.0-alpha0002 5,548 7/3/2017
2.0.4 169,104 7/24/2017
2.0.4-unstable0013 7,731 6/26/2017
2.0.4-unstable0011 6,480 6/26/2017
2.0.4-unstable0010 7,318 6/11/2017
2.0.4-unstable0009 7,083 6/1/2017
2.0.4-unstable0007 11,826 5/4/2017
2.0.4-unstable0004 6,813 5/1/2017
2.0.4-unstable0003 6,596 5/1/2017
2.0.4-unstable0002 6,699 4/30/2017
2.0.4-unstable0001 6,636 4/27/2017
2.0.4-alpha0038 5,506 7/1/2017
2.0.3-unstable0064 6,409 4/27/2017
2.0.3-unstable0058 8,832 3/28/2017
2.0.3-unstable0057 11,668 3/15/2017
2.0.3-unstable0055 9,283 2/10/2017
1.1.4.506 211,824 7/6/2017
1.1.3.500 15,644 6/28/2017
1.1.2.497 11,119 6/21/2017
1.1.1.494 32,655 5/30/2017
1.1.0.492 22,237 5/4/2017
1.0.4.483 36,017 4/26/2017
1.0.3.481 55,762 4/4/2017
1.0.2.478 40,638 3/15/2017
1.0.1.475 63,945 2/10/2017
1.0.0.469 12,212 2/8/2017
1.0.0 368,330 6/30/2017
0.63.7.467 23,189 2/7/2017
0.63.6.463 14,199 2/7/2017
0.63.6.460 10,460 2/5/2017
0.63.5.454 183,485 10/17/2016
0.63.4.453 15,559 10/10/2016
0.63.3.452 52,858 9/26/2016
0.63.1.451 29,954 9/19/2016
0.63.1.450 15,383 9/11/2016
0.63.0.448 39,106 8/12/2016
0.62.1.445 36,304 8/8/2016
0.62.0.444 10,039 8/8/2016
0.61.1.443 9,757 8/5/2016
0.61.0.442 14,113 8/2/2016
0.60.1.441 9,826 7/31/2016
0.60.0.440 11,477 7/25/2016
0.59.0.439 58,234 7/18/2016
0.59.0.437 9,071 7/18/2016
0.59.0.436 8,635 7/18/2016
0.59.0.434 40,875 6/6/2016
0.58.0.433 59,373 5/2/2016
0.57.2.432 9,151 5/2/2016
0.57.2.431 25,945 4/25/2016
0.57.2.430 10,490 4/20/2016
0.57.1.429 8,709 4/20/2016
0.57.0.428 10,083 4/18/2016
0.56.0.427 46,233 4/1/2016
0.55.1.426 35,742 3/17/2016
0.55.0.425 19,057 3/1/2016
0.54.3.424 63,502 2/2/2016
0.54.2.423 11,516 2/1/2016
0.54.1.421 8,690 2/1/2016
0.54.0.420 9,021 1/28/2016
0.53.6.419 70,474 1/25/2016
0.53.6.418 125,280 1/6/2016
0.53.5.417 9,120 1/6/2016
0.53.5.416 8,804 1/5/2016
0.53.4.415 12,538 12/23/2015
0.53.3.414 44,172 12/9/2015
0.53.2.413 15,344 12/1/2015
0.53.1.412 9,358 11/28/2015
0.53.0.411 32,465 11/19/2015
0.52.0.410 8,989 11/18/2015
0.51.0.409 11,117 11/17/2015
0.51.0.408 8,569 11/17/2015
0.51.0 7,018 11/16/2015
0.50.12.407 35,124 10/22/2015
0.50.12.406 8,617 10/22/2015
0.50.11.404 9,407 10/20/2015
0.50.10.403 14,858 10/10/2015
0.50.9.401 21,642 10/5/2015
0.50.8.400 21,482 9/28/2015
0.50.7.399 27,075 8/18/2015
0.50.6.398 12,095 8/11/2015
0.50.5.397 8,576 8/11/2015
0.50.5.396 8,859 8/11/2015
0.50.4.395 9,149 8/8/2015
0.50.3.394 8,625 8/7/2015
0.50.2.393 12,540 8/1/2015
0.50.1.392 43,198 6/17/2015
0.50.0.391 15,360 6/8/2015
0.49.3.390 14,038 5/20/2015
0.49.2.389 9,590 5/18/2015
0.49.1.388 8,408 5/18/2015
0.49.0.387 9,988 5/17/2015
0.48.1.386 10,977 5/10/2015
0.48.0.385 8,452 5/10/2015
0.47.10.384 10,042 5/8/2015
0.47.10.383 8,848 5/6/2015
0.47.10.382 8,795 5/5/2015
0.47.10.381 17,231 4/27/2015
0.47.10.380 23,280 4/1/2015
0.47.10.379 8,809 4/1/2015
0.47.9.378 14,047 3/31/2015
0.47.9.377 8,535 3/31/2015
0.47.9.376 10,380 3/30/2015
0.47.8.375 8,772 3/28/2015
0.47.7.374 18,599 3/25/2015
0.47.6.373 11,045 3/18/2015
0.47.5.372 9,388 3/17/2015
0.47.4.371 9,134 3/16/2015
0.47.3.370 8,518 3/15/2015
0.47.2.369 8,752 3/12/2015
0.47.1.368 42,810 3/4/2015
0.47.0.367 9,214 3/4/2015
0.46.1.366 9,735 3/3/2015
0.46.0.365 9,092 3/2/2015
0.45.0.364 8,809 3/2/2015
0.44.3.363 10,593 2/24/2015
0.44.2.362 8,966 2/24/2015
0.44.1.361 9,287 2/22/2015
0.44.0.360 25,155 2/18/2015
0.43.1.359 10,190 2/12/2015
0.43.0.358 14,008 2/7/2015
0.42.0.357 8,833 2/5/2015
0.41.0.356 8,695 2/4/2015
0.40.6.355 9,198 2/3/2015
0.40.3.354 8,987 2/2/2015
0.40.3.353 9,777 1/26/2015
0.40.3.352 12,111 1/20/2015
0.40.3.351 8,630 1/19/2015
0.40.2.350 8,779 1/19/2015
0.40.1.349 9,175 1/17/2015
0.40.1.348 10,818 1/15/2015
0.40.1.347 10,994 1/13/2015
0.40.1.346 8,362 1/12/2015
0.40.0.345 8,735 1/9/2015
0.40.0.344 8,473 1/9/2015
0.40.0.343 8,614 1/8/2015
0.40.0.342 8,524 1/8/2015
0.39.6.340 9,284 1/6/2015
0.39.5.339 8,785 1/5/2015
0.39.4.338 9,025 1/1/2015
0.39.4.337 9,907 12/23/2014
0.39.4.336 11,665 12/13/2014
0.39.2.335 8,621 12/12/2014
0.39.2.334 11,465 12/9/2014
0.39.2.333 16,143 12/5/2014
0.39.1.332 9,572 12/3/2014
0.39.1.331 8,661 12/2/2014
0.39.0.330 8,884 12/1/2014
0.38.2.329 9,722 11/26/2014
0.38.2.328 8,587 11/26/2014
0.38.1.327 8,754 11/25/2014
0.38.0.326 9,161 11/22/2014
0.38.0.325 8,909 11/20/2014
0.38.0.324 10,690 11/14/2014
0.37.2.323 10,654 11/14/2014
0.37.2.322 10,874 11/5/2014
0.37.2.321 22,449 10/29/2014
0.37.2.320 9,004 10/29/2014
0.37.2.319 8,568 10/28/2014
0.37.1.318 8,920 10/25/2014
0.37.1.317 23,493 10/16/2014
0.37.1.316 10,273 10/13/2014
0.37.0.315 8,871 10/12/2014
0.36.5.314 9,300 10/11/2014
0.36.5.313 8,912 10/9/2014
0.36.4.312 8,727 10/8/2014
0.36.4.311 8,456 10/8/2014
0.36.4.310 10,846 10/3/2014
0.36.3.309 8,691 10/1/2014
0.36.2.308 9,135 9/28/2014
0.36.1.307 9,976 9/20/2014
0.36.1.306 9,079 9/17/2014
0.36.0.305 14,644 9/15/2014
0.35.6.304 11,568 9/1/2014
0.35.6.303 8,832 8/28/2014
0.35.6.302 10,356 8/16/2014
0.35.6.301 8,567 8/15/2014
0.35.5.300 8,580 8/14/2014
0.35.4.299 8,468 8/14/2014
0.35.4.298 8,781 8/13/2014
0.35.4.297 10,824 8/11/2014
0.35.3.296 8,565 8/10/2014
0.35.3.295 8,693 8/8/2014
0.35.3.294 8,692 8/5/2014
0.35.1.288 10,178 8/1/2014
0.35.1.287 8,578 8/1/2014
0.35.1.286 8,508 8/1/2014
0.35.1.285 10,038 7/29/2014
0.35.1.284 9,402 7/23/2014
0.35.1.283 8,795 7/23/2014
0.35.0.282 9,318 7/22/2014
0.35.0.281 12,448 7/15/2014
0.34.0.280 9,567 7/11/2014
0.34.0.279 29,680 7/9/2014
0.33.2.278 12,116 7/9/2014
0.33.2.277 11,269 7/2/2014
0.33.1.276 10,170 6/24/2014
0.33.1.275 8,811 6/19/2014
0.33.0.274 8,604 6/19/2014
0.33.0.273 9,400 6/16/2014
0.32.3.272 8,860 6/14/2014
0.32.2.271 10,074 6/5/2014
0.32.1.270 8,933 6/1/2014
0.32.1.269 8,493 6/1/2014
0.32.1.268 10,046 5/26/2014
0.32.0.267 8,573 5/23/2014
0.32.0.266 15,827 5/22/2014
0.32.0.265 9,733 5/21/2014
0.32.0.264 8,536 5/21/2014
0.32.0.263 8,707 5/20/2014
0.32.0.262 8,541 5/19/2014
0.31.1.261 8,580 5/19/2014
0.31.1.260 8,558 5/19/2014
0.31.0.259 8,755 5/16/2014
0.30.2.258 8,711 5/15/2014
0.30.2.257 8,731 5/14/2014
0.30.2.254 9,233 5/8/2014
0.30.2.252 22,993 4/30/2014
0.30.2.251 8,568 4/30/2014
0.30.1.250 9,801 4/29/2014
0.30.0.249 8,834 4/28/2014
0.30.0.248 9,086 4/24/2014
0.30.0.247 9,264 4/17/2014
0.29.0.246 9,317 4/16/2014
0.28.5.245 9,508 4/14/2014
0.28.4.242 12,625 4/5/2014
0.28.4.241 8,643 4/4/2014
0.28.4.240 8,716 4/3/2014
0.28.4.232 8,889 3/31/2014
0.28.3.231 8,808 3/27/2014
0.28.3.230 8,658 3/27/2014
0.28.3.229 9,696 3/19/2014
0.28.2.227 9,134 3/14/2014
0.28.2.226 8,714 3/13/2014
0.28.2.225 13,168 3/5/2014
0.28.1.224 8,690 3/4/2014
0.27.5.222 9,279 2/28/2014
0.27.5.221 8,575 2/28/2014
0.27.4.220 9,031 2/26/2014
0.27.3.219 8,750 2/25/2014
0.27.2.218 8,613 2/25/2014
0.27.1.216 12,602 2/14/2014
0.27.0.215 9,718 2/12/2014
0.26.7.214 9,156 2/12/2014
0.26.7.213 8,863 2/11/2014
0.26.7.212 8,655 2/10/2014
0.26.7.211 8,432 2/10/2014
0.26.6.210 8,488 2/10/2014
0.26.5.209 8,734 2/10/2014
0.26.5.208 8,867 2/5/2014
0.26.5.207 8,508 2/4/2014
0.26.4.206 8,481 2/4/2014
0.26.3.204 8,559 2/4/2014
0.26.3.203 8,845 2/3/2014
0.26.3.202 8,271 1/30/2014
0.26.3.198 8,028 1/30/2014
0.26.2.194 12,504 1/23/2014
0.26.1.193 11,908 1/20/2014
0.26.1.191 8,240 1/17/2014
0.26.1.189 8,295 1/16/2014
0.26.1.188 8,128 1/15/2014
0.26.1.187 8,095 1/15/2014
0.26.1.186 14,998 1/13/2014
0.26.1.185 9,190 1/3/2014
0.26.1.184 8,170 1/2/2014
0.26.1.183 8,743 12/20/2013
0.26.0.182 8,109 12/19/2013
0.26.0.181 10,149 12/16/2013
0.25.4.180 8,018 12/16/2013
0.25.4.179 7,992 12/16/2013
0.25.3.178 8,229 12/13/2013
0.25.3.177 8,130 12/13/2013
0.25.3.176 6,567 12/12/2013
0.25.2.174 6,692 12/11/2013
0.25.1.173 6,577 12/10/2013
0.25.0.172 6,577 12/10/2013
0.25.0.171 6,820 12/9/2013
0.24.0.169 34,983 12/9/2013
0.24.0.165 15,491 11/21/2013
0.23.0.163 6,677 11/19/2013
0.22.1.162 6,618 11/19/2013
0.22.0.161 6,555 11/19/2013
0.21.0.159 6,607 11/18/2013
0.20.0.157 6,644 11/15/2013
0.20.0.155 8,736 11/13/2013
0.19.0.154 7,058 11/6/2013
0.18.1.151 6,568 11/5/2013
0.18.1.150 6,541 11/5/2013
0.18.0.149 6,460 11/4/2013
0.17.0.148 6,660 11/1/2013
0.16.0.146 6,682 10/31/2013
0.16.0.145 6,499 10/30/2013
0.16.0.144 6,567 10/29/2013
0.15.3.143 8,853 10/23/2013
0.15.2.142 7,149 10/23/2013
0.15.2.139 9,066 10/21/2013
0.15.2.138 6,615 10/21/2013
0.14.5.132 6,891 10/21/2013
0.14.4.131 6,576 10/21/2013
0.14.4.130 7,178 10/16/2013
0.14.4.128 6,896 10/15/2013
0.14.4.127 6,509 10/15/2013
0.14.4.126 9,208 10/10/2013
0.14.4.124 7,570 10/8/2013
0.14.3.123 7,877 10/3/2013
0.14.2.122 6,634 10/2/2013
0.14.1.121 7,721 9/26/2013
0.14.0.120 6,626 9/24/2013
0.12.4.119 7,404 9/13/2013
0.12.3.117 6,574 9/11/2013
0.12.1.115 6,482 9/10/2013
0.12.0.116 6,504 9/10/2013
0.11.1.114 6,984 9/9/2013
0.11.1.113 8,741 8/30/2013
0.11.1.110 7,469 8/28/2013
0.11.1.109 6,535 8/28/2013
0.11.1.108 7,004 8/21/2013
0.11.1.105 6,752 8/14/2013
0.11.1.104 7,404 8/13/2013
0.11.1.101 6,921 8/2/2013
0.11.1.100 7,364 7/23/2013
0.11.1.98 6,802 7/19/2013
0.11.1.97 7,689 7/8/2013
0.11.0.96 6,749 7/8/2013
0.11.0.95 6,912 7/2/2013
0.11.0.93 6,907 6/26/2013
0.10.1.92 7,799 6/13/2013
0.10.1.91 6,631 6/12/2013
0.10.1.90 7,166 6/5/2013
0.10.1.89 8,094 5/31/2013
0.10.0.88 6,817 5/29/2013
0.10.0.87 6,951 5/24/2013
0.10.0.86 6,846 5/22/2013
0.10.0.85 6,586 5/21/2013
0.10.0.84 6,935 5/10/2013
0.10.0.82 7,356 5/7/2013
0.10.0.81 7,258 4/25/2013
0.10.0.80 8,172 4/12/2013
0.10.0.79 8,064 3/20/2013
0.10.0.78 6,563 3/20/2013
0.10.0.77 6,578 3/20/2013
0.9.2.76 9,558 3/19/2013
0.9.2.75 8,200 3/4/2013
0.9.2.74 6,822 2/28/2013
0.9.2.73 6,833 2/25/2013
0.9.2.72 7,277 2/5/2013
0.9.2.70 6,942 2/5/2013
0.9.2.68 15,877 1/10/2013
0.9.2.66 7,451 12/17/2012
0.9.2.65 8,456 12/13/2012
0.9.2.64 6,826 12/12/2012
0.9.2.63 6,832 12/12/2012
0.9.2.62 6,866 12/10/2012
0.9.1.60 7,027 12/8/2012
0.9.1.59 6,953 12/6/2012
0.9.1.55 6,722 12/6/2012
0.9.1.54 6,831 12/3/2012
0.9.1.52 7,374 11/21/2012
0.9.0.51 6,874 11/21/2012
0.9.0.50 6,807 11/20/2012
0.9.0.49 6,727 11/20/2012
0.9.0.48 6,785 11/20/2012
0.9.0.47 7,098 11/16/2012
0.9.0.46 6,766 11/16/2012
0.9.0.45 6,704 11/14/2012
0.9.0.44 6,740 11/13/2012
0.9.0.42 6,653 11/13/2012
0.8.4.41 9,389 11/12/2012
0.8.3.40 6,638 11/9/2012
0.8.2.39 6,762 11/6/2012
0.8.2.38 6,759 11/6/2012
0.8.1.37 10,414 10/8/2012
0.8.0.36 6,698 10/5/2012
0.7.2.35 6,884 10/3/2012
0.7.2.34 6,607 10/2/2012
0.7.1.33 6,840 10/1/2012
0.7.1.32 6,606 9/27/2012
0.7.1.31 6,620 9/26/2012
0.7.1.30 6,629 9/26/2012
0.7.0.29 6,642 9/25/2012
0.7.0.28 6,735 9/25/2012
0.7.0.27 6,657 9/25/2012
0.7.0.26 6,580 9/25/2012
0.7.0.25 6,729 9/25/2012
0.6.4.24 6,746 9/25/2012
0.6.3.23 6,620 9/21/2012
0.6.3.21 6,556 9/19/2012
0.6.3.20 6,858 9/10/2012
0.6.3.19 6,634 9/10/2012
0.6.3.17 6,668 8/31/2012
0.6.3.16 6,639 8/30/2012
0.6.3.15 6,665 8/23/2012
0.6.3.13 6,918 8/7/2012
0.6.3.12 9,453 7/25/2012
0.6.3.11 6,748 7/13/2012
0.6.3.10 6,845 7/12/2012
0.6.3.9 6,604 7/11/2012
0.6.3.8 6,673 7/6/2012
0.6.3.7 6,548 7/4/2012
0.6.3.6 6,555 7/3/2012
0.6.3 6,593 7/2/2012
0.6.0.1 6,708 5/29/2012
0.3.0 6,827 4/30/2012
0.2.0 18,689 12/1/2011