AWSSDK.SecurityToken 4.0.5.1

Prefix Reserved
dotnet add package AWSSDK.SecurityToken --version 4.0.5.1
                    
NuGet\Install-Package AWSSDK.SecurityToken -Version 4.0.5.1
                    
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="AWSSDK.SecurityToken" Version="4.0.5.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AWSSDK.SecurityToken" Version="4.0.5.1" />
                    
Directory.Packages.props
<PackageReference Include="AWSSDK.SecurityToken" />
                    
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 AWSSDK.SecurityToken --version 4.0.5.1
                    
#r "nuget: AWSSDK.SecurityToken, 4.0.5.1"
                    
#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 AWSSDK.SecurityToken@4.0.5.1
                    
#: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=AWSSDK.SecurityToken&version=4.0.5.1
                    
Install as a Cake Addin
#tool nuget:?package=AWSSDK.SecurityToken&version=4.0.5.1
                    
Install as a Cake Tool

The AWS Security Token Service (AWS STS) enables you to provide trusted users with temporary credentials that provide controlled access to your AWS resources.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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 is compatible.  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 is compatible. 
.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 is compatible.  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 (130)

Showing the top 5 NuGet packages that depend on AWSSDK.SecurityToken:

Package Downloads
MongoDB.Driver.Core

Core Component of the Official MongoDB .NET Driver.

AWSSDK.CognitoIdentity

Amazon Cognito is a service that makes it easy to save user data, such as app preferences or game state, in the AWS Cloud without writing any backend code or managing any infrastructure. With Amazon Cognito, you can focus on creating great app experiences instead of having to worry about building and managing a backend solution to handle identity management, network state, storage, and sync.

MongoDB.Driver.Core.signed

(Unofficial) Signed Core Component of the MongoDB .NET Driver. The containing assembly was generated by signing the officially published MongoDB.Driver.Core.dll.

NServiceBus.AmazonSQS

NServiceBus.AmazonSQS

AWS.MSK.Auth

This libary vends encoded IAM v4 signatures which can be used as IAM Auth tokens to authenticate against an MSK cluster.

GitHub repositories (35)

Showing the top 20 popular GitHub repositories that depend on AWSSDK.SecurityToken:

