EasyNetQ.DI.Autofac 8.0.0-beta1

Prefix Reserved
This is a prerelease version of EasyNetQ.DI.Autofac.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package EasyNetQ.DI.Autofac --version 8.0.0-beta1
                    
NuGet\Install-Package EasyNetQ.DI.Autofac -Version 8.0.0-beta1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="EasyNetQ.DI.Autofac" Version="8.0.0-beta1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EasyNetQ.DI.Autofac" Version="8.0.0-beta1" />
                    
Directory.Packages.props
<PackageReference Include="EasyNetQ.DI.Autofac" />
                    
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.DI.Autofac --version 8.0.0-beta1
                    
#r "nuget: EasyNetQ.DI.Autofac, 8.0.0-beta1"
                    
#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.DI.Autofac&version=8.0.0-beta1&prerelease
                    
Install EasyNetQ.DI.Autofac as a Cake Addin
#tool nuget:?package=EasyNetQ.DI.Autofac&version=8.0.0-beta1&prerelease
                    
Install EasyNetQ.DI.Autofac 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 (1)

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

Package Downloads
PlutoStudio.Framework.RabbitMQ

PlutoStudio framework 是由 Pluto Studio 基于PlutoStudio所开发的一系列Api及框架。

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.0.0-beta96 141 3/15/2024
8.0.0-beta95 277 10/22/2023
8.0.0-beta94 188 6/18/2023
8.0.0-beta93 173 6/17/2023
8.0.0-beta92 157 6/17/2023
8.0.0-beta91 166 6/11/2023
8.0.0-beta90 169 5/8/2023
8.0.0-beta9 176 3/21/2023
8.0.0-beta8 183 2/20/2023
8.0.0-beta6 191 1/29/2023
8.0.0-beta5 198 1/20/2023
8.0.0-beta4 216 1/5/2023
8.0.0-beta3 202 12/29/2022
8.0.0-beta2 206 12/16/2022
8.0.0-beta10 157 3/21/2023
8.0.0-beta1 194 12/15/2022
8.0.0-alpha9 187 12/14/2022
8.0.0-alpha8 203 11/30/2022
8.0.0-alpha7 210 11/12/2022
8.0.0-alpha6 199 10/29/2022
8.0.0-alpha5 163 10/5/2022
8.0.0-alpha4 241 10/1/2022
8.0.0-alpha3 263 9/26/2022
8.0.0-alpha2 222 9/21/2022
8.0.0-alpha1 275 9/19/2022
7.8.0 56,583 12/16/2023
7.7.0 1,702 11/19/2023
7.6.0 3,800 10/12/2023
7.5.5 3,288 7/20/2023
7.5.4 202 7/19/2023
7.5.3 10,819 6/15/2023
7.5.2 5,798 5/14/2023
7.5.1 662 5/4/2023
7.5.0 3,279 3/25/2023
7.4.3 17,415 2/3/2023
7.4.1 792 1/31/2023
7.4.0 892 1/29/2023
7.3.12 595 1/23/2023
7.3.11 564 1/22/2023
7.3.10 540 1/19/2023
7.3.9 25,098 1/17/2023
7.3.8 984 1/4/2023
7.3.7 739 12/22/2022
7.3.6 791 12/19/2022
7.3.5 882 11/30/2022
7.3.4 601 11/30/2022
7.3.3 788 11/24/2022
7.3.2 8,467 11/15/2022
7.3.1 679 11/12/2022
7.3.0 14,275 10/29/2022
7.3.0-alpha3 194 10/15/2022
7.2.1 1,132 10/9/2022
7.2.1-alpha1 208 10/6/2022
7.2.0 7,130 9/17/2022
7.2.0-alpha1 265 9/15/2022
7.1.1-alpha1 261 9/14/2022
7.1.0 819 9/13/2022
7.0.4 2,699 9/7/2022
7.0.3 651 9/5/2022
7.0.3-alpha1 182 9/5/2022
7.0.2 731 9/5/2022
7.0.1 938 8/27/2022
7.0.0 3,420 7/23/2022
7.0.0-rc5 194 6/28/2022
7.0.0-rc4 226 6/27/2022
7.0.0-rc3 209 6/20/2022
7.0.0-rc2 221 6/9/2022
7.0.0-rc1 211 6/9/2022
7.0.0-beta9 220 6/8/2022
7.0.0-beta7 232 6/5/2022
7.0.0-beta6 208 5/24/2022
7.0.0-beta5 345 11/18/2021
7.0.0-beta4 278 11/9/2021
7.0.0-beta3 342 11/6/2021
7.0.0-beta2 323 9/29/2021
7.0.0-beta1 325 9/13/2021
7.0.0-alpha9 287 8/25/2021
7.0.0-alpha8 300 8/25/2021
7.0.0-alpha7 285 8/25/2021
7.0.0-alpha6 289 8/16/2021
7.0.0-alpha5 294 8/16/2021
7.0.0-alpha4 1,010 1/20/2021
7.0.0-alpha3 592 12/31/2020
7.0.0-alpha2 578 12/28/2020
6.5.2 25,523 6/20/2022
6.4.1 4,357 5/22/2022
6.4.0-alpha0096 739 12/6/2020
6.4.0-alpha0095 621 12/6/2020
6.4.0-alpha0094 618 12/6/2020
6.4.0-alpha.99 259 12/26/2020
6.4.0-alpha.97 268 12/9/2020
6.3.1 136,351 11/28/2020
6.3.0 10,225 11/22/2020
6.2.0 1,501 11/15/2020
6.1.0 1,721 11/10/2020
6.0.3 1,032 11/9/2020
6.0.2 1,054 11/6/2020
6.0.1 1,645 11/1/2020
5.6.0 3,068 10/10/2020
5.5.0 3,895 10/5/2020
5.4.1 1,089 10/4/2020
5.4.0 1,171 10/1/2020
5.3.0-alpha0079 695 6/16/2020
5.3.0-alpha0078 610 6/15/2020
5.3.0-alpha0077 654 6/15/2020
5.3.0-alpha0076 663 6/15/2020
5.3.0-alpha0075 643 6/14/2020
5.3.0-alpha0074 688 6/12/2020
5.3.0-alpha0073 691 6/12/2020
5.3.0-alpha0072 684 6/11/2020
5.3.0-alpha0070 711 6/7/2020
5.2.2 1,412 9/4/2020
5.2.1 112,776 9/3/2020
5.2.0 70,679 6/7/2020
5.2.0-alpha0073 688 5/26/2020
5.2.0-alpha0072 742 5/25/2020
5.2.0-alpha0071 679 5/25/2020
5.2.0-alpha0070 705 5/24/2020
5.2.0-alpha0069 725 5/24/2020
5.2.0-alpha0066 638 5/21/2020
5.2.0-alpha0065 693 5/20/2020
5.2.0-alpha0064 736 5/17/2020
5.2.0-alpha0057 717 5/10/2020
5.2.0-alpha0056 672 5/8/2020
5.1.2 3,309 5/24/2020
5.1.1 1,304 5/10/2020
5.1.0 1,133 5/7/2020
5.1.0-alpha0055 689 5/3/2020
5.1.0-alpha0054 764 5/3/2020
5.1.0-alpha0053 705 4/30/2020
5.0.5 1,356 5/4/2020
5.0.4 4,480 5/3/2020
5.0.3 1,206 5/2/2020
5.0.2 1,145 5/2/2020
5.0.1 1,125 5/2/2020
5.0.0 1,279 4/29/2020
4.1.0-alpha0014 681 4/29/2020
4.1.0-alpha0013 646 4/24/2020
4.1.0-alpha0005 715 4/20/2020
4.1.0-alpha0004 675 4/18/2020
4.1.0-alpha0001 685 4/17/2020
4.0.9 1,154 4/29/2020
4.0.8 1,277 4/28/2020
4.0.7 1,176 4/27/2020
4.0.6 1,342 4/24/2020
4.0.5 1,257 4/22/2020
4.0.4 1,163 4/21/2020
4.0.3 1,253 4/20/2020
4.0.2 1,143 4/20/2020
4.0.1 1,179 4/20/2020
4.0.0 1,215 4/18/2020
3.8.0 1,647 4/17/2020
3.8.0-alpha0048 807 2/28/2020
3.8.0-alpha0042 1,684 2/13/2020
3.8.0-alpha0041 2,926 1/8/2020
3.8.0-alpha0040 799 9/26/2019
3.8.0-alpha0039 730 9/25/2019
3.7.1 64,601 9/25/2019
3.7.0 1,424 9/23/2019
3.7.0-alpha0038 922 8/3/2019
3.7.0-alpha0037 800 8/1/2019
3.6.0 16,170 7/17/2019
3.6.0-alpha0036 887 6/4/2019
3.6.0-alpha0035 863 6/2/2019
3.6.0-alpha0034 864 6/2/2019
3.6.0-alpha0033 883 6/2/2019
3.6.0-alpha0031 803 5/4/2019
3.5.2 37,347 7/11/2019
3.5.1 4,209 6/2/2019
3.5.0 6,226 5/2/2019
3.5.0-alpha0036 839 4/10/2019
3.5.0-alpha0031 831 3/25/2019
3.5.0-alpha0030 817 3/21/2019
3.5.0-alpha0029 795 3/19/2019
3.5.0-alpha0027 817 3/18/2019
3.5.0-alpha0026 791 3/18/2019
3.5.0-alpha0025 805 3/17/2019
3.5.0-alpha0024 810 3/16/2019
3.5.0-alpha0021 833 3/15/2019
3.5.0-alpha0020 837 3/14/2019
3.5.0-alpha0019 834 3/14/2019
3.5.0-alpha0018 820 3/14/2019
3.5.0-alpha0013 829 3/14/2019
3.4.5 3,785 3/21/2019
3.4.4 1,671 3/16/2019
3.4.3 1,439 3/14/2019
3.4.2 1,407 3/13/2019
3.4.1 1,368 3/12/2019
3.4.0 48,489 2/19/2019
3.4.0-alpha0022 899 1/27/2019
3.4.0-alpha0021 877 1/25/2019
3.4.0-alpha0020 906 12/21/2018
3.4.0-alpha0019 977 12/6/2018
3.4.0-alpha0018 934 11/21/2018
3.4.0-alpha0017 954 11/20/2018
3.4.0-alpha0016 1,011 11/5/2018
3.4.0-alpha0015 1,010 11/2/2018
3.4.0-alpha0011 1,037 11/1/2018
3.4.0-alpha0010 1,054 10/3/2018
3.4.0-alpha0009 1,041 9/16/2018
3.4.0-alpha0008 1,030 9/1/2018
3.4.0-alpha0007 1,042 8/29/2018
3.4.0-alpha0006 1,065 8/28/2018
3.4.0-alpha0005 1,015 8/28/2018
3.4.0-alpha0004 1,083 8/23/2018
3.4.0-alpha0003 1,072 8/22/2018
3.4.0-alpha0002 1,051 8/10/2018
3.4.0-alpha0001 1,207 7/30/2018
3.3.9 3,889 1/25/2019
3.3.8 1,589 1/18/2019
3.3.7 1,724 1/5/2019
3.3.6 1,722 12/19/2018
3.3.5 1,848 11/21/2018
3.3.4 1,744 11/20/2018
3.3.3 2,074 11/11/2018
3.3.2 2,145 10/12/2018
3.3.1 15,530 8/28/2018
3.3.0 4,941 7/18/2018
3.3.0-alpha0007 1,183 7/18/2018
3.3.0-alpha0006 1,355 7/17/2018
3.3.0-alpha0005 1,331 7/17/2018
3.3.0-alpha0004 1,143 7/17/2018
3.3.0-alpha0003 1,346 7/15/2018
3.3.0-alpha0001 1,355 7/11/2018
3.2.0 2,056 7/12/2018
3.1.2 1,832 7/11/2018
3.1.1 1,822 7/4/2018
3.1.0 3,659 6/20/2018
3.1.0-alpha0019 1,338 7/4/2018
3.1.0-alpha0017 1,250 7/2/2018
3.1.0-alpha0016 1,329 6/30/2018
3.1.0-alpha0014 1,381 6/26/2018
3.1.0-alpha0011 1,191 6/23/2018
3.1.0-alpha0010 1,395 6/20/2018
3.1.0-alpha0009 1,177 6/20/2018
3.1.0-alpha0008 1,201 6/19/2018
3.1.0-alpha0007 1,369 6/17/2018
3.1.0-alpha0006 1,363 6/14/2018
3.1.0-alpha0005 1,349 6/14/2018
3.1.0-alpha0004 1,442 5/28/2018
3.0.1 2,033 7/4/2018
3.0.0 6,091 5/24/2018
2.4.0-alpha0027 1,353 5/23/2018
2.4.0-alpha0026 1,422 5/23/2018
2.4.0-alpha0025 1,333 5/22/2018
2.4.0-alpha0024 1,343 5/18/2018
2.4.0-alpha0023 1,209 5/16/2018
2.4.0-alpha0022 1,468 5/16/2018
2.4.0-alpha0021 1,363 5/15/2018
2.4.0-alpha0020 1,375 5/15/2018
2.4.0-alpha0019 1,445 4/20/2018
2.4.0-alpha0017 1,353 4/19/2018
2.4.0-alpha0016 1,339 4/13/2018
2.4.0-alpha0015 1,336 4/3/2018
2.4.0-alpha0014 1,386 4/1/2018
2.4.0-alpha0013 1,681 3/30/2018
2.4.0-alpha0009 1,374 2/20/2018
2.4.0-alpha0002 1,269 12/1/2017
2.3.3 6,488 4/24/2018
2.3.1 17,567 2/20/2018
2.3.0 1,898 2/19/2018
2.3.0-alpha0006 1,826 11/21/2017
2.3.0-alpha0005 1,193 11/13/2017
2.3.0-alpha0002 1,573 9/18/2017
2.2.0 42,731 11/13/2017
2.2.0-alpha0009 1,231 9/14/2017
2.2.0-alpha0008 1,181 9/11/2017
2.2.0-alpha0007 1,175 9/10/2017
2.2.0-alpha0006 1,226 8/18/2017
2.2.0-alpha0002 1,202 8/18/2017
2.1.0 3,121 8/18/2017
2.1.0-alpha0022 1,164 8/18/2017
2.1.0-alpha0020 1,234 7/24/2017
2.1.0-alpha0018 1,260 7/13/2017
2.1.0-alpha0016 1,214 7/12/2017
2.1.0-alpha0011 1,276 7/11/2017
2.1.0-alpha0005 1,259 7/3/2017
2.1.0-alpha0002 1,241 7/3/2017
2.0.4 2,614 7/24/2017
2.0.4-unstable0013 1,409 6/26/2017
2.0.4-unstable0011 1,334 6/26/2017
2.0.4-unstable0010 1,383 6/11/2017
2.0.4-unstable0009 1,343 6/1/2017
2.0.4-unstable0007 3,087 5/4/2017
2.0.4-unstable0004 1,368 5/1/2017
2.0.4-unstable0003 1,379 5/1/2017
2.0.4-unstable0002 1,384 4/30/2017
2.0.4-unstable0001 1,309 4/27/2017
2.0.4-alpha0038 1,244 7/1/2017
2.0.3-unstable0064 1,284 4/27/2017
2.0.3-unstable0058 1,302 3/28/2017
2.0.3-unstable0057 1,277 3/15/2017
2.0.3-unstable0055 1,513 2/10/2017
2.0.3-unstable0053 1,330 2/9/2017
2.0.3-unstable0052 1,372 2/8/2017
1.1.4.506 1,918 7/6/2017
1.1.3.500 1,869 6/28/2017
1.1.2.497 1,770 6/21/2017
1.1.1.494 2,737 5/30/2017
1.1.0.492 1,915 5/4/2017
1.0.4.483 6,659 4/26/2017
1.0.3.481 1,825 4/4/2017
1.0.2.478 1,867 3/15/2017
1.0.1.475 2,027 2/10/2017
1.0.0.469 1,802 2/8/2017
1.0.0 1,808 6/30/2017
0.63.7.467 2,026 2/7/2017
0.63.6.463 1,795 2/7/2017
0.63.6.460 1,766 2/5/2017
0.63.5.454 2,218 10/17/2016
0.63.4.453 1,838 10/10/2016
0.63.3.452 1,892 9/26/2016
0.63.1.451 2,086 9/19/2016
0.63.1.450 1,901 9/11/2016
0.63.0.448 3,721 8/12/2016
0.62.1.445 1,878 8/8/2016
0.62.0.444 1,885 8/8/2016
0.61.1.443 1,867 8/5/2016
0.61.0.442 2,091 8/2/2016
0.60.1.441 1,973 7/31/2016
0.60.0.440 1,989 7/25/2016
0.59.0.439 1,922 7/18/2016
0.59.0.437 1,829 7/18/2016
0.59.0.436 1,799 7/18/2016
0.59.0.434 2,200 6/6/2016
0.58.0.433 2,111 5/2/2016
0.57.2.432 1,889 5/2/2016
0.57.2.431 2,156 4/25/2016
0.57.2.430 1,908 4/20/2016
0.57.1.429 1,792 4/20/2016
0.57.0.428 1,825 4/18/2016
0.56.0.427 2,058 4/1/2016
0.55.1.426 2,243 3/17/2016
0.55.0.425 3,212 3/1/2016
0.54.3.424 2,227 2/2/2016
0.54.2.423 1,826 2/1/2016
0.54.1.421 1,784 2/1/2016
0.54.0.420 1,857 1/28/2016
0.53.6.419 1,870 1/25/2016
0.53.6.418 1,884 1/6/2016
0.53.5.417 1,817 1/6/2016
0.53.5.416 1,891 1/5/2016
0.53.4.415 1,922 12/23/2015
0.53.3.414 6,298 12/9/2015
0.53.2.413 2,259 12/1/2015
0.53.1.412 2,207 11/28/2015
0.53.0.411 2,028 11/19/2015
0.52.0.410 1,962 11/18/2015
0.51.0.409 1,912 11/17/2015
0.51.0.408 1,868 11/16/2015
0.50.12.407 6,350 10/22/2015
0.50.12.406 1,964 10/22/2015
0.50.11.404 1,913 10/20/2015
0.50.10.403 1,926 10/10/2015
0.50.9.401 2,274 10/5/2015
0.50.8.400 3,143 9/28/2015
0.50.7.399 2,488 8/18/2015
0.50.6.398 2,285 8/11/2015
0.50.5.397 2,347 8/11/2015
0.50.5.396 1,927 8/11/2015
0.50.4.395 2,251 8/8/2015
0.50.3.394 2,264 8/7/2015
0.50.2.393 2,077 8/1/2015
0.50.1.392 2,349 6/17/2015
0.50.0.391 2,114 6/8/2015
0.49.3.390 2,014 5/20/2015
0.49.2.389 1,896 5/18/2015
0.49.1.388 1,868 5/18/2015
0.49.0.387 1,863 5/17/2015
0.48.1.386 1,879 5/10/2015
0.48.0.385 1,884 5/10/2015
0.47.10.384 1,873 5/8/2015
0.47.10.383 2,032 5/6/2015
0.47.10.382 1,989 5/5/2015
0.47.10.381 2,051 4/27/2015
0.47.10.380 2,500 4/1/2015
0.47.10.379 2,000 4/1/2015
0.47.9.378 1,942 3/31/2015
0.47.9.377 1,912 3/31/2015
0.47.9.376 1,981 3/30/2015
0.47.8.375 1,945 3/28/2015
0.47.7.374 2,262 3/25/2015
0.47.6.373 2,690 3/18/2015
0.47.5.372 1,889 3/17/2015
0.47.4.371 1,974 3/16/2015
0.47.3.370 1,974 3/15/2015
0.47.2.369 1,902 3/12/2015
0.47.1.368 2,026 3/4/2015
0.47.0.367 1,986 3/4/2015
0.46.1.366 2,001 3/3/2015
0.46.0.365 1,904 3/2/2015
0.45.0.364 2,114 3/2/2015
0.44.3.363 2,036 2/24/2015
0.44.2.362 2,241 2/24/2015
0.44.1.361 2,365 2/22/2015
0.44.0.360 2,254 2/18/2015
0.43.1.359 2,201 2/12/2015
0.43.0.358 1,985 2/7/2015
0.42.0.357 1,929 2/5/2015
0.41.0.356 1,937 2/4/2015
0.40.6.355 1,961 2/3/2015
0.40.3.354 1,951 2/2/2015
0.40.3.353 1,987 1/26/2015
0.40.3.352 1,998 1/20/2015
0.40.3.351 1,988 1/19/2015
0.40.2.350 1,959 1/19/2015
0.40.1.349 1,984 1/17/2015
0.40.1.348 2,054 1/15/2015
0.40.1.347 1,954 1/13/2015
0.40.1.346 1,972 1/12/2015
0.40.0.345 1,995 1/9/2015
0.40.0.344 1,961 1/9/2015
0.40.0.343 1,984 1/8/2015
0.40.0.342 1,939 1/8/2015
0.39.6.340 2,098 1/6/2015
0.39.5.339 1,971 1/5/2015
0.39.4.338 2,481 1/1/2015
0.39.4.337 2,348 12/23/2014
0.39.4.336 2,268 12/13/2014
0.39.2.335 2,174 12/12/2014
0.39.2.334 2,166 12/9/2014
0.39.2.333 2,166 12/5/2014
0.39.1.332 2,127 12/3/2014
0.39.1.331 2,111 12/2/2014
0.39.0.330 2,089 12/1/2014
0.38.2.329 2,103 11/26/2014
0.38.2.328 2,094 11/26/2014
0.38.1.327 2,044 11/25/2014
0.38.0.326 2,106 11/22/2014
0.38.0.325 2,166 11/20/2014
0.38.0.324 2,174 11/14/2014
0.37.2.323 2,235 11/14/2014
0.37.2.322 2,444 11/5/2014
0.37.2.321 2,054 10/29/2014
0.37.2.320 1,925 10/29/2014
0.37.2.319 1,993 10/28/2014
0.37.1.318 2,020 10/25/2014
0.37.1.317 2,065 10/16/2014
0.37.1.316 1,966 10/13/2014
0.37.0.315 2,050 10/12/2014
0.36.5.314 2,035 10/11/2014
0.36.5.313 1,963 10/9/2014
0.36.4.312 1,939 10/8/2014
0.36.4.311 1,957 10/8/2014
0.36.4.310 1,947 10/3/2014
0.36.3.309 2,036 10/1/2014
0.36.2.308 1,951 9/28/2014
0.36.1.307 1,951 9/20/2014
0.36.1.306 1,970 9/17/2014
0.36.0.305 1,989 9/15/2014
0.35.6.304 2,021 9/1/2014
0.35.6.303 1,986 8/28/2014
0.35.6.302 2,038 8/16/2014
0.35.6.301 2,061 8/15/2014
0.35.5.300 1,966 8/14/2014
0.35.4.299 1,972 8/14/2014
0.35.4.298 2,011 8/13/2014
0.35.4.297 2,003 8/11/2014
0.35.3.296 1,947 8/10/2014
0.35.3.295 2,027 8/8/2014
0.35.3.294 1,937 8/5/2014
0.35.1.288 1,920 8/1/2014
0.35.1.287 1,978 8/1/2014
0.35.1.286 1,975 8/1/2014
0.35.1.285 1,964 7/29/2014
0.35.1.284 1,969 7/23/2014
0.35.1.283 1,949 7/23/2014
0.35.0.282 1,941 7/22/2014
0.35.0.281 1,967 7/15/2014
0.34.0.280 2,261 7/11/2014
0.34.0.279 1,918 7/9/2014
0.33.2.278 1,959 7/9/2014
0.33.2.277 1,941 7/2/2014
0.33.1.276 2,310 6/24/2014
0.33.1.275 1,955 6/19/2014
0.33.0.274 1,981 6/19/2014
0.33.0.273 1,995 6/16/2014
0.32.3.272 1,973 6/14/2014
0.32.2.271 2,048 6/5/2014
0.32.1.270 2,002 6/1/2014
0.32.1.269 1,992 6/1/2014
0.32.1.268 1,961 5/26/2014
0.32.0.267 1,971 5/23/2014
0.32.0.266 1,991 5/22/2014
0.32.0.265 1,961 5/21/2014
0.32.0.264 1,946 5/21/2014
0.32.0.263 1,984 5/20/2014
0.32.0.262 2,021 5/19/2014
0.31.1.261 1,968 5/19/2014
0.31.1.260 2,012 5/19/2014
0.31.0.259 2,011 5/16/2014
0.30.2.258 1,966 5/15/2014
0.30.2.257 1,961 5/14/2014
0.30.2.254 2,054 5/8/2014
0.30.2.252 2,026 4/30/2014
0.30.2.251 2,097 4/30/2014
0.30.1.250 2,000 4/29/2014
0.30.0.249 2,033 4/28/2014
0.30.0.248 2,105 4/24/2014
0.30.0.247 2,026 4/17/2014
0.29.0.246 2,113 4/16/2014
0.28.5.245 2,166 4/14/2014
0.28.4.242 2,115 4/5/2014
0.28.4.241 2,099 4/4/2014
0.28.4.240 2,115 4/3/2014
0.28.4.232 2,093 3/31/2014
0.28.3.231 2,099 3/27/2014
0.28.3.230 2,074 3/27/2014
0.28.3.229 2,059 3/19/2014
0.28.2.227 2,111 3/14/2014
0.28.2.226 2,074 3/13/2014
0.28.2.225 2,043 3/5/2014
0.28.1.224 1,984 3/4/2014
0.27.5.222 2,063 2/28/2014
0.27.5.221 2,093 2/28/2014
0.27.4.220 2,095 2/26/2014
0.27.3.219 2,142 2/25/2014
0.27.2.218 2,029 2/25/2014
0.27.1.216 2,075 2/14/2014
0.27.0.215 2,058 2/12/2014
0.26.7.214 2,074 2/12/2014
0.26.7.213 2,038 2/11/2014
0.26.7.212 2,038 2/10/2014
0.26.7.211 2,059 2/10/2014
0.26.6.210 2,088 2/10/2014
0.26.5.209 2,045 2/10/2014
0.26.5.208 2,019 2/5/2014
0.26.5.207 2,021 2/4/2014
0.26.4.206 2,000 2/4/2014
0.26.3.204 2,017 2/4/2014
0.26.3.203 2,029 2/3/2014