EasyNetQ.DI.Windsor 8.0.0-beta8

Prefix Reserved
This is a prerelease version of EasyNetQ.DI.Windsor.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package EasyNetQ.DI.Windsor --version 8.0.0-beta8
                    
NuGet\Install-Package EasyNetQ.DI.Windsor -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.DI.Windsor" 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.DI.Windsor" Version="8.0.0-beta8" />
                    
Directory.Packages.props
<PackageReference Include="EasyNetQ.DI.Windsor" />
                    
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.Windsor --version 8.0.0-beta8
                    
#r "nuget: EasyNetQ.DI.Windsor, 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.DI.Windsor@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.DI.Windsor&version=8.0.0-beta8&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=EasyNetQ.DI.Windsor&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 (1)

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

Package Downloads
Heily.Abp.EasyNetQ

heily rabbitmq 扩展组件

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
8.0.0-beta96 293 3/15/2024
8.0.0-beta95 663 10/22/2023
8.0.0-beta94 637 6/18/2023
8.0.0-beta93 626 6/17/2023
8.0.0-beta92 690 6/17/2023
8.0.0-beta91 734 6/11/2023
8.0.0-beta90 660 5/8/2023
8.0.0-beta9 697 3/21/2023
8.0.0-beta8 696 2/20/2023
8.0.0-beta6 744 1/29/2023
8.0.0-beta5 721 1/20/2023
8.0.0-beta4 705 1/5/2023
8.0.0-beta3 707 12/29/2022
8.0.0-beta2 691 12/16/2022
8.0.0-beta10 675 3/21/2023
8.0.0-beta1 697 12/15/2022
8.0.0-alpha9 716 12/14/2022
8.0.0-alpha8 755 11/30/2022
8.0.0-alpha7 700 11/12/2022
8.0.0-alpha6 748 10/29/2022
8.0.0-alpha5 693 10/5/2022
8.0.0-alpha4 820 10/1/2022
8.0.0-alpha3 757 9/26/2022
8.0.0-alpha2 815 9/21/2022
8.0.0-alpha1 752 9/19/2022
7.8.0 20,462 12/16/2023
7.7.0 553 11/19/2023
7.6.0 571 10/12/2023
7.5.5 6,067 7/20/2023
7.5.4 695 7/19/2023
7.5.3 760 6/15/2023
7.5.2 906 5/14/2023
7.5.1 1,038 5/4/2023
7.5.0 1,011 3/25/2023
7.4.3 1,120 2/3/2023
7.4.1 1,062 1/31/2023
7.4.0 1,047 1/29/2023
7.3.12 1,077 1/23/2023
7.3.11 978 1/22/2023
7.3.10 998 1/19/2023
7.3.9 1,062 1/17/2023
7.3.8 1,061 1/4/2023
7.3.7 979 12/22/2022
7.3.6 1,136 12/19/2022
7.3.5 1,030 11/30/2022
7.3.4 995 11/30/2022
7.3.3 1,143 11/24/2022
7.3.2 1,138 11/15/2022
7.3.1 1,093 11/12/2022
7.3.0 1,180 10/29/2022
7.3.0-alpha3 714 10/15/2022
7.2.1 1,890 10/9/2022
7.2.1-alpha1 754 10/6/2022
7.2.0 1,348 9/17/2022
7.2.0-alpha1 800 9/15/2022
7.1.1-alpha1 819 9/14/2022
7.1.0 1,352 9/13/2022
7.0.4 1,348 9/7/2022
7.0.3 1,272 9/5/2022
7.0.3-alpha1 771 9/5/2022
7.0.2 1,348 9/5/2022
7.0.1 1,294 8/27/2022
7.0.0 1,412 7/23/2022
7.0.0-rc5 729 6/28/2022
7.0.0-rc4 760 6/27/2022
7.0.0-rc3 774 6/20/2022
7.0.0-rc2 670 6/9/2022
7.0.0-rc1 784 6/9/2022
7.0.0-beta9 799 6/8/2022
7.0.0-beta7 798 6/5/2022
7.0.0-beta6 785 5/24/2022
7.0.0-beta5 783 11/18/2021
7.0.0-beta4 847 11/9/2021
7.0.0-beta3 926 11/6/2021
7.0.0-beta2 916 9/29/2021
7.0.0-beta1 840 9/13/2021
7.0.0-alpha9 875 8/25/2021
7.0.0-alpha8 875 8/25/2021
7.0.0-alpha7 914 8/25/2021
7.0.0-alpha6 936 8/16/2021
7.0.0-alpha5 898 8/16/2021
7.0.0-alpha4 1,287 1/20/2021
7.0.0-alpha3 1,144 12/31/2020
7.0.0-alpha2 1,204 12/28/2020
6.5.2 1,346 6/20/2022
6.4.1 1,415 5/22/2022
6.4.0-alpha0096 1,273 12/6/2020
6.4.0-alpha0095 1,180 12/6/2020
6.4.0-alpha0094 1,273 12/6/2020
6.4.0-alpha.99 359 12/26/2020
6.4.0-alpha.97 366 12/9/2020
6.3.1 1,902 11/28/2020
6.3.0 1,709 11/22/2020
6.2.0 1,745 11/15/2020
6.1.0 1,721 11/10/2020
6.0.3 1,711 11/9/2020
6.0.2 1,697 11/6/2020
6.0.1 1,753 11/1/2020
5.6.0 1,615 10/10/2020
5.5.0 1,704 10/5/2020
5.4.1 1,735 10/4/2020
5.4.0 1,751 10/1/2020
5.3.0-alpha0079 1,290 6/16/2020
5.3.0-alpha0078 1,209 6/15/2020
5.3.0-alpha0077 1,334 6/15/2020
5.3.0-alpha0076 1,301 6/15/2020
5.3.0-alpha0075 1,310 6/14/2020
5.3.0-alpha0074 1,275 6/12/2020
5.3.0-alpha0073 1,259 6/12/2020
5.3.0-alpha0072 1,221 6/11/2020
5.3.0-alpha0070 1,296 6/7/2020
5.2.2 1,676 9/4/2020
5.2.1 1,852 9/3/2020
5.2.0 1,802 6/7/2020
5.2.0-alpha0073 1,290 5/26/2020
5.2.0-alpha0072 1,336 5/25/2020
5.2.0-alpha0071 1,393 5/25/2020
5.2.0-alpha0070 1,277 5/24/2020
5.2.0-alpha0069 1,232 5/24/2020
5.2.0-alpha0066 1,295 5/21/2020
5.2.0-alpha0065 1,326 5/20/2020
5.2.0-alpha0064 1,315 5/17/2020
5.2.0-alpha0057 1,284 5/10/2020
5.2.0-alpha0056 1,410 5/8/2020
5.1.2 2,877 5/24/2020
5.1.1 1,707 5/10/2020
5.1.0 1,703 5/7/2020
5.1.0-alpha0055 1,270 5/3/2020
5.1.0-alpha0054 1,440 5/3/2020
5.1.0-alpha0053 1,354 4/30/2020
5.0.5 1,714 5/4/2020
5.0.4 1,706 5/3/2020
5.0.3 1,698 5/2/2020
5.0.2 1,670 5/2/2020
5.0.1 1,672 5/2/2020
5.0.0 1,714 4/29/2020
4.1.0-alpha0014 1,299 4/29/2020
4.1.0-alpha0013 1,304 4/24/2020
4.1.0-alpha0005 1,276 4/20/2020
4.1.0-alpha0004 1,340 4/18/2020
4.1.0-alpha0001 1,253 4/17/2020
4.0.9 1,804 4/29/2020
4.0.8 1,739 4/28/2020
4.0.7 1,634 4/27/2020
4.0.6 2,701 4/24/2020
4.0.5 1,680 4/22/2020
4.0.4 1,716 4/21/2020
4.0.3 1,733 4/20/2020
4.0.2 1,771 4/20/2020
4.0.1 1,742 4/20/2020
4.0.0 1,769 4/18/2020
3.8.0 1,706 4/17/2020
3.8.0-alpha0048 1,269 2/28/2020
3.8.0-alpha0042 1,349 2/13/2020
3.8.0-alpha0041 1,391 1/8/2020
3.8.0-alpha0040 1,353 9/26/2019
3.8.0-alpha0039 1,347 9/25/2019
3.7.1 23,356 9/25/2019
3.7.0 1,851 9/23/2019
3.7.0-alpha0038 1,377 8/3/2019
3.7.0-alpha0037 1,441 8/1/2019
3.6.0 2,059 7/17/2019
3.6.0-alpha0036 1,399 6/4/2019
3.6.0-alpha0035 1,423 6/2/2019
3.6.0-alpha0034 1,397 6/2/2019
3.6.0-alpha0033 1,469 6/2/2019
3.6.0-alpha0031 1,350 5/4/2019
3.5.2 1,953 7/11/2019
3.5.1 1,953 6/2/2019
3.5.0 2,975 5/2/2019
3.5.0-alpha0036 1,342 4/10/2019
3.5.0-alpha0031 1,423 3/25/2019
3.5.0-alpha0030 1,409 3/21/2019
3.5.0-alpha0029 1,341 3/19/2019
3.5.0-alpha0027 1,341 3/18/2019
3.5.0-alpha0026 1,400 3/18/2019
3.5.0-alpha0025 1,289 3/17/2019
3.5.0-alpha0024 1,408 3/16/2019
3.5.0-alpha0021 1,277 3/15/2019
3.5.0-alpha0020 1,380 3/14/2019
3.5.0-alpha0019 1,355 3/14/2019
3.5.0-alpha0018 1,371 3/14/2019
3.5.0-alpha0013 1,385 3/14/2019
3.4.5 4,764 3/21/2019
3.4.4 1,854 3/16/2019
3.4.3 1,828 3/14/2019
3.4.2 1,859 3/13/2019
3.4.1 1,961 3/12/2019
3.4.0 2,162 2/19/2019
3.4.0-alpha0022 1,451 1/27/2019
3.4.0-alpha0021 1,420 1/25/2019
3.4.0-alpha0020 1,547 12/21/2018
3.4.0-alpha0019 1,645 12/6/2018
3.4.0-alpha0018 1,510 11/21/2018
3.4.0-alpha0017 1,577 11/20/2018
3.4.0-alpha0016 1,594 11/5/2018
3.4.0-alpha0015 1,651 11/2/2018
3.4.0-alpha0011 1,541 11/1/2018
3.4.0-alpha0010 1,627 10/3/2018
3.4.0-alpha0009 1,604 9/16/2018
3.4.0-alpha0008 1,610 9/1/2018
3.4.0-alpha0007 1,661 8/29/2018
3.4.0-alpha0006 1,541 8/28/2018
3.4.0-alpha0005 1,603 8/28/2018
3.4.0-alpha0004 1,583 8/23/2018
3.4.0-alpha0003 1,691 8/22/2018
3.4.0-alpha0002 1,591 8/10/2018
3.4.0-alpha0001 1,863 7/30/2018
3.3.9 2,667 1/25/2019
3.3.8 2,094 1/18/2019
3.3.7 2,345 1/5/2019
3.3.6 2,122 12/19/2018
3.3.5 2,130 11/21/2018
3.3.4 2,197 11/20/2018
3.3.3 3,041 11/11/2018
3.3.2 2,268 10/12/2018
3.3.1 2,591 8/28/2018
3.3.0 2,581 7/18/2018
3.3.0-alpha0007 1,973 7/18/2018
3.3.0-alpha0006 1,999 7/17/2018
3.3.0-alpha0005 2,062 7/17/2018
3.3.0-alpha0004 1,994 7/17/2018
3.3.0-alpha0003 2,006 7/15/2018
3.3.0-alpha0001 1,941 7/11/2018
3.2.0 2,563 7/12/2018
3.1.2 2,581 7/11/2018
3.1.1 2,525 7/4/2018
3.1.0 2,477 6/20/2018
3.1.0-alpha0019 1,994 7/4/2018
3.1.0-alpha0017 2,030 7/2/2018
3.1.0-alpha0016 2,006 6/30/2018
3.1.0-alpha0014 2,064 6/26/2018
3.1.0-alpha0011 2,074 6/23/2018
3.1.0-alpha0010 2,005 6/20/2018
3.1.0-alpha0009 1,897 6/20/2018
3.1.0-alpha0008 2,090 6/19/2018
3.1.0-alpha0007 2,024 6/17/2018
3.1.0-alpha0006 2,047 6/14/2018
3.1.0-alpha0005 2,015 6/14/2018
3.1.0-alpha0004 2,112 5/28/2018
3.0.1 2,519 7/4/2018
3.0.0 2,651 5/24/2018
2.4.0-alpha0027 2,097 5/23/2018
2.4.0-alpha0026 2,014 5/23/2018
2.4.0-alpha0025 2,044 5/22/2018
2.4.0-alpha0024 2,051 5/18/2018
2.4.0-alpha0023 2,001 5/16/2018
2.4.0-alpha0022 2,067 5/16/2018
2.4.0-alpha0021 2,000 5/15/2018
2.4.0-alpha0020 1,946 5/15/2018
2.4.0-alpha0019 2,010 4/20/2018
2.4.0-alpha0017 1,909 4/19/2018
2.4.0-alpha0016 1,949 4/13/2018
2.4.0-alpha0015 1,950 4/3/2018
2.4.0-alpha0014 1,899 4/1/2018
2.4.0-alpha0013 2,354 3/30/2018
2.4.0-alpha0009 1,938 2/20/2018
2.4.0-alpha0002 1,789 12/1/2017
2.3.3 3,030 4/24/2018
2.3.1 2,236 2/20/2018
2.3.0 2,153 2/19/2018
2.3.0-alpha0006 1,750 11/21/2017
2.3.0-alpha0005 1,760 11/13/2017
2.3.0-alpha0002 1,686 9/18/2017
2.2.0 2,238 11/13/2017
2.2.0-alpha0009 1,705 9/14/2017
2.2.0-alpha0008 1,738 9/11/2017
2.2.0-alpha0007 1,677 9/10/2017
2.2.0-alpha0006 1,730 8/18/2017
2.2.0-alpha0002 1,761 8/18/2017
2.1.0 2,251 8/18/2017
2.1.0-alpha0022 1,697 8/18/2017
2.1.0-alpha0020 1,753 7/24/2017
2.1.0-alpha0018 1,768 7/13/2017
2.1.0-alpha0016 1,764 7/12/2017
2.1.0-alpha0011 1,744 7/11/2017
2.1.0-alpha0005 1,758 7/3/2017
2.1.0-alpha0002 1,728 7/3/2017
2.0.4 2,216 7/24/2017
2.0.4-unstable0013 1,787 6/26/2017
2.0.4-unstable0011 1,780 6/26/2017
2.0.4-unstable0010 1,801 6/11/2017
2.0.4-unstable0009 1,861 6/1/2017
2.0.4-unstable0007 1,785 5/4/2017
2.0.4-unstable0004 1,855 5/1/2017
2.0.4-unstable0003 1,801 5/1/2017
2.0.4-unstable0002 1,840 4/30/2017
2.0.4-unstable0001 1,814 4/27/2017
2.0.4-alpha0038 1,798 7/1/2017
2.0.3-unstable0064 1,832 4/27/2017
2.0.3-unstable0058 1,858 3/28/2017
2.0.3-unstable0057 1,851 3/15/2017
2.0.3-unstable0055 1,934 2/10/2017
2.0.3-unstable0053 1,889 2/9/2017
2.0.3-unstable0052 1,835 2/8/2017
1.1.4.506 2,284 7/6/2017
1.1.3.500 2,275 6/28/2017
1.1.2.497 2,174 6/21/2017
1.1.1.494 2,204 5/30/2017
1.1.0.492 2,320 5/4/2017
1.0.4.483 2,251 4/26/2017
1.0.3.481 2,189 4/4/2017
1.0.2.478 2,224 3/15/2017
1.0.1.475 2,283 2/10/2017
1.0.0.469 2,229 2/8/2017
1.0.0 2,183 6/30/2017
0.63.7.467 2,377 2/7/2017
0.63.6.463 2,225 2/7/2017
0.63.6.460 2,229 2/5/2017
0.63.5.454 2,348 10/17/2016
0.63.4.453 2,353 10/10/2016
0.63.3.452 2,317 9/26/2016
0.63.1.451 2,581 9/19/2016
0.63.1.450 2,294 9/11/2016
0.63.0.448 2,343 8/12/2016
0.62.1.445 2,282 8/8/2016
0.62.0.444 2,274 8/8/2016
0.61.1.443 2,310 8/5/2016
0.61.0.442 2,633 8/2/2016
0.60.1.441 2,518 7/31/2016
0.60.0.440 2,341 7/25/2016
0.59.0.444 2,256 7/24/2016
0.59.0.443 2,266 7/24/2016
0.59.0.439 2,350 7/18/2016
0.59.0.437 2,295 7/18/2016
0.59.0.436 2,226 7/18/2016
0.59.0.434 2,330 6/6/2016
0.58.0.433 2,299 5/2/2016
0.57.2.432 2,357 5/2/2016
0.57.2.431 2,624 4/25/2016
0.57.2.430 2,432 4/20/2016
0.57.1.429 2,315 4/20/2016
0.57.0.428 2,269 4/18/2016
0.56.0.427 2,391 4/1/2016
0.55.1.426 2,325 3/17/2016
0.55.0.425 2,384 3/1/2016
0.54.3.424 2,318 2/2/2016
0.54.2.423 2,360 2/1/2016
0.54.1.421 2,371 2/1/2016
0.54.0.420 2,249 1/28/2016
0.53.6.419 2,358 1/25/2016
0.53.6.418 2,419 1/6/2016
0.53.5.417 2,347 1/6/2016
0.53.5.416 2,322 1/5/2016
0.53.4.415 2,318 12/23/2015
0.53.3.414 2,325 12/9/2015
0.53.2.413 2,516 12/1/2015
0.53.1.412 2,566 11/28/2015
0.53.0.411 2,430 11/19/2015
0.52.0.410 2,319 11/18/2015
0.51.0.409 2,394 11/17/2015
0.51.0.408 2,311 11/16/2015
0.50.12.407 2,317 10/22/2015
0.50.12.406 2,284 10/22/2015
0.50.11.404 2,355 10/20/2015
0.50.10.403 2,357 10/10/2015
0.50.9.401 2,548 10/5/2015
0.50.8.400 11,340 9/28/2015
0.50.7.399 2,416 8/18/2015
0.50.6.398 2,413 8/11/2015
0.50.5.397 2,611 8/11/2015
0.50.5.396 2,609 8/11/2015
0.50.4.395 2,612 8/8/2015
0.50.3.394 2,659 8/7/2015
0.50.2.393 2,519 8/1/2015
0.50.1.392 2,384 6/17/2015
0.50.0.391 2,343 6/8/2015
0.49.3.390 2,467 5/20/2015
0.49.2.389 2,473 5/18/2015
0.49.1.388 2,288 5/18/2015
0.49.0.387 2,356 5/17/2015
0.48.1.386 2,364 5/10/2015
0.48.0.385 2,372 5/10/2015
0.47.10.384 3,045 5/8/2015
0.47.10.383 2,383 5/6/2015
0.47.10.382 2,472 5/5/2015
0.47.10.381 6,287 4/27/2015
0.47.10.380 5,883 4/1/2015
0.47.10.379 2,371 4/1/2015
0.47.9.378 2,514 3/31/2015
0.47.9.377 2,426 3/31/2015
0.47.9.376 2,370 3/30/2015
0.47.8.375 2,384 3/28/2015
0.47.7.374 2,282 3/25/2015
0.47.6.373 2,310 3/18/2015
0.47.5.372 2,353 3/17/2015
0.47.4.371 2,351 3/16/2015
0.47.3.370 2,325 3/15/2015
0.47.2.369 2,447 3/12/2015
0.47.1.368 2,478 3/4/2015
0.47.0.367 2,345 3/4/2015
0.46.1.366 2,324 3/3/2015
0.46.0.365 2,441 3/2/2015
0.45.0.364 2,304 3/2/2015
0.44.3.363 2,806 2/24/2015
0.44.2.362 2,807 2/24/2015
0.44.1.361 2,664 2/22/2015
0.44.0.360 2,614 2/18/2015
0.43.1.359 2,549 2/12/2015
0.43.0.358 2,428 2/7/2015
0.42.0.357 2,353 2/5/2015
0.41.0.356 2,428 2/4/2015
0.40.6.355 2,443 2/3/2015
0.40.3.354 2,352 2/2/2015
0.40.3.353 2,418 1/26/2015
0.40.3.352 2,452 1/20/2015
0.40.3.351 2,393 1/19/2015
0.40.2.350 2,400 1/19/2015
0.40.1.349 2,412 1/17/2015
0.40.1.348 2,453 1/15/2015
0.40.1.347 2,337 1/13/2015
0.40.1.346 2,405 1/12/2015
0.40.0.345 2,286 1/9/2015
0.40.0.344 2,412 1/9/2015
0.40.0.343 2,342 1/8/2015
0.40.0.342 2,395 1/8/2015
0.39.6.340 2,620 1/6/2015
0.39.5.339 2,845 1/5/2015
0.39.4.338 2,455 1/1/2015
0.39.4.337 2,812 12/23/2014
0.39.4.336 2,650 12/13/2014
0.39.2.335 2,597 12/12/2014
0.39.2.334 2,633 12/9/2014
0.39.2.333 2,643 12/5/2014
0.39.1.332 2,599 12/3/2014
0.39.1.331 2,480 12/2/2014
0.39.0.330 2,536 12/1/2014
0.38.2.329 2,476 11/26/2014
0.38.2.328 2,494 11/26/2014
0.38.1.327 2,603 11/25/2014
0.38.0.326 2,582 11/22/2014
0.38.0.325 2,554 11/20/2014
0.38.0.324 2,663 11/14/2014
0.37.2.323 2,597 11/14/2014
0.37.2.322 2,895 11/5/2014
0.37.2.321 2,432 10/29/2014
0.37.2.320 2,444 10/29/2014
0.37.2.319 2,472 10/28/2014
0.37.1.318 2,437 10/25/2014
0.37.1.317 2,391 10/16/2014
0.37.1.316 2,491 10/13/2014
0.37.0.315 2,391 10/12/2014
0.36.5.314 2,462 10/11/2014
0.36.5.313 2,446 10/9/2014
0.36.4.312 2,327 10/8/2014
0.36.4.311 2,381 10/8/2014
0.36.4.310 2,435 10/3/2014
0.36.3.309 2,394 10/1/2014
0.36.2.308 2,417 9/28/2014
0.36.1.307 2,370 9/20/2014
0.36.1.306 2,452 9/17/2014
0.36.0.305 2,442 9/15/2014
0.35.6.304 2,410 9/1/2014
0.35.6.303 2,430 8/28/2014
0.35.6.302 2,411 8/16/2014
0.35.6.301 2,440 8/15/2014
0.35.5.300 2,323 8/14/2014
0.35.4.299 2,514 8/14/2014
0.35.4.298 2,439 8/13/2014
0.35.4.297 2,494 8/11/2014
0.35.3.296 2,429 8/10/2014
0.35.3.295 2,447 8/8/2014
0.35.3.294 2,485 8/5/2014
0.35.1.288 2,466 8/1/2014
0.35.1.287 2,461 8/1/2014
0.35.1.286 2,403 8/1/2014
0.35.1.285 2,374 7/29/2014
0.35.1.284 2,356 7/23/2014
0.35.1.283 2,359 7/23/2014
0.35.0.282 2,409 7/22/2014
0.35.0.281 2,505 7/15/2014
0.34.0.280 2,336 7/11/2014
0.34.0.279 2,414 7/9/2014
0.33.2.278 2,444 7/9/2014
0.33.2.277 2,456 7/2/2014
0.33.1.276 2,558 6/24/2014
0.33.1.275 2,494 6/19/2014
0.33.0.274 2,501 6/19/2014
0.33.0.273 2,416 6/16/2014
0.32.3.272 2,400 6/14/2014
0.32.2.271 2,439 6/5/2014
0.32.1.270 2,406 6/1/2014
0.32.1.269 2,396 6/1/2014
0.32.1.268 2,415 5/26/2014
0.32.0.267 2,427 5/23/2014
0.32.0.266 2,522 5/22/2014
0.32.0.265 2,478 5/21/2014
0.32.0.264 2,416 5/21/2014
0.32.0.263 2,499 5/20/2014
0.32.0.262 2,390 5/19/2014
0.31.1.261 2,423 5/19/2014
0.31.1.260 2,483 5/19/2014
0.31.0.259 2,431 5/16/2014
0.30.2.258 2,472 5/15/2014
0.30.2.257 2,402 5/14/2014
0.30.2.254 2,386 5/8/2014
0.30.2.252 2,497 4/30/2014
0.30.2.251 2,521 4/30/2014
0.30.1.250 2,533 4/29/2014
0.30.0.249 2,462 4/28/2014
0.30.0.248 2,638 4/24/2014
0.30.0.247 2,704 4/17/2014
0.29.0.246 2,667 4/16/2014
0.28.5.245 2,610 4/14/2014
0.28.4.242 2,537 4/5/2014
0.28.4.241 2,418 4/4/2014
0.28.4.240 2,574 4/3/2014
0.28.4.232 2,471 3/31/2014
0.28.3.231 2,506 3/27/2014
0.28.3.230 2,565 3/27/2014
0.28.3.229 2,550 3/19/2014
0.28.2.227 2,572 3/14/2014
0.28.2.226 2,544 3/13/2014
0.28.2.225 2,505 3/5/2014
0.28.1.224 2,511 3/4/2014
0.27.5.222 2,515 2/28/2014
0.27.5.221 2,533 2/28/2014
0.27.4.220 2,592 2/26/2014
0.27.3.219 2,475 2/25/2014
0.27.2.218 2,510 2/25/2014
0.27.1.216 2,503 2/14/2014
0.27.0.215 2,507 2/12/2014
0.26.7.214 2,463 2/12/2014
0.26.7.213 2,454 2/11/2014
0.26.7.212 2,536 2/10/2014
0.26.7.211 2,463 2/10/2014
0.26.6.210 2,508 2/10/2014
0.26.5.209 2,573 2/10/2014
0.26.5.208 2,478 2/5/2014
0.26.5.207 2,458 2/4/2014
0.26.4.206 2,418 2/4/2014
0.26.3.204 2,496 2/4/2014
0.26.3.203 2,583 2/3/2014
0.26.3.202 2,475 1/30/2014
0.26.3.198 2,472 1/30/2014
0.26.2.194 2,600 1/23/2014
0.26.1.193 2,539 1/20/2014
0.26.1.191 2,507 1/17/2014
0.26.1.189 2,471 1/16/2014
0.26.1.188 2,436 1/15/2014
0.26.1.187 2,480 1/15/2014
0.26.1.186 2,477 1/13/2014
0.26.1.185 2,546 1/3/2014
0.26.1.184 2,491 1/2/2014
0.26.1.183 2,438 12/20/2013
0.26.0.182 2,446 12/19/2013
0.26.0.181 2,417 12/16/2013
0.25.4.180 2,396 12/16/2013
0.25.4.179 2,422 12/16/2013
0.25.3.178 2,524 12/13/2013
0.25.3.177 2,546 12/13/2013