EasyNetQ.DI.Windsor 8.0.0-beta94

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-beta94
                    
NuGet\Install-Package EasyNetQ.DI.Windsor -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.DI.Windsor" 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.DI.Windsor" Version="8.0.0-beta94" />
                    
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-beta94
                    
#r "nuget: EasyNetQ.DI.Windsor, 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.
#:package EasyNetQ.DI.Windsor@8.0.0-beta94
                    
#: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-beta94&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=EasyNetQ.DI.Windsor&version=8.0.0-beta94&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.

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 (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 235 3/15/2024
8.0.0-beta95 587 10/22/2023
8.0.0-beta94 599 6/18/2023
8.0.0-beta93 575 6/17/2023
8.0.0-beta92 602 6/17/2023
8.0.0-beta91 650 6/11/2023
8.0.0-beta90 597 5/8/2023
8.0.0-beta9 641 3/21/2023
8.0.0-beta8 630 2/20/2023
8.0.0-beta6 687 1/29/2023
8.0.0-beta5 666 1/20/2023
8.0.0-beta4 645 1/5/2023
8.0.0-beta3 634 12/29/2022
8.0.0-beta2 640 12/16/2022
8.0.0-beta10 639 3/21/2023
8.0.0-beta1 629 12/15/2022
8.0.0-alpha9 666 12/14/2022
8.0.0-alpha8 676 11/30/2022
8.0.0-alpha7 657 11/12/2022
8.0.0-alpha6 691 10/29/2022
8.0.0-alpha5 607 10/5/2022
8.0.0-alpha4 719 10/1/2022
8.0.0-alpha3 708 9/26/2022
8.0.0-alpha2 723 9/21/2022
8.0.0-alpha1 694 9/19/2022
7.8.0 15,671 12/16/2023
7.7.0 467 11/19/2023
7.6.0 497 10/12/2023
7.5.5 6,030 7/20/2023
7.5.4 664 7/19/2023
7.5.3 711 6/15/2023
7.5.2 851 5/14/2023
7.5.1 979 5/4/2023
7.5.0 902 3/25/2023
7.4.3 1,021 2/3/2023
7.4.1 992 1/31/2023
7.4.0 967 1/29/2023
7.3.12 967 1/23/2023
7.3.11 933 1/22/2023
7.3.10 940 1/19/2023
7.3.9 969 1/17/2023
7.3.8 1,004 1/4/2023
7.3.7 932 12/22/2022
7.3.6 1,037 12/19/2022
7.3.5 979 11/30/2022
7.3.4 917 11/30/2022
7.3.3 1,100 11/24/2022
7.3.2 1,078 11/15/2022
7.3.1 1,044 11/12/2022
7.3.0 1,123 10/29/2022
7.3.0-alpha3 652 10/15/2022
7.2.1 1,843 10/9/2022
7.2.1-alpha1 646 10/6/2022
7.2.0 1,272 9/17/2022
7.2.0-alpha1 739 9/15/2022
7.1.1-alpha1 745 9/14/2022
7.1.0 1,277 9/13/2022
7.0.4 1,237 9/7/2022
7.0.3 1,205 9/5/2022
7.0.3-alpha1 668 9/5/2022
7.0.2 1,231 9/5/2022
7.0.1 1,175 8/27/2022
7.0.0 1,339 7/23/2022
7.0.0-rc5 672 6/28/2022
7.0.0-rc4 711 6/27/2022
7.0.0-rc3 654 6/20/2022
7.0.0-rc2 616 6/9/2022
7.0.0-rc1 688 6/9/2022
7.0.0-beta9 718 6/8/2022
7.0.0-beta7 708 6/5/2022
7.0.0-beta6 690 5/24/2022
7.0.0-beta5 708 11/18/2021
7.0.0-beta4 771 11/9/2021
7.0.0-beta3 851 11/6/2021
7.0.0-beta2 834 9/29/2021
7.0.0-beta1 782 9/13/2021
7.0.0-alpha9 804 8/25/2021
7.0.0-alpha8 773 8/25/2021
7.0.0-alpha7 825 8/25/2021
7.0.0-alpha6 834 8/16/2021
7.0.0-alpha5 825 8/16/2021
7.0.0-alpha4 1,209 1/20/2021
7.0.0-alpha3 1,076 12/31/2020
7.0.0-alpha2 1,115 12/28/2020
6.5.2 1,267 6/20/2022
6.4.1 1,325 5/22/2022
6.4.0-alpha0096 1,176 12/6/2020
6.4.0-alpha0095 1,115 12/6/2020
6.4.0-alpha0094 1,206 12/6/2020
6.4.0-alpha.99 317 12/26/2020
6.4.0-alpha.97 321 12/9/2020
6.3.1 1,782 11/28/2020
6.3.0 1,629 11/22/2020
6.2.0 1,681 11/15/2020
6.1.0 1,642 11/10/2020
6.0.3 1,632 11/9/2020
6.0.2 1,606 11/6/2020
6.0.1 1,675 11/1/2020
5.6.0 1,556 10/10/2020
5.5.0 1,617 10/5/2020
5.4.1 1,640 10/4/2020
5.4.0 1,644 10/1/2020
5.3.0-alpha0079 1,225 6/16/2020
5.3.0-alpha0078 1,130 6/15/2020
5.3.0-alpha0077 1,208 6/15/2020
5.3.0-alpha0076 1,241 6/15/2020
5.3.0-alpha0075 1,229 6/14/2020
5.3.0-alpha0074 1,218 6/12/2020
5.3.0-alpha0073 1,199 6/12/2020
5.3.0-alpha0072 1,095 6/11/2020
5.3.0-alpha0070 1,224 6/7/2020
5.2.2 1,604 9/4/2020
5.2.1 1,777 9/3/2020
5.2.0 1,730 6/7/2020
5.2.0-alpha0073 1,179 5/26/2020
5.2.0-alpha0072 1,224 5/25/2020
5.2.0-alpha0071 1,266 5/25/2020
5.2.0-alpha0070 1,211 5/24/2020
5.2.0-alpha0069 1,145 5/24/2020
5.2.0-alpha0066 1,223 5/21/2020
5.2.0-alpha0065 1,251 5/20/2020
5.2.0-alpha0064 1,241 5/17/2020
5.2.0-alpha0057 1,197 5/10/2020
5.2.0-alpha0056 1,329 5/8/2020
5.1.2 2,709 5/24/2020
5.1.1 1,590 5/10/2020
5.1.0 1,654 5/7/2020
5.1.0-alpha0055 1,211 5/3/2020
5.1.0-alpha0054 1,325 5/3/2020
5.1.0-alpha0053 1,275 4/30/2020
5.0.5 1,665 5/4/2020
5.0.4 1,631 5/3/2020
5.0.3 1,629 5/2/2020
5.0.2 1,610 5/2/2020
5.0.1 1,613 5/2/2020
5.0.0 1,652 4/29/2020
4.1.0-alpha0014 1,204 4/29/2020
4.1.0-alpha0013 1,204 4/24/2020
4.1.0-alpha0005 1,179 4/20/2020
4.1.0-alpha0004 1,247 4/18/2020
4.1.0-alpha0001 1,188 4/17/2020
4.0.9 1,718 4/29/2020
4.0.8 1,670 4/28/2020
4.0.7 1,577 4/27/2020
4.0.6 2,586 4/24/2020
4.0.5 1,603 4/22/2020
4.0.4 1,622 4/21/2020
4.0.3 1,674 4/20/2020
4.0.2 1,662 4/20/2020
4.0.1 1,668 4/20/2020
4.0.0 1,664 4/18/2020
3.8.0 1,652 4/17/2020
3.8.0-alpha0048 1,186 2/28/2020
3.8.0-alpha0042 1,253 2/13/2020
3.8.0-alpha0041 1,317 1/8/2020
3.8.0-alpha0040 1,291 9/26/2019
3.8.0-alpha0039 1,244 9/25/2019
3.7.1 23,174 9/25/2019
3.7.0 1,763 9/23/2019
3.7.0-alpha0038 1,298 8/3/2019
3.7.0-alpha0037 1,352 8/1/2019
3.6.0 1,960 7/17/2019
3.6.0-alpha0036 1,334 6/4/2019
3.6.0-alpha0035 1,353 6/2/2019
3.6.0-alpha0034 1,319 6/2/2019
3.6.0-alpha0033 1,409 6/2/2019
3.6.0-alpha0031 1,262 5/4/2019
3.5.2 1,884 7/11/2019
3.5.1 1,863 6/2/2019
3.5.0 2,902 5/2/2019
3.5.0-alpha0036 1,279 4/10/2019
3.5.0-alpha0031 1,355 3/25/2019
3.5.0-alpha0030 1,334 3/21/2019
3.5.0-alpha0029 1,287 3/19/2019
3.5.0-alpha0027 1,259 3/18/2019
3.5.0-alpha0026 1,321 3/18/2019
3.5.0-alpha0025 1,214 3/17/2019
3.5.0-alpha0024 1,294 3/16/2019
3.5.0-alpha0021 1,220 3/15/2019
3.5.0-alpha0020 1,301 3/14/2019
3.5.0-alpha0019 1,292 3/14/2019
3.5.0-alpha0018 1,285 3/14/2019
3.5.0-alpha0013 1,324 3/14/2019
3.4.5 4,701 3/21/2019
3.4.4 1,773 3/16/2019
3.4.3 1,774 3/14/2019
3.4.2 1,791 3/13/2019
3.4.1 1,905 3/12/2019
3.4.0 2,091 2/19/2019
3.4.0-alpha0022 1,384 1/27/2019
3.4.0-alpha0021 1,351 1/25/2019
3.4.0-alpha0020 1,477 12/21/2018
3.4.0-alpha0019 1,522 12/6/2018
3.4.0-alpha0018 1,436 11/21/2018
3.4.0-alpha0017 1,503 11/20/2018
3.4.0-alpha0016 1,525 11/5/2018
3.4.0-alpha0015 1,587 11/2/2018
3.4.0-alpha0011 1,482 11/1/2018
3.4.0-alpha0010 1,558 10/3/2018
3.4.0-alpha0009 1,533 9/16/2018
3.4.0-alpha0008 1,528 9/1/2018
3.4.0-alpha0007 1,586 8/29/2018
3.4.0-alpha0006 1,462 8/28/2018
3.4.0-alpha0005 1,526 8/28/2018
3.4.0-alpha0004 1,517 8/23/2018
3.4.0-alpha0003 1,603 8/22/2018
3.4.0-alpha0002 1,526 8/10/2018
3.4.0-alpha0001 1,742 7/30/2018
3.3.9 2,561 1/25/2019
3.3.8 2,032 1/18/2019
3.3.7 2,245 1/5/2019
3.3.6 2,023 12/19/2018
3.3.5 2,045 11/21/2018
3.3.4 2,065 11/20/2018
3.3.3 2,892 11/11/2018
3.3.2 2,168 10/12/2018
3.3.1 2,511 8/28/2018
3.3.0 2,479 7/18/2018
3.3.0-alpha0007 1,837 7/18/2018
3.3.0-alpha0006 1,868 7/17/2018
3.3.0-alpha0005 1,937 7/17/2018
3.3.0-alpha0004 1,847 7/17/2018
3.3.0-alpha0003 1,851 7/15/2018
3.3.0-alpha0001 1,812 7/11/2018
3.2.0 2,446 7/12/2018
3.1.2 2,442 7/11/2018
3.1.1 2,406 7/4/2018
3.1.0 2,357 6/20/2018
3.1.0-alpha0019 1,878 7/4/2018
3.1.0-alpha0017 1,884 7/2/2018
3.1.0-alpha0016 1,882 6/30/2018
3.1.0-alpha0014 1,937 6/26/2018
3.1.0-alpha0011 1,915 6/23/2018
3.1.0-alpha0010 1,897 6/20/2018
3.1.0-alpha0009 1,790 6/20/2018
3.1.0-alpha0008 1,964 6/19/2018
3.1.0-alpha0007 1,912 6/17/2018
3.1.0-alpha0006 1,921 6/14/2018
3.1.0-alpha0005 1,885 6/14/2018
3.1.0-alpha0004 1,951 5/28/2018
3.0.1 2,380 7/4/2018
3.0.0 2,529 5/24/2018
2.4.0-alpha0027 1,957 5/23/2018
2.4.0-alpha0026 1,888 5/23/2018
2.4.0-alpha0025 1,921 5/22/2018
2.4.0-alpha0024 1,904 5/18/2018
2.4.0-alpha0023 1,876 5/16/2018
2.4.0-alpha0022 1,957 5/16/2018
2.4.0-alpha0021 1,896 5/15/2018
2.4.0-alpha0020 1,843 5/15/2018
2.4.0-alpha0019 1,898 4/20/2018
2.4.0-alpha0017 1,797 4/19/2018
2.4.0-alpha0016 1,838 4/13/2018
2.4.0-alpha0015 1,846 4/3/2018
2.4.0-alpha0014 1,792 4/1/2018
2.4.0-alpha0013 2,234 3/30/2018
2.4.0-alpha0009 1,830 2/20/2018
2.4.0-alpha0002 1,704 12/1/2017
2.3.3 2,916 4/24/2018
2.3.1 2,148 2/20/2018
2.3.0 2,070 2/19/2018
2.3.0-alpha0006 1,667 11/21/2017
2.3.0-alpha0005 1,686 11/13/2017
2.3.0-alpha0002 1,610 9/18/2017
2.2.0 2,151 11/13/2017
2.2.0-alpha0009 1,615 9/14/2017
2.2.0-alpha0008 1,659 9/11/2017
2.2.0-alpha0007 1,602 9/10/2017
2.2.0-alpha0006 1,631 8/18/2017
2.2.0-alpha0002 1,684 8/18/2017
2.1.0 2,151 8/18/2017
2.1.0-alpha0022 1,616 8/18/2017
2.1.0-alpha0020 1,673 7/24/2017
2.1.0-alpha0018 1,693 7/13/2017
2.1.0-alpha0016 1,683 7/12/2017
2.1.0-alpha0011 1,670 7/11/2017
2.1.0-alpha0005 1,680 7/3/2017
2.1.0-alpha0002 1,648 7/3/2017
2.0.4 2,120 7/24/2017
2.0.4-unstable0013 1,706 6/26/2017
2.0.4-unstable0011 1,706 6/26/2017
2.0.4-unstable0010 1,722 6/11/2017
2.0.4-unstable0009 1,777 6/1/2017
2.0.4-unstable0007 1,700 5/4/2017
2.0.4-unstable0004 1,780 5/1/2017
2.0.4-unstable0003 1,714 5/1/2017
2.0.4-unstable0002 1,750 4/30/2017
2.0.4-unstable0001 1,731 4/27/2017
2.0.4-alpha0038 1,719 7/1/2017
2.0.3-unstable0064 1,757 4/27/2017
2.0.3-unstable0058 1,782 3/28/2017
2.0.3-unstable0057 1,768 3/15/2017
2.0.3-unstable0055 1,850 2/10/2017
2.0.3-unstable0053 1,804 2/9/2017
2.0.3-unstable0052 1,759 2/8/2017
1.1.4.506 2,195 7/6/2017
1.1.3.500 2,195 6/28/2017
1.1.2.497 2,087 6/21/2017
1.1.1.494 2,119 5/30/2017
1.1.0.492 2,236 5/4/2017
1.0.4.483 2,168 4/26/2017
1.0.3.481 2,114 4/4/2017
1.0.2.478 2,150 3/15/2017
1.0.1.475 2,198 2/10/2017
1.0.0.469 2,142 2/8/2017
1.0.0 2,103 6/30/2017
0.63.7.467 2,294 2/7/2017
0.63.6.463 2,150 2/7/2017
0.63.6.460 2,137 2/5/2017
0.63.5.454 2,259 10/17/2016
0.63.4.453 2,264 10/10/2016
0.63.3.452 2,234 9/26/2016
0.63.1.451 2,503 9/19/2016
0.63.1.450 2,210 9/11/2016
0.63.0.448 2,257 8/12/2016
0.62.1.445 2,198 8/8/2016
0.62.0.444 2,184 8/8/2016
0.61.1.443 2,229 8/5/2016
0.61.0.442 2,542 8/2/2016
0.60.1.441 2,428 7/31/2016
0.60.0.440 2,263 7/25/2016
0.59.0.444 2,182 7/24/2016
0.59.0.443 2,175 7/24/2016
0.59.0.439 2,262 7/18/2016
0.59.0.437 2,210 7/18/2016
0.59.0.436 2,147 7/18/2016
0.59.0.434 2,243 6/6/2016
0.58.0.433 2,218 5/2/2016
0.57.2.432 2,272 5/2/2016
0.57.2.431 2,535 4/25/2016
0.57.2.430 2,347 4/20/2016
0.57.1.429 2,224 4/20/2016
0.57.0.428 2,194 4/18/2016
0.56.0.427 2,297 4/1/2016
0.55.1.426 2,235 3/17/2016
0.55.0.425 2,299 3/1/2016
0.54.3.424 2,241 2/2/2016
0.54.2.423 2,276 2/1/2016
0.54.1.421 2,283 2/1/2016
0.54.0.420 2,168 1/28/2016
0.53.6.419 2,280 1/25/2016
0.53.6.418 2,330 1/6/2016
0.53.5.417 2,271 1/6/2016
0.53.5.416 2,242 1/5/2016
0.53.4.415 2,241 12/23/2015
0.53.3.414 2,236 12/9/2015
0.53.2.413 2,437 12/1/2015
0.53.1.412 2,489 11/28/2015
0.53.0.411 2,326 11/19/2015
0.52.0.410 2,243 11/18/2015
0.51.0.409 2,308 11/17/2015
0.51.0.408 2,222 11/16/2015
0.50.12.407 2,241 10/22/2015
0.50.12.406 2,200 10/22/2015
0.50.11.404 2,263 10/20/2015
0.50.10.403 2,277 10/10/2015
0.50.9.401 2,468 10/5/2015
0.50.8.400 11,093 9/28/2015
0.50.7.399 2,334 8/18/2015
0.50.6.398 2,324 8/11/2015
0.50.5.397 2,520 8/11/2015
0.50.5.396 2,518 8/11/2015
0.50.4.395 2,533 8/8/2015
0.50.3.394 2,571 8/7/2015
0.50.2.393 2,442 8/1/2015
0.50.1.392 2,309 6/17/2015
0.50.0.391 2,259 6/8/2015
0.49.3.390 2,371 5/20/2015
0.49.2.389 2,380 5/18/2015
0.49.1.388 2,201 5/18/2015
0.49.0.387 2,272 5/17/2015
0.48.1.386 2,270 5/10/2015
0.48.0.385 2,284 5/10/2015
0.47.10.384 2,960 5/8/2015
0.47.10.383 2,291 5/6/2015
0.47.10.382 2,395 5/5/2015
0.47.10.381 6,200 4/27/2015
0.47.10.380 5,799 4/1/2015
0.47.10.379 2,280 4/1/2015
0.47.9.378 2,404 3/31/2015
0.47.9.377 2,323 3/31/2015
0.47.9.376 2,291 3/30/2015
0.47.8.375 2,296 3/28/2015
0.47.7.374 2,205 3/25/2015
0.47.6.373 2,218 3/18/2015
0.47.5.372 2,263 3/17/2015
0.47.4.371 2,263 3/16/2015
0.47.3.370 2,224 3/15/2015
0.47.2.369 2,355 3/12/2015
0.47.1.368 2,389 3/4/2015
0.47.0.367 2,257 3/4/2015
0.46.1.366 2,231 3/3/2015
0.46.0.365 2,357 3/2/2015
0.45.0.364 2,229 3/2/2015
0.44.3.363 2,717 2/24/2015
0.44.2.362 2,705 2/24/2015
0.44.1.361 2,576 2/22/2015
0.44.0.360 2,521 2/18/2015
0.43.1.359 2,463 2/12/2015
0.43.0.358 2,335 2/7/2015
0.42.0.357 2,262 2/5/2015
0.41.0.356 2,339 2/4/2015
0.40.6.355 2,355 2/3/2015
0.40.3.354 2,276 2/2/2015
0.40.3.353 2,336 1/26/2015
0.40.3.352 2,363 1/20/2015
0.40.3.351 2,308 1/19/2015
0.40.2.350 2,310 1/19/2015
0.40.1.349 2,326 1/17/2015
0.40.1.348 2,370 1/15/2015
0.40.1.347 2,245 1/13/2015
0.40.1.346 2,325 1/12/2015
0.40.0.345 2,206 1/9/2015
0.40.0.344 2,326 1/9/2015
0.40.0.343 2,263 1/8/2015
0.40.0.342 2,305 1/8/2015
0.39.6.340 2,529 1/6/2015
0.39.5.339 2,754 1/5/2015
0.39.4.338 2,375 1/1/2015
0.39.4.337 2,726 12/23/2014
0.39.4.336 2,560 12/13/2014
0.39.2.335 2,516 12/12/2014
0.39.2.334 2,555 12/9/2014
0.39.2.333 2,555 12/5/2014
0.39.1.332 2,514 12/3/2014
0.39.1.331 2,404 12/2/2014
0.39.0.330 2,450 12/1/2014
0.38.2.329 2,396 11/26/2014
0.38.2.328 2,409 11/26/2014
0.38.1.327 2,511 11/25/2014
0.38.0.326 2,497 11/22/2014
0.38.0.325 2,456 11/20/2014
0.38.0.324 2,576 11/14/2014
0.37.2.323 2,509 11/14/2014
0.37.2.322 2,807 11/5/2014
0.37.2.321 2,349 10/29/2014
0.37.2.320 2,349 10/29/2014
0.37.2.319 2,382 10/28/2014
0.37.1.318 2,354 10/25/2014
0.37.1.317 2,302 10/16/2014
0.37.1.316 2,402 10/13/2014
0.37.0.315 2,313 10/12/2014
0.36.5.314 2,373 10/11/2014
0.36.5.313 2,367 10/9/2014
0.36.4.312 2,237 10/8/2014
0.36.4.311 2,293 10/8/2014
0.36.4.310 2,345 10/3/2014
0.36.3.309 2,315 10/1/2014
0.36.2.308 2,326 9/28/2014
0.36.1.307 2,284 9/20/2014
0.36.1.306 2,373 9/17/2014
0.36.0.305 2,355 9/15/2014
0.35.6.304 2,322 9/1/2014
0.35.6.303 2,347 8/28/2014
0.35.6.302 2,319 8/16/2014
0.35.6.301 2,340 8/15/2014
0.35.5.300 2,233 8/14/2014
0.35.4.299 2,423 8/14/2014
0.35.4.298 2,353 8/13/2014
0.35.4.297 2,402 8/11/2014
0.35.3.296 2,345 8/10/2014
0.35.3.295 2,354 8/8/2014
0.35.3.294 2,398 8/5/2014
0.35.1.288 2,379 8/1/2014
0.35.1.287 2,377 8/1/2014
0.35.1.286 2,323 8/1/2014
0.35.1.285 2,292 7/29/2014
0.35.1.284 2,277 7/23/2014
0.35.1.283 2,276 7/23/2014
0.35.0.282 2,328 7/22/2014
0.35.0.281 2,415 7/15/2014
0.34.0.280 2,257 7/11/2014
0.34.0.279 2,334 7/9/2014
0.33.2.278 2,356 7/9/2014
0.33.2.277 2,366 7/2/2014
0.33.1.276 2,467 6/24/2014
0.33.1.275 2,410 6/19/2014
0.33.0.274 2,409 6/19/2014
0.33.0.273 2,328 6/16/2014
0.32.3.272 2,308 6/14/2014
0.32.2.271 2,351 6/5/2014
0.32.1.270 2,320 6/1/2014
0.32.1.269 2,315 6/1/2014
0.32.1.268 2,327 5/26/2014
0.32.0.267 2,347 5/23/2014
0.32.0.266 2,441 5/22/2014
0.32.0.265 2,385 5/21/2014
0.32.0.264 2,328 5/21/2014
0.32.0.263 2,411 5/20/2014
0.32.0.262 2,303 5/19/2014
0.31.1.261 2,330 5/19/2014
0.31.1.260 2,394 5/19/2014
0.31.0.259 2,351 5/16/2014
0.30.2.258 2,378 5/15/2014
0.30.2.257 2,324 5/14/2014
0.30.2.254 2,300 5/8/2014
0.30.2.252 2,411 4/30/2014
0.30.2.251 2,430 4/30/2014
0.30.1.250 2,441 4/29/2014
0.30.0.249 2,371 4/28/2014
0.30.0.248 2,552 4/24/2014
0.30.0.247 2,615 4/17/2014
0.29.0.246 2,582 4/16/2014
0.28.5.245 2,525 4/14/2014
0.28.4.242 2,456 4/5/2014
0.28.4.241 2,339 4/4/2014
0.28.4.240 2,485 4/3/2014
0.28.4.232 2,393 3/31/2014
0.28.3.231 2,420 3/27/2014
0.28.3.230 2,478 3/27/2014
0.28.3.229 2,459 3/19/2014
0.28.2.227 2,484 3/14/2014
0.28.2.226 2,452 3/13/2014
0.28.2.225 2,424 3/5/2014
0.28.1.224 2,416 3/4/2014
0.27.5.222 2,435 2/28/2014
0.27.5.221 2,442 2/28/2014
0.27.4.220 2,509 2/26/2014
0.27.3.219 2,387 2/25/2014
0.27.2.218 2,426 2/25/2014
0.27.1.216 2,404 2/14/2014
0.27.0.215 2,423 2/12/2014
0.26.7.214 2,371 2/12/2014
0.26.7.213 2,368 2/11/2014
0.26.7.212 2,444 2/10/2014
0.26.7.211 2,380 2/10/2014
0.26.6.210 2,430 2/10/2014
0.26.5.209 2,484 2/10/2014
0.26.5.208 2,396 2/5/2014
0.26.5.207 2,368 2/4/2014
0.26.4.206 2,339 2/4/2014
0.26.3.204 2,408 2/4/2014
0.26.3.203 2,501 2/3/2014
0.26.3.202 2,394 1/30/2014
0.26.3.198 2,384 1/30/2014
0.26.2.194 2,496 1/23/2014
0.26.1.193 2,445 1/20/2014
0.26.1.191 2,421 1/17/2014
0.26.1.189 2,390 1/16/2014
0.26.1.188 2,350 1/15/2014
0.26.1.187 2,391 1/15/2014
0.26.1.186 2,398 1/13/2014
0.26.1.185 2,435 1/3/2014
0.26.1.184 2,402 1/2/2014
0.26.1.183 2,350 12/20/2013
0.26.0.182 2,355 12/19/2013
0.26.0.181 2,329 12/16/2013
0.25.4.180 2,310 12/16/2013
0.25.4.179 2,334 12/16/2013
0.25.3.178 2,435 12/13/2013
0.25.3.177 2,445 12/13/2013