EasyNetQ.DI.Windsor 8.0.0-beta10

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-beta10
                    
NuGet\Install-Package EasyNetQ.DI.Windsor -Version 8.0.0-beta10
                    
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-beta10" />
                    
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-beta10" />
                    
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-beta10
                    
#r "nuget: EasyNetQ.DI.Windsor, 8.0.0-beta10"
                    
#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-beta10
                    
#: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-beta10&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=EasyNetQ.DI.Windsor&version=8.0.0-beta10&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 226 3/15/2024
8.0.0-beta95 580 10/22/2023
8.0.0-beta94 584 6/18/2023
8.0.0-beta93 559 6/17/2023
8.0.0-beta92 596 6/17/2023
8.0.0-beta91 638 6/11/2023
8.0.0-beta90 590 5/8/2023
8.0.0-beta9 625 3/21/2023
8.0.0-beta8 618 2/20/2023
8.0.0-beta6 672 1/29/2023
8.0.0-beta5 655 1/20/2023
8.0.0-beta4 633 1/5/2023
8.0.0-beta3 626 12/29/2022
8.0.0-beta2 630 12/16/2022
8.0.0-beta10 633 3/21/2023
8.0.0-beta1 619 12/15/2022
8.0.0-alpha9 654 12/14/2022
8.0.0-alpha8 660 11/30/2022
8.0.0-alpha7 649 11/12/2022
8.0.0-alpha6 680 10/29/2022
8.0.0-alpha5 600 10/5/2022
8.0.0-alpha4 706 10/1/2022
8.0.0-alpha3 697 9/26/2022
8.0.0-alpha2 713 9/21/2022
8.0.0-alpha1 687 9/19/2022
7.8.0 13,526 12/16/2023
7.7.0 461 11/19/2023
7.6.0 491 10/12/2023
7.5.5 6,018 7/20/2023
7.5.4 660 7/19/2023
7.5.3 703 6/15/2023
7.5.2 845 5/14/2023
7.5.1 970 5/4/2023
7.5.0 887 3/25/2023
7.4.3 1,011 2/3/2023
7.4.1 980 1/31/2023
7.4.0 950 1/29/2023
7.3.12 961 1/23/2023
7.3.11 919 1/22/2023
7.3.10 925 1/19/2023
7.3.9 960 1/17/2023
7.3.8 992 1/4/2023
7.3.7 926 12/22/2022
7.3.6 1,026 12/19/2022
7.3.5 973 11/30/2022
7.3.4 907 11/30/2022
7.3.3 1,093 11/24/2022
7.3.2 1,064 11/15/2022
7.3.1 1,036 11/12/2022
7.3.0 1,110 10/29/2022
7.3.0-alpha3 644 10/15/2022
7.2.1 1,827 10/9/2022
7.2.1-alpha1 632 10/6/2022
7.2.0 1,264 9/17/2022
7.2.0-alpha1 727 9/15/2022
7.1.1-alpha1 732 9/14/2022
7.1.0 1,269 9/13/2022
7.0.4 1,221 9/7/2022
7.0.3 1,192 9/5/2022
7.0.3-alpha1 653 9/5/2022
7.0.2 1,217 9/5/2022
7.0.1 1,161 8/27/2022
7.0.0 1,323 7/23/2022
7.0.0-rc5 661 6/28/2022
7.0.0-rc4 692 6/27/2022
7.0.0-rc3 646 6/20/2022
7.0.0-rc2 609 6/9/2022
7.0.0-rc1 676 6/9/2022
7.0.0-beta9 705 6/8/2022
7.0.0-beta7 696 6/5/2022
7.0.0-beta6 672 5/24/2022
7.0.0-beta5 698 11/18/2021
7.0.0-beta4 761 11/9/2021
7.0.0-beta3 837 11/6/2021
7.0.0-beta2 822 9/29/2021
7.0.0-beta1 775 9/13/2021
7.0.0-alpha9 789 8/25/2021
7.0.0-alpha8 754 8/25/2021
7.0.0-alpha7 814 8/25/2021
7.0.0-alpha6 823 8/16/2021
7.0.0-alpha5 813 8/16/2021
7.0.0-alpha4 1,193 1/20/2021
7.0.0-alpha3 1,068 12/31/2020
7.0.0-alpha2 1,104 12/28/2020
6.5.2 1,255 6/20/2022
6.4.1 1,318 5/22/2022
6.4.0-alpha0096 1,163 12/6/2020
6.4.0-alpha0095 1,104 12/6/2020
6.4.0-alpha0094 1,190 12/6/2020
6.4.0-alpha.99 304 12/26/2020
6.4.0-alpha.97 311 12/9/2020
6.3.1 1,769 11/28/2020
6.3.0 1,613 11/22/2020
6.2.0 1,669 11/15/2020
6.1.0 1,635 11/10/2020
6.0.3 1,624 11/9/2020
6.0.2 1,593 11/6/2020
6.0.1 1,667 11/1/2020
5.6.0 1,548 10/10/2020
5.5.0 1,608 10/5/2020
5.4.1 1,632 10/4/2020
5.4.0 1,636 10/1/2020
5.3.0-alpha0079 1,210 6/16/2020
5.3.0-alpha0078 1,116 6/15/2020
5.3.0-alpha0077 1,191 6/15/2020
5.3.0-alpha0076 1,231 6/15/2020
5.3.0-alpha0075 1,211 6/14/2020
5.3.0-alpha0074 1,206 6/12/2020
5.3.0-alpha0073 1,186 6/12/2020
5.3.0-alpha0072 1,087 6/11/2020
5.3.0-alpha0070 1,211 6/7/2020
5.2.2 1,593 9/4/2020
5.2.1 1,762 9/3/2020
5.2.0 1,714 6/7/2020
5.2.0-alpha0073 1,170 5/26/2020
5.2.0-alpha0072 1,214 5/25/2020
5.2.0-alpha0071 1,256 5/25/2020
5.2.0-alpha0070 1,199 5/24/2020
5.2.0-alpha0069 1,137 5/24/2020
5.2.0-alpha0066 1,214 5/21/2020
5.2.0-alpha0065 1,237 5/20/2020
5.2.0-alpha0064 1,229 5/17/2020
5.2.0-alpha0057 1,185 5/10/2020
5.2.0-alpha0056 1,316 5/8/2020
5.1.2 2,659 5/24/2020
5.1.1 1,582 5/10/2020
5.1.0 1,646 5/7/2020
5.1.0-alpha0055 1,202 5/3/2020
5.1.0-alpha0054 1,308 5/3/2020
5.1.0-alpha0053 1,267 4/30/2020
5.0.5 1,654 5/4/2020
5.0.4 1,618 5/3/2020
5.0.3 1,621 5/2/2020
5.0.2 1,593 5/2/2020
5.0.1 1,604 5/2/2020
5.0.0 1,643 4/29/2020
4.1.0-alpha0014 1,190 4/29/2020
4.1.0-alpha0013 1,193 4/24/2020
4.1.0-alpha0005 1,165 4/20/2020
4.1.0-alpha0004 1,235 4/18/2020
4.1.0-alpha0001 1,179 4/17/2020
4.0.9 1,705 4/29/2020
4.0.8 1,657 4/28/2020
4.0.7 1,565 4/27/2020
4.0.6 2,560 4/24/2020
4.0.5 1,595 4/22/2020
4.0.4 1,608 4/21/2020
4.0.3 1,665 4/20/2020
4.0.2 1,647 4/20/2020
4.0.1 1,651 4/20/2020
4.0.0 1,649 4/18/2020
3.8.0 1,644 4/17/2020
3.8.0-alpha0048 1,170 2/28/2020
3.8.0-alpha0042 1,238 2/13/2020
3.8.0-alpha0041 1,302 1/8/2020
3.8.0-alpha0040 1,283 9/26/2019
3.8.0-alpha0039 1,234 9/25/2019
3.7.1 23,100 9/25/2019
3.7.0 1,743 9/23/2019
3.7.0-alpha0038 1,279 8/3/2019
3.7.0-alpha0037 1,340 8/1/2019
3.6.0 1,945 7/17/2019
3.6.0-alpha0036 1,326 6/4/2019
3.6.0-alpha0035 1,344 6/2/2019
3.6.0-alpha0034 1,310 6/2/2019
3.6.0-alpha0033 1,395 6/2/2019
3.6.0-alpha0031 1,247 5/4/2019
3.5.2 1,871 7/11/2019
3.5.1 1,849 6/2/2019
3.5.0 2,891 5/2/2019
3.5.0-alpha0036 1,264 4/10/2019
3.5.0-alpha0031 1,347 3/25/2019
3.5.0-alpha0030 1,327 3/21/2019
3.5.0-alpha0029 1,280 3/19/2019
3.5.0-alpha0027 1,244 3/18/2019
3.5.0-alpha0026 1,312 3/18/2019
3.5.0-alpha0025 1,205 3/17/2019
3.5.0-alpha0024 1,286 3/16/2019
3.5.0-alpha0021 1,209 3/15/2019
3.5.0-alpha0020 1,290 3/14/2019
3.5.0-alpha0019 1,281 3/14/2019
3.5.0-alpha0018 1,277 3/14/2019
3.5.0-alpha0013 1,311 3/14/2019
3.4.5 4,687 3/21/2019
3.4.4 1,760 3/16/2019
3.4.3 1,764 3/14/2019
3.4.2 1,776 3/13/2019
3.4.1 1,898 3/12/2019
3.4.0 2,074 2/19/2019
3.4.0-alpha0022 1,377 1/27/2019
3.4.0-alpha0021 1,338 1/25/2019
3.4.0-alpha0020 1,464 12/21/2018
3.4.0-alpha0019 1,514 12/6/2018
3.4.0-alpha0018 1,422 11/21/2018
3.4.0-alpha0017 1,495 11/20/2018
3.4.0-alpha0016 1,509 11/5/2018
3.4.0-alpha0015 1,579 11/2/2018
3.4.0-alpha0011 1,474 11/1/2018
3.4.0-alpha0010 1,549 10/3/2018
3.4.0-alpha0009 1,518 9/16/2018
3.4.0-alpha0008 1,517 9/1/2018
3.4.0-alpha0007 1,569 8/29/2018
3.4.0-alpha0006 1,455 8/28/2018
3.4.0-alpha0005 1,515 8/28/2018
3.4.0-alpha0004 1,510 8/23/2018
3.4.0-alpha0003 1,596 8/22/2018
3.4.0-alpha0002 1,517 8/10/2018
3.4.0-alpha0001 1,724 7/30/2018
3.3.9 2,547 1/25/2019
3.3.8 2,016 1/18/2019
3.3.7 2,231 1/5/2019
3.3.6 2,014 12/19/2018
3.3.5 2,034 11/21/2018
3.3.4 2,051 11/20/2018
3.3.3 2,881 11/11/2018
3.3.2 2,156 10/12/2018
3.3.1 2,503 8/28/2018
3.3.0 2,465 7/18/2018
3.3.0-alpha0007 1,806 7/18/2018
3.3.0-alpha0006 1,844 7/17/2018
3.3.0-alpha0005 1,906 7/17/2018
3.3.0-alpha0004 1,822 7/17/2018
3.3.0-alpha0003 1,825 7/15/2018
3.3.0-alpha0001 1,789 7/11/2018
3.2.0 2,421 7/12/2018
3.1.2 2,417 7/11/2018
3.1.1 2,384 7/4/2018
3.1.0 2,327 6/20/2018
3.1.0-alpha0019 1,855 7/4/2018
3.1.0-alpha0017 1,862 7/2/2018
3.1.0-alpha0016 1,852 6/30/2018
3.1.0-alpha0014 1,909 6/26/2018
3.1.0-alpha0011 1,887 6/23/2018
3.1.0-alpha0010 1,872 6/20/2018
3.1.0-alpha0009 1,764 6/20/2018
3.1.0-alpha0008 1,936 6/19/2018
3.1.0-alpha0007 1,881 6/17/2018
3.1.0-alpha0006 1,895 6/14/2018
3.1.0-alpha0005 1,855 6/14/2018
3.1.0-alpha0004 1,924 5/28/2018
3.0.1 2,350 7/4/2018
3.0.0 2,499 5/24/2018
2.4.0-alpha0027 1,931 5/23/2018
2.4.0-alpha0026 1,857 5/23/2018
2.4.0-alpha0025 1,894 5/22/2018
2.4.0-alpha0024 1,879 5/18/2018
2.4.0-alpha0023 1,854 5/16/2018
2.4.0-alpha0022 1,928 5/16/2018
2.4.0-alpha0021 1,875 5/15/2018
2.4.0-alpha0020 1,821 5/15/2018
2.4.0-alpha0019 1,872 4/20/2018
2.4.0-alpha0017 1,768 4/19/2018
2.4.0-alpha0016 1,814 4/13/2018
2.4.0-alpha0015 1,825 4/3/2018
2.4.0-alpha0014 1,760 4/1/2018
2.4.0-alpha0013 2,203 3/30/2018
2.4.0-alpha0009 1,805 2/20/2018
2.4.0-alpha0002 1,686 12/1/2017
2.3.3 2,892 4/24/2018
2.3.1 2,130 2/20/2018
2.3.0 2,052 2/19/2018
2.3.0-alpha0006 1,649 11/21/2017
2.3.0-alpha0005 1,672 11/13/2017
2.3.0-alpha0002 1,595 9/18/2017
2.2.0 2,136 11/13/2017
2.2.0-alpha0009 1,596 9/14/2017
2.2.0-alpha0008 1,641 9/11/2017
2.2.0-alpha0007 1,587 9/10/2017
2.2.0-alpha0006 1,610 8/18/2017
2.2.0-alpha0002 1,667 8/18/2017
2.1.0 2,132 8/18/2017
2.1.0-alpha0022 1,598 8/18/2017
2.1.0-alpha0020 1,654 7/24/2017
2.1.0-alpha0018 1,679 7/13/2017
2.1.0-alpha0016 1,663 7/12/2017
2.1.0-alpha0011 1,656 7/11/2017
2.1.0-alpha0005 1,666 7/3/2017
2.1.0-alpha0002 1,628 7/3/2017
2.0.4 2,105 7/24/2017
2.0.4-unstable0013 1,685 6/26/2017
2.0.4-unstable0011 1,692 6/26/2017
2.0.4-unstable0010 1,700 6/11/2017
2.0.4-unstable0009 1,755 6/1/2017
2.0.4-unstable0007 1,679 5/4/2017
2.0.4-unstable0004 1,766 5/1/2017
2.0.4-unstable0003 1,693 5/1/2017
2.0.4-unstable0002 1,733 4/30/2017
2.0.4-unstable0001 1,716 4/27/2017
2.0.4-alpha0038 1,700 7/1/2017
2.0.3-unstable0064 1,742 4/27/2017
2.0.3-unstable0058 1,767 3/28/2017
2.0.3-unstable0057 1,746 3/15/2017
2.0.3-unstable0055 1,828 2/10/2017
2.0.3-unstable0053 1,781 2/9/2017
2.0.3-unstable0052 1,743 2/8/2017
1.1.4.506 2,176 7/6/2017
1.1.3.500 2,173 6/28/2017
1.1.2.497 2,067 6/21/2017
1.1.1.494 2,097 5/30/2017
1.1.0.492 2,214 5/4/2017
1.0.4.483 2,145 4/26/2017
1.0.3.481 2,099 4/4/2017
1.0.2.478 2,134 3/15/2017
1.0.1.475 2,176 2/10/2017
1.0.0.469 2,119 2/8/2017
1.0.0 2,088 6/30/2017
0.63.7.467 2,271 2/7/2017
0.63.6.463 2,133 2/7/2017
0.63.6.460 2,117 2/5/2017
0.63.5.454 2,239 10/17/2016
0.63.4.453 2,242 10/10/2016
0.63.3.452 2,210 9/26/2016
0.63.1.451 2,489 9/19/2016
0.63.1.450 2,189 9/11/2016
0.63.0.448 2,237 8/12/2016
0.62.1.445 2,178 8/8/2016
0.62.0.444 2,162 8/8/2016
0.61.1.443 2,215 8/5/2016
0.61.0.442 2,520 8/2/2016
0.60.1.441 2,403 7/31/2016
0.60.0.440 2,247 7/25/2016
0.59.0.444 2,168 7/24/2016
0.59.0.443 2,157 7/24/2016
0.59.0.439 2,237 7/18/2016
0.59.0.437 2,192 7/18/2016
0.59.0.436 2,133 7/18/2016
0.59.0.434 2,218 6/6/2016
0.58.0.433 2,201 5/2/2016
0.57.2.432 2,252 5/2/2016
0.57.2.431 2,516 4/25/2016
0.57.2.430 2,330 4/20/2016
0.57.1.429 2,204 4/20/2016
0.57.0.428 2,180 4/18/2016
0.56.0.427 2,274 4/1/2016
0.55.1.426 2,207 3/17/2016
0.55.0.425 2,279 3/1/2016
0.54.3.424 2,227 2/2/2016
0.54.2.423 2,256 2/1/2016
0.54.1.421 2,266 2/1/2016
0.54.0.420 2,154 1/28/2016
0.53.6.419 2,265 1/25/2016
0.53.6.418 2,312 1/6/2016
0.53.5.417 2,255 1/6/2016
0.53.5.416 2,228 1/5/2016
0.53.4.415 2,226 12/23/2015
0.53.3.414 2,218 12/9/2015
0.53.2.413 2,421 12/1/2015
0.53.1.412 2,475 11/28/2015
0.53.0.411 2,308 11/19/2015
0.52.0.410 2,229 11/18/2015
0.51.0.409 2,292 11/17/2015
0.51.0.408 2,201 11/16/2015
0.50.12.407 2,226 10/22/2015
0.50.12.406 2,178 10/22/2015
0.50.11.404 2,242 10/20/2015
0.50.10.403 2,262 10/10/2015
0.50.9.401 2,453 10/5/2015
0.50.8.400 11,062 9/28/2015
0.50.7.399 2,318 8/18/2015
0.50.6.398 2,302 8/11/2015
0.50.5.397 2,497 8/11/2015
0.50.5.396 2,498 8/11/2015
0.50.4.395 2,517 8/8/2015
0.50.3.394 2,550 8/7/2015
0.50.2.393 2,428 8/1/2015
0.50.1.392 2,294 6/17/2015
0.50.0.391 2,238 6/8/2015
0.49.3.390 2,343 5/20/2015
0.49.2.389 2,361 5/18/2015
0.49.1.388 2,179 5/18/2015
0.49.0.387 2,249 5/17/2015
0.48.1.386 2,247 5/10/2015
0.48.0.385 2,264 5/10/2015
0.47.10.384 2,942 5/8/2015
0.47.10.383 2,271 5/6/2015
0.47.10.382 2,378 5/5/2015
0.47.10.381 6,177 4/27/2015
0.47.10.380 5,775 4/1/2015
0.47.10.379 2,253 4/1/2015
0.47.9.378 2,378 3/31/2015
0.47.9.377 2,298 3/31/2015
0.47.9.376 2,274 3/30/2015
0.47.8.375 2,275 3/28/2015
0.47.7.374 2,189 3/25/2015
0.47.6.373 2,200 3/18/2015
0.47.5.372 2,238 3/17/2015
0.47.4.371 2,242 3/16/2015
0.47.3.370 2,205 3/15/2015
0.47.2.369 2,335 3/12/2015
0.47.1.368 2,370 3/4/2015
0.47.0.367 2,230 3/4/2015
0.46.1.366 2,209 3/3/2015
0.46.0.365 2,338 3/2/2015
0.45.0.364 2,213 3/2/2015
0.44.3.363 2,697 2/24/2015
0.44.2.362 2,679 2/24/2015
0.44.1.361 2,552 2/22/2015
0.44.0.360 2,502 2/18/2015
0.43.1.359 2,443 2/12/2015
0.43.0.358 2,315 2/7/2015
0.42.0.357 2,240 2/5/2015
0.41.0.356 2,319 2/4/2015
0.40.6.355 2,335 2/3/2015
0.40.3.354 2,260 2/2/2015
0.40.3.353 2,319 1/26/2015
0.40.3.352 2,338 1/20/2015
0.40.3.351 2,290 1/19/2015
0.40.2.350 2,290 1/19/2015
0.40.1.349 2,302 1/17/2015
0.40.1.348 2,347 1/15/2015
0.40.1.347 2,218 1/13/2015
0.40.1.346 2,308 1/12/2015
0.40.0.345 2,189 1/9/2015
0.40.0.344 2,307 1/9/2015
0.40.0.343 2,247 1/8/2015
0.40.0.342 2,285 1/8/2015
0.39.6.340 2,510 1/6/2015
0.39.5.339 2,723 1/5/2015
0.39.4.338 2,357 1/1/2015
0.39.4.337 2,707 12/23/2014
0.39.4.336 2,539 12/13/2014
0.39.2.335 2,498 12/12/2014
0.39.2.334 2,539 12/9/2014
0.39.2.333 2,528 12/5/2014
0.39.1.332 2,492 12/3/2014
0.39.1.331 2,384 12/2/2014
0.39.0.330 2,428 12/1/2014
0.38.2.329 2,380 11/26/2014
0.38.2.328 2,389 11/26/2014
0.38.1.327 2,495 11/25/2014
0.38.0.326 2,477 11/22/2014
0.38.0.325 2,436 11/20/2014
0.38.0.324 2,554 11/14/2014
0.37.2.323 2,488 11/14/2014
0.37.2.322 2,785 11/5/2014
0.37.2.321 2,326 10/29/2014
0.37.2.320 2,329 10/29/2014
0.37.2.319 2,359 10/28/2014
0.37.1.318 2,332 10/25/2014
0.37.1.317 2,281 10/16/2014
0.37.1.316 2,382 10/13/2014
0.37.0.315 2,298 10/12/2014
0.36.5.314 2,351 10/11/2014
0.36.5.313 2,350 10/9/2014
0.36.4.312 2,214 10/8/2014
0.36.4.311 2,275 10/8/2014
0.36.4.310 2,322 10/3/2014
0.36.3.309 2,298 10/1/2014
0.36.2.308 2,302 9/28/2014
0.36.1.307 2,264 9/20/2014
0.36.1.306 2,357 9/17/2014
0.36.0.305 2,332 9/15/2014
0.35.6.304 2,298 9/1/2014
0.35.6.303 2,325 8/28/2014
0.35.6.302 2,299 8/16/2014
0.35.6.301 2,319 8/15/2014
0.35.5.300 2,211 8/14/2014
0.35.4.299 2,406 8/14/2014
0.35.4.298 2,329 8/13/2014
0.35.4.297 2,381 8/11/2014
0.35.3.296 2,324 8/10/2014
0.35.3.295 2,336 8/8/2014
0.35.3.294 2,375 8/5/2014
0.35.1.288 2,359 8/1/2014
0.35.1.287 2,357 8/1/2014
0.35.1.286 2,308 8/1/2014
0.35.1.285 2,277 7/29/2014
0.35.1.284 2,261 7/23/2014
0.35.1.283 2,260 7/23/2014
0.35.0.282 2,312 7/22/2014
0.35.0.281 2,394 7/15/2014
0.34.0.280 2,241 7/11/2014
0.34.0.279 2,317 7/9/2014
0.33.2.278 2,330 7/9/2014
0.33.2.277 2,347 7/2/2014
0.33.1.276 2,448 6/24/2014
0.33.1.275 2,390 6/19/2014
0.33.0.274 2,391 6/19/2014
0.33.0.273 2,306 6/16/2014
0.32.3.272 2,283 6/14/2014
0.32.2.271 2,329 6/5/2014
0.32.1.270 2,300 6/1/2014
0.32.1.269 2,299 6/1/2014
0.32.1.268 2,305 5/26/2014
0.32.0.267 2,330 5/23/2014
0.32.0.266 2,424 5/22/2014
0.32.0.265 2,360 5/21/2014
0.32.0.264 2,308 5/21/2014
0.32.0.263 2,389 5/20/2014
0.32.0.262 2,285 5/19/2014
0.31.1.261 2,309 5/19/2014
0.31.1.260 2,371 5/19/2014
0.31.0.259 2,334 5/16/2014
0.30.2.258 2,358 5/15/2014
0.30.2.257 2,305 5/14/2014
0.30.2.254 2,277 5/8/2014
0.30.2.252 2,387 4/30/2014
0.30.2.251 2,407 4/30/2014
0.30.1.250 2,421 4/29/2014
0.30.0.249 2,343 4/28/2014
0.30.0.248 2,529 4/24/2014
0.30.0.247 2,593 4/17/2014
0.29.0.246 2,550 4/16/2014
0.28.5.245 2,505 4/14/2014
0.28.4.242 2,439 4/5/2014
0.28.4.241 2,321 4/4/2014
0.28.4.240 2,466 4/3/2014
0.28.4.232 2,376 3/31/2014
0.28.3.231 2,399 3/27/2014
0.28.3.230 2,456 3/27/2014
0.28.3.229 2,435 3/19/2014
0.28.2.227 2,457 3/14/2014
0.28.2.226 2,428 3/13/2014
0.28.2.225 2,395 3/5/2014
0.28.1.224 2,397 3/4/2014
0.27.5.222 2,416 2/28/2014
0.27.5.221 2,419 2/28/2014
0.27.4.220 2,487 2/26/2014
0.27.3.219 2,365 2/25/2014
0.27.2.218 2,402 2/25/2014
0.27.1.216 2,381 2/14/2014
0.27.0.215 2,400 2/12/2014
0.26.7.214 2,348 2/12/2014
0.26.7.213 2,344 2/11/2014
0.26.7.212 2,421 2/10/2014
0.26.7.211 2,360 2/10/2014
0.26.6.210 2,411 2/10/2014
0.26.5.209 2,456 2/10/2014
0.26.5.208 2,379 2/5/2014
0.26.5.207 2,345 2/4/2014
0.26.4.206 2,322 2/4/2014
0.26.3.204 2,386 2/4/2014
0.26.3.203 2,483 2/3/2014
0.26.3.202 2,377 1/30/2014
0.26.3.198 2,364 1/30/2014
0.26.2.194 2,475 1/23/2014
0.26.1.193 2,418 1/20/2014
0.26.1.191 2,402 1/17/2014
0.26.1.189 2,374 1/16/2014
0.26.1.188 2,327 1/15/2014
0.26.1.187 2,371 1/15/2014
0.26.1.186 2,381 1/13/2014
0.26.1.185 2,412 1/3/2014
0.26.1.184 2,380 1/2/2014
0.26.1.183 2,328 12/20/2013
0.26.0.182 2,333 12/19/2013
0.26.0.181 2,305 12/16/2013
0.25.4.180 2,288 12/16/2013
0.25.4.179 2,309 12/16/2013
0.25.3.178 2,411 12/13/2013
0.25.3.177 2,422 12/13/2013