AWSSDK.SecurityToken 3.7.401.112

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.112
                    
NuGet\Install-Package AWSSDK.SecurityToken -Version 3.7.401.112
                    
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.112" />
                    
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.112" />
                    
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.112
                    
#r "nuget: AWSSDK.SecurityToken, 3.7.401.112"
                    
#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.112
                    
Install as a Cake Addin
#tool nuget:?package=AWSSDK.SecurityToken&version=3.7.401.112
                    
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
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 10,853 6/23/2025
4.0.1.1 16,657 6/18/2025
4.0.1 7,803 6/17/2025
4.0.0.9 8,998 6/16/2025
4.0.0.8 20,077 6/12/2025
4.0.0.7 10,160 6/11/2025
4.0.0.6 12,740 6/10/2025
4.0.0.5 87,250 6/4/2025
4.0.0.4 170,595 5/16/2025
4.0.0.3 12,454 5/15/2025
4.0.0.2 143,812 5/6/2025
4.0.0.1 65,468 4/30/2025
4.0.0 231,119 4/28/2025
4.0.0-preview.13 4,606 4/9/2025
4.0.0-preview.12 453 4/4/2025
4.0.0-preview.11 4,955 3/26/2025
4.0.0-preview.10 6,648 3/7/2025
4.0.0-preview.9 474 3/4/2025
4.0.0-preview.8 783 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,520 1/3/2025
4.0.0-preview.4 33,028 10/11/2024
4.0.0-preview.3 979 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 98 6/27/2025
3.7.402.4 356 6/26/2025
3.7.402.3 8,011 6/23/2025
3.7.402.2 51,302 6/20/2025
3.7.402.1 7,103 6/18/2025
3.7.402 7,336 6/17/2025
3.7.401.114 82,989 6/11/2025
3.7.401.113 8,088 6/10/2025
3.7.401.112 8,297 6/9/2025
3.7.401.111 53,081 6/6/2025
3.7.401.110 18,662 6/5/2025
3.7.401.109 20,351 6/4/2025
3.7.401.108 17,825 6/2/2025
3.7.401.107 10,959 5/30/2025
3.7.401.106 60,401 5/28/2025
3.7.401.105 20,510 5/23/2025
3.7.401.104 15,940 5/21/2025
3.7.401.103 10,960 5/20/2025
3.7.401.102 15,357 5/19/2025
3.7.401.101 88,546 5/16/2025
3.7.401.100 30,695 5/12/2025
3.7.401.99 67,259 5/9/2025
3.7.401.98 9,947 5/8/2025
3.7.401.97 15,207 5/7/2025
3.7.401.96 22,679 5/6/2025
3.7.401.95 17,578 5/5/2025
3.7.401.94 48,422 5/2/2025
3.7.401.93 12,493 5/1/2025
3.7.401.92 11,899 4/30/2025
3.7.401.91 13,464 4/29/2025
3.7.401.90 31,610 4/28/2025
3.7.401.89 79,728 4/25/2025
3.7.401.88 24,040 4/24/2025
3.7.401.87 45,004 4/23/2025
3.7.401.86 132,383 4/18/2025
3.7.401.85 21,901 4/17/2025
3.7.401.84 87,136 4/16/2025
3.7.401.83 84,587 4/14/2025
3.7.401.82 71,948 4/11/2025
3.7.401.81 31,736 4/10/2025
3.7.401.80 30,326 4/9/2025
3.7.401.79 55,259 4/8/2025
3.7.401.78 196,047 4/4/2025
3.7.401.77 55,576 4/3/2025
3.7.401.76 29,097 4/3/2025
3.7.401.75 7,491 4/2/2025
3.7.401.74 76,726 4/1/2025
3.7.401.73 43,305 3/31/2025
3.7.401.72 119,569 3/28/2025
3.7.401.71 59,343 3/27/2025
3.7.401.70 36,670 3/26/2025
3.7.401.69 30,155 3/25/2025
3.7.401.68 54,330 3/24/2025
3.7.401.67 138,721 3/21/2025
3.7.401.66 44,835 3/20/2025
3.7.401.65 33,901 3/19/2025
3.7.401.64 37,324 3/18/2025
3.7.401.63 49,798 3/17/2025
3.7.401.62 93,881 3/14/2025
3.7.401.61 21,332 3/14/2025
3.7.401.60 157,414 3/11/2025
3.7.401.59 49,042 3/10/2025
3.7.401.58 109,833 3/7/2025
3.7.401.57 42,530 3/6/2025
3.7.401.56 37,598 3/5/2025
3.7.401.55 78,482 3/4/2025
3.7.401.54 86,495 3/3/2025
3.7.401.53 143,963 2/28/2025
3.7.401.52 67,856 2/27/2025
3.7.401.51 53,645 2/26/2025
3.7.401.50 55,607 2/25/2025
3.7.401.49 74,407 2/24/2025
3.7.401.48 65,852 2/21/2025
3.7.401.47 45,901 2/20/2025
3.7.401.46 80,390 2/18/2025
3.7.401.45 109,647 2/17/2025
3.7.401.44 108,070 2/13/2025
3.7.401.43 45,912 2/12/2025
3.7.401.42 70,977 2/11/2025
3.7.401.41 82,330 2/10/2025
3.7.401.40 95,004 2/7/2025
3.7.401.39 52,852 2/6/2025
3.7.401.38 44,059 2/5/2025
3.7.401.37 120,687 2/4/2025
3.7.401.36 65,170 2/3/2025
3.7.401.35 176,826 1/30/2025
3.7.401.34 181,169 1/27/2025
3.7.401.33 149,274 1/22/2025
3.7.401.32 59,082 1/21/2025
3.7.401.31 109,734 1/17/2025
3.7.401.30 77,254 1/16/2025
3.7.401.29 50,196 1/15/2025
3.7.401.28 47,679 1/14/2025
3.7.401.27 51,986 1/13/2025
3.7.401.26 86,314 1/10/2025
3.7.401.25 22,782 1/9/2025
3.7.401.24 86,682 1/8/2025
3.7.401.23 86,474 1/7/2025
3.7.401.22 67,665 1/6/2025
3.7.401.21 79,916 1/3/2025
3.7.401.20 73,744 1/2/2025
3.7.401.19 161,873 12/26/2024
3.7.401.18 497,319 12/23/2024
3.7.401.17 60,397 12/20/2024
3.7.401.16 112,582 12/19/2024
3.7.401.15 72,935 12/18/2024
3.7.401.14 64,533 12/17/2024
3.7.401.13 191,635 12/13/2024
3.7.401.12 72,875 12/12/2024
3.7.401.11 42,612 12/11/2024
3.7.401.10 61,367 12/10/2024
3.7.401.9 69,885 12/9/2024
3.7.401.8 366,123 12/3/2024
3.7.401.7 381,414 11/27/2024
3.7.401.6 373,588 11/22/2024
3.7.401.5 64,517 11/21/2024
3.7.401.4 55,690 11/21/2024
3.7.401.3 114,553 11/19/2024
3.7.401.2 232,114 11/15/2024
3.7.401.1 300,783 11/15/2024
3.7.401 37,945 11/14/2024
3.7.400.50 119,050 11/13/2024
3.7.400.49 120,065 11/12/2024
3.7.400.48 52,776 11/11/2024
3.7.400.47 69,742 11/8/2024
3.7.400.46 199,879 11/7/2024
3.7.400.45 760,771 11/1/2024
3.7.400.44 61,396 10/31/2024
3.7.400.43 102,725 10/30/2024
3.7.400.42 80,304 10/29/2024
3.7.400.41 321,303 10/28/2024
3.7.400.40 106,105 10/25/2024
3.7.400.39 41,232 10/24/2024
3.7.400.38 61,331 10/23/2024
3.7.400.37 77,595 10/22/2024
3.7.400.36 390,046 10/16/2024
3.7.400.35 317,167 10/15/2024
3.7.400.34 101,942 10/14/2024
3.7.400.33 283,888 10/9/2024
3.7.400.32 79,625 10/8/2024
3.7.400.31 75,833 10/7/2024
3.7.400.30 129,980 10/4/2024
3.7.400.29 31,953 10/3/2024
3.7.400.28 40,456 10/2/2024
3.7.400.27 79,657 10/1/2024
3.7.400.26 233,269 9/27/2024
3.7.400.25 82,882 9/26/2024
3.7.400.24 69,133 9/25/2024
3.7.400.23 74,575 9/24/2024
3.7.400.22 165,179 9/21/2024
3.7.400.21 717,432 9/16/2024
3.7.400.20 105,204 9/13/2024
3.7.400.19 140,376 9/11/2024
3.7.400.18 95,333 9/10/2024
3.7.400.17 62,097 9/9/2024
3.7.400.16 178,750 9/6/2024
3.7.400.15 78,302 9/5/2024
3.7.400.14 205,566 9/4/2024
3.7.400.13 237,747 8/30/2024
3.7.400.12 239,719 8/28/2024
3.7.400.11 271,301 8/22/2024
3.7.400.10 97,976 8/21/2024
3.7.400.9 72,353 8/20/2024
3.7.400.8 47,191 8/19/2024
3.7.400.7 292,282 8/16/2024
3.7.400.6 82,563 8/15/2024
3.7.400.5 254,578 8/13/2024
3.7.400.4 230,031 8/9/2024
3.7.400.3 365,838 8/5/2024
3.7.400.2 362,567 7/30/2024
3.7.400.1 60,392 7/29/2024
3.7.400 216,064 7/24/2024
3.7.300.121 215,750 7/22/2024
3.7.300.120 632,166 7/18/2024
3.7.300.119 304,816 7/12/2024
3.7.300.118 276,188 7/10/2024
3.7.300.117 171,240 7/9/2024
3.7.300.116 21,400 7/8/2024
3.7.300.115 93,614 7/5/2024
3.7.300.114 49,342 7/3/2024
3.7.300.113 146,692 7/1/2024
3.7.300.112 252,676 6/28/2024
3.7.300.111 112,503 6/27/2024
3.7.300.110 177,853 6/24/2024
3.7.300.109 109,596 6/20/2024
3.7.300.108 96,004 6/19/2024
3.7.300.107 95,135 6/18/2024
3.7.300.106 438,643 6/12/2024
3.7.300.105 482,185 6/11/2024
3.7.300.104 91,161 6/10/2024
3.7.300.103 89,832 6/7/2024
3.7.300.102 137,193 6/5/2024
3.7.300.101 137,453 6/4/2024
3.7.300.100 183,691 6/3/2024
3.7.300.99 267,177 5/30/2024
3.7.300.98 76,122 5/29/2024
3.7.300.97 55,527 5/28/2024
3.7.300.96 249,685 5/23/2024
3.7.300.95 65,269 5/22/2024
3.7.300.94 381,642 5/17/2024
3.7.300.93 175,200 5/16/2024
3.7.300.92 151,049 5/14/2024
3.7.300.91 239,749 5/13/2024
3.7.300.90 189,568 5/10/2024
3.7.300.89 46,650 5/9/2024
3.7.300.88 258,579 5/6/2024
3.7.300.87 70,027 5/3/2024
3.7.300.86 228,210 5/1/2024
3.7.300.85 162,196 4/29/2024
3.7.300.84 143,430 4/26/2024
3.7.300.83 37,259 4/25/2024
3.7.300.82 116,113 4/24/2024
3.7.300.81 44,184 4/23/2024
3.7.300.80 141,981 4/22/2024
3.7.300.79 47,860 4/19/2024
3.7.300.78 46,981 4/18/2024
3.7.300.77 136,740 4/17/2024
3.7.300.76 89,830 4/16/2024
3.7.300.75 1,403,747 4/11/2024
3.7.300.74 160,318 4/10/2024
3.7.300.73 127,130 4/9/2024
3.7.300.72 217,535 4/8/2024
3.7.300.71 107,204 4/5/2024
3.7.300.70 143,446 4/4/2024
3.7.300.69 71,749 4/3/2024
3.7.300.68 120,120 4/2/2024
3.7.300.67 62,509 4/1/2024
3.7.300.66 116,132 3/29/2024
3.7.300.65 43,583 3/28/2024
3.7.300.64 150,003 3/27/2024
3.7.300.63 54,076 3/26/2024
3.7.300.62 88,942 3/25/2024
3.7.300.61 160,976 3/22/2024
3.7.300.60 429,290 3/18/2024
3.7.300.59 80,333 3/15/2024
3.7.300.58 83,395 3/14/2024
3.7.300.57 51,465 3/13/2024
3.7.300.56 278,865 3/8/2024
3.7.300.55 676,404 2/29/2024
3.7.300.54 271,351 2/27/2024
3.7.300.53 966,548 2/16/2024
3.7.300.52 33,727 2/15/2024
3.7.300.51 74,194 2/14/2024
3.7.300.50 62,459 2/13/2024
3.7.300.49 281,261 2/9/2024
3.7.300.48 98,427 2/7/2024
3.7.300.47 445,587 2/2/2024
3.7.300.46 48,194 2/1/2024
3.7.300.45 324,668 1/31/2024
3.7.300.44 61,090 1/30/2024
3.7.300.43 127,902 1/29/2024
3.7.300.42 227,488 1/25/2024
3.7.300.41 101,535 1/25/2024
3.7.300.40 267,701 1/19/2024
3.7.300.39 265,466 1/18/2024
3.7.300.38 124,507 1/16/2024
3.7.300.37 127,909 1/14/2024
3.7.300.36 14,889 1/12/2024
3.7.300.35 84,682 1/11/2024
3.7.300.34 116,046 1/10/2024
3.7.300.33 135,700 1/8/2024
3.7.300.32 37,390 1/5/2024
3.7.300.31 40,768 1/4/2024
3.7.300.30 56,015 1/3/2024
3.7.300.29 322,733 12/28/2023
3.7.300.28 34,556 12/27/2023
3.7.300.27 32,736 12/26/2023
3.7.300.26 41,024 12/22/2023
3.7.300.25 21,361 12/21/2023
3.7.300.24 42,205 12/20/2023
3.7.300.23 45,181 12/19/2023
3.7.300.22 86,661 12/18/2023
3.7.300.21 64,214 12/15/2023
3.7.300.20 29,240 12/14/2023
3.7.300.19 111,394 12/13/2023
3.7.300.18 203,321 12/12/2023
3.7.300.17 338,468 12/7/2023
3.7.300.16 58,557 12/6/2023
3.7.300.15 127,261 12/5/2023
3.7.300.14 179,631 12/4/2023
3.7.300.13 235,009 11/30/2023
3.7.300.12 6,493 11/29/2023
3.7.300.11 56,046 11/28/2023
3.7.300.10 52,287 11/28/2023
3.7.300.9 5,362 11/27/2023
3.7.300.8 118,930 11/27/2023
3.7.300.7 245,151 11/21/2023
3.7.300.6 64,739 11/20/2023
3.7.300.5 282,204 11/17/2023
3.7.300.4 32,912 11/16/2023
3.7.300.3 39,940 11/15/2023
3.7.300.2 132,319 11/14/2023
3.7.300.1 241,805 11/13/2023
3.7.300 556,994 11/10/2023
3.7.202.18 177,056 11/8/2023
3.7.202.17 55,747 11/7/2023
3.7.202.16 46,600 11/6/2023
3.7.202.15 213,512 11/2/2023
3.7.202.14 456,058 10/27/2023
3.7.202.13 67,862 10/26/2023
3.7.202.12 201,578 10/24/2023
3.7.202.11 51,328 10/23/2023
3.7.202.10 168,154 10/20/2023
3.7.202.9 120,115 10/19/2023
3.7.202.8 53,117 10/18/2023
3.7.202.7 54,977 10/17/2023
3.7.202.6 80,090 10/16/2023
3.7.202.5 108,512 10/12/2023
3.7.202.4 233,781 10/7/2023
3.7.202.3 51,132 10/5/2023
3.7.202.2 54,530 10/4/2023
3.7.202.1 76,570 10/3/2023
3.7.202 183,177 10/2/2023
3.7.201.44 262,569 9/28/2023
3.7.201.43 30,919 9/28/2023
3.7.201.42 8,728 9/27/2023
3.7.201.41 98,663 9/25/2023
3.7.201.40 159,826 9/22/2023
3.7.201.39 171,295 9/20/2023
3.7.201.38 58,874 9/19/2023
3.7.201.37 131,107 9/15/2023
3.7.201.36 23,409 9/15/2023
3.7.201.35 14,790 9/14/2023
3.7.201.34 244,693 9/13/2023
3.7.201.33 37,437 9/12/2023
3.7.201.32 388,341 9/8/2023
3.7.201.31 43,376 9/8/2023
3.7.201.30 42,005 9/6/2023
3.7.201.29 47,062 9/5/2023
3.7.201.28 113,031 9/1/2023
3.7.201.27 25,707 9/1/2023
3.7.201.26 3,430 8/31/2023
3.7.201.25 46,118 8/31/2023
3.7.201.24 10,407 8/30/2023
3.7.201.23 120,008 8/28/2023
3.7.201.22 138,829 8/25/2023
3.7.201.21 69,516 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,855 8/21/2023
3.7.201.17 37,323 8/18/2023
3.7.201.16 13,092 8/18/2023
3.7.201.15 13,500 8/17/2023
3.7.201.14 102,311 8/15/2023
3.7.201.13 170,888 8/14/2023
3.7.201.12 89,311 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,375 8/7/2023
3.7.201.6 101,946 8/4/2023
3.7.201.5 82,193 8/2/2023
3.7.201.4 53,631 8/1/2023
3.7.201.3 382,771 7/31/2023
3.7.201.2 213,066 7/28/2023
3.7.201.1 133,025 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,314 7/21/2023
3.7.200.2 167,008 7/20/2023
3.7.200.1 915,908 7/18/2023
3.7.200 161,582 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,439 7/7/2023
3.7.103.20 8,601 7/7/2023
3.7.103.19 32,009 7/6/2023
3.7.103.18 69,827 7/5/2023
3.7.103.17 237,205 7/3/2023
3.7.103.16 1,810,640 6/20/2023
3.7.103.15 455,357 6/15/2023
3.7.103.14 210,712 6/13/2023
3.7.103.13 96,096 6/12/2023
3.7.103.12 130,592 6/8/2023
3.7.103.11 171,127 6/6/2023
3.7.103.10 119,265 6/5/2023
3.7.103.9 88,887 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,211 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,779 5/19/2023
3.7.103 47,202 5/18/2023
3.7.102.4 167,058 5/16/2023
3.7.102.3 65,282 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,246 5/4/2023
3.7.101.59 103,548 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,647 4/27/2023
3.7.101.55 53,111 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,769 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,823 4/10/2023
3.7.101.43 151,074 4/7/2023
3.7.101.42 13,235 4/6/2023
3.7.101.41 71,919 4/5/2023
3.7.101.40 116,494 4/4/2023
3.7.101.39 96,160 4/3/2023
3.7.101.38 92,762 3/31/2023
3.7.101.37 185,331 3/30/2023
3.7.101.36 1,539,374 3/29/2023
3.7.101.35 62,858 3/28/2023
3.7.101.34 260,148 3/24/2023
3.7.101.33 42,475 3/23/2023
3.7.101.32 35,572 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,108 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,981 3/15/2023
3.7.101.25 226,083 3/14/2023
3.7.101.24 80,778 3/13/2023
3.7.101.23 115,819 3/10/2023
3.7.101.22 134,654 3/9/2023
3.7.101.21 165,449 3/8/2023
3.7.101.20 150,625 3/7/2023
3.7.101.19 200,040 3/3/2023
3.7.101.18 71,350 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,258 2/27/2023
3.7.101.14 152,073 2/23/2023
3.7.101.13 291,693 2/21/2023
3.7.101.12 247,887 2/18/2023
3.7.101.11 4,424 2/17/2023
3.7.101.10 93,561 2/16/2023
3.7.101.9 49,260 2/15/2023
3.7.101.8 154,445 2/13/2023
3.7.101.7 47,810 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,435 2/2/2023
3.7.100.64 117,703 2/1/2023
3.7.100.63 52,669 1/31/2023
3.7.100.62 405,163 1/26/2023
3.7.100.61 126,872 1/25/2023
3.7.100.60 119,234 1/24/2023
3.7.100.59 96,304 1/23/2023
3.7.100.58 153,542 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,023 1/13/2023
3.7.100.53 89,868 1/12/2023
3.7.100.52 303,592 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,286 1/3/2023
3.7.100.46 133,473 12/30/2022
3.7.100.45 95,320 12/29/2022
3.7.100.44 59,258 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,183 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,816 12/13/2022
3.7.100.34 81,728 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,471 12/2/2022
3.7.100.27 280,002 12/1/2022
3.7.100.26 216,217 11/30/2022
3.7.100.25 288,103 11/29/2022
3.7.100.24 29,796 11/29/2022
3.7.100.23 298,234 11/28/2022
3.7.100.22 312,002 11/22/2022
3.7.100.21 320,273 11/18/2022
3.7.100.20 80,709 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,620 11/11/2022
3.7.100.15 45,379 11/10/2022
3.7.100.14 70,564,073 11/9/2022
3.7.100.13 9,165 11/9/2022
3.7.100.12 20,853 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,588 10/19/2022
3.7.1.216 161,861 10/18/2022
3.7.1.215 93,833 10/14/2022
3.7.1.214 63,004 10/13/2022
3.7.1.213 261,975 10/7/2022
3.7.1.212 125,809 10/6/2022
3.7.1.211 649,049 10/4/2022
3.7.1.210 69,715 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,955 9/27/2022
3.7.1.206 3,691,241 9/27/2022
3.7.1.205 15,835 9/26/2022
3.7.1.204 118,378 9/23/2022
3.7.1.203 48,773 9/22/2022
3.7.1.202 121,682 9/21/2022
3.7.1.201 90,700 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,961 9/9/2022
3.7.1.195 19,213 9/9/2022
3.7.1.194 24,470 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,221 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,592 8/16/2022
3.7.1.185 112,411 8/12/2022
3.7.1.184 116,233 8/11/2022
3.7.1.183 239,268 8/8/2022
3.7.1.182 126,169 8/4/2022
3.7.1.181 91,563 8/2/2022
3.7.1.180 133,992 7/29/2022
3.7.1.179 25,856 7/28/2022
3.7.1.178 44,585 7/27/2022
3.7.1.177 297,595 7/22/2022
3.7.1.176 89,306 7/20/2022
3.7.1.175 242,197 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,218 7/5/2022
3.7.1.169 179,350 6/29/2022
3.7.1.168 298,906 6/24/2022
3.7.1.167 752,692 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,433 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,245 5/25/2022
3.7.1.155 82,114 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,409 5/18/2022
3.7.1.151 287,163 5/16/2022
3.7.1.150 331,815 5/9/2022
3.7.1.149 81,524 5/6/2022
3.7.1.148 35,593 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,839 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,878 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,004 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,347 3/28/2022
3.7.1.132 139,958 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,924 3/16/2022
3.7.1.128 144,508 3/14/2022
3.7.1.127 60,633 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,291 3/3/2022
3.7.1.122 85,537 3/1/2022
3.7.1.121 72,121 2/28/2022
3.7.1.120 34,709 2/26/2022
3.7.1.119 82,606 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,540 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,700 1/14/2022
3.7.1.106 80,926 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,011 12/8/2021
3.7.1.96 332,139 12/2/2021
3.7.1.95 41,183 12/1/2021
3.7.1.94 149,923 11/23/2021
3.7.1.93 169,516 11/22/2021
3.7.1.92 77,130 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,011 11/15/2021
3.7.1.87 95,424 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,572 10/29/2021
3.7.1.77 1,522,363 10/27/2021
3.7.1.76 154,976 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,286 10/13/2021
3.7.1.70 48,323 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,055 10/6/2021
3.7.1.65 338,795 10/1/2021
3.7.1.64 39,488 9/30/2021
3.7.1.63 68,368 9/29/2021
3.7.1.62 80,688 9/27/2021
3.7.1.61 64,543 9/24/2021
3.7.1.60 50,574 9/23/2021
3.7.1.59 33,604 9/22/2021
3.7.1.58 145,519 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,940 9/13/2021
3.7.1.54 36,278 9/10/2021
3.7.1.53 23,322 9/9/2021
3.7.1.52 78,647 9/7/2021
3.7.1.51 68,600 9/3/2021
3.7.1.50 15,357 9/3/2021
3.7.1.49 4,024 9/2/2021
3.7.1.48 29,685 9/1/2021
3.7.1.47 45,485 8/31/2021
3.7.1.46 271,442 8/27/2021
3.7.1.45 72,770 8/25/2021
3.7.1.44 95,987 8/23/2021
3.7.1.43 130,217 8/19/2021
3.7.1.42 227,159 8/16/2021
3.7.1.41 167,330 8/12/2021
3.7.1.40 292,025 8/10/2021
3.7.1.39 261,224 8/6/2021
3.7.1.38 345,524 8/4/2021
3.7.1.37 203,885 7/30/2021
3.7.1.36 35,927 7/29/2021
3.7.1.35 120,818 7/27/2021
3.7.1.34 238,914 7/21/2021
3.7.1.33 113,272 7/16/2021
3.7.1.32 83,984 7/13/2021
3.7.1.31 27,702 7/12/2021
3.7.1.30 102,476 7/9/2021
3.7.1.29 44,078 7/8/2021
3.7.1.28 52,469 7/7/2021
3.7.1.27 8,062 7/7/2021
3.7.1.26 119,923 7/6/2021
3.7.1.25 133,297 7/1/2021
3.7.1.24 151,750 6/25/2021
3.7.1.23 44,322 6/24/2021
3.7.1.22 384,980 6/21/2021
3.7.1.21 73,281 6/17/2021
3.7.1.20 41,967 6/15/2021
3.7.1.19 60,937 6/11/2021
3.7.1.18 513,094 5/28/2021
3.7.1.17 71,563 5/27/2021
3.7.1.16 17,694 5/27/2021
3.7.1.15 92,224 5/24/2021
3.7.1.14 84,393 5/21/2021
3.7.1.13 108,770 5/20/2021
3.7.1.12 25,810 5/19/2021
3.7.1.11 26,439 5/18/2021
3.7.1.10 59,790 5/14/2021
3.7.1.9 40,630 5/12/2021
3.7.1.8 28,360 5/10/2021
3.7.1.7 5,047 5/10/2021
3.7.1.6 89,968 5/6/2021
3.7.1.5 130,021 4/30/2021
3.7.1.4 76,029 4/27/2021
3.7.1.3 121,080 4/23/2021
3.7.1.2 216,912 4/19/2021
3.7.1.1 67,937 4/15/2021
3.7.1 629,531 4/13/2021
3.7.0.10 194,604 4/12/2021
3.7.0.9 49,638 4/8/2021
3.7.0.8 47,361 4/7/2021
3.7.0.7 99,031 4/2/2021
3.7.0.6 34,345 4/1/2021
3.7.0.5 33,634 3/31/2021
3.7.0.4 4,926 3/31/2021
3.7.0.3 2,213,467 3/30/2021
3.7.0.2 5,403,333 3/29/2021
3.7.0.1 72,902 3/26/2021
3.7.0 2,608,569 3/26/2021
3.5.1.60 609,637 3/25/2021
3.5.1.59 257,779 3/17/2021
3.5.1.58 76,920 3/15/2021
3.5.1.57 113,002 3/9/2021
3.5.1.56 153,115 3/5/2021
3.5.1.55 3,223 3/4/2021
3.5.1.54 146,316 3/1/2021
3.5.1.53 252,438 2/23/2021
3.5.1.52 161,730 2/19/2021
3.5.1.51 8,530 2/18/2021
3.5.1.50 55,068 2/12/2021
3.5.1.49 154,937 2/9/2021
3.5.1.48 16,118 2/8/2021
3.5.1.47 70,846 2/5/2021
3.5.1.46 29,026 2/4/2021
3.5.1.45 376,325 1/29/2021
3.5.1.44 70,656 1/28/2021
3.5.1.43 22,720 1/27/2021
3.5.1.42 27,846 1/26/2021
3.5.1.41 122,509 1/20/2021
3.5.1.40 10,092 1/19/2021
3.5.1.39 256,538 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,088 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,754 12/14/2020
3.5.1.28 197,163 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,113 12/2/2020
3.5.1.24 10,513 12/1/2020
3.5.1.23 45,490 12/1/2020
3.5.1.22 123,583 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,733 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,235 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,542 10/6/2020
3.5.1.4 20,411 10/2/2020
3.5.1.3 115,323 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,513 9/16/2020
3.5.0.14 21,382 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,563 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,473 8/27/2020
3.5.0.3 18,503 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,350 8/20/2020
3.5.0-beta 31,456 2/4/2020
3.3.105.43 1,908,874 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,642 7/9/2020
3.3.105.27 27,499 7/9/2020
3.3.105.26 594,963 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,801 6/26/2020
3.3.105.21 6,256 6/25/2020
3.3.105.20 17,762 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,655 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,753 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,164 5/19/2020
3.3.105.1 135,185 5/18/2020
3.3.105 39,769 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,043 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,331 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,255 4/30/2020
3.3.104.68 33,762 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,553 4/20/2020
3.3.104.60 24,499 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,636 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,468 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,485 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,164 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,723 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,674 3/2/2020
3.3.104.37 25,211 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,396 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,391 2/4/2020
3.3.104.26 120,190 1/24/2020
3.3.104.25 10,460 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,360 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,675 1/6/2020
3.3.104.16 323,918 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,032 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,686 12/2/2019
3.3.104.2 18,285 11/26/2019
3.3.104.1 15,239 11/25/2019
3.3.104 125,977 11/22/2019
3.3.103.16 71,271 11/22/2019
3.3.103.15 26,905 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,179 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,436 10/28/2019
3.3.103.4 3,625 10/28/2019
3.3.103.3 94,044 10/24/2019
3.3.103.2 5,621 10/22/2019
3.3.103.1 317,213 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,523 10/11/2019
3.3.102.32 18,684 10/10/2019
3.3.102.31 18,404 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,548 9/23/2019
3.3.102.27 7,104 9/21/2019
3.3.102.26 5,458 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,612 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,479 8/22/2019
3.3.102.14 107,051 8/16/2019
3.3.102.13 8,342 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,449 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,682 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,140 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,786 6/27/2019
3.3.101.21 5,157 6/27/2019
3.3.101.20 6,529 6/26/2019
3.3.101.19 167,517 6/24/2019
3.3.101.18 66,285 6/20/2019
3.3.101.17 7,970 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,289 5/31/2019
3.3.101.9 4,402 5/30/2019
3.3.101.8 5,596 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,708 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,798 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,554 4/16/2019
3.3.100.5 72,012 4/4/2019
3.3.100.4 11,924 4/3/2019
3.3.100.3 44,241 3/29/2019
3.3.100.2 24,564 3/26/2019
3.3.100.1 35,686 3/22/2019
3.3.100 1,009,244 3/21/2019
3.3.4.58 647,492 3/11/2019
3.3.4.57 8,760 3/7/2019
3.3.4.56 10,840 3/6/2019
3.3.4.55 70,299 2/26/2019
3.3.4.54 72,818 2/20/2019
3.3.4.53 21,678 2/15/2019
3.3.4.52 19,664 2/14/2019
3.3.4.51 9,845 2/13/2019
3.3.4.50 110,987 2/4/2019
3.3.4.49 51,358 1/26/2019
3.3.4.48 8,260 1/25/2019
3.3.4.47 8,903 1/24/2019
3.3.4.46 74,812 1/18/2019
3.3.4.45 55,624 1/11/2019
3.3.4.44 3,738 1/10/2019
3.3.4.43 53,182 1/8/2019
3.3.4.42 2,523 1/7/2019
3.3.4.41 40,392 1/4/2019
3.3.4.40 69,384 12/22/2018
3.3.4.39 3,697 12/21/2018
3.3.4.38 56,338 12/15/2018
3.3.4.37 46,778 12/14/2018
3.3.4.36 34,640 12/12/2018
3.3.4.35 95,143 12/4/2018
3.3.4.34 86,299 11/16/2018
3.3.4.33 3,528 11/16/2018
3.3.4.32 8,045 11/15/2018
3.3.4.31 4,693 11/13/2018
3.3.4.30 64,410 11/9/2018
3.3.4.29 3,977 11/9/2018
3.3.4.28 4,022 11/7/2018
3.3.4.27 3,365 11/7/2018
3.3.4.26 2,672 11/6/2018
3.3.4.25 15,156 10/30/2018
3.3.4.24 4,908 10/29/2018
3.3.4.23 2,556 10/29/2018
3.3.4.22 18,524 10/26/2018
3.3.4.21 6,823 10/22/2018
3.3.4.20 2,555 10/22/2018
3.3.4.19 76,547 10/17/2018
3.3.4.18 117,092 10/6/2018
3.3.4.17 34,535 10/4/2018
3.3.4.16 30,955 9/26/2018
3.3.4.15 125,552 9/10/2018
3.3.4.14 25,045 9/7/2018
3.3.4.13 33,926 8/28/2018
3.3.4.12 52,649 8/16/2018
3.3.4.11 6,896 8/15/2018
3.3.4.10 31,583 8/3/2018
3.3.4.9 46,745 8/2/2018
3.3.4.8 101,012 7/23/2018
3.3.4.7 230,853 7/3/2018
3.3.4.6 41,783 6/23/2018
3.3.4.5 24,718 6/19/2018
3.3.4.4 145,651 6/1/2018
3.3.4.3 3,634,036 4/25/2018
3.3.4.2 14,739 4/20/2018
3.3.4.1 68,272 3/29/2018
3.3.4 21,712 3/29/2018
3.3.3.6 89,616 3/15/2018
3.3.3.5 25,993 3/3/2018
3.3.3.4 52,295 2/27/2018
3.3.3.3 1,362,258 11/11/2017
3.3.3.2 61,324 10/24/2017
3.3.3.1 27,570 10/9/2017
3.3.3 62,714 7/27/2017
3.3.2.3 730,786 7/7/2017
3.3.2.2 3,920 7/5/2017
3.3.2.1 5,606 6/28/2017
3.3.2 41,687 5/25/2017
3.3.1.9 651,812 5/11/2017
3.3.1.8 5,013 5/8/2017
3.3.1.7 4,423 5/5/2017
3.3.1.6 12,773 4/28/2017
3.3.1.5 13,688 4/21/2017
3.3.1.4 5,904 4/19/2017
3.3.1.3 18,583 3/31/2017
3.3.1.2 8,718 3/15/2017
3.3.1.1 4,221 3/14/2017
3.3.1 14,846 3/14/2017
3.3.0.9 63,320 1/20/2017
3.3.0.8 11,724 12/28/2016
3.3.0.7 10,598 12/16/2016
3.3.0.6 3,738 12/9/2016
3.3.0.5 4,910 12/7/2016
3.3.0.4 2,629 12/6/2016
3.3.0.3 15,156 11/15/2016
3.3.0.2 60,620 11/4/2016
3.3.0.1 42,730 10/11/2016
3.3.0 123,013 9/19/2016
3.2.8-rc 2,253 9/8/2016
3.2.7-beta 1,832 8/23/2016
3.2.6-beta 2,138 8/2/2016
3.2.5-beta 1,954 6/28/2016
3.2.4.1-beta 1,975 6/2/2016
3.2.4-beta 1,676 6/1/2016
3.2.3.1-beta 1,843 4/20/2016
3.2.3-beta 2,425 3/12/2016
3.2.2.1-beta 1,657 3/2/2016
3.2.2-beta 1,757 1/12/2016
3.2.1-beta 2,304 12/7/2015
3.2.0-beta 2,201 9/29/2015
3.1.4.5 26,055 8/9/2016
3.1.4.4 5,214 7/29/2016
3.1.4.3 5,829 7/13/2016
3.1.4.2 5,092 6/28/2016
3.1.4.1 4,707 6/3/2016
3.1.4 4,621 5/26/2016
3.1.3.3 9,160 5/5/2016
3.1.3.2 2,490 4/26/2016
3.1.3.1 2,157 4/18/2016
3.1.3 4,663 4/6/2016
3.1.2.2 8,401 2/22/2016
3.1.2.1 6,662 1/21/2016
3.1.2 2,163 1/19/2016
3.1.1.2 7,470 1/6/2016
3.1.1.1 2,840 12/21/2015
3.1.1 4,866 12/2/2015
3.1.0.2 104,906 10/7/2015
3.1.0.1 10,037 8/27/2015
3.1.0 142,634 7/28/2015
3.0.0.2-preview 2,222 5/21/2015
3.0.0.1-preview 1,762 5/6/2015
3.0.0-preview 1,972 4/30/2015