AWSSDK.SecurityToken 4.0.2.9

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

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