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 37,325 11/21/2025
4.0.5 20,227 11/19/2025
4.0.4.1 70,493 11/12/2025
4.0.4 33,315 11/10/2025
4.0.3.2 33,279 11/7/2025
4.0.3.1 31,100 11/5/2025
4.0.3 81,951 10/30/2025
4.0.2.11 69,378 10/27/2025
4.0.2.10 54,758 10/23/2025
4.0.2.9 141,650 10/16/2025
4.0.2.8 98,529 10/10/2025
4.0.2.7 17,006 10/9/2025
4.0.2.6 146,865 10/1/2025
4.0.2.5 75,132 9/30/2025
4.0.2.4 27,044 9/29/2025
4.0.2.3 114,184 9/23/2025
4.0.2.2 183,120 9/16/2025
4.0.2.1 491,708 8/29/2025
4.0.2 131,251 8/21/2025
4.0.1.11 195,051 8/15/2025
4.0.1.10 62,841 8/13/2025
4.0.1.9 151,986 8/6/2025
4.0.1.8 69,713 8/4/2025
4.0.1.7 63,943 7/31/2025
4.0.1.6 199,123 7/23/2025
4.0.1.5 387,575 7/15/2025
4.0.1.4 193,162 7/9/2025
4.0.1.3 240,476 7/1/2025
4.0.1.2 246,631 6/23/2025
4.0.1.1 130,848 6/18/2025
4.0.1 73,931 6/17/2025
4.0.0.9 69,014 6/16/2025
4.0.0.8 234,151 6/12/2025
4.0.0.7 36,140 6/11/2025
4.0.0.6 42,791 6/10/2025
4.0.0.5 1,294,449 6/4/2025
4.0.0.4 756,049 5/16/2025
4.0.0.3 45,324 5/15/2025
4.0.0.2 475,245 5/6/2025
4.0.0.1 238,561 4/30/2025
4.0.0 1,026,735 4/28/2025
4.0.0-preview.13 12,904 4/9/2025
4.0.0-preview.12 602 4/4/2025
4.0.0-preview.11 5,854 3/26/2025
4.0.0-preview.10 10,079 3/7/2025
4.0.0-preview.9 660 3/4/2025
4.0.0-preview.8 899 2/25/2025
4.0.0-preview.7 7,191 2/17/2025
4.0.0-preview.6 10,970 2/6/2025
4.0.0-preview.5 10,787 1/3/2025
4.0.0-preview.4 40,725 10/11/2024
4.0.0-preview.3 1,084 10/1/2024
4.0.0-preview.2 15,432 8/28/2024
4.0.0-preview 68,326 8/15/2024
3.7.504.3 5,090 11/25/2025
3.7.504.2 38,904 11/22/2025
3.7.504.1 6,488 11/20/2025
3.7.504 33,683 11/20/2025
3.7.503.2 5,269 11/19/2025
3.7.503.1 13,699 11/14/2025
3.7.503 90,398 11/10/2025
3.7.502.3 13,119 11/6/2025
3.7.502.2 9,675 11/4/2025
3.7.502.1 14,956 10/31/2025
3.7.502 6,255 10/30/2025
3.7.501.31 5,648 10/29/2025
3.7.501.30 7,098 10/28/2025
3.7.501.29 101,447 10/27/2025
3.7.501.28 11,478 10/24/2025
3.7.501.27 5,841 10/23/2025
3.7.501.26 4,883 10/22/2025
3.7.501.25 33,615 10/17/2025
3.7.501.24 5,644 10/16/2025
3.7.501.23 7,174 10/15/2025
3.7.501.22 135,297 10/10/2025
3.7.501.21 7,997 10/9/2025
3.7.501.20 6,598 10/8/2025
3.7.501.19 6,790 10/7/2025
3.7.501.18 42,250 9/30/2025
3.7.501.17 10,391 9/29/2025
3.7.501.16 11,067 9/26/2025
3.7.501.15 6,744 9/25/2025
3.7.501.14 56,458 9/23/2025
3.7.501.13 9,195 9/22/2025
3.7.501.12 40,804 9/19/2025
3.7.501.11 56,398 9/16/2025
3.7.501.10 36,308 9/15/2025
3.7.501.9 41,273 9/11/2025
3.7.501.8 10,526 9/10/2025
3.7.501.7 7,587 9/9/2025
3.7.501.6 12,584 9/8/2025
3.7.501.5 22,111 9/4/2025
3.7.501.4 23,460 9/2/2025
3.7.501.3 369,454 8/29/2025
3.7.501.2 28,669 8/26/2025
3.7.501.1 15,910 8/25/2025
3.7.501 17,829 8/21/2025
3.7.500.8 14,925 8/20/2025
3.7.500.7 38,126 8/12/2025
3.7.500.6 209,738 8/11/2025
3.7.500.5 119,692 8/8/2025
3.7.500.4 21,688 8/6/2025
3.7.500.3 19,392 8/5/2025
3.7.500.2 12,737 8/4/2025
3.7.500.1 29,262 8/1/2025
3.7.500 135,871 7/31/2025
3.7.402.20 10,901 7/30/2025
3.7.402.19 16,192 7/29/2025
3.7.402.18 10,694 7/28/2025
3.7.402.17 23,550 7/24/2025
3.7.402.16 13,413 7/23/2025
3.7.402.15 10,214 7/22/2025
3.7.402.14 27,689 7/21/2025
3.7.402.13 116,233 7/18/2025
3.7.402.12 9,923 7/17/2025
3.7.402.11 19,321 7/16/2025
3.7.402.10 34,516 7/15/2025
3.7.402.9 49,168 7/9/2025
3.7.402.8 69,218 7/3/2025
3.7.402.7 116,926 7/1/2025
3.7.402.6 14,773 6/30/2025
3.7.402.5 21,840 6/27/2025
3.7.402.4 13,752 6/26/2025
3.7.402.3 95,559 6/23/2025
3.7.402.2 235,749 6/20/2025
3.7.402.1 22,561 6/18/2025
3.7.402 26,502 6/17/2025
3.7.401.114 195,678 6/11/2025
3.7.401.113 28,386 6/10/2025
3.7.401.112 20,994 6/9/2025
3.7.401.111 84,361 6/6/2025
3.7.401.110 32,681 6/5/2025
3.7.401.109 160,791 6/4/2025
3.7.401.108 139,562 6/2/2025
3.7.401.107 21,536 5/30/2025
3.7.401.106 75,531 5/28/2025
3.7.401.105 44,803 5/23/2025
3.7.401.104 54,033 5/21/2025
3.7.401.103 27,214 5/20/2025
3.7.401.102 52,358 5/19/2025
3.7.401.101 112,801 5/16/2025
3.7.401.100 57,797 5/12/2025
3.7.401.99 84,740 5/9/2025
3.7.401.98 19,152 5/8/2025
3.7.401.97 33,881 5/7/2025
3.7.401.96 35,310 5/6/2025
3.7.401.95 35,368 5/5/2025
3.7.401.94 61,725 5/2/2025
3.7.401.93 20,779 5/1/2025
3.7.401.92 22,343 4/30/2025
3.7.401.91 21,961 4/29/2025
3.7.401.90 43,694 4/28/2025
3.7.401.89 158,750 4/25/2025
3.7.401.88 37,164 4/24/2025
3.7.401.87 111,091 4/23/2025
3.7.401.86 331,021 4/18/2025
3.7.401.85 53,258 4/17/2025
3.7.401.84 108,383 4/16/2025
3.7.401.83 129,812 4/14/2025
3.7.401.82 157,147 4/11/2025
3.7.401.81 66,712 4/10/2025
3.7.401.80 82,820 4/9/2025
3.7.401.79 86,564 4/8/2025
3.7.401.78 321,357 4/4/2025
3.7.401.77 83,691 4/3/2025
3.7.401.76 54,523 4/3/2025
3.7.401.75 11,872 4/2/2025
3.7.401.74 205,344 4/1/2025
3.7.401.73 78,002 3/31/2025
3.7.401.72 190,568 3/28/2025
3.7.401.71 92,370 3/27/2025
3.7.401.70 52,240 3/26/2025
3.7.401.69 45,315 3/25/2025
3.7.401.68 95,859 3/24/2025
3.7.401.67 189,176 3/21/2025
3.7.401.66 67,044 3/20/2025
3.7.401.65 69,680 3/19/2025
3.7.401.64 58,814 3/18/2025
3.7.401.63 93,413 3/17/2025
3.7.401.62 140,146 3/14/2025
3.7.401.61 30,610 3/14/2025
3.7.401.60 247,960 3/11/2025
3.7.401.59 71,094 3/10/2025
3.7.401.58 162,729 3/7/2025
3.7.401.57 76,896 3/6/2025
3.7.401.56 56,319 3/5/2025
3.7.401.55 136,610 3/4/2025
3.7.401.54 139,303 3/3/2025
3.7.401.53 218,906 2/28/2025
3.7.401.52 106,784 2/27/2025
3.7.401.51 81,040 2/26/2025
3.7.401.50 91,425 2/25/2025
3.7.401.49 110,344 2/24/2025
3.7.401.48 96,239 2/21/2025
3.7.401.47 89,751 2/20/2025
3.7.401.46 120,828 2/18/2025
3.7.401.45 144,563 2/17/2025
3.7.401.44 153,753 2/13/2025
3.7.401.43 76,371 2/12/2025
3.7.401.42 118,523 2/11/2025
3.7.401.41 112,715 2/10/2025
3.7.401.40 164,839 2/7/2025
3.7.401.39 120,398 2/6/2025
3.7.401.38 67,667 2/5/2025
3.7.401.37 143,541 2/4/2025
3.7.401.36 87,675 2/3/2025
3.7.401.35 280,032 1/30/2025
3.7.401.34 263,501 1/27/2025
3.7.401.33 214,566 1/22/2025
3.7.401.32 92,259 1/21/2025
3.7.401.31 153,112 1/17/2025
3.7.401.30 120,505 1/16/2025
3.7.401.29 75,861 1/15/2025
3.7.401.28 68,472 1/14/2025
3.7.401.27 61,580 1/13/2025
3.7.401.26 115,050 1/10/2025
3.7.401.25 30,961 1/9/2025
3.7.401.24 131,490 1/8/2025
3.7.401.23 107,263 1/7/2025
3.7.401.22 97,627 1/6/2025
3.7.401.21 120,112 1/3/2025
3.7.401.20 108,846 1/2/2025
3.7.401.19 244,154 12/26/2024
3.7.401.18 545,929 12/23/2024
3.7.401.17 83,198 12/20/2024
3.7.401.16 172,763 12/19/2024
3.7.401.15 102,595 12/18/2024
3.7.401.14 86,365 12/17/2024
3.7.401.13 276,049 12/13/2024
3.7.401.12 95,662 12/12/2024
3.7.401.11 61,279 12/11/2024
3.7.401.10 86,341 12/10/2024
3.7.401.9 88,455 12/9/2024
3.7.401.8 514,880 12/3/2024
3.7.401.7 476,177 11/27/2024
3.7.401.6 479,655 11/22/2024
3.7.401.5 90,429 11/21/2024
3.7.401.4 72,905 11/21/2024
3.7.401.3 173,857 11/19/2024
3.7.401.2 292,781 11/15/2024
3.7.401.1 531,778 11/15/2024
3.7.401 101,074 11/14/2024
3.7.400.50 187,357 11/13/2024
3.7.400.49 132,929 11/12/2024
3.7.400.48 65,641 11/11/2024
3.7.400.47 92,371 11/8/2024
3.7.400.46 270,703 11/7/2024
3.7.400.45 1,134,005 11/1/2024
3.7.400.44 113,518 10/31/2024
3.7.400.43 131,705 10/30/2024
3.7.400.42 98,686 10/29/2024
3.7.400.41 449,959 10/28/2024
3.7.400.40 140,821 10/25/2024
3.7.400.39 58,110 10/24/2024
3.7.400.38 78,121 10/23/2024
3.7.400.37 121,020 10/22/2024
3.7.400.36 536,882 10/16/2024
3.7.400.35 456,612 10/15/2024
3.7.400.34 492,584 10/14/2024
3.7.400.33 521,527 10/9/2024
3.7.400.32 97,723 10/8/2024
3.7.400.31 92,737 10/7/2024
3.7.400.30 186,419 10/4/2024
3.7.400.29 50,513 10/3/2024
3.7.400.28 49,647 10/2/2024
3.7.400.27 100,535 10/1/2024
3.7.400.26 295,148 9/27/2024
3.7.400.25 95,227 9/26/2024
3.7.400.24 104,137 9/25/2024
3.7.400.23 84,917 9/24/2024
3.7.400.22 208,279 9/21/2024
3.7.400.21 1,259,736 9/16/2024
3.7.400.20 140,669 9/13/2024
3.7.400.19 164,526 9/11/2024
3.7.400.18 118,450 9/10/2024
3.7.400.17 72,572 9/9/2024
3.7.400.16 239,056 9/6/2024
3.7.400.15 106,409 9/5/2024
3.7.400.14 267,922 9/4/2024
3.7.400.13 355,842 8/30/2024
3.7.400.12 345,820 8/28/2024
3.7.400.11 340,802 8/22/2024
3.7.400.10 124,881 8/21/2024
3.7.400.9 93,513 8/20/2024
3.7.400.8 54,489 8/19/2024
3.7.400.7 325,481 8/16/2024
3.7.400.6 102,303 8/15/2024
3.7.400.5 471,544 8/13/2024
3.7.400.4 285,651 8/9/2024
3.7.400.3 527,274 8/5/2024
3.7.400.2 431,273 7/30/2024
3.7.400.1 68,174 7/29/2024
3.7.400 326,141 7/24/2024
3.7.300.121 296,539 7/22/2024
3.7.300.120 693,603 7/18/2024
3.7.300.119 356,277 7/12/2024
3.7.300.118 305,373 7/10/2024
3.7.300.117 225,059 7/9/2024
3.7.300.116 25,972 7/8/2024
3.7.300.115 107,239 7/5/2024
3.7.300.114 59,059 7/3/2024
3.7.300.113 172,887 7/1/2024
3.7.300.112 310,851 6/28/2024
3.7.300.111 133,829 6/27/2024
3.7.300.110 244,967 6/24/2024
3.7.300.109 122,985 6/20/2024
3.7.300.108 119,407 6/19/2024
3.7.300.107 139,577 6/18/2024
3.7.300.106 523,243 6/12/2024
3.7.300.105 813,538 6/11/2024
3.7.300.104 113,954 6/10/2024
3.7.300.103 98,558 6/7/2024
3.7.300.102 184,686 6/5/2024
3.7.300.101 251,708 6/4/2024
3.7.300.100 213,899 6/3/2024
3.7.300.99 356,241 5/30/2024
3.7.300.98 92,832 5/29/2024
3.7.300.97 64,904 5/28/2024
3.7.300.96 287,629 5/23/2024
3.7.300.95 83,060 5/22/2024
3.7.300.94 462,330 5/17/2024
3.7.300.93 189,662 5/16/2024
3.7.300.92 190,635 5/14/2024
3.7.300.91 340,988 5/13/2024
3.7.300.90 221,680 5/10/2024
3.7.300.89 52,075 5/9/2024
3.7.300.88 414,206 5/6/2024
3.7.300.87 79,803 5/3/2024
3.7.300.86 276,940 5/1/2024
3.7.300.85 184,439 4/29/2024
3.7.300.84 148,230 4/26/2024
3.7.300.83 41,338 4/25/2024
3.7.300.82 139,970 4/24/2024
3.7.300.81 52,062 4/23/2024
3.7.300.80 198,930 4/22/2024
3.7.300.79 52,659 4/19/2024
3.7.300.78 61,412 4/18/2024
3.7.300.77 173,387 4/17/2024
3.7.300.76 104,533 4/16/2024
3.7.300.75 1,907,051 4/11/2024
3.7.300.74 188,457 4/10/2024
3.7.300.73 132,128 4/9/2024
3.7.300.72 314,857 4/8/2024
3.7.300.71 120,676 4/5/2024
3.7.300.70 183,819 4/4/2024
3.7.300.69 80,001 4/3/2024
3.7.300.68 139,158 4/2/2024
3.7.300.67 72,310 4/1/2024
3.7.300.66 150,556 3/29/2024
3.7.300.65 56,212 3/28/2024
3.7.300.64 186,848 3/27/2024
3.7.300.63 58,286 3/26/2024
3.7.300.62 101,993 3/25/2024
3.7.300.61 173,945 3/22/2024
3.7.300.60 540,180 3/18/2024
3.7.300.59 92,055 3/15/2024
3.7.300.58 95,692 3/14/2024
3.7.300.57 61,000 3/13/2024
3.7.300.56 325,316 3/8/2024
3.7.300.55 747,218 2/29/2024
3.7.300.54 358,370 2/27/2024
3.7.300.53 1,238,229 2/16/2024
3.7.300.52 46,748 2/15/2024
3.7.300.51 84,649 2/14/2024
3.7.300.50 70,535 2/13/2024
3.7.300.49 327,300 2/9/2024
3.7.300.48 113,836 2/7/2024
3.7.300.47 556,981 2/2/2024
3.7.300.46 54,650 2/1/2024
3.7.300.45 409,896 1/31/2024
3.7.300.44 72,486 1/30/2024
3.7.300.43 159,952 1/29/2024
3.7.300.42 276,418 1/25/2024
3.7.300.41 116,487 1/25/2024
3.7.300.40 299,989 1/19/2024
3.7.300.39 326,844 1/18/2024
3.7.300.38 132,776 1/16/2024
3.7.300.37 144,644 1/14/2024
3.7.300.36 17,699 1/12/2024
3.7.300.35 90,750 1/11/2024
3.7.300.34 134,269 1/10/2024
3.7.300.33 156,625 1/8/2024
3.7.300.32 39,802 1/5/2024
3.7.300.31 44,973 1/4/2024
3.7.300.30 58,877 1/3/2024
3.7.300.29 384,162 12/28/2023
3.7.300.28 37,877 12/27/2023
3.7.300.27 35,350 12/26/2023
3.7.300.26 49,618 12/22/2023
3.7.300.25 24,168 12/21/2023
3.7.300.24 49,612 12/20/2023
3.7.300.23 49,249 12/19/2023
3.7.300.22 98,776 12/18/2023
3.7.300.21 79,791 12/15/2023
3.7.300.20 35,994 12/14/2023
3.7.300.19 123,886 12/13/2023
3.7.300.18 254,545 12/12/2023
3.7.300.17 419,433 12/7/2023
3.7.300.16 79,221 12/6/2023
3.7.300.15 136,643 12/5/2023
3.7.300.14 197,404 12/4/2023
3.7.300.13 275,545 11/30/2023
3.7.300.12 7,909 11/29/2023
3.7.300.11 61,451 11/28/2023
3.7.300.10 56,089 11/28/2023
3.7.300.9 6,623 11/27/2023
3.7.300.8 127,287 11/27/2023
3.7.300.7 266,296 11/21/2023
3.7.300.6 71,420 11/20/2023
3.7.300.5 315,840 11/17/2023
3.7.300.4 38,285 11/16/2023
3.7.300.3 44,476 11/15/2023
3.7.300.2 160,197 11/14/2023
3.7.300.1 266,388 11/13/2023
3.7.300 679,782 11/10/2023
3.7.202.18 197,687 11/8/2023
3.7.202.17 62,546 11/7/2023
3.7.202.16 50,884 11/6/2023
3.7.202.15 223,667 11/2/2023
3.7.202.14 516,047 10/27/2023
3.7.202.13 73,110 10/26/2023
3.7.202.12 243,087 10/24/2023
3.7.202.11 53,955 10/23/2023
3.7.202.10 189,950 10/20/2023
3.7.202.9 132,639 10/19/2023
3.7.202.8 55,921 10/18/2023
3.7.202.7 56,502 10/17/2023
3.7.202.6 110,699 10/16/2023
3.7.202.5 115,649 10/12/2023
3.7.202.4 259,081 10/7/2023
3.7.202.3 53,584 10/5/2023
3.7.202.2 71,640 10/4/2023
3.7.202.1 91,731 10/3/2023
3.7.202 202,062 10/2/2023
3.7.201.44 282,343 9/28/2023
3.7.201.43 36,827 9/28/2023
3.7.201.42 9,684 9/27/2023
3.7.201.41 106,869 9/25/2023
3.7.201.40 176,348 9/22/2023
3.7.201.39 229,853 9/20/2023
3.7.201.38 64,904 9/19/2023
3.7.201.37 146,565 9/15/2023
3.7.201.36 25,567 9/15/2023
3.7.201.35 17,509 9/14/2023
3.7.201.34 308,773 9/13/2023
3.7.201.33 41,830 9/12/2023
3.7.201.32 454,133 9/8/2023
3.7.201.31 49,443 9/8/2023
3.7.201.30 47,292 9/6/2023
3.7.201.29 52,613 9/5/2023
3.7.201.28 131,475 9/1/2023
3.7.201.27 27,429 9/1/2023
3.7.201.26 4,385 8/31/2023
3.7.201.25 50,476 8/31/2023
3.7.201.24 11,487 8/30/2023
3.7.201.23 125,451 8/28/2023
3.7.201.22 143,312 8/25/2023
3.7.201.21 73,637 8/24/2023
3.7.201.20 348,450 8/23/2023
3.7.201.19 58,528 8/22/2023
3.7.201.18 80,120 8/21/2023
3.7.201.17 39,558 8/18/2023
3.7.201.16 14,737 8/18/2023
3.7.201.15 15,311 8/17/2023
3.7.201.14 110,780 8/15/2023
3.7.201.13 189,102 8/14/2023
3.7.201.12 92,060 8/11/2023
3.7.201.11 43,833 8/10/2023
3.7.201.10 70,886 8/9/2023
3.7.201.9 60,115 8/8/2023
3.7.201.8 20,627 8/8/2023
3.7.201.7 61,051 8/7/2023
3.7.201.6 113,735 8/4/2023
3.7.201.5 90,693 8/2/2023
3.7.201.4 56,304 8/1/2023
3.7.201.3 518,025 7/31/2023
3.7.201.2 223,921 7/28/2023
3.7.201.1 146,592 7/26/2023
3.7.201 78,727 7/25/2023
3.7.200.4 192,628 7/24/2023
3.7.200.3 435,746 7/21/2023
3.7.200.2 173,798 7/20/2023
3.7.200.1 1,034,858 7/18/2023
3.7.200 185,212 7/18/2023
3.7.103.23 28,041 7/17/2023
3.7.103.22 134,920 7/13/2023
3.7.103.21 751,842 7/7/2023
3.7.103.20 9,447 7/7/2023
3.7.103.19 34,557 7/6/2023
3.7.103.18 89,949 7/5/2023
3.7.103.17 264,602 7/3/2023
3.7.103.16 2,450,467 6/20/2023
3.7.103.15 550,465 6/15/2023
3.7.103.14 248,218 6/13/2023
3.7.103.13 103,077 6/12/2023
3.7.103.12 140,133 6/8/2023
3.7.103.11 175,769 6/6/2023
3.7.103.10 121,628 6/5/2023
3.7.103.9 93,315 6/2/2023
3.7.103.8 9,154 6/2/2023
3.7.103.7 31,166 6/1/2023
3.7.103.6 241,520 5/30/2023
3.7.103.5 419,424 5/26/2023
3.7.103.4 339,088 5/25/2023
3.7.103.3 51,512 5/24/2023
3.7.103.2 70,757 5/23/2023
3.7.103.1 126,865 5/19/2023
3.7.103 50,603 5/18/2023
3.7.102.4 175,845 5/16/2023
3.7.102.3 67,265 5/15/2023
3.7.102.2 222,045 5/11/2023
3.7.102.1 123,218 5/9/2023
3.7.102 39,662 5/8/2023
3.7.101.60 270,029 5/4/2023
3.7.101.59 109,734 5/2/2023
3.7.101.58 80,963 5/1/2023
3.7.101.57 37,123 4/28/2023
3.7.101.56 208,666 4/27/2023
3.7.101.55 55,048 4/26/2023
3.7.101.54 72,127 4/25/2023
3.7.101.53 38,244 4/25/2023
3.7.101.52 76,649 4/21/2023
3.7.101.51 57,845 4/21/2023
3.7.101.50 129,393 4/19/2023
3.7.101.49 146,446 4/17/2023
3.7.101.48 159,306 4/14/2023
3.7.101.47 40,726 4/13/2023
3.7.101.46 35,072 4/12/2023
3.7.101.45 71,341 4/11/2023
3.7.101.44 49,759 4/10/2023
3.7.101.43 159,345 4/7/2023
3.7.101.42 14,144 4/6/2023
3.7.101.41 78,375 4/5/2023
3.7.101.40 120,320 4/4/2023
3.7.101.39 102,524 4/3/2023
3.7.101.38 98,098 3/31/2023
3.7.101.37 234,906 3/30/2023
3.7.101.36 1,894,013 3/29/2023
3.7.101.35 65,281 3/28/2023
3.7.101.34 303,585 3/24/2023
3.7.101.33 44,526 3/23/2023
3.7.101.32 36,841 3/22/2023
3.7.101.31 481,854 3/21/2023
3.7.101.30 38,558 3/20/2023
3.7.101.29 96,459 3/17/2023
3.7.101.28 42,941 3/17/2023
3.7.101.27 33,423 3/16/2023
3.7.101.26 84,405 3/15/2023
3.7.101.25 232,574 3/14/2023
3.7.101.24 86,471 3/13/2023
3.7.101.23 119,747 3/10/2023
3.7.101.22 151,021 3/9/2023
3.7.101.21 173,986 3/8/2023
3.7.101.20 160,236 3/7/2023
3.7.101.19 207,329 3/3/2023
3.7.101.18 75,974 3/2/2023
3.7.101.17 72,199 3/1/2023
3.7.101.16 84,204 2/28/2023
3.7.101.15 113,897 2/27/2023
3.7.101.14 173,979 2/23/2023
3.7.101.13 299,831 2/21/2023
3.7.101.12 309,843 2/18/2023
3.7.101.11 5,564 2/17/2023
3.7.101.10 106,493 2/16/2023
3.7.101.9 50,503 2/15/2023
3.7.101.8 160,948 2/13/2023
3.7.101.7 49,392 2/10/2023
3.7.101.6 94,200 2/9/2023
3.7.101.5 205,815 2/8/2023
3.7.101.4 80,264 2/7/2023
3.7.101.3 111,688 2/6/2023
3.7.101.2 74,845 2/3/2023
3.7.101.1 111,891 2/2/2023
3.7.101 54,684 2/2/2023
3.7.100.64 134,305 2/1/2023
3.7.100.63 55,668 1/31/2023
3.7.100.62 471,185 1/26/2023
3.7.100.61 128,471 1/25/2023
3.7.100.60 131,909 1/24/2023
3.7.100.59 112,347 1/23/2023
3.7.100.58 158,998 1/20/2023
3.7.100.57 28,006 1/20/2023
3.7.100.56 101,917 1/18/2023
3.7.100.55 147,799 1/17/2023
3.7.100.54 353,644 1/13/2023
3.7.100.53 98,506 1/12/2023
3.7.100.52 393,906 1/10/2023
3.7.100.51 91,837 1/9/2023
3.7.100.50 61,155 1/6/2023
3.7.100.49 36,105 1/5/2023
3.7.100.48 451,611 1/4/2023
3.7.100.47 14,420 1/3/2023
3.7.100.46 154,875 12/30/2022
3.7.100.45 140,026 12/29/2022
3.7.100.44 65,398 12/23/2022
3.7.100.43 20,575 12/22/2022
3.7.100.42 23,821 12/21/2022
3.7.100.41 93,526 12/20/2022
3.7.100.40 42,255 12/19/2022
3.7.100.39 369,783 12/16/2022
3.7.100.38 221,669 12/16/2022
3.7.100.37 33,320 12/15/2022
3.7.100.36 101,099 12/14/2022
3.7.100.35 209,149 12/13/2022
3.7.100.34 89,952 12/12/2022
3.7.100.33 152,794 12/8/2022
3.7.100.32 26,412 12/8/2022
3.7.100.31 8,688 12/7/2022
3.7.100.30 59,903 12/6/2022
3.7.100.29 192,293 12/5/2022
3.7.100.28 400,679 12/2/2022
3.7.100.27 316,380 12/1/2022
3.7.100.26 223,949 11/30/2022
3.7.100.25 323,573 11/29/2022
3.7.100.24 32,370 11/29/2022
3.7.100.23 303,828 11/28/2022
3.7.100.22 355,845 11/22/2022
3.7.100.21 327,425 11/18/2022
3.7.100.20 91,912 11/17/2022
3.7.100.19 623,372 11/16/2022
3.7.100.18 18,300 11/16/2022
3.7.100.17 76,680 11/15/2022
3.7.100.16 273,702 11/11/2022
3.7.100.15 48,743 11/10/2022
3.7.100.14 87,305,442 11/9/2022
3.7.100.13 10,347 11/9/2022
3.7.100.12 23,271 11/9/2022
3.7.100.11 5,100 11/8/2022
3.7.100.10 50,785 11/7/2022
3.7.100.9 100,014 11/4/2022
3.7.100.8 139,616 11/2/2022
3.7.100.7 141,489 10/31/2022
3.7.100.6 170,847 10/29/2022
3.7.100.5 9,638 10/28/2022
3.7.100.4 124,924 10/27/2022
3.7.100.3 98,617 10/26/2022
3.7.100.2 32,905 10/25/2022
3.7.100.1 45,764 10/24/2022
3.7.100 314,723 10/21/2022
3.7.1.218 336,898 10/20/2022
3.7.1.217 166,932 10/19/2022
3.7.1.216 188,900 10/18/2022
3.7.1.215 101,834 10/14/2022
3.7.1.214 66,363 10/13/2022
3.7.1.213 280,787 10/7/2022
3.7.1.212 135,349 10/6/2022
3.7.1.211 781,099 10/4/2022
3.7.1.210 70,973 10/3/2022
3.7.1.209 82,792 9/30/2022
3.7.1.208 156,348 9/29/2022
3.7.1.207 251,569 9/27/2022
3.7.1.206 3,715,872 9/27/2022
3.7.1.205 16,438 9/26/2022
3.7.1.204 125,322 9/23/2022
3.7.1.203 49,992 9/22/2022
3.7.1.202 122,579 9/21/2022
3.7.1.201 101,406 9/20/2022
3.7.1.200 43,355 9/19/2022
3.7.1.199 728,153 9/15/2022
3.7.1.198 79,380 9/14/2022
3.7.1.197 142,588 9/13/2022
3.7.1.196 101,412 9/9/2022
3.7.1.195 19,941 9/9/2022
3.7.1.194 25,286 9/8/2022
3.7.1.193 361,716 9/2/2022
3.7.1.192 19,420 9/1/2022
3.7.1.191 349,193 8/30/2022
3.7.1.190 61,313 8/29/2022
3.7.1.189 135,634 8/25/2022
3.7.1.188 211,999 8/22/2022
3.7.1.187 75,800 8/19/2022
3.7.1.186 102,705 8/16/2022
3.7.1.185 122,700 8/12/2022
3.7.1.184 134,463 8/11/2022
3.7.1.183 257,377 8/8/2022
3.7.1.182 145,837 8/4/2022
3.7.1.181 96,013 8/2/2022
3.7.1.180 138,854 7/29/2022
3.7.1.179 26,712 7/28/2022
3.7.1.178 45,794 7/27/2022
3.7.1.177 307,309 7/22/2022
3.7.1.176 93,413 7/20/2022
3.7.1.175 268,876 7/18/2022
3.7.1.174 76,455 7/15/2022
3.7.1.173 24,664 7/14/2022
3.7.1.172 58,242 7/12/2022
3.7.1.171 97,875 7/11/2022
3.7.1.170 300,659 7/5/2022
3.7.1.169 191,438 6/29/2022
3.7.1.168 311,735 6/24/2022
3.7.1.167 836,481 6/17/2022
3.7.1.166 63,736 6/16/2022
3.7.1.165 276,315 6/14/2022
3.7.1.164 97,280 6/10/2022
3.7.1.163 124,347 6/8/2022
3.7.1.162 1,861,291 6/7/2022
3.7.1.161 58,730 6/6/2022
3.7.1.160 215,410 5/31/2022
3.7.1.159 528,737 5/27/2022
3.7.1.158 40,587 5/26/2022
3.7.1.157 44,057 5/26/2022
3.7.1.156 149,600 5/25/2022
3.7.1.155 82,719 5/24/2022
3.7.1.154 66,001 5/23/2022
3.7.1.153 402,531 5/19/2022
3.7.1.152 62,772 5/18/2022
3.7.1.151 295,290 5/16/2022
3.7.1.150 358,481 5/9/2022
3.7.1.149 92,219 5/6/2022
3.7.1.148 36,101 5/6/2022
3.7.1.147 129,285 5/5/2022
3.7.1.146 119,210 5/4/2022
3.7.1.145 179,351 5/3/2022
3.7.1.144 393,923 5/3/2022
3.7.1.143 4,204 5/2/2022
3.7.1.142 653,403 4/20/2022
3.7.1.141 118,056 4/19/2022
3.7.1.140 303,006 4/14/2022
3.7.1.139 877,053 4/12/2022
3.7.1.138 97,005 4/11/2022
3.7.1.137 138,671 4/7/2022
3.7.1.136 110,451 4/6/2022
3.7.1.135 524,414 4/1/2022
3.7.1.134 114,159 3/31/2022
3.7.1.133 214,878 3/28/2022
3.7.1.132 152,438 3/24/2022
3.7.1.131 76,425 3/23/2022
3.7.1.130 295,691 3/17/2022
3.7.1.129 43,386 3/16/2022
3.7.1.128 147,325 3/14/2022
3.7.1.127 61,115 3/10/2022
3.7.1.126 19,313 3/9/2022
3.7.1.125 34,495 3/8/2022
3.7.1.124 92,234 3/4/2022
3.7.1.123 42,446 3/3/2022
3.7.1.122 87,191 3/1/2022
3.7.1.121 73,453 2/28/2022
3.7.1.120 35,798 2/26/2022
3.7.1.119 83,671 2/23/2022
3.7.1.118 30,803 2/22/2022
3.7.1.117 5,469 2/22/2022
3.7.1.116 180,881 2/21/2022
3.7.1.115 138,275 2/17/2022
3.7.1.114 149,702 2/11/2022
3.7.1.113 25,251 2/10/2022
3.7.1.112 124,428 2/4/2022
3.7.1.111 21,381 2/3/2022
3.7.1.110 312,300 1/28/2022
3.7.1.109 170,994 1/25/2022
3.7.1.108 671,212 1/15/2022
3.7.1.107 4,056 1/14/2022
3.7.1.106 87,866 1/13/2022
3.7.1.105 233,240 1/11/2022
3.7.1.104 108,893 1/7/2022
3.7.1.103 20,206 1/6/2022
3.7.1.102 13,249 1/5/2022
3.7.1.101 220,487 1/3/2022
3.7.1.100 342,930 12/21/2021
3.7.1.99 72,317 12/20/2021
3.7.1.98 371,189 12/13/2021
3.7.1.97 282,187 12/8/2021
3.7.1.96 348,465 12/2/2021
3.7.1.95 47,264 12/1/2021
3.7.1.94 152,289 11/23/2021
3.7.1.93 172,941 11/22/2021
3.7.1.92 78,106 11/19/2021
3.7.1.91 3,175 11/18/2021
3.7.1.90 94,033 11/17/2021
3.7.1.89 56,929 11/16/2021
3.7.1.88 145,270 11/15/2021
3.7.1.87 96,247 11/12/2021
3.7.1.86 39,070 11/11/2021
3.7.1.85 41,531 11/11/2021
3.7.1.84 181,839 11/9/2021
3.7.1.83 146,727 11/5/2021
3.7.1.82 2,925 11/4/2021
3.7.1.81 25,705 11/3/2021
3.7.1.80 77,410 11/2/2021
3.7.1.79 20,422 11/1/2021
3.7.1.78 76,949 10/29/2021
3.7.1.77 2,018,378 10/27/2021
3.7.1.76 155,759 10/26/2021
3.7.1.75 3,423 10/26/2021
3.7.1.74 183,623 10/22/2021
3.7.1.73 13,572 10/21/2021
3.7.1.72 279,490 10/14/2021
3.7.1.71 80,860 10/13/2021
3.7.1.70 49,766 10/12/2021
3.7.1.69 106,360 10/8/2021
3.7.1.68 33,318 10/7/2021
3.7.1.67 44,002 10/7/2021
3.7.1.66 6,291 10/6/2021
3.7.1.65 345,929 10/1/2021
3.7.1.64 42,173 9/30/2021
3.7.1.63 75,786 9/29/2021
3.7.1.62 81,481 9/27/2021
3.7.1.61 68,906 9/24/2021
3.7.1.60 53,808 9/23/2021
3.7.1.59 34,054 9/22/2021
3.7.1.58 148,678 9/17/2021
3.7.1.57 85,419 9/16/2021
3.7.1.56 64,498 9/16/2021
3.7.1.55 247,924 9/13/2021
3.7.1.54 37,531 9/10/2021
3.7.1.53 24,262 9/9/2021
3.7.1.52 79,871 9/7/2021
3.7.1.51 71,027 9/3/2021
3.7.1.50 15,941 9/3/2021
3.7.1.49 4,261 9/2/2021
3.7.1.48 30,126 9/1/2021
3.7.1.47 48,194 8/31/2021
3.7.1.46 273,173 8/27/2021
3.7.1.45 74,319 8/25/2021
3.7.1.44 97,721 8/23/2021
3.7.1.43 146,560 8/19/2021
3.7.1.42 233,409 8/16/2021
3.7.1.41 198,490 8/12/2021
3.7.1.40 300,370 8/10/2021
3.7.1.39 262,654 8/6/2021
3.7.1.38 354,151 8/4/2021
3.7.1.37 216,821 7/30/2021
3.7.1.36 38,566 7/29/2021
3.7.1.35 122,010 7/27/2021
3.7.1.34 240,117 7/21/2021
3.7.1.33 119,820 7/16/2021
3.7.1.32 86,664 7/13/2021
3.7.1.31 31,900 7/12/2021
3.7.1.30 107,545 7/9/2021
3.7.1.29 50,710 7/8/2021
3.7.1.28 53,876 7/7/2021
3.7.1.27 8,263 7/7/2021
3.7.1.26 120,156 7/6/2021
3.7.1.25 137,390 7/1/2021
3.7.1.24 155,261 6/25/2021
3.7.1.23 44,695 6/24/2021
3.7.1.22 394,579 6/21/2021
3.7.1.21 74,419 6/17/2021
3.7.1.20 42,787 6/15/2021
3.7.1.19 61,636 6/11/2021
3.7.1.18 529,565 5/28/2021
3.7.1.17 79,223 5/27/2021
3.7.1.16 18,131 5/27/2021
3.7.1.15 95,553 5/24/2021
3.7.1.14 86,012 5/21/2021
3.7.1.13 110,231 5/20/2021
3.7.1.12 26,169 5/19/2021
3.7.1.11 27,557 5/18/2021
3.7.1.10 63,547 5/14/2021
3.7.1.9 40,961 5/12/2021
3.7.1.8 29,219 5/10/2021
3.7.1.7 5,258 5/10/2021
3.7.1.6 91,862 5/6/2021
3.7.1.5 133,940 4/30/2021
3.7.1.4 76,584 4/27/2021
3.7.1.3 130,167 4/23/2021
3.7.1.2 224,093 4/19/2021
3.7.1.1 68,745 4/15/2021
3.7.1 858,734 4/13/2021
3.7.0.10 204,646 4/12/2021
3.7.0.9 53,822 4/8/2021
3.7.0.8 48,277 4/7/2021
3.7.0.7 106,518 4/2/2021
3.7.0.6 43,030 4/1/2021
3.7.0.5 34,035 3/31/2021
3.7.0.4 5,441 3/31/2021
3.7.0.3 2,341,022 3/30/2021
3.7.0.2 5,925,269 3/29/2021
3.7.0.1 74,714 3/26/2021
3.7.0 2,743,375 3/26/2021
3.5.1.60 674,128 3/25/2021
3.5.1.59 263,167 3/17/2021
3.5.1.58 77,695 3/15/2021
3.5.1.57 115,863 3/9/2021
3.5.1.56 153,602 3/5/2021
3.5.1.55 3,422 3/4/2021
3.5.1.54 148,405 3/1/2021
3.5.1.53 255,275 2/23/2021
3.5.1.52 168,763 2/19/2021
3.5.1.51 8,785 2/18/2021
3.5.1.50 56,422 2/12/2021
3.5.1.49 157,230 2/9/2021
3.5.1.48 16,552 2/8/2021
3.5.1.47 71,048 2/5/2021
3.5.1.46 29,362 2/4/2021
3.5.1.45 378,122 1/29/2021
3.5.1.44 71,632 1/28/2021
3.5.1.43 23,268 1/27/2021
3.5.1.42 38,140 1/26/2021
3.5.1.41 123,673 1/20/2021
3.5.1.40 10,494 1/19/2021
3.5.1.39 259,391 1/11/2021
3.5.1.38 25,767 1/7/2021
3.5.1.37 95,946 12/30/2020
3.5.1.36 20,945 12/23/2020
3.5.1.35 95,447 12/22/2020
3.5.1.34 24,452 12/22/2020
3.5.1.33 3,942 12/21/2020
3.5.1.32 51,648 12/18/2020
3.5.1.31 77,615 12/17/2020
3.5.1.30 19,694 12/16/2020
3.5.1.29 37,338 12/14/2020
3.5.1.28 201,374 12/9/2020
3.5.1.27 84,040 12/7/2020
3.5.1.26 183,235 12/3/2020
3.5.1.25 119,740 12/2/2020
3.5.1.24 11,439 12/1/2020
3.5.1.23 48,552 12/1/2020
3.5.1.22 124,417 11/24/2020
3.5.1.21 58,422 11/23/2020
3.5.1.20 92,818 11/20/2020
3.5.1.19 62,708 11/19/2020
3.5.1.18 16,528 11/18/2020
3.5.1.17 207,208 11/13/2020
3.5.1.16 227,564 11/5/2020
3.5.1.15 90,304 11/4/2020
3.5.1.14 140,181 10/28/2020
3.5.1.13 34,102 10/27/2020
3.5.1.12 54,310 10/26/2020
3.5.1.11 35,701 10/22/2020
3.5.1.10 42,895 10/21/2020
3.5.1.9 34,765 10/20/2020
3.5.1.8 186,096 10/16/2020
3.5.1.7 6,951 10/15/2020
3.5.1.6 123,758 10/9/2020
3.5.1.5 189,194 10/6/2020
3.5.1.4 20,867 10/2/2020
3.5.1.3 115,539 10/1/2020
3.5.1.2 80,862 9/30/2020
3.5.1.1 25,223 9/29/2020
3.5.1 217,960 9/25/2020
3.5.0.19 181,592 9/24/2020
3.5.0.18 61,183 9/21/2020
3.5.0.17 16,509 9/18/2020
3.5.0.16 9,957 9/17/2020
3.5.0.15 55,821 9/16/2020
3.5.0.14 21,601 9/15/2020
3.5.0.13 99,090 9/14/2020
3.5.0.12 24,893 9/11/2020
3.5.0.11 65,105 9/10/2020
3.5.0.10 3,330 9/9/2020
3.5.0.9 47,240 9/4/2020
3.5.0.8 38,673 9/2/2020
3.5.0.7 135,439 9/1/2020
3.5.0.6 13,036 8/31/2020
3.5.0.5 6,908 8/28/2020
3.5.0.4 16,678 8/27/2020
3.5.0.3 18,752 8/26/2020
3.5.0.2 292,914 8/25/2020
3.5.0.1 3,606 8/24/2020
3.5.0 303,028 8/20/2020
3.5.0-beta 31,646 2/4/2020
3.3.105.43 1,980,214 8/19/2020
3.3.105.42 171,690 8/14/2020
3.3.105.41 68,485 8/10/2020
3.3.105.40 22,600 8/8/2020
3.3.105.39 9,767 8/6/2020
3.3.105.38 179,620 8/4/2020
3.3.105.37 9,784 8/3/2020
3.3.105.36 10,282 7/31/2020
3.3.105.35 11,439 7/30/2020
3.3.105.34 55,905 7/29/2020
3.3.105.33 52,401 7/28/2020
3.3.105.32 114,209 7/23/2020
3.3.105.31 38,999 7/22/2020
3.3.105.30 141,822 7/17/2020
3.3.105.29 23,188 7/15/2020
3.3.105.28 134,957 7/9/2020
3.3.105.27 29,128 7/9/2020
3.3.105.26 595,373 7/8/2020
3.3.105.25 12,635 7/7/2020
3.3.105.24 59,487 7/2/2020
3.3.105.23 44,878 6/29/2020
3.3.105.22 72,141 6/26/2020
3.3.105.21 6,459 6/25/2020
3.3.105.20 18,008 6/24/2020
3.3.105.19 3,205 6/24/2020
3.3.105.18 11,732 6/23/2020
3.3.105.17 85,037 6/19/2020
3.3.105.16 31,872 6/18/2020
3.3.105.15 16,361 6/17/2020
3.3.105.14 258,166 6/11/2020
3.3.105.13 48,970 6/9/2020
3.3.105.12 42,379 6/5/2020
3.3.105.11 12,076 6/4/2020
3.3.105.10 14,336 6/3/2020
3.3.105.9 15,239 6/3/2020
3.3.105.8 31,475 6/1/2020
3.3.105.7 88,388 5/27/2020
3.3.105.6 138,425 5/26/2020
3.3.105.5 75,253 5/22/2020
3.3.105.4 39,539 5/22/2020
3.3.105.3 12,344 5/21/2020
3.3.105.2 32,850 5/19/2020
3.3.105.1 145,602 5/18/2020
3.3.105 40,278 5/15/2020
3.3.104.77 41,700 5/14/2020
3.3.104.76 54,827 5/11/2020
3.3.104.75 10,259 5/8/2020
3.3.104.74 30,259 5/8/2020
3.3.104.73 3,559 5/7/2020
3.3.104.72 14,569 5/6/2020
3.3.104.71 60,343 5/4/2020
3.3.104.70 11,164 5/1/2020
3.3.104.69 26,482 4/30/2020
3.3.104.68 37,760 4/29/2020
3.3.104.67 30,875 4/28/2020
3.3.104.66 13,203 4/27/2020
3.3.104.65 12,554 4/24/2020
3.3.104.64 17,079 4/23/2020
3.3.104.63 47,819 4/22/2020
3.3.104.62 14,045 4/21/2020
3.3.104.61 16,886 4/20/2020
3.3.104.60 24,730 4/17/2020
3.3.104.59 29,586 4/16/2020
3.3.104.58 250,959 4/8/2020
3.3.104.57 357,940 4/6/2020
3.3.104.56 15,291 4/3/2020
3.3.104.55 3,665 4/3/2020
3.3.104.54 10,921 4/2/2020
3.3.104.53 36,882 4/1/2020
3.3.104.52 101,987 3/31/2020
3.3.104.51 13,666 3/30/2020
3.3.104.50 17,321 3/27/2020
3.3.104.49 21,564 3/26/2020
3.3.104.48 27,688 3/25/2020
3.3.104.47 68,039 3/24/2020
3.3.104.46 70,086 3/20/2020
3.3.104.45 5,150 3/19/2020
3.3.104.44 70,607 3/18/2020
3.3.104.43 43,742 3/17/2020
3.3.104.42 21,144 3/16/2020
3.3.104.41 36,238 3/12/2020
3.3.104.40 140,168 3/6/2020
3.3.104.39 27,666 3/5/2020
3.3.104.38 93,059 3/2/2020
3.3.104.37 25,968 2/28/2020
3.3.104.36 4,210 2/27/2020
3.3.104.35 24,887 2/26/2020
3.3.104.34 36,616 2/25/2020
3.3.104.33 155,490 2/19/2020
3.3.104.32 49,982 2/17/2020
3.3.104.31 123,921 2/13/2020
3.3.104.30 107,574 2/13/2020
3.3.104.29 120,906 2/10/2020
3.3.104.28 200,974 2/7/2020
3.3.104.27 121,250 2/4/2020
3.3.104.26 121,446 1/24/2020
3.3.104.25 10,908 1/23/2020
3.3.104.24 69,588 1/21/2020
3.3.104.23 34,249 1/17/2020
3.3.104.22 33,987 1/16/2020
3.3.104.21 62,554 1/15/2020
3.3.104.20 86,115 1/10/2020
3.3.104.19 26,693 1/9/2020
3.3.104.18 72,753 1/8/2020
3.3.104.17 80,632 1/6/2020
3.3.104.16 337,331 1/2/2020
3.3.104.15 23,059 12/25/2019
3.3.104.14 6,463 12/23/2019
3.3.104.13 22,303 12/20/2019
3.3.104.12 39,232 12/18/2019
3.3.104.11 20,659 12/18/2019
3.3.104.10 53,923 12/16/2019
3.3.104.9 35,587 12/13/2019
3.3.104.8 14,920 12/12/2019
3.3.104.7 16,436 12/12/2019
3.3.104.6 5,426 12/11/2019
3.3.104.5 22,433 12/9/2019
3.3.104.4 172,992 12/3/2019
3.3.104.3 21,975 12/2/2019
3.3.104.2 18,583 11/26/2019
3.3.104.1 15,717 11/25/2019
3.3.104 126,974 11/22/2019
3.3.103.16 73,195 11/22/2019
3.3.103.15 27,311 11/20/2019
3.3.103.14 3,045 11/19/2019
3.3.103.13 44,639 11/14/2019
3.3.103.12 15,353 11/13/2019
3.3.103.11 96,670 11/8/2019
3.3.103.10 13,220 11/7/2019
3.3.103.9 12,479 11/7/2019
3.3.103.8 19,439 11/5/2019
3.3.103.7 36,961 10/31/2019
3.3.103.6 29,491 10/30/2019
3.3.103.5 20,639 10/28/2019
3.3.103.4 3,834 10/28/2019
3.3.103.3 95,366 10/24/2019
3.3.103.2 5,853 10/22/2019
3.3.103.1 323,288 10/18/2019
3.3.103 26,295 10/18/2019
3.3.102.35 26,545 10/17/2019
3.3.102.34 12,396 10/16/2019
3.3.102.33 90,870 10/11/2019
3.3.102.32 20,096 10/10/2019
3.3.102.31 18,658 10/8/2019
3.3.102.30 146,699 9/30/2019
3.3.102.29 45,318 9/26/2019
3.3.102.28 28,360 9/23/2019
3.3.102.27 7,346 9/21/2019
3.3.102.26 5,659 9/19/2019
3.3.102.25 42,357 9/18/2019
3.3.102.24 19,053 9/17/2019
3.3.102.23 16,214 9/16/2019
3.3.102.22 20,658 9/12/2019
3.3.102.21 26,800 9/9/2019
3.3.102.20 11,823 9/6/2019
3.3.102.19 18,243 9/5/2019
3.3.102.18 11,647 9/4/2019
3.3.102.17 111,744 8/27/2019
3.3.102.16 40,535 8/23/2019
3.3.102.15 9,689 8/22/2019
3.3.102.14 107,593 8/16/2019
3.3.102.13 8,539 8/15/2019
3.3.102.12 4,986 8/14/2019
3.3.102.11 13,311 8/13/2019
3.3.102.10 107,251 8/12/2019
3.3.102.9 10,278 8/9/2019
3.3.102.8 6,178 8/8/2019
3.3.102.7 5,658 8/7/2019
3.3.102.6 8,996 8/7/2019
3.3.102.5 100,269 8/2/2019
3.3.102.4 26,301 8/1/2019
3.3.102.3 43,232 7/30/2019
3.3.102.2 11,253 7/29/2019
3.3.102.1 15,773 7/25/2019
3.3.102 630,528 7/24/2019
3.3.101.32 107,798 7/22/2019
3.3.101.31 34,714 7/19/2019
3.3.101.30 9,887 7/19/2019
3.3.101.29 34,456 7/12/2019
3.3.101.28 15,341 7/10/2019
3.3.101.27 8,150 7/9/2019
3.3.101.26 4,405 7/8/2019
3.3.101.25 19,662 7/2/2019
3.3.101.24 7,935 7/1/2019
3.3.101.23 11,628 6/28/2019
3.3.101.22 11,043 6/27/2019
3.3.101.21 5,401 6/27/2019
3.3.101.20 6,717 6/26/2019
3.3.101.19 176,303 6/24/2019
3.3.101.18 66,629 6/20/2019
3.3.101.17 8,169 6/20/2019
3.3.101.16 23,511 6/17/2019
3.3.101.15 4,837 6/14/2019
3.3.101.14 42,511 6/13/2019
3.3.101.13 17,459 6/7/2019
3.3.101.12 84,054 6/4/2019
3.3.101.11 25,299 6/3/2019
3.3.101.10 28,405 5/31/2019
3.3.101.9 4,601 5/30/2019
3.3.101.8 5,766 5/29/2019
3.3.101.7 14,984 5/28/2019
3.3.101.6 27,411 5/23/2019
3.3.101.5 15,904 5/22/2019
3.3.101.4 17,133 5/21/2019
3.3.101.3 11,770 5/20/2019
3.3.101.2 10,965 5/17/2019
3.3.101.1 60,775 5/15/2019
3.3.101 637,754 5/10/2019
3.3.100.18 98,979 5/8/2019
3.3.100.17 37,887 5/7/2019
3.3.100.16 8,448 5/6/2019
3.3.100.15 20,248 5/3/2019
3.3.100.14 9,195 5/2/2019
3.3.100.13 43,580 4/30/2019
3.3.100.12 8,027 4/29/2019
3.3.100.11 20,958 4/26/2019
3.3.100.10 114,677 4/25/2019
3.3.100.9 4,425 4/25/2019
3.3.100.8 7,732 4/24/2019
3.3.100.7 21,308 4/18/2019
3.3.100.6 12,870 4/16/2019
3.3.100.5 73,438 4/4/2019
3.3.100.4 12,273 4/3/2019
3.3.100.3 45,173 3/29/2019
3.3.100.2 25,235 3/26/2019
3.3.100.1 38,764 3/22/2019
3.3.100 1,036,589 3/21/2019
3.3.4.58 666,763 3/11/2019
3.3.4.57 8,992 3/7/2019
3.3.4.56 11,047 3/6/2019
3.3.4.55 70,551 2/26/2019
3.3.4.54 74,885 2/20/2019
3.3.4.53 21,901 2/15/2019
3.3.4.52 20,573 2/14/2019
3.3.4.51 10,155 2/13/2019
3.3.4.50 111,749 2/4/2019
3.3.4.49 51,721 1/26/2019
3.3.4.48 8,464 1/25/2019
3.3.4.47 9,288 1/24/2019
3.3.4.46 75,047 1/18/2019
3.3.4.45 55,972 1/11/2019
3.3.4.44 3,931 1/10/2019
3.3.4.43 53,378 1/8/2019
3.3.4.42 2,719 1/7/2019
3.3.4.41 40,582 1/4/2019
3.3.4.40 82,769 12/22/2018
3.3.4.39 3,893 12/21/2018
3.3.4.38 57,651 12/15/2018
3.3.4.37 51,765 12/14/2018
3.3.4.36 34,829 12/12/2018
3.3.4.35 96,011 12/4/2018
3.3.4.34 93,639 11/16/2018
3.3.4.33 3,882 11/16/2018
3.3.4.32 8,302 11/15/2018
3.3.4.31 4,880 11/13/2018
3.3.4.30 64,883 11/9/2018
3.3.4.29 4,178 11/9/2018
3.3.4.28 4,212 11/7/2018
3.3.4.27 3,690 11/7/2018
3.3.4.26 2,853 11/6/2018
3.3.4.25 15,377 10/30/2018
3.3.4.24 5,117 10/29/2018
3.3.4.23 2,763 10/29/2018
3.3.4.22 18,975 10/26/2018
3.3.4.21 7,021 10/22/2018
3.3.4.20 2,749 10/22/2018
3.3.4.19 76,952 10/17/2018
3.3.4.18 118,774 10/6/2018
3.3.4.17 36,099 10/4/2018
3.3.4.16 32,127 9/26/2018
3.3.4.15 126,467 9/10/2018
3.3.4.14 26,058 9/7/2018
3.3.4.13 34,456 8/28/2018
3.3.4.12 54,143 8/16/2018
3.3.4.11 7,108 8/15/2018
3.3.4.10 32,222 8/3/2018
3.3.4.9 47,027 8/2/2018
3.3.4.8 101,747 7/23/2018
3.3.4.7 232,558 7/3/2018
3.3.4.6 42,331 6/23/2018
3.3.4.5 25,415 6/19/2018
3.3.4.4 147,127 6/1/2018
3.3.4.3 3,772,293 4/25/2018
3.3.4.2 14,999 4/20/2018
3.3.4.1 68,786 3/29/2018
3.3.4 22,087 3/29/2018
3.3.3.6 90,780 3/15/2018
3.3.3.5 26,345 3/3/2018
3.3.3.4 59,579 2/27/2018
3.3.3.3 1,404,725 11/11/2017
3.3.3.2 62,094 10/24/2017
3.3.3.1 28,087 10/9/2017
3.3.3 63,151 7/27/2017
3.3.2.3 749,860 7/7/2017
3.3.2.2 4,189 7/5/2017
3.3.2.1 5,882 6/28/2017
3.3.2 42,055 5/25/2017
3.3.1.9 654,109 5/11/2017
3.3.1.8 5,293 5/8/2017
3.3.1.7 4,686 5/5/2017
3.3.1.6 14,014 4/28/2017
3.3.1.5 13,975 4/21/2017
3.3.1.4 6,163 4/19/2017
3.3.1.3 18,856 3/31/2017
3.3.1.2 9,003 3/15/2017
3.3.1.1 4,499 3/14/2017
3.3.1 15,179 3/14/2017
3.3.0.9 64,149 1/20/2017
3.3.0.8 12,028 12/28/2016
3.3.0.7 10,891 12/16/2016
3.3.0.6 4,000 12/9/2016
3.3.0.5 5,305 12/7/2016
3.3.0.4 2,858 12/6/2016
3.3.0.3 15,458 11/15/2016
3.3.0.2 65,329 11/4/2016
3.3.0.1 43,236 10/11/2016
3.3.0 126,922 9/19/2016
3.2.8-rc 2,505 9/8/2016
3.2.7-beta 2,070 8/23/2016
3.2.6-beta 2,372 8/2/2016
3.2.5-beta 2,206 6/28/2016
3.2.4.1-beta 2,215 6/2/2016
3.2.4-beta 1,915 6/1/2016
3.2.3.1-beta 2,088 4/20/2016
3.2.3-beta 2,725 3/12/2016
3.2.2.1-beta 1,888 3/2/2016
3.2.2-beta 1,985 1/12/2016
3.2.1-beta 2,549 12/7/2015
3.2.0-beta 2,439 9/29/2015
3.1.4.5 27,048 8/9/2016
3.1.4.4 5,439 7/29/2016
3.1.4.3 6,116 7/13/2016
3.1.4.2 5,353 6/28/2016
3.1.4.1 4,992 6/3/2016
3.1.4 4,876 5/26/2016
3.1.3.3 9,457 5/5/2016
3.1.3.2 2,715 4/26/2016
3.1.3.1 2,384 4/18/2016
3.1.3 4,870 4/6/2016
3.1.2.2 8,632 2/22/2016
3.1.2.1 6,890 1/21/2016
3.1.2 2,378 1/19/2016
3.1.1.2 7,844 1/6/2016
3.1.1.1 3,140 12/21/2015
3.1.1 5,117 12/2/2015
3.1.0.2 111,789 10/7/2015
3.1.0.1 10,685 8/27/2015
3.1.0 197,388 7/28/2015
3.0.0.2-preview 2,521 5/21/2015
3.0.0.1-preview 1,992 5/6/2015
3.0.0-preview 2,216 4/30/2015