AWSSDK.SecurityToken 3.7.401.100

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package AWSSDK.SecurityToken --version 3.7.401.100
                    
NuGet\Install-Package AWSSDK.SecurityToken -Version 3.7.401.100
                    
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="3.7.401.100" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AWSSDK.SecurityToken" Version="3.7.401.100" />
                    
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 3.7.401.100
                    
#r "nuget: AWSSDK.SecurityToken, 3.7.401.100"
                    
#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.
#addin nuget:?package=AWSSDK.SecurityToken&version=3.7.401.100
                    
Install as a Cake Addin
#tool nuget:?package=AWSSDK.SecurityToken&version=3.7.401.100
                    
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 net35 is compatible.  net40 was computed.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (113)

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.

NServiceBus.AmazonSQS

NServiceBus.AmazonSQS

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.

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 (23)

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

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