AWSSDK.SecurityToken 3.7.401.82

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.82
                    
NuGet\Install-Package AWSSDK.SecurityToken -Version 3.7.401.82
                    
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.82" />
                    
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.82" />
                    
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.82
                    
#r "nuget: AWSSDK.SecurityToken, 3.7.401.82"
                    
#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.82
                    
Install as a Cake Addin
#tool nuget:?package=AWSSDK.SecurityToken&version=3.7.401.82
                    
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 (31)

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