Repository Stars
microsoft/semantic-kernel
Integrate cutting-edge LLM technology quickly and easily into your apps
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
mongodb/mongo-csharp-driver
The Official C# .NET Driver for MongoDB
ONLYOFFICE/CommunityServer
Free open source office suite with business productivity tools: document and project management, CRM, mail aggregator.
loic-sharma/BaGet
A lightweight NuGet and symbol server
BrighterCommand/Brighter
A framework for building messaging apps with .NET and C#.
aws/aws-lambda-dotnet
Libraries, samples and tools to help .NET Core developers develop AWS Lambda functions.
drasi-project/drasi-platform
The Data Change Processing platform
Soluto/kamus
An open source, git-ops, zero-trust secret encryption and decryption solution for Kubernetes applications
dotnet/dotnet-monitor
This repository contains the source code for .NET Monitor - a tool that allows you to gather diagnostic data from running applications using HTTP endpoints
zarusz/SlimMessageBus
Lightweight message bus interface for .NET (pub/sub and request-response) with transport plugins for popular message brokers.
CCob/Volumiser
emgarten/Sleet
A static nuget feed generator for Azure Storage, AWS S3, and more.
aws/aws-extensions-for-dotnet-cli
Extensions to the dotnet CLI to simplify the process of building and publishing .NET Core applications to AWS services
robinrodricks/FluentStorage
A polycloud .NET cloud storage abstraction layer. Provides Blob storage (AWS S3, GCP, FTP, SFTP, Azure Blob/File/Event Hub/Data Lake) and Messaging (AWS SQS, Azure Queue/ServiceBus). Supports .NET 5+ and .NET Standard 2.0+. Pure C#.
alexandre-spieser/mongodb-generic-repository
An example of generic repository implementation using the MongoDB C# Sharp 2.0 driver (async)
aws/aws-logging-dotnet
.NET Libraries for integrating Amazon CloudWatch Logs with popular .NET logging libraries
shr670377723/CommunityServer-master
abuzuhri/Amazon-SP-API-CSharp
.Net C# library for the new Amazon Selling Partner API
Cysharp/Claudia
Unofficial Anthropic Claude API client for .NET.
Version Downloads Last Updated
4.0.5.1 2,326 11/21/2025
4.0.5 12,893 11/19/2025
4.0.4.1 57,190 11/12/2025
4.0.4 28,774 11/10/2025
4.0.3.2 25,835 11/7/2025
4.0.3.1 28,702 11/5/2025
4.0.3 72,082 10/30/2025
4.0.2.11 63,630 10/27/2025
4.0.2.10 50,523 10/23/2025
4.0.2.9 128,455 10/16/2025
4.0.2.8 92,541 10/10/2025
4.0.2.7 16,218 10/9/2025
4.0.2.6 138,975 10/1/2025
4.0.2.5 70,512 9/30/2025
4.0.2.4 25,579 9/29/2025
4.0.2.3 108,447 9/23/2025
4.0.2.2 171,322 9/16/2025
4.0.2.1 471,622 8/29/2025
4.0.2 126,404 8/21/2025
4.0.1.11 181,903 8/15/2025
4.0.1.10 60,242 8/13/2025
4.0.1.9 147,069 8/6/2025
4.0.1.8 68,387 8/4/2025
4.0.1.7 61,943 7/31/2025
4.0.1.6 191,858 7/23/2025
4.0.1.5 372,406 7/15/2025
4.0.1.4 188,798 7/9/2025
4.0.1.3 228,713 7/1/2025
4.0.1.2 240,958 6/23/2025
4.0.1.1 127,838 6/18/2025
4.0.1 70,712 6/17/2025
4.0.0.9 66,499 6/16/2025
4.0.0.8 229,306 6/12/2025
4.0.0.7 35,043 6/11/2025
4.0.0.6 42,303 6/10/2025
4.0.0.5 1,257,654 6/4/2025
4.0.0.4 739,800 5/16/2025
4.0.0.3 44,570 5/15/2025
4.0.0.2 463,245 5/6/2025
4.0.0.1 231,615 4/30/2025
4.0.0 1,004,078 4/28/2025
4.0.0-preview.13 12,703 4/9/2025
4.0.0-preview.12 597 4/4/2025
4.0.0-preview.11 5,844 3/26/2025
4.0.0-preview.10 9,986 3/7/2025
4.0.0-preview.9 646 3/4/2025
4.0.0-preview.8 895 2/25/2025
4.0.0-preview.7 7,130 2/17/2025
4.0.0-preview.6 10,794 2/6/2025
4.0.0-preview.5 10,729 1/3/2025
4.0.0-preview.4 40,437 10/11/2024
4.0.0-preview.3 1,079 10/1/2024
4.0.0-preview.2 15,313 8/28/2024
4.0.0-preview 68,306 8/15/2024
3.7.504.2 1,171 11/22/2025
3.7.504.1 3,652 11/20/2025
3.7.504 16,474 11/20/2025
3.7.503.2 4,467 11/19/2025
3.7.503.1 12,701 11/14/2025
3.7.503 89,095 11/10/2025
3.7.502.3 12,429 11/6/2025
3.7.502.2 8,910 11/4/2025
3.7.502.1 14,037 10/31/2025
3.7.502 5,868 10/30/2025
3.7.501.31 5,341 10/29/2025
3.7.501.30 6,654 10/28/2025
3.7.501.29 101,258 10/27/2025
3.7.501.28 10,886 10/24/2025
3.7.501.27 5,533 10/23/2025
3.7.501.26 4,645 10/22/2025
3.7.501.25 30,506 10/17/2025
3.7.501.24 5,401 10/16/2025
3.7.501.23 6,761 10/15/2025
3.7.501.22 135,039 10/10/2025
3.7.501.21 7,737 10/9/2025
3.7.501.20 6,385 10/8/2025
3.7.501.19 6,461 10/7/2025
3.7.501.18 39,948 9/30/2025
3.7.501.17 9,980 9/29/2025
3.7.501.16 10,804 9/26/2025
3.7.501.15 6,554 9/25/2025
3.7.501.14 50,495 9/23/2025
3.7.501.13 8,773 9/22/2025
3.7.501.12 38,415 9/19/2025
3.7.501.11 53,029 9/16/2025
3.7.501.10 35,987 9/15/2025
3.7.501.9 39,689 9/11/2025
3.7.501.8 10,339 9/10/2025
3.7.501.7 7,313 9/9/2025
3.7.501.6 12,349 9/8/2025
3.7.501.5 21,407 9/4/2025
3.7.501.4 22,564 9/2/2025
3.7.501.3 368,945 8/29/2025
3.7.501.2 28,009 8/26/2025
3.7.501.1 15,474 8/25/2025
3.7.501 17,290 8/21/2025
3.7.500.8 14,359 8/20/2025
3.7.500.7 37,249 8/12/2025
3.7.500.6 209,512 8/11/2025
3.7.500.5 113,367 8/8/2025
3.7.500.4 21,125 8/6/2025
3.7.500.3 18,636 8/5/2025
3.7.500.2 12,246 8/4/2025
3.7.500.1 28,615 8/1/2025
3.7.500 131,636 7/31/2025
3.7.402.20 10,164 7/30/2025
3.7.402.19 15,741 7/29/2025
3.7.402.18 10,287 7/28/2025
3.7.402.17 23,062 7/24/2025
3.7.402.16 13,120 7/23/2025
3.7.402.15 10,024 7/22/2025
3.7.402.14 26,866 7/21/2025
3.7.402.13 115,768 7/18/2025
3.7.402.12 9,770 7/17/2025
3.7.402.11 18,903 7/16/2025
3.7.402.10 34,364 7/15/2025
3.7.402.9 48,465 7/9/2025
3.7.402.8 66,496 7/3/2025
3.7.402.7 112,876 7/1/2025
3.7.402.6 14,204 6/30/2025
3.7.402.5 21,434 6/27/2025
3.7.402.4 13,379 6/26/2025
3.7.402.3 93,519 6/23/2025
3.7.402.2 235,595 6/20/2025
3.7.402.1 22,088 6/18/2025
3.7.402 26,077 6/17/2025
3.7.401.114 191,608 6/11/2025
3.7.401.113 28,237 6/10/2025
3.7.401.112 20,693 6/9/2025
3.7.401.111 83,727 6/6/2025
3.7.401.110 32,317 6/5/2025
3.7.401.109 136,868 6/4/2025
3.7.401.108 132,763 6/2/2025
3.7.401.107 21,241 5/30/2025
3.7.401.106 75,020 5/28/2025
3.7.401.105 44,128 5/23/2025
3.7.401.104 52,533 5/21/2025
3.7.401.103 26,866 5/20/2025
3.7.401.102 51,954 5/19/2025
3.7.401.101 112,137 5/16/2025
3.7.401.100 56,580 5/12/2025
3.7.401.99 84,392 5/9/2025
3.7.401.98 18,501 5/8/2025
3.7.401.97 33,301 5/7/2025
3.7.401.96 35,034 5/6/2025
3.7.401.95 34,991 5/5/2025
3.7.401.94 61,224 5/2/2025
3.7.401.93 20,612 5/1/2025
3.7.401.92 21,867 4/30/2025
3.7.401.91 21,621 4/29/2025
3.7.401.90 43,441 4/28/2025
3.7.401.89 156,143 4/25/2025
3.7.401.88 36,694 4/24/2025
3.7.401.87 108,501 4/23/2025
3.7.401.86 324,348 4/18/2025
3.7.401.85 52,418 4/17/2025
3.7.401.84 107,521 4/16/2025
3.7.401.83 127,506 4/14/2025
3.7.401.82 155,042 4/11/2025
3.7.401.81 66,026 4/10/2025
3.7.401.80 81,217 4/9/2025
3.7.401.79 84,807 4/8/2025
3.7.401.78 320,372 4/4/2025
3.7.401.77 82,934 4/3/2025
3.7.401.76 54,040 4/3/2025
3.7.401.75 11,756 4/2/2025
3.7.401.74 201,385 4/1/2025
3.7.401.73 77,348 3/31/2025
3.7.401.72 189,720 3/28/2025
3.7.401.71 91,827 3/27/2025
3.7.401.70 51,627 3/26/2025
3.7.401.69 44,877 3/25/2025
3.7.401.68 94,919 3/24/2025
3.7.401.67 187,181 3/21/2025
3.7.401.66 66,325 3/20/2025
3.7.401.65 68,908 3/19/2025
3.7.401.64 58,073 3/18/2025
3.7.401.63 91,963 3/17/2025
3.7.401.62 139,375 3/14/2025
3.7.401.61 30,448 3/14/2025
3.7.401.60 244,084 3/11/2025
3.7.401.59 70,330 3/10/2025
3.7.401.58 161,448 3/7/2025
3.7.401.57 75,359 3/6/2025
3.7.401.56 55,966 3/5/2025
3.7.401.55 135,904 3/4/2025
3.7.401.54 138,067 3/3/2025
3.7.401.53 216,743 2/28/2025
3.7.401.52 105,434 2/27/2025
3.7.401.51 80,383 2/26/2025
3.7.401.50 89,985 2/25/2025
3.7.401.49 109,308 2/24/2025
3.7.401.48 95,195 2/21/2025
3.7.401.47 88,379 2/20/2025
3.7.401.46 119,004 2/18/2025
3.7.401.45 143,573 2/17/2025
3.7.401.44 151,847 2/13/2025
3.7.401.43 75,606 2/12/2025
3.7.401.42 116,641 2/11/2025
3.7.401.41 111,955 2/10/2025
3.7.401.40 162,322 2/7/2025
3.7.401.39 116,609 2/6/2025
3.7.401.38 67,187 2/5/2025
3.7.401.37 142,724 2/4/2025
3.7.401.36 87,237 2/3/2025
3.7.401.35 277,332 1/30/2025
3.7.401.34 261,455 1/27/2025
3.7.401.33 212,477 1/22/2025
3.7.401.32 90,709 1/21/2025
3.7.401.31 151,668 1/17/2025
3.7.401.30 118,516 1/16/2025
3.7.401.29 75,074 1/15/2025
3.7.401.28 68,078 1/14/2025
3.7.401.27 61,260 1/13/2025
3.7.401.26 114,512 1/10/2025
3.7.401.25 30,719 1/9/2025
3.7.401.24 130,388 1/8/2025
3.7.401.23 106,666 1/7/2025
3.7.401.22 96,970 1/6/2025
3.7.401.21 118,315 1/3/2025
3.7.401.20 107,014 1/2/2025
3.7.401.19 240,949 12/26/2024
3.7.401.18 543,042 12/23/2024
3.7.401.17 82,203 12/20/2024
3.7.401.16 171,096 12/19/2024
3.7.401.15 101,518 12/18/2024
3.7.401.14 84,087 12/17/2024
3.7.401.13 272,836 12/13/2024
3.7.401.12 95,156 12/12/2024
3.7.401.11 60,728 12/11/2024
3.7.401.10 85,492 12/10/2024
3.7.401.9 88,032 12/9/2024
3.7.401.8 507,903 12/3/2024
3.7.401.7 472,072 11/27/2024
3.7.401.6 475,933 11/22/2024
3.7.401.5 89,801 11/21/2024
3.7.401.4 72,264 11/21/2024
3.7.401.3 170,989 11/19/2024
3.7.401.2 290,892 11/15/2024
3.7.401.1 520,943 11/15/2024
3.7.401 98,154 11/14/2024
3.7.400.50 184,210 11/13/2024
3.7.400.49 132,588 11/12/2024
3.7.400.48 65,196 11/11/2024
3.7.400.47 91,903 11/8/2024
3.7.400.46 268,824 11/7/2024
3.7.400.45 1,123,437 11/1/2024
3.7.400.44 111,471 10/31/2024
3.7.400.43 130,614 10/30/2024
3.7.400.42 97,919 10/29/2024
3.7.400.41 446,585 10/28/2024
3.7.400.40 140,186 10/25/2024
3.7.400.39 57,393 10/24/2024
3.7.400.38 77,577 10/23/2024
3.7.400.37 119,422 10/22/2024
3.7.400.36 532,392 10/16/2024
3.7.400.35 455,917 10/15/2024
3.7.400.34 491,934 10/14/2024
3.7.400.33 512,740 10/9/2024
3.7.400.32 96,983 10/8/2024
3.7.400.31 92,151 10/7/2024
3.7.400.30 183,426 10/4/2024
3.7.400.29 49,559 10/3/2024
3.7.400.28 49,432 10/2/2024
3.7.400.27 99,868 10/1/2024
3.7.400.26 293,599 9/27/2024
3.7.400.25 94,682 9/26/2024
3.7.400.24 103,346 9/25/2024
3.7.400.23 84,607 9/24/2024
3.7.400.22 206,727 9/21/2024
3.7.400.21 1,239,956 9/16/2024
3.7.400.20 139,252 9/13/2024
3.7.400.19 163,558 9/11/2024
3.7.400.18 117,596 9/10/2024
3.7.400.17 72,136 9/9/2024
3.7.400.16 236,598 9/6/2024
3.7.400.15 105,514 9/5/2024
3.7.400.14 265,436 9/4/2024
3.7.400.13 348,195 8/30/2024
3.7.400.12 342,264 8/28/2024
3.7.400.11 338,495 8/22/2024
3.7.400.10 124,020 8/21/2024
3.7.400.9 92,256 8/20/2024
3.7.400.8 54,356 8/19/2024
3.7.400.7 324,592 8/16/2024
3.7.400.6 101,632 8/15/2024
3.7.400.5 467,400 8/13/2024
3.7.400.4 282,161 8/9/2024
3.7.400.3 521,896 8/5/2024
3.7.400.2 428,949 7/30/2024
3.7.400.1 67,932 7/29/2024
3.7.400 320,714 7/24/2024
3.7.300.121 293,173 7/22/2024
3.7.300.120 690,649 7/18/2024
3.7.300.119 354,384 7/12/2024
3.7.300.118 304,676 7/10/2024
3.7.300.117 223,009 7/9/2024
3.7.300.116 25,842 7/8/2024
3.7.300.115 107,006 7/5/2024
3.7.300.114 58,753 7/3/2024
3.7.300.113 172,032 7/1/2024
3.7.300.112 308,944 6/28/2024
3.7.300.111 133,409 6/27/2024
3.7.300.110 242,913 6/24/2024
3.7.300.109 122,057 6/20/2024
3.7.300.108 118,685 6/19/2024
3.7.300.107 139,013 6/18/2024
3.7.300.106 519,660 6/12/2024
3.7.300.105 804,395 6/11/2024
3.7.300.104 112,744 6/10/2024
3.7.300.103 98,273 6/7/2024
3.7.300.102 182,871 6/5/2024
3.7.300.101 248,017 6/4/2024
3.7.300.100 212,999 6/3/2024
3.7.300.99 352,756 5/30/2024
3.7.300.98 92,458 5/29/2024
3.7.300.97 64,536 5/28/2024
3.7.300.96 285,414 5/23/2024
3.7.300.95 82,627 5/22/2024
3.7.300.94 459,981 5/17/2024
3.7.300.93 189,373 5/16/2024
3.7.300.92 189,010 5/14/2024
3.7.300.91 337,210 5/13/2024
3.7.300.90 220,390 5/10/2024
3.7.300.89 51,906 5/9/2024
3.7.300.88 411,166 5/6/2024
3.7.300.87 79,589 5/3/2024
3.7.300.86 275,090 5/1/2024
3.7.300.85 183,991 4/29/2024
3.7.300.84 148,045 4/26/2024
3.7.300.83 41,264 4/25/2024
3.7.300.82 139,025 4/24/2024
3.7.300.81 51,680 4/23/2024
3.7.300.80 197,162 4/22/2024
3.7.300.79 52,478 4/19/2024
3.7.300.78 60,739 4/18/2024
3.7.300.77 171,540 4/17/2024
3.7.300.76 103,971 4/16/2024
3.7.300.75 1,890,361 4/11/2024
3.7.300.74 187,487 4/10/2024
3.7.300.73 131,966 4/9/2024
3.7.300.72 312,294 4/8/2024
3.7.300.71 120,227 4/5/2024
3.7.300.70 182,667 4/4/2024
3.7.300.69 79,843 4/3/2024
3.7.300.68 138,560 4/2/2024
3.7.300.67 72,000 4/1/2024
3.7.300.66 148,409 3/29/2024
3.7.300.65 55,575 3/28/2024
3.7.300.64 185,480 3/27/2024
3.7.300.63 58,167 3/26/2024
3.7.300.62 101,728 3/25/2024
3.7.300.61 173,392 3/22/2024
3.7.300.60 536,585 3/18/2024
3.7.300.59 91,600 3/15/2024
3.7.300.58 95,218 3/14/2024
3.7.300.57 60,885 3/13/2024
3.7.300.56 323,848 3/8/2024
3.7.300.55 745,928 2/29/2024
3.7.300.54 353,911 2/27/2024
3.7.300.53 1,225,585 2/16/2024
3.7.300.52 43,934 2/15/2024
3.7.300.51 84,329 2/14/2024
3.7.300.50 70,361 2/13/2024
3.7.300.49 324,625 2/9/2024
3.7.300.48 113,167 2/7/2024
3.7.300.47 554,545 2/2/2024
3.7.300.46 54,182 2/1/2024
3.7.300.45 407,218 1/31/2024
3.7.300.44 72,176 1/30/2024
3.7.300.43 158,712 1/29/2024
3.7.300.42 274,393 1/25/2024
3.7.300.41 115,965 1/25/2024
3.7.300.40 299,015 1/19/2024
3.7.300.39 324,106 1/18/2024
3.7.300.38 132,445 1/16/2024
3.7.300.37 144,032 1/14/2024
3.7.300.36 17,584 1/12/2024
3.7.300.35 90,569 1/11/2024
3.7.300.34 133,541 1/10/2024
3.7.300.33 155,344 1/8/2024
3.7.300.32 39,718 1/5/2024
3.7.300.31 44,839 1/4/2024
3.7.300.30 58,815 1/3/2024
3.7.300.29 382,061 12/28/2023
3.7.300.28 37,785 12/27/2023
3.7.300.27 35,273 12/26/2023
3.7.300.26 49,521 12/22/2023
3.7.300.25 24,104 12/21/2023
3.7.300.24 49,227 12/20/2023
3.7.300.23 49,139 12/19/2023
3.7.300.22 98,259 12/18/2023
3.7.300.21 79,108 12/15/2023
3.7.300.20 35,573 12/14/2023
3.7.300.19 123,471 12/13/2023
3.7.300.18 252,472 12/12/2023
3.7.300.17 415,123 12/7/2023
3.7.300.16 78,070 12/6/2023
3.7.300.15 136,060 12/5/2023
3.7.300.14 196,479 12/4/2023
3.7.300.13 274,459 11/30/2023
3.7.300.12 7,856 11/29/2023
3.7.300.11 61,159 11/28/2023
3.7.300.10 55,974 11/28/2023
3.7.300.9 6,564 11/27/2023
3.7.300.8 126,964 11/27/2023
3.7.300.7 265,186 11/21/2023
3.7.300.6 71,120 11/20/2023
3.7.300.5 314,173 11/17/2023
3.7.300.4 38,211 11/16/2023
3.7.300.3 44,227 11/15/2023
3.7.300.2 159,036 11/14/2023
3.7.300.1 265,562 11/13/2023
3.7.300 674,199 11/10/2023
3.7.202.18 197,102 11/8/2023
3.7.202.17 62,360 11/7/2023
3.7.202.16 50,785 11/6/2023
3.7.202.15 223,234 11/2/2023
3.7.202.14 514,204 10/27/2023
3.7.202.13 73,002 10/26/2023
3.7.202.12 242,803 10/24/2023
3.7.202.11 53,868 10/23/2023
3.7.202.10 189,327 10/20/2023
3.7.202.9 132,187 10/19/2023
3.7.202.8 55,822 10/18/2023
3.7.202.7 56,440 10/17/2023
3.7.202.6 109,764 10/16/2023
3.7.202.5 115,483 10/12/2023
3.7.202.4 258,131 10/7/2023
3.7.202.3 53,532 10/5/2023
3.7.202.2 71,296 10/4/2023
3.7.202.1 91,413 10/3/2023
3.7.202 201,584 10/2/2023
3.7.201.44 281,144 9/28/2023
3.7.201.43 36,738 9/28/2023
3.7.201.42 9,640 9/27/2023
3.7.201.41 106,614 9/25/2023
3.7.201.40 175,892 9/22/2023
3.7.201.39 228,178 9/20/2023
3.7.201.38 64,828 9/19/2023
3.7.201.37 145,979 9/15/2023
3.7.201.36 25,501 9/15/2023
3.7.201.35 17,441 9/14/2023
3.7.201.34 306,390 9/13/2023
3.7.201.33 41,698 9/12/2023
3.7.201.32 452,046 9/8/2023
3.7.201.31 49,246 9/8/2023
3.7.201.30 47,014 9/6/2023
3.7.201.29 52,502 9/5/2023
3.7.201.28 130,496 9/1/2023
3.7.201.27 27,381 9/1/2023
3.7.201.26 4,340 8/31/2023
3.7.201.25 50,311 8/31/2023
3.7.201.24 11,436 8/30/2023
3.7.201.23 125,278 8/28/2023
3.7.201.22 143,260 8/25/2023
3.7.201.21 73,456 8/24/2023
3.7.201.20 348,043 8/23/2023
3.7.201.19 57,907 8/22/2023
3.7.201.18 79,990 8/21/2023
3.7.201.17 39,426 8/18/2023
3.7.201.16 14,677 8/18/2023
3.7.201.15 15,241 8/17/2023
3.7.201.14 110,608 8/15/2023
3.7.201.13 188,576 8/14/2023
3.7.201.12 91,975 8/11/2023
3.7.201.11 43,746 8/10/2023
3.7.201.10 70,714 8/9/2023
3.7.201.9 60,036 8/8/2023
3.7.201.8 20,504 8/8/2023
3.7.201.7 60,945 8/7/2023
3.7.201.6 113,348 8/4/2023
3.7.201.5 90,479 8/2/2023
3.7.201.4 56,240 8/1/2023
3.7.201.3 514,548 7/31/2023
3.7.201.2 223,487 7/28/2023
3.7.201.1 145,988 7/26/2023
3.7.201 78,415 7/25/2023
3.7.200.4 191,788 7/24/2023
3.7.200.3 434,473 7/21/2023
3.7.200.2 173,610 7/20/2023
3.7.200.1 1,029,422 7/18/2023
3.7.200 184,011 7/18/2023
3.7.103.23 27,961 7/17/2023
3.7.103.22 134,055 7/13/2023
3.7.103.21 747,495 7/7/2023
3.7.103.20 9,422 7/7/2023
3.7.103.19 34,490 7/6/2023
3.7.103.18 89,322 7/5/2023
3.7.103.17 263,486 7/3/2023
3.7.103.16 2,426,746 6/20/2023
3.7.103.15 548,291 6/15/2023
3.7.103.14 247,164 6/13/2023
3.7.103.13 102,921 6/12/2023
3.7.103.12 139,886 6/8/2023
3.7.103.11 175,686 6/6/2023
3.7.103.10 121,554 6/5/2023
3.7.103.9 93,244 6/2/2023
3.7.103.8 9,131 6/2/2023
3.7.103.7 31,103 6/1/2023
3.7.103.6 240,531 5/30/2023
3.7.103.5 418,979 5/26/2023
3.7.103.4 337,598 5/25/2023
3.7.103.3 51,453 5/24/2023
3.7.103.2 70,378 5/23/2023
3.7.103.1 126,495 5/19/2023
3.7.103 50,344 5/18/2023
3.7.102.4 175,683 5/16/2023
3.7.102.3 67,207 5/15/2023
3.7.102.2 221,301 5/11/2023
3.7.102.1 122,988 5/9/2023
3.7.102 39,586 5/8/2023
3.7.101.60 269,244 5/4/2023
3.7.101.59 109,639 5/2/2023
3.7.101.58 80,924 5/1/2023
3.7.101.57 37,092 4/28/2023
3.7.101.56 208,233 4/27/2023
3.7.101.55 54,979 4/26/2023
3.7.101.54 71,931 4/25/2023
3.7.101.53 38,157 4/25/2023
3.7.101.52 76,464 4/21/2023
3.7.101.51 56,997 4/21/2023
3.7.101.50 129,189 4/19/2023
3.7.101.49 145,837 4/17/2023
3.7.101.48 158,968 4/14/2023
3.7.101.47 40,669 4/13/2023
3.7.101.46 35,035 4/12/2023
3.7.101.45 71,274 4/11/2023
3.7.101.44 49,696 4/10/2023
3.7.101.43 158,976 4/7/2023
3.7.101.42 14,126 4/6/2023
3.7.101.41 78,257 4/5/2023
3.7.101.40 120,219 4/4/2023
3.7.101.39 102,305 4/3/2023
3.7.101.38 97,963 3/31/2023
3.7.101.37 233,267 3/30/2023
3.7.101.36 1,871,072 3/29/2023
3.7.101.35 65,234 3/28/2023
3.7.101.34 302,854 3/24/2023
3.7.101.33 44,499 3/23/2023
3.7.101.32 36,812 3/22/2023
3.7.101.31 481,120 3/21/2023
3.7.101.30 38,542 3/20/2023
3.7.101.29 96,275 3/17/2023
3.7.101.28 42,841 3/17/2023
3.7.101.27 33,313 3/16/2023
3.7.101.26 84,339 3/15/2023
3.7.101.25 232,121 3/14/2023
3.7.101.24 86,268 3/13/2023
3.7.101.23 119,607 3/10/2023
3.7.101.22 150,593 3/9/2023
3.7.101.21 173,797 3/8/2023
3.7.101.20 159,924 3/7/2023
3.7.101.19 206,942 3/3/2023
3.7.101.18 75,728 3/2/2023
3.7.101.17 72,146 3/1/2023
3.7.101.16 84,132 2/28/2023
3.7.101.15 113,657 2/27/2023
3.7.101.14 172,970 2/23/2023
3.7.101.13 299,650 2/21/2023
3.7.101.12 307,676 2/18/2023
3.7.101.11 5,543 2/17/2023
3.7.101.10 105,848 2/16/2023
3.7.101.9 50,466 2/15/2023
3.7.101.8 160,813 2/13/2023
3.7.101.7 49,352 2/10/2023
3.7.101.6 94,086 2/9/2023
3.7.101.5 204,109 2/8/2023
3.7.101.4 80,238 2/7/2023
3.7.101.3 111,327 2/6/2023
3.7.101.2 74,695 2/3/2023
3.7.101.1 109,652 2/2/2023
3.7.101 54,649 2/2/2023
3.7.100.64 133,886 2/1/2023
3.7.100.63 55,528 1/31/2023
3.7.100.62 469,431 1/26/2023
3.7.100.61 128,423 1/25/2023
3.7.100.60 131,724 1/24/2023
3.7.100.59 111,859 1/23/2023
3.7.100.58 158,819 1/20/2023
3.7.100.57 27,910 1/20/2023
3.7.100.56 101,586 1/18/2023
3.7.100.55 147,082 1/17/2023
3.7.100.54 353,576 1/13/2023
3.7.100.53 98,148 1/12/2023
3.7.100.52 390,391 1/10/2023
3.7.100.51 91,767 1/9/2023
3.7.100.50 61,101 1/6/2023
3.7.100.49 36,015 1/5/2023
3.7.100.48 449,233 1/4/2023
3.7.100.47 14,401 1/3/2023
3.7.100.46 154,095 12/30/2022
3.7.100.45 138,718 12/29/2022
3.7.100.44 65,178 12/23/2022
3.7.100.43 20,561 12/22/2022
3.7.100.42 23,772 12/21/2022
3.7.100.41 93,067 12/20/2022
3.7.100.40 42,121 12/19/2022
3.7.100.39 368,409 12/16/2022
3.7.100.38 221,445 12/16/2022
3.7.100.37 33,286 12/15/2022
3.7.100.36 100,870 12/14/2022
3.7.100.35 209,031 12/13/2022
3.7.100.34 89,500 12/12/2022
3.7.100.33 152,652 12/8/2022
3.7.100.32 26,387 12/8/2022
3.7.100.31 8,674 12/7/2022
3.7.100.30 59,523 12/6/2022
3.7.100.29 192,240 12/5/2022
3.7.100.28 399,800 12/2/2022
3.7.100.27 314,411 12/1/2022
3.7.100.26 223,806 11/30/2022
3.7.100.25 322,297 11/29/2022
3.7.100.24 32,313 11/29/2022
3.7.100.23 303,628 11/28/2022
3.7.100.22 353,871 11/22/2022
3.7.100.21 327,224 11/18/2022
3.7.100.20 91,588 11/17/2022
3.7.100.19 609,752 11/16/2022
3.7.100.18 18,109 11/16/2022
3.7.100.17 76,659 11/15/2022
3.7.100.16 273,079 11/11/2022
3.7.100.15 48,630 11/10/2022
3.7.100.14 86,723,553 11/9/2022
3.7.100.13 10,305 11/9/2022
3.7.100.12 23,219 11/9/2022
3.7.100.11 5,089 11/8/2022
3.7.100.10 50,771 11/7/2022
3.7.100.9 99,926 11/4/2022
3.7.100.8 139,471 11/2/2022
3.7.100.7 141,217 10/31/2022
3.7.100.6 170,807 10/29/2022
3.7.100.5 9,634 10/28/2022
3.7.100.4 124,462 10/27/2022
3.7.100.3 98,574 10/26/2022
3.7.100.2 32,857 10/25/2022
3.7.100.1 45,741 10/24/2022
3.7.100 311,510 10/21/2022
3.7.1.218 335,789 10/20/2022
3.7.1.217 165,035 10/19/2022
3.7.1.216 188,364 10/18/2022
3.7.1.215 101,582 10/14/2022
3.7.1.214 66,291 10/13/2022
3.7.1.213 279,662 10/7/2022
3.7.1.212 135,222 10/6/2022
3.7.1.211 775,780 10/4/2022
3.7.1.210 70,953 10/3/2022
3.7.1.209 82,620 9/30/2022
3.7.1.208 156,290 9/29/2022
3.7.1.207 251,016 9/27/2022
3.7.1.206 3,715,809 9/27/2022
3.7.1.205 16,433 9/26/2022
3.7.1.204 125,092 9/23/2022
3.7.1.203 49,974 9/22/2022
3.7.1.202 122,575 9/21/2022
3.7.1.201 100,963 9/20/2022
3.7.1.200 43,341 9/19/2022
3.7.1.199 725,658 9/15/2022
3.7.1.198 79,307 9/14/2022
3.7.1.197 142,447 9/13/2022
3.7.1.196 101,178 9/9/2022
3.7.1.195 19,927 9/9/2022
3.7.1.194 25,276 9/8/2022
3.7.1.193 360,810 9/2/2022
3.7.1.192 19,413 9/1/2022
3.7.1.191 349,039 8/30/2022
3.7.1.190 61,273 8/29/2022
3.7.1.189 135,288 8/25/2022
3.7.1.188 211,154 8/22/2022
3.7.1.187 75,744 8/19/2022
3.7.1.186 102,640 8/16/2022
3.7.1.185 122,432 8/12/2022
3.7.1.184 133,370 8/11/2022
3.7.1.183 257,293 8/8/2022
3.7.1.182 145,462 8/4/2022
3.7.1.181 95,887 8/2/2022
3.7.1.180 138,659 7/29/2022
3.7.1.179 26,695 7/28/2022
3.7.1.178 45,780 7/27/2022
3.7.1.177 307,104 7/22/2022
3.7.1.176 93,370 7/20/2022
3.7.1.175 267,328 7/18/2022
3.7.1.174 76,296 7/15/2022
3.7.1.173 24,658 7/14/2022
3.7.1.172 58,218 7/12/2022
3.7.1.171 97,541 7/11/2022
3.7.1.170 299,712 7/5/2022
3.7.1.169 190,617 6/29/2022
3.7.1.168 311,356 6/24/2022
3.7.1.167 832,466 6/17/2022
3.7.1.166 63,415 6/16/2022
3.7.1.165 275,914 6/14/2022
3.7.1.164 97,239 6/10/2022
3.7.1.163 124,036 6/8/2022
3.7.1.162 1,852,102 6/7/2022
3.7.1.161 58,696 6/6/2022
3.7.1.160 215,186 5/31/2022
3.7.1.159 527,768 5/27/2022
3.7.1.158 40,564 5/26/2022
3.7.1.157 44,034 5/26/2022
3.7.1.156 149,438 5/25/2022
3.7.1.155 82,712 5/24/2022
3.7.1.154 65,975 5/23/2022
3.7.1.153 400,899 5/19/2022
3.7.1.152 62,733 5/18/2022
3.7.1.151 295,088 5/16/2022
3.7.1.150 357,108 5/9/2022
3.7.1.149 91,886 5/6/2022
3.7.1.148 36,096 5/6/2022
3.7.1.147 129,063 5/5/2022
3.7.1.146 118,951 5/4/2022
3.7.1.145 177,369 5/3/2022
3.7.1.144 393,844 5/3/2022
3.7.1.143 4,199 5/2/2022
3.7.1.142 651,888 4/20/2022
3.7.1.141 117,947 4/19/2022
3.7.1.140 302,962 4/14/2022
3.7.1.139 874,946 4/12/2022
3.7.1.138 96,737 4/11/2022
3.7.1.137 138,604 4/7/2022
3.7.1.136 110,370 4/6/2022
3.7.1.135 522,082 4/1/2022
3.7.1.134 114,125 3/31/2022
3.7.1.133 214,828 3/28/2022
3.7.1.132 152,132 3/24/2022
3.7.1.131 76,381 3/23/2022
3.7.1.130 295,245 3/17/2022
3.7.1.129 43,347 3/16/2022
3.7.1.128 147,225 3/14/2022
3.7.1.127 61,082 3/10/2022
3.7.1.126 19,295 3/9/2022
3.7.1.125 34,448 3/8/2022
3.7.1.124 92,204 3/4/2022
3.7.1.123 42,400 3/3/2022
3.7.1.122 87,129 3/1/2022
3.7.1.121 73,417 2/28/2022
3.7.1.120 35,775 2/26/2022
3.7.1.119 83,654 2/23/2022
3.7.1.118 30,708 2/22/2022
3.7.1.117 5,461 2/22/2022
3.7.1.116 180,194 2/21/2022
3.7.1.115 138,129 2/17/2022
3.7.1.114 149,597 2/11/2022
3.7.1.113 25,236 2/10/2022
3.7.1.112 124,233 2/4/2022
3.7.1.111 21,357 2/3/2022
3.7.1.110 312,099 1/28/2022
3.7.1.109 170,659 1/25/2022
3.7.1.108 670,452 1/15/2022
3.7.1.107 4,047 1/14/2022
3.7.1.106 87,669 1/13/2022
3.7.1.105 233,065 1/11/2022
3.7.1.104 108,807 1/7/2022
3.7.1.103 20,192 1/6/2022
3.7.1.102 13,240 1/5/2022
3.7.1.101 220,153 1/3/2022
3.7.1.100 342,430 12/21/2021
3.7.1.99 71,870 12/20/2021
3.7.1.98 370,718 12/13/2021
3.7.1.97 282,110 12/8/2021
3.7.1.96 347,829 12/2/2021
3.7.1.95 46,939 12/1/2021
3.7.1.94 152,177 11/23/2021
3.7.1.93 172,850 11/22/2021
3.7.1.92 78,094 11/19/2021
3.7.1.91 3,170 11/18/2021
3.7.1.90 93,679 11/17/2021
3.7.1.89 56,889 11/16/2021
3.7.1.88 144,394 11/15/2021
3.7.1.87 96,224 11/12/2021
3.7.1.86 39,050 11/11/2021
3.7.1.85 41,450 11/11/2021
3.7.1.84 181,284 11/9/2021
3.7.1.83 146,589 11/5/2021
3.7.1.82 2,920 11/4/2021
3.7.1.81 25,691 11/3/2021
3.7.1.80 77,334 11/2/2021
3.7.1.79 20,414 11/1/2021
3.7.1.78 76,908 10/29/2021
3.7.1.77 2,004,293 10/27/2021
3.7.1.76 155,714 10/26/2021
3.7.1.75 3,415 10/26/2021
3.7.1.74 183,611 10/22/2021
3.7.1.73 13,544 10/21/2021
3.7.1.72 279,099 10/14/2021
3.7.1.71 80,632 10/13/2021
3.7.1.70 49,717 10/12/2021
3.7.1.69 106,229 10/8/2021
3.7.1.68 33,234 10/7/2021
3.7.1.67 43,849 10/7/2021
3.7.1.66 6,285 10/6/2021
3.7.1.65 345,423 10/1/2021
3.7.1.64 42,119 9/30/2021
3.7.1.63 75,551 9/29/2021
3.7.1.62 81,461 9/27/2021
3.7.1.61 68,753 9/24/2021
3.7.1.60 53,706 9/23/2021
3.7.1.59 34,043 9/22/2021
3.7.1.58 148,628 9/17/2021
3.7.1.57 84,856 9/16/2021
3.7.1.56 64,492 9/16/2021
3.7.1.55 247,384 9/13/2021
3.7.1.54 37,495 9/10/2021
3.7.1.53 24,228 9/9/2021
3.7.1.52 79,833 9/7/2021
3.7.1.51 70,979 9/3/2021
3.7.1.50 15,936 9/3/2021
3.7.1.49 4,254 9/2/2021
3.7.1.48 30,116 9/1/2021
3.7.1.47 48,100 8/31/2021
3.7.1.46 273,117 8/27/2021
3.7.1.45 74,249 8/25/2021
3.7.1.44 97,667 8/23/2021
3.7.1.43 146,234 8/19/2021
3.7.1.42 233,244 8/16/2021
3.7.1.41 196,618 8/12/2021
3.7.1.40 300,260 8/10/2021
3.7.1.39 262,600 8/6/2021
3.7.1.38 354,072 8/4/2021
3.7.1.37 216,473 7/30/2021
3.7.1.36 38,475 7/29/2021
3.7.1.35 121,984 7/27/2021
3.7.1.34 240,096 7/21/2021
3.7.1.33 119,648 7/16/2021
3.7.1.32 86,571 7/13/2021
3.7.1.31 31,781 7/12/2021
3.7.1.30 107,358 7/9/2021
3.7.1.29 50,525 7/8/2021
3.7.1.28 53,835 7/7/2021
3.7.1.27 8,256 7/7/2021
3.7.1.26 120,148 7/6/2021
3.7.1.25 137,348 7/1/2021
3.7.1.24 155,145 6/25/2021
3.7.1.23 44,679 6/24/2021
3.7.1.22 394,114 6/21/2021
3.7.1.21 74,395 6/17/2021
3.7.1.20 42,751 6/15/2021
3.7.1.19 61,627 6/11/2021
3.7.1.18 529,121 5/28/2021
3.7.1.17 78,996 5/27/2021
3.7.1.16 18,123 5/27/2021
3.7.1.15 95,485 5/24/2021
3.7.1.14 85,977 5/21/2021
3.7.1.13 110,150 5/20/2021
3.7.1.12 26,159 5/19/2021
3.7.1.11 27,539 5/18/2021
3.7.1.10 63,434 5/14/2021
3.7.1.9 40,955 5/12/2021
3.7.1.8 29,190 5/10/2021
3.7.1.7 5,252 5/10/2021
3.7.1.6 91,807 5/6/2021
3.7.1.5 133,769 4/30/2021
3.7.1.4 76,570 4/27/2021
3.7.1.3 129,788 4/23/2021
3.7.1.2 223,876 4/19/2021
3.7.1.1 68,709 4/15/2021
3.7.1 853,441 4/13/2021
3.7.0.10 204,269 4/12/2021
3.7.0.9 53,741 4/8/2021
3.7.0.8 48,242 4/7/2021
3.7.0.7 106,329 4/2/2021
3.7.0.6 42,799 4/1/2021
3.7.0.5 34,020 3/31/2021
3.7.0.4 5,380 3/31/2021
3.7.0.3 2,335,925 3/30/2021
3.7.0.2 5,910,577 3/29/2021
3.7.0.1 74,619 3/26/2021
3.7.0 2,737,925 3/26/2021
3.5.1.60 673,022 3/25/2021
3.5.1.59 262,941 3/17/2021
3.5.1.58 77,686 3/15/2021
3.5.1.57 115,751 3/9/2021
3.5.1.56 153,582 3/5/2021
3.5.1.55 3,415 3/4/2021
3.5.1.54 148,322 3/1/2021
3.5.1.53 255,238 2/23/2021
3.5.1.52 168,540 2/19/2021
3.5.1.51 8,774 2/18/2021
3.5.1.50 56,387 2/12/2021
3.5.1.49 157,169 2/9/2021
3.5.1.48 16,540 2/8/2021
3.5.1.47 71,038 2/5/2021
3.5.1.46 29,353 2/4/2021
3.5.1.45 378,110 1/29/2021
3.5.1.44 71,603 1/28/2021
3.5.1.43 23,254 1/27/2021
3.5.1.42 37,886 1/26/2021
3.5.1.41 123,646 1/20/2021
3.5.1.40 10,487 1/19/2021
3.5.1.39 259,358 1/11/2021
3.5.1.38 25,759 1/7/2021
3.5.1.37 95,904 12/30/2020
3.5.1.36 20,938 12/23/2020
3.5.1.35 95,439 12/22/2020
3.5.1.34 24,425 12/22/2020
3.5.1.33 3,936 12/21/2020
3.5.1.32 51,642 12/18/2020
3.5.1.31 77,547 12/17/2020
3.5.1.30 19,688 12/16/2020
3.5.1.29 37,327 12/14/2020
3.5.1.28 201,304 12/9/2020
3.5.1.27 84,002 12/7/2020
3.5.1.26 183,149 12/3/2020
3.5.1.25 119,722 12/2/2020
3.5.1.24 11,397 12/1/2020
3.5.1.23 48,443 12/1/2020
3.5.1.22 124,367 11/24/2020
3.5.1.21 58,411 11/23/2020
3.5.1.20 92,794 11/20/2020
3.5.1.19 62,691 11/19/2020
3.5.1.18 16,522 11/18/2020
3.5.1.17 207,194 11/13/2020
3.5.1.16 227,447 11/5/2020
3.5.1.15 90,146 11/4/2020
3.5.1.14 140,160 10/28/2020
3.5.1.13 34,076 10/27/2020
3.5.1.12 54,303 10/26/2020
3.5.1.11 35,683 10/22/2020
3.5.1.10 42,884 10/21/2020
3.5.1.9 34,742 10/20/2020
3.5.1.8 186,075 10/16/2020
3.5.1.7 6,942 10/15/2020
3.5.1.6 123,582 10/9/2020
3.5.1.5 189,085 10/6/2020
3.5.1.4 20,847 10/2/2020
3.5.1.3 115,531 10/1/2020
3.5.1.2 80,855 9/30/2020
3.5.1.1 25,217 9/29/2020
3.5.1 217,567 9/25/2020
3.5.0.19 181,440 9/24/2020
3.5.0.18 61,159 9/21/2020
3.5.0.17 16,501 9/18/2020
3.5.0.16 9,946 9/17/2020
3.5.0.15 55,813 9/16/2020
3.5.0.14 21,591 9/15/2020
3.5.0.13 99,026 9/14/2020
3.5.0.12 24,858 9/11/2020
3.5.0.11 65,097 9/10/2020
3.5.0.10 3,324 9/9/2020
3.5.0.9 47,214 9/4/2020
3.5.0.8 38,664 9/2/2020
3.5.0.7 135,418 9/1/2020
3.5.0.6 13,029 8/31/2020
3.5.0.5 6,901 8/28/2020
3.5.0.4 16,671 8/27/2020
3.5.0.3 18,740 8/26/2020
3.5.0.2 292,701 8/25/2020
3.5.0.1 3,597 8/24/2020
3.5.0 302,315 8/20/2020
3.5.0-beta 31,640 2/4/2020
3.3.105.43 1,976,419 8/19/2020
3.3.105.42 171,669 8/14/2020
3.3.105.41 68,468 8/10/2020
3.3.105.40 22,591 8/8/2020
3.3.105.39 9,755 8/6/2020
3.3.105.38 179,574 8/4/2020
3.3.105.37 9,776 8/3/2020
3.3.105.36 10,266 7/31/2020
3.3.105.35 11,434 7/30/2020
3.3.105.34 55,899 7/29/2020
3.3.105.33 52,394 7/28/2020
3.3.105.32 114,146 7/23/2020
3.3.105.31 38,976 7/22/2020
3.3.105.30 141,804 7/17/2020
3.3.105.29 23,181 7/15/2020
3.3.105.28 134,840 7/9/2020
3.3.105.27 29,076 7/9/2020
3.3.105.26 595,363 7/8/2020
3.3.105.25 12,629 7/7/2020
3.3.105.24 59,476 7/2/2020
3.3.105.23 44,872 6/29/2020
3.3.105.22 72,131 6/26/2020
3.3.105.21 6,453 6/25/2020
3.3.105.20 18,002 6/24/2020
3.3.105.19 3,198 6/24/2020
3.3.105.18 11,725 6/23/2020
3.3.105.17 85,030 6/19/2020
3.3.105.16 31,865 6/18/2020
3.3.105.15 16,355 6/17/2020
3.3.105.14 257,779 6/11/2020
3.3.105.13 48,963 6/9/2020
3.3.105.12 42,372 6/5/2020
3.3.105.11 12,064 6/4/2020
3.3.105.10 14,320 6/3/2020
3.3.105.9 15,067 6/3/2020
3.3.105.8 31,469 6/1/2020
3.3.105.7 88,381 5/27/2020
3.3.105.6 138,410 5/26/2020
3.3.105.5 75,070 5/22/2020
3.3.105.4 39,532 5/22/2020
3.3.105.3 12,052 5/21/2020
3.3.105.2 32,829 5/19/2020
3.3.105.1 145,440 5/18/2020
3.3.105 40,265 5/15/2020
3.3.104.77 41,543 5/14/2020
3.3.104.76 54,817 5/11/2020
3.3.104.75 10,253 5/8/2020
3.3.104.74 30,235 5/8/2020
3.3.104.73 3,552 5/7/2020
3.3.104.72 14,563 5/6/2020
3.3.104.71 60,328 5/4/2020
3.3.104.70 11,158 5/1/2020
3.3.104.69 26,476 4/30/2020
3.3.104.68 37,632 4/29/2020
3.3.104.67 30,866 4/28/2020
3.3.104.66 13,193 4/27/2020
3.3.104.65 12,547 4/24/2020
3.3.104.64 17,072 4/23/2020
3.3.104.63 47,807 4/22/2020
3.3.104.62 14,037 4/21/2020
3.3.104.61 16,879 4/20/2020
3.3.104.60 24,722 4/17/2020
3.3.104.59 29,566 4/16/2020
3.3.104.58 250,925 4/8/2020
3.3.104.57 357,067 4/6/2020
3.3.104.56 15,284 4/3/2020
3.3.104.55 3,658 4/3/2020
3.3.104.54 10,914 4/2/2020
3.3.104.53 36,853 4/1/2020
3.3.104.52 101,973 3/31/2020
3.3.104.51 13,660 3/30/2020
3.3.104.50 17,310 3/27/2020
3.3.104.49 21,557 3/26/2020
3.3.104.48 27,681 3/25/2020
3.3.104.47 67,887 3/24/2020
3.3.104.46 69,643 3/20/2020
3.3.104.45 5,143 3/19/2020
3.3.104.44 70,490 3/18/2020
3.3.104.43 43,736 3/17/2020
3.3.104.42 21,135 3/16/2020
3.3.104.41 36,231 3/12/2020
3.3.104.40 140,120 3/6/2020
3.3.104.39 27,617 3/5/2020
3.3.104.38 93,048 3/2/2020
3.3.104.37 25,917 2/28/2020
3.3.104.36 4,204 2/27/2020
3.3.104.35 24,880 2/26/2020
3.3.104.34 36,608 2/25/2020
3.3.104.33 155,422 2/19/2020
3.3.104.32 49,971 2/17/2020
3.3.104.31 123,846 2/13/2020
3.3.104.30 107,538 2/13/2020
3.3.104.29 120,877 2/10/2020
3.3.104.28 200,806 2/7/2020
3.3.104.27 121,141 2/4/2020
3.3.104.26 121,415 1/24/2020
3.3.104.25 10,892 1/23/2020
3.3.104.24 69,569 1/21/2020
3.3.104.23 34,241 1/17/2020
3.3.104.22 33,977 1/16/2020
3.3.104.21 62,330 1/15/2020
3.3.104.20 86,084 1/10/2020
3.3.104.19 26,686 1/9/2020
3.3.104.18 72,744 1/8/2020
3.3.104.17 80,346 1/6/2020
3.3.104.16 336,789 1/2/2020
3.3.104.15 23,039 12/25/2019
3.3.104.14 6,454 12/23/2019
3.3.104.13 22,293 12/20/2019
3.3.104.12 39,226 12/18/2019
3.3.104.11 20,651 12/18/2019
3.3.104.10 53,912 12/16/2019
3.3.104.9 35,553 12/13/2019
3.3.104.8 14,912 12/12/2019
3.3.104.7 16,423 12/12/2019
3.3.104.6 5,419 12/11/2019
3.3.104.5 22,425 12/9/2019
3.3.104.4 172,870 12/3/2019
3.3.104.3 21,966 12/2/2019
3.3.104.2 18,572 11/26/2019
3.3.104.1 15,710 11/25/2019
3.3.104 126,939 11/22/2019
3.3.103.16 73,111 11/22/2019
3.3.103.15 27,302 11/20/2019
3.3.103.14 3,036 11/19/2019
3.3.103.13 44,631 11/14/2019
3.3.103.12 15,346 11/13/2019
3.3.103.11 96,320 11/8/2019
3.3.103.10 13,213 11/7/2019
3.3.103.9 12,473 11/7/2019
3.3.103.8 19,433 11/5/2019
3.3.103.7 36,953 10/31/2019
3.3.103.6 29,471 10/30/2019
3.3.103.5 20,631 10/28/2019
3.3.103.4 3,828 10/28/2019
3.3.103.3 95,338 10/24/2019
3.3.103.2 5,845 10/22/2019
3.3.103.1 323,130 10/18/2019
3.3.103 26,274 10/18/2019
3.3.102.35 26,389 10/17/2019
3.3.102.34 12,384 10/16/2019
3.3.102.33 90,845 10/11/2019
3.3.102.32 20,044 10/10/2019
3.3.102.31 18,650 10/8/2019
3.3.102.30 146,477 9/30/2019
3.3.102.29 45,311 9/26/2019
3.3.102.28 28,314 9/23/2019
3.3.102.27 7,338 9/21/2019
3.3.102.26 5,651 9/19/2019
3.3.102.25 42,332 9/18/2019
3.3.102.24 19,037 9/17/2019
3.3.102.23 16,207 9/16/2019
3.3.102.22 20,652 9/12/2019
3.3.102.21 26,794 9/9/2019
3.3.102.20 11,816 9/6/2019
3.3.102.19 18,236 9/5/2019
3.3.102.18 11,640 9/4/2019
3.3.102.17 111,733 8/27/2019
3.3.102.16 40,505 8/23/2019
3.3.102.15 9,679 8/22/2019
3.3.102.14 107,583 8/16/2019
3.3.102.13 8,532 8/15/2019
3.3.102.12 4,980 8/14/2019
3.3.102.11 13,304 8/13/2019
3.3.102.10 107,228 8/12/2019
3.3.102.9 10,269 8/9/2019
3.3.102.8 6,172 8/8/2019
3.3.102.7 5,649 8/7/2019
3.3.102.6 8,989 8/7/2019
3.3.102.5 100,260 8/2/2019
3.3.102.4 26,295 8/1/2019
3.3.102.3 43,226 7/30/2019
3.3.102.2 11,246 7/29/2019
3.3.102.1 15,767 7/25/2019
3.3.102 629,661 7/24/2019
3.3.101.32 107,768 7/22/2019
3.3.101.31 34,701 7/19/2019
3.3.101.30 9,861 7/19/2019
3.3.101.29 34,449 7/12/2019
3.3.101.28 15,335 7/10/2019
3.3.101.27 8,143 7/9/2019
3.3.101.26 4,391 7/8/2019
3.3.101.25 19,655 7/2/2019
3.3.101.24 7,928 7/1/2019
3.3.101.23 11,621 6/28/2019
3.3.101.22 11,034 6/27/2019
3.3.101.21 5,392 6/27/2019
3.3.101.20 6,710 6/26/2019
3.3.101.19 175,923 6/24/2019
3.3.101.18 66,622 6/20/2019
3.3.101.17 8,162 6/20/2019
3.3.101.16 23,504 6/17/2019
3.3.101.15 4,830 6/14/2019
3.3.101.14 42,504 6/13/2019
3.3.101.13 17,453 6/7/2019
3.3.101.12 84,045 6/4/2019
3.3.101.11 25,231 6/3/2019
3.3.101.10 28,397 5/31/2019
3.3.101.9 4,594 5/30/2019
3.3.101.8 5,757 5/29/2019
3.3.101.7 14,978 5/28/2019
3.3.101.6 27,404 5/23/2019
3.3.101.5 15,897 5/22/2019
3.3.101.4 17,123 5/21/2019
3.3.101.3 11,762 5/20/2019
3.3.101.2 10,957 5/17/2019
3.3.101.1 60,754 5/15/2019
3.3.101 637,280 5/10/2019
3.3.100.18 98,969 5/8/2019
3.3.100.17 37,820 5/7/2019
3.3.100.16 8,441 5/6/2019
3.3.100.15 20,240 5/3/2019
3.3.100.14 9,187 5/2/2019
3.3.100.13 43,568 4/30/2019
3.3.100.12 8,020 4/29/2019
3.3.100.11 20,950 4/26/2019
3.3.100.10 114,668 4/25/2019
3.3.100.9 4,419 4/25/2019
3.3.100.8 7,725 4/24/2019
3.3.100.7 21,297 4/18/2019
3.3.100.6 12,862 4/16/2019
3.3.100.5 73,398 4/4/2019
3.3.100.4 12,261 4/3/2019
3.3.100.3 45,133 3/29/2019
3.3.100.2 25,226 3/26/2019
3.3.100.1 38,711 3/22/2019
3.3.100 1,036,080 3/21/2019
3.3.4.58 666,320 3/11/2019
3.3.4.57 8,983 3/7/2019
3.3.4.56 11,039 3/6/2019
3.3.4.55 70,543 2/26/2019
3.3.4.54 74,793 2/20/2019
3.3.4.53 21,891 2/15/2019
3.3.4.52 20,561 2/14/2019
3.3.4.51 10,144 2/13/2019
3.3.4.50 111,715 2/4/2019
3.3.4.49 51,711 1/26/2019
3.3.4.48 8,456 1/25/2019
3.3.4.47 9,280 1/24/2019
3.3.4.46 75,041 1/18/2019
3.3.4.45 55,959 1/11/2019
3.3.4.44 3,923 1/10/2019
3.3.4.43 53,371 1/8/2019
3.3.4.42 2,712 1/7/2019
3.3.4.41 40,575 1/4/2019
3.3.4.40 82,420 12/22/2018
3.3.4.39 3,886 12/21/2018
3.3.4.38 57,595 12/15/2018
3.3.4.37 51,705 12/14/2018
3.3.4.36 34,823 12/12/2018
3.3.4.35 95,968 12/4/2018
3.3.4.34 93,365 11/16/2018
3.3.4.33 3,874 11/16/2018
3.3.4.32 8,291 11/15/2018
3.3.4.31 4,871 11/13/2018
3.3.4.30 64,866 11/9/2018
3.3.4.29 4,169 11/9/2018
3.3.4.28 4,204 11/7/2018
3.3.4.27 3,677 11/7/2018
3.3.4.26 2,844 11/6/2018
3.3.4.25 15,370 10/30/2018
3.3.4.24 5,109 10/29/2018
3.3.4.23 2,757 10/29/2018
3.3.4.22 18,965 10/26/2018
3.3.4.21 7,012 10/22/2018
3.3.4.20 2,740 10/22/2018
3.3.4.19 76,943 10/17/2018
3.3.4.18 118,741 10/6/2018
3.3.4.17 36,062 10/4/2018
3.3.4.16 32,111 9/26/2018
3.3.4.15 126,444 9/10/2018
3.3.4.14 26,028 9/7/2018
3.3.4.13 34,442 8/28/2018
3.3.4.12 54,108 8/16/2018
3.3.4.11 7,101 8/15/2018
3.3.4.10 32,209 8/3/2018
3.3.4.9 47,014 8/2/2018
3.3.4.8 101,719 7/23/2018
3.3.4.7 232,535 7/3/2018
3.3.4.6 42,303 6/23/2018
3.3.4.5 25,359 6/19/2018
3.3.4.4 147,090 6/1/2018
3.3.4.3 3,767,105 4/25/2018
3.3.4.2 14,987 4/20/2018
3.3.4.1 68,766 3/29/2018
3.3.4 22,068 3/29/2018
3.3.3.6 90,757 3/15/2018
3.3.3.5 26,330 3/3/2018
3.3.3.4 59,314 2/27/2018
3.3.3.3 1,403,411 11/11/2017
3.3.3.2 62,070 10/24/2017
3.3.3.1 28,061 10/9/2017
3.3.3 63,128 7/27/2017
3.3.2.3 749,456 7/7/2017
3.3.2.2 4,178 7/5/2017
3.3.2.1 5,872 6/28/2017
3.3.2 42,044 5/25/2017
3.3.1.9 654,039 5/11/2017
3.3.1.8 5,282 5/8/2017
3.3.1.7 4,675 5/5/2017
3.3.1.6 13,952 4/28/2017
3.3.1.5 13,965 4/21/2017
3.3.1.4 6,151 4/19/2017
3.3.1.3 18,843 3/31/2017
3.3.1.2 8,992 3/15/2017
3.3.1.1 4,486 3/14/2017
3.3.1 15,166 3/14/2017
3.3.0.9 64,118 1/20/2017
3.3.0.8 12,017 12/28/2016
3.3.0.7 10,880 12/16/2016
3.3.0.6 3,989 12/9/2016
3.3.0.5 5,288 12/7/2016
3.3.0.4 2,848 12/6/2016
3.3.0.3 15,446 11/15/2016
3.3.0.2 65,315 11/4/2016
3.3.0.1 43,211 10/11/2016
3.3.0 126,895 9/19/2016
3.2.8-rc 2,496 9/8/2016
3.2.7-beta 2,061 8/23/2016
3.2.6-beta 2,362 8/2/2016
3.2.5-beta 2,195 6/28/2016
3.2.4.1-beta 2,203 6/2/2016
3.2.4-beta 1,906 6/1/2016
3.2.3.1-beta 2,079 4/20/2016
3.2.3-beta 2,709 3/12/2016
3.2.2.1-beta 1,878 3/2/2016
3.2.2-beta 1,976 1/12/2016
3.2.1-beta 2,538 12/7/2015
3.2.0-beta 2,430 9/29/2015
3.1.4.5 27,034 8/9/2016
3.1.4.4 5,428 7/29/2016
3.1.4.3 6,105 7/13/2016
3.1.4.2 5,343 6/28/2016
3.1.4.1 4,981 6/3/2016
3.1.4 4,865 5/26/2016
3.1.3.3 9,436 5/5/2016
3.1.3.2 2,702 4/26/2016
3.1.3.1 2,373 4/18/2016
3.1.3 4,859 4/6/2016
3.1.2.2 8,619 2/22/2016
3.1.2.1 6,879 1/21/2016
3.1.2 2,368 1/19/2016
3.1.1.2 7,833 1/6/2016
3.1.1.1 3,126 12/21/2015
3.1.1 5,105 12/2/2015
3.1.0.2 111,779 10/7/2015
3.1.0.1 10,673 8/27/2015
3.1.0 194,605 7/28/2015
3.0.0.2-preview 2,511 5/21/2015
3.0.0.1-preview 1,983 5/6/2015
3.0.0-preview 2,206 4/30/2015