EasyNetQ 8.0.0-beta94

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

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.  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 (190)

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 (10)

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

Repository Stars
desenvolvedor-io/dev-store
A microservices e-commerce reference application built with ASP.NET 6
revoframework/Revo
Event Sourcing, CQRS and DDD framework for C#/.NET Core.
SkyChenSky/Sikiro
整合了社区主流开源框架(CAP、SkyAPM、WebAPIClient、Chloe等)的微服务项目示例
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”.
henriquelourente/Domain-Driven-Design-Sample
ASP.NET Core sample with DDD concepts
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 17,335 3/7/2025
8.0.0-beta98 68,937 6/12/2024
8.0.0-beta97 242 6/7/2024
8.0.0-beta96 17,042 3/15/2024
8.0.0-beta95 11,944 10/22/2023
8.0.0-beta94 15,358 6/18/2023
8.0.0-beta93 2,463 6/17/2023
8.0.0-beta92 2,558 6/17/2023
8.0.0-beta91 2,573 6/11/2023
8.0.0-beta90 2,980 5/8/2023
8.0.0-beta9 3,099 3/21/2023
8.0.0-beta8 7,089 2/20/2023
8.0.0-beta6 3,412 1/29/2023
8.0.0-beta5 3,263 1/20/2023
8.0.0-beta4 2,732 1/5/2023
8.0.0-beta3 2,735 12/29/2022
8.0.0-beta2 2,697 12/16/2022
8.0.0-beta10 2,613 3/21/2023
8.0.0-beta1 2,474 12/15/2022
8.0.0-alpha9 2,559 12/14/2022
8.0.0-alpha8 2,775 11/30/2022
8.0.0-alpha7 3,257 11/12/2022
8.0.0-alpha6 2,626 10/29/2022
8.0.0-alpha5 2,592 10/5/2022
8.0.0-alpha4 2,586 10/1/2022
8.0.0-alpha3 2,574 9/26/2022
8.0.0-alpha2 2,722 9/21/2022
8.0.0-alpha1 2,545 9/19/2022
7.8.0 2,633,249 12/16/2023
7.7.0 225,471 11/19/2023
7.6.0 183,841 10/12/2023
7.5.5 806,767 7/20/2023
7.5.4 3,855 7/19/2023
7.5.3 175,543 6/15/2023
7.5.2 323,015 5/14/2023
7.5.1 42,208 5/4/2023
7.5.0 185,973 3/25/2023
7.4.3 476,389 2/3/2023
7.4.1 63,892 1/31/2023
7.4.0 54,397 1/29/2023
7.3.12 79,488 1/23/2023
7.3.11 6,575 1/22/2023
7.3.10 69,592 1/19/2023
7.3.9 97,835 1/17/2023
7.3.8 120,700 1/4/2023
7.3.7 63,031 12/22/2022
7.3.6 17,789 12/19/2022
7.3.5 129,761 11/30/2022
7.3.4 6,218 11/30/2022
7.3.3 71,981 11/24/2022
7.3.2 72,547 11/15/2022
7.3.1 11,346 11/12/2022
7.3.0 241,651 10/29/2022
7.3.0-alpha3 2,447 10/15/2022
7.3.0-alpha2 2,178 10/15/2022
7.3.0-alpha0 1,512 10/15/2022
7.2.1 113,177 10/9/2022
7.2.1-alpha1 2,438 10/6/2022
7.2.0 160,415 9/17/2022
7.2.0-alpha1 2,647 9/15/2022
7.0.4 213,581 9/7/2022
7.0.3 9,309 9/5/2022
7.0.3-alpha1 2,522 9/5/2022
7.0.2 8,860 9/5/2022
7.0.1 61,235 8/27/2022
7.0.0 358,425 7/23/2022
7.0.0-rc5 5,400 6/28/2022
7.0.0-rc4 2,528 6/27/2022
7.0.0-rc3 3,430 6/20/2022
7.0.0-rc2 4,385 6/9/2022
7.0.0-rc1 2,482 6/9/2022
7.0.0-beta9 2,609 6/8/2022
7.0.0-beta7 2,609 6/5/2022
7.0.0-beta6 3,594 5/24/2022
7.0.0-beta5 14,480 11/18/2021
7.0.0-beta4 6,626 11/9/2021
7.0.0-beta3 2,476 11/6/2021
7.0.0-beta2 7,936 9/29/2021
7.0.0-beta1 6,311 9/13/2021
7.0.0-alpha9 16,497 8/25/2021
7.0.0-alpha8 3,605 8/25/2021
7.0.0-alpha7 2,521 8/25/2021
7.0.0-alpha6 2,625 8/16/2021
7.0.0-alpha5 2,482 8/16/2021
7.0.0-alpha4 6,104 1/20/2021
7.0.0-alpha3 3,089 12/31/2020
7.0.0-alpha2 2,992 12/28/2020
7.0.0-alpha1 2,442 12/28/2020
6.5.2 1,343,810 6/20/2022
6.4.1 116,207 5/22/2022
6.4.0-alpha0096 3,687 12/6/2020
6.4.0-alpha0095 2,988 12/6/2020
6.4.0-alpha0094 3,240 12/6/2020
6.4.0-alpha.99 406 12/26/2020
6.4.0-alpha.97 836 12/9/2020
6.3.1 5,039,185 11/28/2020
6.3.0 92,047 11/22/2020
6.2.0 151,923 11/15/2020
6.1.0 129,738 11/10/2020
6.0.3 11,010 11/9/2020
6.0.2 7,983 11/6/2020
6.0.1 30,087 11/1/2020
5.6.0 982,354 10/10/2020
5.5.0 53,627 10/5/2020
5.4.1 64,462 10/4/2020
5.4.0 36,336 10/1/2020
5.3.0-alpha0079 54,502 6/16/2020
5.3.0-alpha0078 3,284 6/15/2020
5.3.0-alpha0077 3,439 6/15/2020
5.3.0-alpha0076 3,335 6/15/2020
5.3.0-alpha0075 3,345 6/14/2020
5.3.0-alpha0074 3,543 6/12/2020
5.3.0-alpha0073 3,341 6/12/2020
5.3.0-alpha0072 3,328 6/11/2020
5.3.0-alpha0070 3,905 6/7/2020
5.2.2 127,039 9/4/2020
5.2.1 123,658 9/3/2020
5.2.0 791,204 6/7/2020
5.2.0-alpha0073 3,549 5/26/2020
5.2.0-alpha0072 3,451 5/25/2020
5.2.0-alpha0071 3,473 5/25/2020
5.2.0-alpha0070 3,372 5/24/2020
5.2.0-alpha0069 3,413 5/24/2020
5.2.0-alpha0066 3,453 5/21/2020
5.2.0-alpha0065 3,502 5/20/2020
5.2.0-alpha0064 3,533 5/17/2020
5.2.0-alpha0057 3,390 5/10/2020
5.2.0-alpha0056 3,714 5/8/2020
5.1.2 2,069,225 5/24/2020
5.1.0-alpha0055 4,028 5/3/2020
5.1.0-alpha0054 3,470 5/3/2020
5.1.0-alpha0053 3,522 4/30/2020
4.1.0-alpha0014 4,004 4/29/2020
4.1.0-alpha0013 3,496 4/24/2020
4.1.0-alpha0005 3,412 4/20/2020
4.1.0-alpha0004 3,397 4/18/2020
4.1.0-alpha0001 3,387 4/17/2020
4.0.8 155,494 4/28/2020
4.0.7 13,430 4/27/2020
4.0.6 11,304 4/24/2020
4.0.5 21,805 4/22/2020
4.0.4 6,947 4/21/2020
4.0.3 7,868 4/20/2020
4.0.2 6,092 4/20/2020
4.0.1 22,285 4/20/2020
4.0.0 17,609 4/18/2020
3.8.0 434,494 4/17/2020
3.8.0-alpha0048 3,991 2/28/2020
3.8.0-alpha0042 4,669 2/13/2020
3.8.0-alpha0041 5,185 1/8/2020
3.8.0-alpha0040 4,109 9/26/2019
3.8.0-alpha0039 2,252 9/25/2019
3.7.1 2,002,773 9/25/2019
3.7.0 94,923 9/23/2019
3.7.0-alpha0038 5,528 8/3/2019
3.7.0-alpha0037 4,961 8/1/2019
3.6.0 558,634 7/17/2019
3.6.0-alpha0036 6,015 6/4/2019
3.6.0-alpha0035 4,953 6/2/2019
3.6.0-alpha0034 4,888 6/2/2019
3.6.0-alpha0033 4,956 6/2/2019
3.6.0-alpha0031 5,277 5/4/2019
3.5.2 74,058 7/11/2019
3.5.1 385,968 6/2/2019
3.5.0 71,751 5/2/2019
3.5.0-alpha0036 5,615 4/10/2019
3.5.0-alpha0031 5,145 3/25/2019
3.5.0-alpha0030 4,921 3/21/2019
3.5.0-alpha0029 5,277 3/19/2019
3.5.0-alpha0027 4,896 3/18/2019
3.5.0-alpha0026 4,889 3/18/2019
3.5.0-alpha0025 4,905 3/17/2019
3.5.0-alpha0024 4,954 3/16/2019
3.5.0-alpha0021 4,967 3/15/2019
3.5.0-alpha0020 4,891 3/14/2019
3.5.0-alpha0019 4,979 3/14/2019
3.5.0-alpha0018 4,962 3/14/2019
3.5.0-alpha0013 4,963 3/14/2019
3.4.5 430,844 3/21/2019
3.4.4 19,772 3/16/2019
3.4.3 10,136 3/14/2019
3.4.2 6,326 3/13/2019
3.4.1 12,788 3/12/2019
3.4.0 175,986 2/19/2019
3.4.0-alpha0022 5,355 1/27/2019
3.4.0-alpha0021 5,015 1/25/2019
3.4.0-alpha0020 5,181 12/21/2018
3.4.0-alpha0019 5,196 12/6/2018
3.4.0-alpha0018 5,350 11/21/2018
3.4.0-alpha0017 5,090 11/20/2018
3.4.0-alpha0016 5,118 11/5/2018
3.4.0-alpha0015 5,161 11/2/2018
3.4.0-alpha0011 5,127 11/1/2018
3.4.0-alpha0010 7,095 10/3/2018
3.4.0-alpha0009 5,229 9/16/2018
3.4.0-alpha0008 5,342 9/1/2018
3.4.0-alpha0007 5,220 8/29/2018
3.4.0-alpha0006 5,244 8/28/2018
3.4.0-alpha0005 5,198 8/28/2018
3.4.0-alpha0004 5,381 8/23/2018
3.4.0-alpha0003 5,216 8/22/2018
3.4.0-alpha0002 5,511 8/10/2018
3.4.0-alpha0001 5,410 7/30/2018
3.3.9 161,542 1/25/2019
3.3.8 195,700 1/18/2019
3.3.7 96,051 1/5/2019
3.3.6 295,327 12/19/2018
3.3.5 147,182 11/21/2018
3.3.4 29,932 11/20/2018
3.3.3 101,391 11/11/2018
3.3.2 120,461 10/12/2018
3.3.1 449,209 8/28/2018
3.3.0 204,472 7/18/2018
3.3.0-alpha0007 5,308 7/18/2018
3.3.0-alpha0006 5,468 7/17/2018
3.3.0-alpha0005 5,355 7/17/2018
3.3.0-alpha0004 5,443 7/17/2018
3.3.0-alpha0003 5,441 7/15/2018
3.3.0-alpha0001 5,418 7/11/2018
3.2.0 10,363 7/12/2018
3.1.2 10,883 7/11/2018
3.1.1 82,083 7/4/2018
3.1.0 78,113 6/20/2018
3.1.0-alpha0019 5,505 7/4/2018
3.1.0-alpha0017 5,298 7/2/2018
3.1.0-alpha0016 5,254 6/30/2018
3.1.0-alpha0014 5,552 6/26/2018
3.1.0-alpha0011 5,244 6/23/2018
3.1.0-alpha0010 5,394 6/20/2018
3.1.0-alpha0009 5,367 6/20/2018
3.1.0-alpha0008 5,187 6/19/2018
3.1.0-alpha0007 5,397 6/17/2018
3.1.0-alpha0006 5,248 6/14/2018
3.1.0-alpha0005 5,460 6/14/2018
3.1.0-alpha0004 5,779 5/28/2018
3.0.1 8,554 7/4/2018
3.0.0 265,606 5/24/2018
2.4.0-alpha0027 5,543 5/23/2018
2.4.0-alpha0026 5,608 5/23/2018
2.4.0-alpha0025 5,285 5/22/2018
2.4.0-alpha0024 5,408 5/18/2018
2.4.0-alpha0023 5,252 5/16/2018
2.4.0-alpha0022 5,682 5/16/2018
2.4.0-alpha0021 5,574 5/15/2018
2.4.0-alpha0020 5,534 5/15/2018
2.4.0-alpha0019 6,469 4/20/2018
2.4.0-alpha0017 5,654 4/19/2018
2.4.0-alpha0016 5,568 4/13/2018
2.4.0-alpha0015 5,584 4/3/2018
2.4.0-alpha0014 5,513 4/1/2018
2.4.0-alpha0013 5,833 3/30/2018
2.4.0-alpha0009 5,803 2/20/2018
2.4.0-alpha0002 80,421 12/1/2017
2.3.3 667,460 4/24/2018
2.3.1 255,480 2/20/2018
2.3.0 10,326 2/19/2018
2.3.0-alpha0006 6,175 11/21/2017
2.3.0-alpha0005 5,391 11/13/2017
2.3.0-alpha0002 13,639 9/18/2017
2.2.0 1,158,531 11/13/2017
2.2.0-alpha0009 5,528 9/14/2017
2.2.0-alpha0008 5,483 9/11/2017
2.2.0-alpha0007 5,366 9/10/2017
2.2.0-alpha0006 5,779 8/18/2017
2.2.0-alpha0002 5,334 8/18/2017
2.1.0 305,359 8/18/2017
2.1.0-alpha0022 5,412 8/18/2017
2.1.0-alpha0020 5,648 7/24/2017
2.1.0-alpha0018 6,472 7/13/2017
2.1.0-alpha0016 5,393 7/12/2017
2.1.0-alpha0011 7,311 7/11/2017
2.1.0-alpha0005 5,498 7/3/2017
2.1.0-alpha0002 5,424 7/3/2017
2.0.4 166,506 7/24/2017
2.0.4-unstable0013 7,624 6/26/2017
2.0.4-unstable0011 6,368 6/26/2017
2.0.4-unstable0010 7,194 6/11/2017
2.0.4-unstable0009 6,958 6/1/2017
2.0.4-unstable0007 11,647 5/4/2017
2.0.4-unstable0004 6,689 5/1/2017
2.0.4-unstable0003 6,470 5/1/2017
2.0.4-unstable0002 6,562 4/30/2017
2.0.4-unstable0001 6,506 4/27/2017
2.0.4-alpha0038 5,396 7/1/2017
2.0.3-unstable0064 6,284 4/27/2017
2.0.3-unstable0058 8,708 3/28/2017
2.0.3-unstable0057 11,541 3/15/2017
2.0.3-unstable0055 9,112 2/10/2017
1.1.4.506 209,174 7/6/2017
1.1.3.500 15,514 6/28/2017
1.1.2.497 10,967 6/21/2017
1.1.1.494 32,295 5/30/2017
1.1.0.492 22,065 5/4/2017
1.0.4.483 35,860 4/26/2017
1.0.3.481 54,693 4/4/2017
1.0.2.478 40,343 3/15/2017
1.0.1.475 61,984 2/10/2017
1.0.0.469 11,961 2/8/2017
1.0.0 367,637 6/30/2017
0.63.7.467 22,594 2/7/2017
0.63.6.463 13,973 2/7/2017
0.63.6.460 10,212 2/5/2017
0.63.5.454 181,569 10/17/2016
0.63.4.453 15,340 10/10/2016
0.63.3.452 51,371 9/26/2016
0.63.1.451 29,713 9/19/2016
0.63.1.450 15,015 9/11/2016
0.63.0.448 38,849 8/12/2016
0.62.1.445 36,138 8/8/2016
0.62.0.444 9,883 8/8/2016
0.61.1.443 9,632 8/5/2016
0.61.0.442 13,970 8/2/2016
0.60.1.441 9,681 7/31/2016
0.60.0.440 11,340 7/25/2016
0.59.0.439 57,065 7/18/2016
0.59.0.437 8,948 7/18/2016
0.59.0.436 8,508 7/18/2016
0.59.0.434 40,674 6/6/2016
0.58.0.433 59,124 5/2/2016
0.57.2.432 9,007 5/2/2016
0.57.2.431 25,770 4/25/2016
0.57.2.430 10,356 4/20/2016
0.57.1.429 8,580 4/20/2016
0.57.0.428 9,955 4/18/2016
0.56.0.427 46,081 4/1/2016
0.55.1.426 35,545 3/17/2016
0.55.0.425 18,917 3/1/2016
0.54.3.424 63,295 2/2/2016
0.54.2.423 11,361 2/1/2016
0.54.1.421 8,556 2/1/2016
0.54.0.420 8,865 1/28/2016
0.53.6.419 70,168 1/25/2016
0.53.6.418 124,950 1/6/2016
0.53.5.417 8,986 1/6/2016
0.53.5.416 8,669 1/5/2016
0.53.4.415 12,382 12/23/2015
0.53.3.414 43,920 12/9/2015
0.53.2.413 14,977 12/1/2015
0.53.1.412 9,248 11/28/2015
0.53.0.411 31,846 11/19/2015
0.52.0.410 8,850 11/18/2015
0.51.0.409 10,982 11/17/2015
0.51.0.408 8,434 11/17/2015
0.51.0 6,854 11/16/2015
0.50.12.407 34,866 10/22/2015
0.50.12.406 8,478 10/22/2015
0.50.11.404 9,253 10/20/2015
0.50.10.403 14,367 10/10/2015
0.50.9.401 20,671 10/5/2015
0.50.8.400 21,124 9/28/2015
0.50.7.399 26,839 8/18/2015
0.50.6.398 11,940 8/11/2015
0.50.5.397 8,437 8/11/2015
0.50.5.396 8,716 8/11/2015
0.50.4.395 9,009 8/8/2015
0.50.3.394 8,488 8/7/2015
0.50.2.393 12,360 8/1/2015
0.50.1.392 40,817 6/17/2015
0.50.0.391 15,147 6/8/2015
0.49.3.390 13,857 5/20/2015
0.49.2.389 9,408 5/18/2015
0.49.1.388 8,279 5/18/2015
0.49.0.387 9,863 5/17/2015
0.48.1.386 10,850 5/10/2015
0.48.0.385 8,327 5/10/2015
0.47.10.384 9,908 5/8/2015
0.47.10.383 8,711 5/6/2015
0.47.10.382 8,657 5/5/2015
0.47.10.381 17,088 4/27/2015
0.47.10.380 23,081 4/1/2015
0.47.10.379 8,677 4/1/2015
0.47.9.378 13,617 3/31/2015
0.47.9.377 8,377 3/31/2015
0.47.9.376 10,117 3/30/2015
0.47.8.375 8,638 3/28/2015
0.47.7.374 18,467 3/25/2015
0.47.6.373 10,892 3/18/2015
0.47.5.372 9,258 3/17/2015
0.47.4.371 8,996 3/16/2015
0.47.3.370 8,390 3/15/2015
0.47.2.369 8,608 3/12/2015
0.47.1.368 36,801 3/4/2015
0.47.0.367 9,072 3/4/2015
0.46.1.366 9,597 3/3/2015
0.46.0.365 8,951 3/2/2015
0.45.0.364 8,671 3/2/2015
0.44.3.363 10,459 2/24/2015
0.44.2.362 8,843 2/24/2015
0.44.1.361 9,150 2/22/2015
0.44.0.360 25,017 2/18/2015
0.43.1.359 10,055 2/12/2015
0.43.0.358 13,870 2/7/2015
0.42.0.357 8,697 2/5/2015
0.41.0.356 8,560 2/4/2015
0.40.6.355 9,061 2/3/2015
0.40.3.354 8,854 2/2/2015
0.40.3.353 9,642 1/26/2015
0.40.3.352 11,979 1/20/2015
0.40.3.351 8,487 1/19/2015
0.40.2.350 8,644 1/19/2015
0.40.1.349 9,034 1/17/2015
0.40.1.348 10,685 1/15/2015
0.40.1.347 10,753 1/13/2015
0.40.1.346 8,226 1/12/2015
0.40.0.345 8,602 1/9/2015
0.40.0.344 8,335 1/9/2015
0.40.0.343 8,465 1/8/2015
0.40.0.342 8,384 1/8/2015
0.39.6.340 9,134 1/6/2015
0.39.5.339 8,630 1/5/2015
0.39.4.338 8,888 1/1/2015
0.39.4.337 9,772 12/23/2014
0.39.4.336 11,522 12/13/2014
0.39.2.335 8,492 12/12/2014
0.39.2.334 11,314 12/9/2014
0.39.2.333 15,992 12/5/2014
0.39.1.332 9,438 12/3/2014
0.39.1.331 8,528 12/2/2014
0.39.0.330 8,752 12/1/2014
0.38.2.329 9,570 11/26/2014
0.38.2.328 8,455 11/26/2014
0.38.1.327 8,620 11/25/2014
0.38.0.326 9,015 11/22/2014
0.38.0.325 8,782 11/20/2014
0.38.0.324 10,552 11/14/2014
0.37.2.323 10,440 11/14/2014
0.37.2.322 10,744 11/5/2014
0.37.2.321 21,840 10/29/2014
0.37.2.320 8,870 10/29/2014
0.37.2.319 8,431 10/28/2014
0.37.1.318 8,781 10/25/2014
0.37.1.317 22,732 10/16/2014
0.37.1.316 10,138 10/13/2014
0.37.0.315 8,735 10/12/2014
0.36.5.314 9,168 10/11/2014
0.36.5.313 8,769 10/9/2014
0.36.4.312 8,589 10/8/2014
0.36.4.311 8,327 10/8/2014
0.36.4.310 10,709 10/3/2014
0.36.3.309 8,547 10/1/2014
0.36.2.308 9,003 9/28/2014
0.36.1.307 9,835 9/20/2014
0.36.1.306 8,948 9/17/2014
0.36.0.305 14,506 9/15/2014
0.35.6.304 11,436 9/1/2014
0.35.6.303 8,692 8/28/2014
0.35.6.302 10,220 8/16/2014
0.35.6.301 8,433 8/15/2014
0.35.5.300 8,441 8/14/2014
0.35.4.299 8,333 8/14/2014
0.35.4.298 8,651 8/13/2014
0.35.4.297 10,679 8/11/2014
0.35.3.296 8,434 8/10/2014
0.35.3.295 8,556 8/8/2014
0.35.3.294 8,559 8/5/2014
0.35.1.288 10,027 8/1/2014
0.35.1.287 8,450 8/1/2014
0.35.1.286 8,383 8/1/2014
0.35.1.285 9,898 7/29/2014
0.35.1.284 9,259 7/23/2014
0.35.1.283 8,665 7/23/2014
0.35.0.282 9,182 7/22/2014
0.35.0.281 12,243 7/15/2014
0.34.0.280 9,421 7/11/2014
0.34.0.279 29,398 7/9/2014
0.33.2.278 11,986 7/9/2014
0.33.2.277 11,066 7/2/2014
0.33.1.276 10,032 6/24/2014
0.33.1.275 8,674 6/19/2014
0.33.0.274 8,464 6/19/2014
0.33.0.273 9,268 6/16/2014
0.32.3.272 8,718 6/14/2014
0.32.2.271 9,935 6/5/2014
0.32.1.270 8,806 6/1/2014
0.32.1.269 8,353 6/1/2014
0.32.1.268 9,900 5/26/2014
0.32.0.267 8,433 5/23/2014
0.32.0.266 15,685 5/22/2014
0.32.0.265 9,497 5/21/2014
0.32.0.264 8,398 5/21/2014
0.32.0.263 8,568 5/20/2014
0.32.0.262 8,395 5/19/2014
0.31.1.261 8,441 5/19/2014
0.31.1.260 8,411 5/19/2014
0.31.0.259 8,620 5/16/2014
0.30.2.258 8,584 5/15/2014
0.30.2.257 8,596 5/14/2014
0.30.2.254 9,087 5/8/2014
0.30.2.252 22,855 4/30/2014
0.30.2.251 8,432 4/30/2014
0.30.1.250 9,667 4/29/2014
0.30.0.249 8,692 4/28/2014
0.30.0.248 8,958 4/24/2014
0.30.0.247 9,123 4/17/2014
0.29.0.246 9,157 4/16/2014
0.28.5.245 9,367 4/14/2014
0.28.4.242 12,458 4/5/2014
0.28.4.241 8,507 4/4/2014
0.28.4.240 8,587 4/3/2014
0.28.4.232 8,749 3/31/2014
0.28.3.231 8,685 3/27/2014
0.28.3.230 8,523 3/27/2014
0.28.3.229 9,557 3/19/2014
0.28.2.227 8,995 3/14/2014
0.28.2.226 8,578 3/13/2014
0.28.2.225 13,038 3/5/2014
0.28.1.224 8,560 3/4/2014
0.27.5.222 9,132 2/28/2014
0.27.5.221 8,432 2/28/2014
0.27.4.220 8,888 2/26/2014
0.27.3.219 8,624 2/25/2014
0.27.2.218 8,475 2/25/2014
0.27.1.216 12,371 2/14/2014
0.27.0.215 9,572 2/12/2014
0.26.7.214 9,009 2/12/2014
0.26.7.213 8,731 2/11/2014
0.26.7.212 8,509 2/10/2014
0.26.7.211 8,292 2/10/2014
0.26.6.210 8,347 2/10/2014
0.26.5.209 8,595 2/10/2014
0.26.5.208 8,729 2/5/2014
0.26.5.207 8,373 2/4/2014
0.26.4.206 8,335 2/4/2014
0.26.3.204 8,425 2/4/2014
0.26.3.203 8,688 2/3/2014
0.26.3.202 8,127 1/30/2014
0.26.3.198 7,882 1/30/2014
0.26.2.194 12,358 1/23/2014
0.26.1.193 11,756 1/20/2014
0.26.1.191 8,096 1/17/2014
0.26.1.189 8,154 1/16/2014
0.26.1.188 7,990 1/15/2014
0.26.1.187 7,955 1/15/2014
0.26.1.186 14,860 1/13/2014
0.26.1.185 9,050 1/3/2014
0.26.1.184 8,026 1/2/2014
0.26.1.183 8,608 12/20/2013
0.26.0.182 7,968 12/19/2013
0.26.0.181 10,013 12/16/2013
0.25.4.180 7,880 12/16/2013
0.25.4.179 7,850 12/16/2013
0.25.3.178 8,091 12/13/2013
0.25.3.177 7,987 12/13/2013
0.25.3.176 6,438 12/12/2013
0.25.2.174 6,558 12/11/2013
0.25.1.173 6,436 12/10/2013
0.25.0.172 6,439 12/10/2013
0.25.0.171 6,676 12/9/2013
0.24.0.169 34,844 12/9/2013
0.24.0.165 15,350 11/21/2013
0.23.0.163 6,538 11/19/2013
0.22.1.162 6,473 11/19/2013
0.22.0.161 6,418 11/19/2013
0.21.0.159 6,464 11/18/2013
0.20.0.157 6,505 11/15/2013
0.20.0.155 8,548 11/13/2013
0.19.0.154 6,919 11/6/2013
0.18.1.151 6,431 11/5/2013
0.18.1.150 6,404 11/5/2013
0.18.0.149 6,322 11/4/2013
0.17.0.148 6,524 11/1/2013
0.16.0.146 6,531 10/31/2013
0.16.0.145 6,371 10/30/2013
0.16.0.144 6,426 10/29/2013
0.15.3.143 8,721 10/23/2013
0.15.2.142 6,926 10/23/2013
0.15.2.139 8,912 10/21/2013
0.15.2.138 6,470 10/21/2013
0.14.5.132 6,760 10/21/2013
0.14.4.131 6,429 10/21/2013
0.14.4.130 7,033 10/16/2013
0.14.4.128 6,748 10/15/2013
0.14.4.127 6,370 10/15/2013
0.14.4.126 9,009 10/10/2013
0.14.4.124 7,410 10/8/2013
0.14.3.123 7,738 10/3/2013
0.14.2.122 6,486 10/2/2013
0.14.1.121 7,583 9/26/2013
0.14.0.120 6,491 9/24/2013
0.12.4.119 7,259 9/13/2013
0.12.3.117 6,434 9/11/2013
0.12.1.115 6,339 9/10/2013
0.12.0.116 6,364 9/10/2013
0.11.1.114 6,846 9/9/2013
0.11.1.113 8,550 8/30/2013
0.11.1.110 7,326 8/28/2013
0.11.1.109 6,397 8/28/2013
0.11.1.108 6,866 8/21/2013
0.11.1.105 6,605 8/14/2013
0.11.1.104 7,265 8/13/2013
0.11.1.101 6,777 8/2/2013
0.11.1.100 7,230 7/23/2013
0.11.1.98 6,665 7/19/2013
0.11.1.97 7,538 7/8/2013
0.11.0.96 6,589 7/8/2013
0.11.0.95 6,767 7/2/2013
0.11.0.93 6,770 6/26/2013
0.10.1.92 7,630 6/13/2013
0.10.1.91 6,478 6/12/2013
0.10.1.90 7,038 6/5/2013
0.10.1.89 7,961 5/31/2013
0.10.0.88 6,662 5/29/2013
0.10.0.87 6,806 5/24/2013
0.10.0.86 6,699 5/22/2013
0.10.0.85 6,438 5/21/2013
0.10.0.84 6,803 5/10/2013
0.10.0.82 7,208 5/7/2013
0.10.0.81 7,114 4/25/2013
0.10.0.80 8,025 4/12/2013
0.10.0.79 7,904 3/20/2013
0.10.0.78 6,412 3/20/2013
0.10.0.77 6,411 3/20/2013
0.9.2.76 9,408 3/19/2013
0.9.2.75 8,049 3/4/2013
0.9.2.74 6,686 2/28/2013
0.9.2.73 6,683 2/25/2013
0.9.2.72 7,138 2/5/2013
0.9.2.70 6,798 2/5/2013
0.9.2.68 15,734 1/10/2013
0.9.2.66 7,305 12/17/2012
0.9.2.65 8,244 12/13/2012
0.9.2.64 6,676 12/12/2012
0.9.2.63 6,684 12/12/2012
0.9.2.62 6,714 12/10/2012
0.9.1.60 6,883 12/8/2012
0.9.1.59 6,797 12/6/2012
0.9.1.55 6,574 12/6/2012
0.9.1.54 6,688 12/3/2012
0.9.1.52 7,224 11/21/2012
0.9.0.51 6,718 11/21/2012
0.9.0.50 6,658 11/20/2012
0.9.0.49 6,573 11/20/2012
0.9.0.48 6,636 11/20/2012
0.9.0.47 6,948 11/16/2012
0.9.0.46 6,622 11/16/2012
0.9.0.45 6,560 11/14/2012
0.9.0.44 6,601 11/13/2012
0.9.0.42 6,505 11/13/2012
0.8.4.41 9,238 11/12/2012
0.8.3.40 6,486 11/9/2012
0.8.2.39 6,609 11/6/2012
0.8.2.38 6,612 11/6/2012
0.8.1.37 10,266 10/8/2012
0.8.0.36 6,547 10/5/2012
0.7.2.35 6,739 10/3/2012
0.7.2.34 6,463 10/2/2012
0.7.1.33 6,694 10/1/2012
0.7.1.32 6,456 9/27/2012
0.7.1.31 6,472 9/26/2012
0.7.1.30 6,492 9/26/2012
0.7.0.29 6,497 9/25/2012
0.7.0.28 6,575 9/25/2012
0.7.0.27 6,504 9/25/2012
0.7.0.26 6,436 9/25/2012
0.7.0.25 6,578 9/25/2012
0.6.4.24 6,599 9/25/2012
0.6.3.23 6,475 9/21/2012
0.6.3.21 6,406 9/19/2012
0.6.3.20 6,720 9/10/2012
0.6.3.19 6,490 9/10/2012
0.6.3.17 6,529 8/31/2012
0.6.3.16 6,506 8/30/2012
0.6.3.15 6,521 8/23/2012
0.6.3.13 6,771 8/7/2012
0.6.3.12 9,280 7/25/2012
0.6.3.11 6,606 7/13/2012
0.6.3.10 6,694 7/12/2012
0.6.3.9 6,465 7/11/2012
0.6.3.8 6,523 7/6/2012
0.6.3.7 6,417 7/4/2012
0.6.3.6 6,418 7/3/2012
0.6.3 6,448 7/2/2012
0.6.0.1 6,560 5/29/2012
0.3.0 6,673 4/30/2012
0.2.0 17,182 12/1/2011