AWSSDK.SecurityToken 3.7.401.53

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

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,011 6/23/2025
4.0.1.1 8,032 6/18/2025
4.0.1 5,965 6/17/2025
4.0.0.9 7,402 6/16/2025
4.0.0.8 15,354 6/12/2025
4.0.0.7 8,820 6/11/2025
4.0.0.6 10,865 6/10/2025
4.0.0.5 49,469 6/4/2025
4.0.0.4 156,700 5/16/2025
4.0.0.3 11,795 5/15/2025
4.0.0.2 132,118 5/6/2025
4.0.0.1 62,684 4/30/2025
4.0.0 213,060 4/28/2025
4.0.0-preview.13 4,199 4/9/2025
4.0.0-preview.12 449 4/4/2025
4.0.0-preview.11 4,879 3/26/2025
4.0.0-preview.10 6,391 3/7/2025
4.0.0-preview.9 470 3/4/2025
4.0.0-preview.8 778 2/25/2025
4.0.0-preview.7 4,750 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,763 10/11/2024
4.0.0-preview.3 975 10/1/2024
4.0.0-preview.2 11,609 8/28/2024
4.0.0-preview 66,750 8/15/2024
3.7.402.3 478 6/23/2025
3.7.402.2 1,044 6/20/2025
3.7.402.1 5,715 6/18/2025
3.7.402 5,747 6/17/2025
3.7.401.114 79,500 6/11/2025
3.7.401.113 7,324 6/10/2025
3.7.401.112 7,411 6/9/2025
3.7.401.111 51,759 6/6/2025
3.7.401.110 18,371 6/5/2025
3.7.401.109 17,239 6/4/2025
3.7.401.108 16,074 6/2/2025
3.7.401.107 10,365 5/30/2025
3.7.401.106 59,941 5/28/2025
3.7.401.105 19,707 5/23/2025
3.7.401.104 14,726 5/21/2025
3.7.401.103 10,494 5/20/2025
3.7.401.102 13,948 5/19/2025
3.7.401.101 87,858 5/16/2025
3.7.401.100 29,917 5/12/2025
3.7.401.99 66,049 5/9/2025
3.7.401.98 9,747 5/8/2025
3.7.401.97 14,439 5/7/2025
3.7.401.96 22,157 5/6/2025
3.7.401.95 16,819 5/5/2025
3.7.401.94 47,655 5/2/2025
3.7.401.93 12,133 5/1/2025
3.7.401.92 11,503 4/30/2025
3.7.401.91 13,245 4/29/2025
3.7.401.90 31,126 4/28/2025
3.7.401.89 77,110 4/25/2025
3.7.401.88 23,410 4/24/2025
3.7.401.87 43,683 4/23/2025
3.7.401.86 125,188 4/18/2025
3.7.401.85 20,798 4/17/2025
3.7.401.84 86,470 4/16/2025
3.7.401.83 82,902 4/14/2025
3.7.401.82 69,422 4/11/2025
3.7.401.81 29,611 4/10/2025
3.7.401.80 29,560 4/9/2025
3.7.401.79 54,221 4/8/2025
3.7.401.78 188,397 4/4/2025
3.7.401.77 54,563 4/3/2025
3.7.401.76 28,244 4/3/2025
3.7.401.75 7,355 4/2/2025
3.7.401.74 73,523 4/1/2025
3.7.401.73 41,696 3/31/2025
3.7.401.72 117,646 3/28/2025
3.7.401.71 56,784 3/27/2025
3.7.401.70 36,042 3/26/2025
3.7.401.69 29,566 3/25/2025
3.7.401.68 53,295 3/24/2025
3.7.401.67 135,512 3/21/2025
3.7.401.66 44,003 3/20/2025
3.7.401.65 33,059 3/19/2025
3.7.401.64 36,581 3/18/2025
3.7.401.63 48,283 3/17/2025
3.7.401.62 91,887 3/14/2025
3.7.401.61 21,115 3/14/2025
3.7.401.60 154,139 3/11/2025
3.7.401.59 48,162 3/10/2025
3.7.401.58 107,532 3/7/2025
3.7.401.57 41,901 3/6/2025
3.7.401.56 36,656 3/5/2025
3.7.401.55 75,846 3/4/2025
3.7.401.54 83,895 3/3/2025
3.7.401.53 137,000 2/28/2025
3.7.401.52 66,822 2/27/2025
3.7.401.51 52,633 2/26/2025
3.7.401.50 54,750 2/25/2025
3.7.401.49 73,142 2/24/2025
3.7.401.48 65,124 2/21/2025
3.7.401.47 44,993 2/20/2025
3.7.401.46 79,332 2/18/2025
3.7.401.45 106,256 2/17/2025
3.7.401.44 106,441 2/13/2025
3.7.401.43 45,204 2/12/2025
3.7.401.42 69,719 2/11/2025
3.7.401.41 81,152 2/10/2025
3.7.401.40 93,346 2/7/2025
3.7.401.39 52,031 2/6/2025
3.7.401.38 43,217 2/5/2025
3.7.401.37 119,714 2/4/2025
3.7.401.36 64,323 2/3/2025
3.7.401.35 173,505 1/30/2025
3.7.401.34 177,910 1/27/2025
3.7.401.33 146,779 1/22/2025
3.7.401.32 58,037 1/21/2025
3.7.401.31 108,490 1/17/2025
3.7.401.30 76,298 1/16/2025
3.7.401.29 49,335 1/15/2025
3.7.401.28 46,935 1/14/2025
3.7.401.27 51,769 1/13/2025
3.7.401.26 85,376 1/10/2025
3.7.401.25 22,609 1/9/2025
3.7.401.24 85,291 1/8/2025
3.7.401.23 85,849 1/7/2025
3.7.401.22 66,478 1/6/2025
3.7.401.21 78,883 1/3/2025
3.7.401.20 73,156 1/2/2025
3.7.401.19 159,295 12/26/2024
3.7.401.18 496,289 12/23/2024
3.7.401.17 59,525 12/20/2024
3.7.401.16 110,473 12/19/2024
3.7.401.15 72,184 12/18/2024
3.7.401.14 63,866 12/17/2024
3.7.401.13 188,438 12/13/2024
3.7.401.12 72,277 12/12/2024
3.7.401.11 42,049 12/11/2024
3.7.401.10 60,575 12/10/2024
3.7.401.9 69,226 12/9/2024
3.7.401.8 361,261 12/3/2024
3.7.401.7 378,341 11/27/2024
3.7.401.6 370,337 11/22/2024
3.7.401.5 63,917 11/21/2024
3.7.401.4 55,214 11/21/2024
3.7.401.3 112,249 11/19/2024
3.7.401.2 229,487 11/15/2024
3.7.401.1 293,944 11/15/2024
3.7.401 37,313 11/14/2024
3.7.400.50 117,288 11/13/2024
3.7.400.49 119,603 11/12/2024
3.7.400.48 52,472 11/11/2024
3.7.400.47 69,304 11/8/2024
3.7.400.46 196,610 11/7/2024
3.7.400.45 749,276 11/1/2024
3.7.400.44 60,017 10/31/2024
3.7.400.43 101,430 10/30/2024
3.7.400.42 79,846 10/29/2024
3.7.400.41 316,393 10/28/2024
3.7.400.40 104,866 10/25/2024
3.7.400.39 40,577 10/24/2024
3.7.400.38 60,788 10/23/2024
3.7.400.37 76,415 10/22/2024
3.7.400.36 385,949 10/16/2024
3.7.400.35 314,541 10/15/2024
3.7.400.34 91,326 10/14/2024
3.7.400.33 279,992 10/9/2024
3.7.400.32 79,135 10/8/2024
3.7.400.31 75,172 10/7/2024
3.7.400.30 127,827 10/4/2024
3.7.400.29 31,668 10/3/2024
3.7.400.28 39,957 10/2/2024
3.7.400.27 79,111 10/1/2024
3.7.400.26 231,536 9/27/2024
3.7.400.25 81,678 9/26/2024
3.7.400.24 68,094 9/25/2024
3.7.400.23 74,138 9/24/2024
3.7.400.22 163,905 9/21/2024
3.7.400.21 704,283 9/16/2024
3.7.400.20 104,375 9/13/2024
3.7.400.19 139,190 9/11/2024
3.7.400.18 94,187 9/10/2024
3.7.400.17 61,787 9/9/2024
3.7.400.16 177,434 9/6/2024
3.7.400.15 77,314 9/5/2024
3.7.400.14 203,025 9/4/2024
3.7.400.13 235,724 8/30/2024
3.7.400.12 237,220 8/28/2024
3.7.400.11 269,617 8/22/2024
3.7.400.10 97,296 8/21/2024
3.7.400.9 71,713 8/20/2024
3.7.400.8 47,029 8/19/2024
3.7.400.7 291,171 8/16/2024
3.7.400.6 82,056 8/15/2024
3.7.400.5 244,744 8/13/2024
3.7.400.4 228,639 8/9/2024
3.7.400.3 361,457 8/5/2024
3.7.400.2 360,538 7/30/2024
3.7.400.1 60,044 7/29/2024
3.7.400 214,342 7/24/2024
3.7.300.121 213,608 7/22/2024
3.7.300.120 630,299 7/18/2024
3.7.300.119 302,506 7/12/2024
3.7.300.118 274,782 7/10/2024
3.7.300.117 169,377 7/9/2024
3.7.300.116 21,266 7/8/2024
3.7.300.115 92,090 7/5/2024
3.7.300.114 49,171 7/3/2024
3.7.300.113 145,817 7/1/2024
3.7.300.112 251,352 6/28/2024
3.7.300.111 111,473 6/27/2024
3.7.300.110 176,370 6/24/2024
3.7.300.109 109,189 6/20/2024
3.7.300.108 95,395 6/19/2024
3.7.300.107 93,646 6/18/2024
3.7.300.106 436,285 6/12/2024
3.7.300.105 474,810 6/11/2024
3.7.300.104 90,584 6/10/2024
3.7.300.103 89,466 6/7/2024
3.7.300.102 135,651 6/5/2024
3.7.300.101 134,869 6/4/2024
3.7.300.100 182,986 6/3/2024
3.7.300.99 264,849 5/30/2024
3.7.300.98 75,674 5/29/2024
3.7.300.97 55,228 5/28/2024
3.7.300.96 248,948 5/23/2024
3.7.300.95 64,763 5/22/2024
3.7.300.94 378,717 5/17/2024
3.7.300.93 174,690 5/16/2024
3.7.300.92 149,823 5/14/2024
3.7.300.91 236,531 5/13/2024
3.7.300.90 188,616 5/10/2024
3.7.300.89 46,422 5/9/2024
3.7.300.88 254,016 5/6/2024
3.7.300.87 69,677 5/3/2024
3.7.300.86 227,092 5/1/2024
3.7.300.85 161,210 4/29/2024
3.7.300.84 143,263 4/26/2024
3.7.300.83 37,176 4/25/2024
3.7.300.82 115,296 4/24/2024
3.7.300.81 44,049 4/23/2024
3.7.300.80 140,171 4/22/2024
3.7.300.79 47,711 4/19/2024
3.7.300.78 46,453 4/18/2024
3.7.300.77 136,078 4/17/2024
3.7.300.76 89,552 4/16/2024
3.7.300.75 1,388,566 4/11/2024
3.7.300.74 159,323 4/10/2024
3.7.300.73 127,021 4/9/2024
3.7.300.72 215,204 4/8/2024
3.7.300.71 106,628 4/5/2024
3.7.300.70 142,184 4/4/2024
3.7.300.69 71,509 4/3/2024
3.7.300.68 119,667 4/2/2024
3.7.300.67 62,271 4/1/2024
3.7.300.66 114,847 3/29/2024
3.7.300.65 43,281 3/28/2024
3.7.300.64 149,398 3/27/2024
3.7.300.63 53,934 3/26/2024
3.7.300.62 88,639 3/25/2024
3.7.300.61 160,644 3/22/2024
3.7.300.60 425,268 3/18/2024
3.7.300.59 80,109 3/15/2024
3.7.300.58 83,114 3/14/2024
3.7.300.57 51,238 3/13/2024
3.7.300.56 277,375 3/8/2024
3.7.300.55 673,483 2/29/2024
3.7.300.54 269,569 2/27/2024
3.7.300.53 961,799 2/16/2024
3.7.300.52 33,631 2/15/2024
3.7.300.51 73,910 2/14/2024
3.7.300.50 62,295 2/13/2024
3.7.300.49 280,437 2/9/2024
3.7.300.48 97,828 2/7/2024
3.7.300.47 441,798 2/2/2024
3.7.300.46 48,032 2/1/2024
3.7.300.45 321,883 1/31/2024
3.7.300.44 60,711 1/30/2024
3.7.300.43 127,177 1/29/2024
3.7.300.42 226,433 1/25/2024
3.7.300.41 101,005 1/25/2024
3.7.300.40 266,510 1/19/2024
3.7.300.39 263,379 1/18/2024
3.7.300.38 124,234 1/16/2024
3.7.300.37 127,491 1/14/2024
3.7.300.36 14,791 1/12/2024
3.7.300.35 84,486 1/11/2024
3.7.300.34 115,518 1/10/2024
3.7.300.33 134,834 1/8/2024
3.7.300.32 37,325 1/5/2024
3.7.300.31 40,678 1/4/2024
3.7.300.30 55,401 1/3/2024
3.7.300.29 320,321 12/28/2023
3.7.300.28 34,385 12/27/2023
3.7.300.27 32,661 12/26/2023
3.7.300.26 40,864 12/22/2023
3.7.300.25 21,300 12/21/2023
3.7.300.24 42,008 12/20/2023
3.7.300.23 45,039 12/19/2023
3.7.300.22 86,230 12/18/2023
3.7.300.21 63,731 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,543 12/12/2023
3.7.300.17 336,194 12/7/2023
3.7.300.16 58,156 12/6/2023
3.7.300.15 127,075 12/5/2023
3.7.300.14 179,110 12/4/2023
3.7.300.13 233,871 11/30/2023
3.7.300.12 6,455 11/29/2023
3.7.300.11 55,844 11/28/2023
3.7.300.10 52,093 11/28/2023
3.7.300.9 5,334 11/27/2023
3.7.300.8 118,693 11/27/2023
3.7.300.7 244,502 11/21/2023
3.7.300.6 64,497 11/20/2023
3.7.300.5 281,182 11/17/2023
3.7.300.4 32,692 11/16/2023
3.7.300.3 39,789 11/15/2023
3.7.300.2 131,702 11/14/2023
3.7.300.1 241,147 11/13/2023
3.7.300 554,380 11/10/2023
3.7.202.18 176,593 11/8/2023
3.7.202.17 55,522 11/7/2023
3.7.202.16 46,521 11/6/2023
3.7.202.15 213,267 11/2/2023
3.7.202.14 454,599 10/27/2023
3.7.202.13 67,639 10/26/2023
3.7.202.12 201,432 10/24/2023
3.7.202.11 51,286 10/23/2023
3.7.202.10 167,477 10/20/2023
3.7.202.9 119,815 10/19/2023
3.7.202.8 53,044 10/18/2023
3.7.202.7 54,942 10/17/2023
3.7.202.6 79,323 10/16/2023
3.7.202.5 108,310 10/12/2023
3.7.202.4 233,027 10/7/2023
3.7.202.3 51,079 10/5/2023
3.7.202.2 54,170 10/4/2023
3.7.202.1 75,928 10/3/2023
3.7.202 182,584 10/2/2023
3.7.201.44 262,366 9/28/2023
3.7.201.43 30,678 9/28/2023
3.7.201.42 8,699 9/27/2023
3.7.201.41 98,360 9/25/2023
3.7.201.40 159,540 9/22/2023
3.7.201.39 169,425 9/20/2023
3.7.201.38 58,827 9/19/2023
3.7.201.37 130,615 9/15/2023
3.7.201.36 23,352 9/15/2023
3.7.201.35 14,708 9/14/2023
3.7.201.34 243,393 9/13/2023
3.7.201.33 37,312 9/12/2023
3.7.201.32 385,819 9/8/2023
3.7.201.31 43,156 9/8/2023
3.7.201.30 41,944 9/6/2023
3.7.201.29 46,888 9/5/2023
3.7.201.28 112,721 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,841 8/28/2023
3.7.201.22 138,539 8/25/2023
3.7.201.21 69,412 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,727 8/21/2023
3.7.201.17 37,263 8/18/2023
3.7.201.16 13,059 8/18/2023
3.7.201.15 13,456 8/17/2023
3.7.201.14 101,981 8/15/2023
3.7.201.13 170,399 8/14/2023
3.7.201.12 89,266 8/11/2023
3.7.201.11 41,509 8/10/2023
3.7.201.10 66,592 8/9/2023
3.7.201.9 56,607 8/8/2023
3.7.201.8 17,199 8/8/2023
3.7.201.7 56,155 8/7/2023
3.7.201.6 101,686 8/4/2023
3.7.201.5 81,857 8/2/2023
3.7.201.4 53,503 8/1/2023
3.7.201.3 378,794 7/31/2023
3.7.201.2 212,357 7/28/2023
3.7.201.1 132,432 7/26/2023
3.7.201 69,204 7/25/2023
3.7.200.4 167,612 7/24/2023
3.7.200.3 404,641 7/21/2023
3.7.200.2 166,851 7/20/2023
3.7.200.1 911,635 7/18/2023
3.7.200 160,868 7/18/2023
3.7.103.23 24,720 7/17/2023
3.7.103.22 122,189 7/13/2023
3.7.103.21 642,069 7/7/2023
3.7.103.20 8,575 7/7/2023
3.7.103.19 31,767 7/6/2023
3.7.103.18 69,285 7/5/2023
3.7.103.17 236,465 7/3/2023
3.7.103.16 1,794,752 6/20/2023
3.7.103.15 453,320 6/15/2023
3.7.103.14 209,408 6/13/2023
3.7.103.13 95,795 6/12/2023
3.7.103.12 130,346 6/8/2023
3.7.103.11 170,956 6/6/2023
3.7.103.10 119,220 6/5/2023
3.7.103.9 88,775 6/2/2023
3.7.103.8 8,091 6/2/2023
3.7.103.7 29,754 6/1/2023
3.7.103.6 211,114 5/30/2023
3.7.103.5 408,860 5/26/2023
3.7.103.4 271,288 5/25/2023
3.7.103.3 49,207 5/24/2023
3.7.103.2 63,358 5/23/2023
3.7.103.1 115,634 5/19/2023
3.7.103 47,139 5/18/2023
3.7.102.4 166,832 5/16/2023
3.7.102.3 65,233 5/15/2023
3.7.102.2 195,646 5/11/2023
3.7.102.1 115,472 5/9/2023
3.7.102 36,908 5/8/2023
3.7.101.60 245,729 5/4/2023
3.7.101.59 103,323 5/2/2023
3.7.101.58 79,374 5/1/2023
3.7.101.57 35,307 4/28/2023
3.7.101.56 191,152 4/27/2023
3.7.101.55 53,072 4/26/2023
3.7.101.54 65,441 4/25/2023
3.7.101.53 35,502 4/25/2023
3.7.101.52 71,368 4/21/2023
3.7.101.51 40,189 4/21/2023
3.7.101.50 120,685 4/19/2023
3.7.101.49 129,513 4/17/2023
3.7.101.48 153,553 4/14/2023
3.7.101.47 38,142 4/13/2023
3.7.101.46 33,440 4/12/2023
3.7.101.45 68,364 4/11/2023
3.7.101.44 47,778 4/10/2023
3.7.101.43 150,919 4/7/2023
3.7.101.42 13,207 4/6/2023
3.7.101.41 71,735 4/5/2023
3.7.101.40 116,401 4/4/2023
3.7.101.39 95,853 4/3/2023
3.7.101.38 92,471 3/31/2023
3.7.101.37 184,030 3/30/2023
3.7.101.36 1,523,502 3/29/2023
3.7.101.35 62,738 3/28/2023
3.7.101.34 259,090 3/24/2023
3.7.101.33 42,423 3/23/2023
3.7.101.32 35,518 3/22/2023
3.7.101.31 450,077 3/21/2023
3.7.101.30 37,418 3/20/2023
3.7.101.29 89,875 3/17/2023
3.7.101.28 35,837 3/17/2023
3.7.101.27 31,706 3/16/2023
3.7.101.26 80,373 3/15/2023
3.7.101.25 225,983 3/14/2023
3.7.101.24 80,619 3/13/2023
3.7.101.23 115,698 3/10/2023
3.7.101.22 133,974 3/9/2023
3.7.101.21 165,303 3/8/2023
3.7.101.20 150,311 3/7/2023
3.7.101.19 199,893 3/3/2023
3.7.101.18 71,247 3/2/2023
3.7.101.17 70,020 3/1/2023
3.7.101.16 81,693 2/28/2023
3.7.101.15 106,003 2/27/2023
3.7.101.14 151,388 2/23/2023
3.7.101.13 291,436 2/21/2023
3.7.101.12 245,811 2/18/2023
3.7.101.11 4,389 2/17/2023
3.7.101.10 93,111 2/16/2023
3.7.101.9 49,220 2/15/2023
3.7.101.8 154,122 2/13/2023
3.7.101.7 47,764 2/10/2023
3.7.101.6 84,587 2/9/2023
3.7.101.5 179,531 2/8/2023
3.7.101.4 79,233 2/7/2023
3.7.101.3 102,345 2/6/2023
3.7.101.2 71,022 2/3/2023
3.7.101.1 63,752 2/2/2023
3.7.101 50,204 2/2/2023
3.7.100.64 117,236 2/1/2023
3.7.100.63 52,528 1/31/2023
3.7.100.62 403,267 1/26/2023
3.7.100.61 126,833 1/25/2023
3.7.100.60 118,592 1/24/2023
3.7.100.59 95,911 1/23/2023
3.7.100.58 153,432 1/20/2023
3.7.100.57 25,845 1/20/2023
3.7.100.56 91,140 1/18/2023
3.7.100.55 125,381 1/17/2023
3.7.100.54 346,331 1/13/2023
3.7.100.53 89,609 1/12/2023
3.7.100.52 301,424 1/10/2023
3.7.100.51 87,179 1/9/2023
3.7.100.50 56,946 1/6/2023
3.7.100.49 31,260 1/5/2023
3.7.100.48 340,828 1/4/2023
3.7.100.47 13,255 1/3/2023
3.7.100.46 132,461 12/30/2022
3.7.100.45 91,283 12/29/2022
3.7.100.44 59,173 12/23/2022
3.7.100.43 19,748 12/22/2022
3.7.100.42 21,303 12/21/2022
3.7.100.41 82,515 12/20/2022
3.7.100.40 38,216 12/19/2022
3.7.100.39 280,817 12/16/2022
3.7.100.38 214,478 12/16/2022
3.7.100.37 32,118 12/15/2022
3.7.100.36 94,839 12/14/2022
3.7.100.35 203,646 12/13/2022
3.7.100.34 81,427 12/12/2022
3.7.100.33 145,966 12/8/2022
3.7.100.32 25,450 12/8/2022
3.7.100.31 7,718 12/7/2022
3.7.100.30 55,690 12/6/2022
3.7.100.29 178,280 12/5/2022
3.7.100.28 379,639 12/2/2022
3.7.100.27 279,082 12/1/2022
3.7.100.26 215,594 11/30/2022
3.7.100.25 287,111 11/29/2022
3.7.100.24 29,720 11/29/2022
3.7.100.23 298,115 11/28/2022
3.7.100.22 309,380 11/22/2022
3.7.100.21 320,107 11/18/2022
3.7.100.20 80,404 11/17/2022
3.7.100.19 209,289 11/16/2022
3.7.100.18 15,915 11/16/2022
3.7.100.17 75,714 11/15/2022
3.7.100.16 257,320 11/11/2022
3.7.100.15 45,258 11/10/2022
3.7.100.14 70,102,526 11/9/2022
3.7.100.13 9,107 11/9/2022
3.7.100.12 20,800 11/9/2022
3.7.100.11 4,480 11/8/2022
3.7.100.10 49,935 11/7/2022
3.7.100.9 96,852 11/4/2022
3.7.100.8 134,425 11/2/2022
3.7.100.7 134,169 10/31/2022
3.7.100.6 167,471 10/29/2022
3.7.100.5 9,119 10/28/2022
3.7.100.4 105,778 10/27/2022
3.7.100.3 97,209 10/26/2022
3.7.100.2 29,316 10/25/2022
3.7.100.1 43,518 10/24/2022
3.7.100 251,257 10/21/2022
3.7.1.218 292,733 10/20/2022
3.7.1.217 138,170 10/19/2022
3.7.1.216 161,130 10/18/2022
3.7.1.215 93,571 10/14/2022
3.7.1.214 62,888 10/13/2022
3.7.1.213 261,635 10/7/2022
3.7.1.212 125,519 10/6/2022
3.7.1.211 646,640 10/4/2022
3.7.1.210 69,667 10/3/2022
3.7.1.209 77,537 9/30/2022
3.7.1.208 151,658 9/29/2022
3.7.1.207 234,603 9/27/2022
3.7.1.206 3,690,593 9/27/2022
3.7.1.205 15,820 9/26/2022
3.7.1.204 118,184 9/23/2022
3.7.1.203 48,580 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,471 9/19/2022
3.7.1.199 617,960 9/15/2022
3.7.1.198 76,746 9/14/2022
3.7.1.197 138,235 9/13/2022
3.7.1.196 96,874 9/9/2022
3.7.1.195 19,186 9/9/2022
3.7.1.194 24,408 9/8/2022
3.7.1.193 334,932 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,958 8/29/2022
3.7.1.189 125,329 8/25/2022
3.7.1.188 189,648 8/22/2022
3.7.1.187 74,357 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,829 8/8/2022
3.7.1.182 125,562 8/4/2022
3.7.1.181 91,400 8/2/2022
3.7.1.180 133,897 7/29/2022
3.7.1.179 25,843 7/28/2022
3.7.1.178 44,514 7/27/2022
3.7.1.177 297,399 7/22/2022
3.7.1.176 88,971 7/20/2022
3.7.1.175 241,461 7/18/2022
3.7.1.174 70,333 7/15/2022
3.7.1.173 24,202 7/14/2022
3.7.1.172 57,013 7/12/2022
3.7.1.171 88,239 7/11/2022
3.7.1.170 277,470 7/5/2022
3.7.1.169 179,190 6/29/2022
3.7.1.168 298,617 6/24/2022
3.7.1.167 750,496 6/17/2022
3.7.1.166 58,568 6/16/2022
3.7.1.165 264,601 6/14/2022
3.7.1.164 93,905 6/10/2022
3.7.1.163 113,770 6/8/2022
3.7.1.162 1,527,797 6/7/2022
3.7.1.161 57,854 6/6/2022
3.7.1.160 205,830 5/31/2022
3.7.1.159 501,687 5/27/2022
3.7.1.158 39,679 5/26/2022
3.7.1.157 43,207 5/26/2022
3.7.1.156 141,978 5/25/2022
3.7.1.155 82,090 5/24/2022
3.7.1.154 64,846 5/23/2022
3.7.1.153 342,338 5/19/2022
3.7.1.152 61,384 5/18/2022
3.7.1.151 287,001 5/16/2022
3.7.1.150 330,904 5/9/2022
3.7.1.149 81,178 5/6/2022
3.7.1.148 35,582 5/6/2022
3.7.1.147 122,542 5/5/2022
3.7.1.146 116,021 5/4/2022
3.7.1.145 154,375 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,450 4/20/2022
3.7.1.141 106,876 4/19/2022
3.7.1.140 298,790 4/14/2022
3.7.1.139 829,686 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,580 4/6/2022
3.7.1.135 467,681 4/1/2022
3.7.1.134 112,853 3/31/2022
3.7.1.133 211,179 3/28/2022
3.7.1.132 139,622 3/24/2022
3.7.1.131 74,767 3/23/2022
3.7.1.130 280,824 3/17/2022
3.7.1.129 41,869 3/16/2022
3.7.1.128 144,466 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,264 3/3/2022
3.7.1.122 85,493 3/1/2022
3.7.1.121 72,076 2/28/2022
3.7.1.120 34,678 2/26/2022
3.7.1.119 82,589 2/23/2022
3.7.1.118 29,035 2/22/2022
3.7.1.117 5,218 2/22/2022
3.7.1.116 165,070 2/21/2022
3.7.1.115 131,844 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,356 2/4/2022
3.7.1.111 20,862 2/3/2022
3.7.1.110 304,472 1/28/2022
3.7.1.109 163,427 1/25/2022
3.7.1.108 659,666 1/15/2022
3.7.1.107 3,696 1/14/2022
3.7.1.106 80,664 1/13/2022
3.7.1.105 228,840 1/11/2022
3.7.1.104 103,411 1/7/2022
3.7.1.103 19,746 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,477 12/21/2021
3.7.1.99 62,449 12/20/2021
3.7.1.98 345,289 12/13/2021
3.7.1.97 273,494 12/8/2021
3.7.1.96 331,805 12/2/2021
3.7.1.95 40,775 12/1/2021
3.7.1.94 149,865 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,280 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,970 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,421 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,443 10/27/2021
3.7.1.76 154,956 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,030 10/14/2021
3.7.1.71 76,192 10/13/2021
3.7.1.70 48,286 10/12/2021
3.7.1.69 102,818 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,705 10/1/2021
3.7.1.64 39,300 9/30/2021
3.7.1.63 68,183 9/29/2021
3.7.1.62 80,681 9/27/2021
3.7.1.61 64,374 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,570 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,630 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,678 9/1/2021
3.7.1.47 45,445 8/31/2021
3.7.1.46 271,412 8/27/2021
3.7.1.45 72,737 8/25/2021
3.7.1.44 95,925 8/23/2021
3.7.1.43 129,613 8/19/2021
3.7.1.42 226,977 8/16/2021
3.7.1.41 166,629 8/12/2021
3.7.1.40 291,952 8/10/2021
3.7.1.39 261,202 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,867 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,013 7/16/2021
3.7.1.32 83,885 7/13/2021
3.7.1.31 27,560 7/12/2021
3.7.1.30 102,298 7/9/2021
3.7.1.29 43,896 7/8/2021
3.7.1.28 52,359 7/7/2021
3.7.1.27 8,058 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,598 6/25/2021
3.7.1.23 44,318 6/24/2021
3.7.1.22 384,360 6/21/2021
3.7.1.21 73,267 6/17/2021
3.7.1.20 41,959 6/15/2021
3.7.1.19 60,918 6/11/2021
3.7.1.18 512,593 5/28/2021
3.7.1.17 71,233 5/27/2021
3.7.1.16 17,669 5/27/2021
3.7.1.15 92,098 5/24/2021
3.7.1.14 84,342 5/21/2021
3.7.1.13 108,726 5/20/2021
3.7.1.12 25,805 5/19/2021
3.7.1.11 26,422 5/18/2021
3.7.1.10 59,715 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,043 5/10/2021
3.7.1.6 89,919 5/6/2021
3.7.1.5 129,861 4/30/2021
3.7.1.4 76,016 4/27/2021
3.7.1.3 120,922 4/23/2021
3.7.1.2 216,738 4/19/2021
3.7.1.1 67,929 4/15/2021
3.7.1 621,804 4/13/2021
3.7.0.10 194,462 4/12/2021
3.7.0.9 49,591 4/8/2021
3.7.0.8 47,344 4/7/2021
3.7.0.7 98,824 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,171 3/30/2021
3.7.0.2 5,388,324 3/29/2021
3.7.0.1 72,889 3/26/2021
3.7.0 2,604,814 3/26/2021
3.5.1.60 608,185 3/25/2021
3.5.1.59 257,627 3/17/2021
3.5.1.58 76,904 3/15/2021
3.5.1.57 112,944 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,256 3/1/2021
3.5.1.53 252,331 2/23/2021
3.5.1.52 161,534 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,890 2/9/2021
3.5.1.48 16,109 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,291 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,649 1/26/2021
3.5.1.41 122,477 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,169 1/7/2021
3.5.1.37 93,939 12/30/2020
3.5.1.36 19,958 12/23/2020
3.5.1.35 95,243 12/22/2020
3.5.1.34 23,897 12/22/2020
3.5.1.33 3,744 12/21/2020
3.5.1.32 51,075 12/18/2020
3.5.1.31 76,277 12/17/2020
3.5.1.30 19,495 12/16/2020
3.5.1.29 36,729 12/14/2020
3.5.1.28 197,075 12/9/2020
3.5.1.27 82,784 12/7/2020
3.5.1.26 180,766 12/3/2020
3.5.1.25 119,100 12/2/2020
3.5.1.24 10,472 12/1/2020
3.5.1.23 45,437 12/1/2020
3.5.1.22 123,551 11/24/2020
3.5.1.21 58,107 11/23/2020
3.5.1.20 92,126 11/20/2020
3.5.1.19 61,718 11/19/2020
3.5.1.18 16,272 11/18/2020
3.5.1.17 205,746 11/13/2020
3.5.1.16 224,208 11/5/2020
3.5.1.15 84,388 11/4/2020
3.5.1.14 139,224 10/28/2020
3.5.1.13 33,663 10/27/2020
3.5.1.12 53,994 10/26/2020
3.5.1.11 35,183 10/22/2020
3.5.1.10 42,563 10/21/2020
3.5.1.9 34,274 10/20/2020
3.5.1.8 185,669 10/16/2020
3.5.1.7 6,725 10/15/2020
3.5.1.6 120,036 10/9/2020
3.5.1.5 187,471 10/6/2020
3.5.1.4 20,404 10/2/2020
3.5.1.3 115,319 10/1/2020
3.5.1.2 80,425 9/30/2020
3.5.1.1 24,955 9/29/2020
3.5.1 208,318 9/25/2020
3.5.0.19 178,536 9/24/2020
3.5.0.18 60,436 9/21/2020
3.5.0.17 16,285 9/18/2020
3.5.0.16 9,669 9/17/2020
3.5.0.15 55,498 9/16/2020
3.5.0.14 21,375 9/15/2020
3.5.0.13 81,295 9/14/2020
3.5.0.12 24,025 9/11/2020
3.5.0.11 64,735 9/10/2020
3.5.0.10 3,138 9/9/2020
3.5.0.9 46,552 9/4/2020
3.5.0.8 38,450 9/2/2020
3.5.0.7 133,484 9/1/2020
3.5.0.6 12,306 8/31/2020
3.5.0.5 6,618 8/28/2020
3.5.0.4 16,463 8/27/2020
3.5.0.3 18,495 8/26/2020
3.5.0.2 285,954 8/25/2020
3.5.0.1 3,404 8/24/2020
3.5.0 286,016 8/20/2020
3.5.0-beta 31,450 2/4/2020
3.3.105.43 1,906,298 8/19/2020
3.3.105.42 170,324 8/14/2020
3.3.105.41 67,821 8/10/2020
3.3.105.40 22,228 8/8/2020
3.3.105.39 9,520 8/6/2020
3.3.105.38 178,782 8/4/2020
3.3.105.37 9,544 8/3/2020
3.3.105.36 9,871 7/31/2020
3.3.105.35 11,218 7/30/2020
3.3.105.34 55,718 7/29/2020
3.3.105.33 51,983 7/28/2020
3.3.105.32 111,017 7/23/2020
3.3.105.31 38,701 7/22/2020
3.3.105.30 140,036 7/17/2020
3.3.105.29 22,952 7/15/2020
3.3.105.28 130,406 7/9/2020
3.3.105.27 27,458 7/9/2020
3.3.105.26 594,954 7/8/2020
3.3.105.25 12,392 7/7/2020
3.3.105.24 58,459 7/2/2020
3.3.105.23 44,634 6/29/2020
3.3.105.22 71,788 6/26/2020
3.3.105.21 6,249 6/25/2020
3.3.105.20 17,757 6/24/2020
3.3.105.19 2,994 6/24/2020
3.3.105.18 11,511 6/23/2020
3.3.105.17 84,623 6/19/2020
3.3.105.16 31,670 6/18/2020
3.3.105.15 15,933 6/17/2020
3.3.105.14 244,606 6/11/2020
3.3.105.13 48,589 6/9/2020
3.3.105.12 41,994 6/5/2020
3.3.105.11 11,646 6/4/2020
3.3.105.10 14,051 6/3/2020
3.3.105.9 12,855 6/3/2020
3.3.105.8 31,129 6/1/2020
3.3.105.7 87,743 5/27/2020
3.3.105.6 137,828 5/26/2020
3.3.105.5 65,447 5/22/2020
3.3.105.4 39,315 5/22/2020
3.3.105.3 10,318 5/21/2020
3.3.105.2 32,147 5/19/2020
3.3.105.1 135,060 5/18/2020
3.3.105 39,752 5/15/2020
3.3.104.77 38,629 5/14/2020
3.3.104.76 54,283 5/11/2020
3.3.104.75 10,039 5/8/2020
3.3.104.74 29,445 5/8/2020
3.3.104.73 3,367 5/7/2020
3.3.104.72 14,326 5/6/2020
3.3.104.71 58,326 5/4/2020
3.3.104.70 10,953 5/1/2020
3.3.104.69 26,251 4/30/2020
3.3.104.68 33,613 4/29/2020
3.3.104.67 30,439 4/28/2020
3.3.104.66 12,794 4/27/2020
3.3.104.65 12,328 4/24/2020
3.3.104.64 16,653 4/23/2020
3.3.104.63 47,578 4/22/2020
3.3.104.62 13,809 4/21/2020
3.3.104.61 16,549 4/20/2020
3.3.104.60 24,495 4/17/2020
3.3.104.59 29,087 4/16/2020
3.3.104.58 248,439 4/8/2020
3.3.104.57 337,964 4/6/2020
3.3.104.56 14,824 4/3/2020
3.3.104.55 3,453 4/3/2020
3.3.104.54 10,628 4/2/2020
3.3.104.53 36,070 4/1/2020
3.3.104.52 101,408 3/31/2020
3.3.104.51 13,464 3/30/2020
3.3.104.50 16,793 3/27/2020
3.3.104.49 21,358 3/26/2020
3.3.104.48 27,481 3/25/2020
3.3.104.47 64,360 3/24/2020
3.3.104.46 63,167 3/20/2020
3.3.104.45 4,938 3/19/2020
3.3.104.44 67,041 3/18/2020
3.3.104.43 43,452 3/17/2020
3.3.104.42 20,869 3/16/2020
3.3.104.41 35,717 3/12/2020
3.3.104.40 138,481 3/6/2020
3.3.104.39 26,204 3/5/2020
3.3.104.38 92,667 3/2/2020
3.3.104.37 25,191 2/28/2020
3.3.104.36 4,013 2/27/2020
3.3.104.35 24,651 2/26/2020
3.3.104.34 36,379 2/25/2020
3.3.104.33 152,116 2/19/2020
3.3.104.32 49,482 2/17/2020
3.3.104.31 121,376 2/13/2020
3.3.104.30 106,036 2/13/2020
3.3.104.29 120,628 2/10/2020
3.3.104.28 191,172 2/7/2020
3.3.104.27 118,309 2/4/2020
3.3.104.26 120,159 1/24/2020
3.3.104.25 10,454 1/23/2020
3.3.104.24 69,124 1/21/2020
3.3.104.23 33,979 1/17/2020
3.3.104.22 33,786 1/16/2020
3.3.104.21 52,073 1/15/2020
3.3.104.20 85,356 1/10/2020
3.3.104.19 26,493 1/9/2020
3.3.104.18 72,491 1/8/2020
3.3.104.17 73,477 1/6/2020
3.3.104.16 323,596 1/2/2020
3.3.104.15 22,298 12/25/2019
3.3.104.14 6,041 12/23/2019
3.3.104.13 21,207 12/20/2019
3.3.104.12 39,028 12/18/2019
3.3.104.11 20,434 12/18/2019
3.3.104.10 52,252 12/16/2019
3.3.104.9 33,902 12/13/2019
3.3.104.8 14,666 12/12/2019
3.3.104.7 15,902 12/12/2019
3.3.104.6 5,225 12/11/2019
3.3.104.5 22,177 12/9/2019
3.3.104.4 168,703 12/3/2019
3.3.104.3 21,681 12/2/2019
3.3.104.2 18,279 11/26/2019
3.3.104.1 15,220 11/25/2019
3.3.104 125,925 11/22/2019
3.3.103.16 71,212 11/22/2019
3.3.103.15 26,894 11/20/2019
3.3.103.14 2,843 11/19/2019
3.3.103.13 44,323 11/14/2019
3.3.103.12 15,143 11/13/2019
3.3.103.11 89,888 11/8/2019
3.3.103.10 13,023 11/7/2019
3.3.103.9 12,276 11/7/2019
3.3.103.8 19,175 11/5/2019
3.3.103.7 36,625 10/31/2019
3.3.103.6 28,366 10/30/2019
3.3.103.5 20,432 10/28/2019
3.3.103.4 3,620 10/28/2019
3.3.103.3 93,988 10/24/2019
3.3.103.2 5,609 10/22/2019
3.3.103.1 317,122 10/18/2019
3.3.103 25,808 10/18/2019
3.3.102.35 22,919 10/17/2019
3.3.102.34 11,011 10/16/2019
3.3.102.33 89,457 10/11/2019
3.3.102.32 18,674 10/10/2019
3.3.102.31 18,400 10/8/2019
3.3.102.30 140,856 9/30/2019
3.3.102.29 44,836 9/26/2019
3.3.102.28 27,542 9/23/2019
3.3.102.27 7,099 9/21/2019
3.3.102.26 5,453 9/19/2019
3.3.102.25 41,411 9/18/2019
3.3.102.24 18,751 9/17/2019
3.3.102.23 16,009 9/16/2019
3.3.102.22 20,461 9/12/2019
3.3.102.21 26,558 9/9/2019
3.3.102.20 11,608 9/6/2019
3.3.102.19 17,990 9/5/2019
3.3.102.18 11,136 9/4/2019
3.3.102.17 111,484 8/27/2019
3.3.102.16 39,581 8/23/2019
3.3.102.15 9,475 8/22/2019
3.3.102.14 107,044 8/16/2019
3.3.102.13 8,338 8/15/2019
3.3.102.12 4,796 8/14/2019
3.3.102.11 13,113 8/13/2019
3.3.102.10 104,606 8/12/2019
3.3.102.9 9,928 8/9/2019
3.3.102.8 5,981 8/8/2019
3.3.102.7 5,444 8/7/2019
3.3.102.6 8,804 8/7/2019
3.3.102.5 98,830 8/2/2019
3.3.102.4 25,678 8/1/2019
3.3.102.3 43,034 7/30/2019
3.3.102.2 11,050 7/29/2019
3.3.102.1 15,572 7/25/2019
3.3.102 569,203 7/24/2019
3.3.101.32 106,079 7/22/2019
3.3.101.31 34,088 7/19/2019
3.3.101.30 9,091 7/19/2019
3.3.101.29 34,178 7/12/2019
3.3.101.28 15,135 7/10/2019
3.3.101.27 7,773 7/9/2019
3.3.101.26 4,042 7/8/2019
3.3.101.25 19,466 7/2/2019
3.3.101.24 7,710 7/1/2019
3.3.101.23 11,368 6/28/2019
3.3.101.22 10,780 6/27/2019
3.3.101.21 5,153 6/27/2019
3.3.101.20 6,523 6/26/2019
3.3.101.19 167,237 6/24/2019
3.3.101.18 66,232 6/20/2019
3.3.101.17 7,965 6/20/2019
3.3.101.16 23,289 6/17/2019
3.3.101.15 4,637 6/14/2019
3.3.101.14 42,281 6/13/2019
3.3.101.13 17,228 6/7/2019
3.3.101.12 83,745 6/4/2019
3.3.101.11 23,327 6/3/2019
3.3.101.10 26,283 5/31/2019
3.3.101.9 4,397 5/30/2019
3.3.101.8 5,592 5/29/2019
3.3.101.7 14,778 5/28/2019
3.3.101.6 27,141 5/23/2019
3.3.101.5 15,703 5/22/2019
3.3.101.4 16,914 5/21/2019
3.3.101.3 11,558 5/20/2019
3.3.101.2 10,761 5/17/2019
3.3.101.1 59,974 5/15/2019
3.3.101 601,694 5/10/2019
3.3.100.18 98,755 5/8/2019
3.3.100.17 33,290 5/7/2019
3.3.100.16 8,283 5/6/2019
3.3.100.15 19,775 5/3/2019
3.3.100.14 9,002 5/2/2019
3.3.100.13 43,289 4/30/2019
3.3.100.12 7,832 4/29/2019
3.3.100.11 20,570 4/26/2019
3.3.100.10 114,437 4/25/2019
3.3.100.9 4,229 4/25/2019
3.3.100.8 7,514 4/24/2019
3.3.100.7 21,044 4/18/2019
3.3.100.6 12,550 4/16/2019
3.3.100.5 71,961 4/4/2019
3.3.100.4 11,911 4/3/2019
3.3.100.3 44,223 3/29/2019
3.3.100.2 24,537 3/26/2019
3.3.100.1 35,617 3/22/2019
3.3.100 1,008,241 3/21/2019
3.3.4.58 647,314 3/11/2019
3.3.4.57 8,755 3/7/2019
3.3.4.56 10,836 3/6/2019
3.3.4.55 70,295 2/26/2019
3.3.4.54 72,812 2/20/2019
3.3.4.53 21,674 2/15/2019
3.3.4.52 19,646 2/14/2019
3.3.4.51 9,837 2/13/2019
3.3.4.50 110,958 2/4/2019
3.3.4.49 51,350 1/26/2019
3.3.4.48 8,256 1/25/2019
3.3.4.47 8,874 1/24/2019
3.3.4.46 74,807 1/18/2019
3.3.4.45 55,618 1/11/2019
3.3.4.44 3,734 1/10/2019
3.3.4.43 53,178 1/8/2019
3.3.4.42 2,519 1/7/2019
3.3.4.41 40,388 1/4/2019
3.3.4.40 69,357 12/22/2018
3.3.4.39 3,693 12/21/2018
3.3.4.38 56,303 12/15/2018
3.3.4.37 46,745 12/14/2018
3.3.4.36 34,636 12/12/2018
3.3.4.35 95,139 12/4/2018
3.3.4.34 86,148 11/16/2018
3.3.4.33 3,500 11/16/2018
3.3.4.32 8,039 11/15/2018
3.3.4.31 4,689 11/13/2018
3.3.4.30 64,401 11/9/2018
3.3.4.29 3,973 11/9/2018
3.3.4.28 4,018 11/7/2018
3.3.4.27 3,359 11/7/2018
3.3.4.26 2,668 11/6/2018
3.3.4.25 15,151 10/30/2018
3.3.4.24 4,904 10/29/2018
3.3.4.23 2,551 10/29/2018
3.3.4.22 18,469 10/26/2018
3.3.4.21 6,819 10/22/2018
3.3.4.20 2,551 10/22/2018
3.3.4.19 76,541 10/17/2018
3.3.4.18 117,024 10/6/2018
3.3.4.17 34,521 10/4/2018
3.3.4.16 30,905 9/26/2018
3.3.4.15 125,544 9/10/2018
3.3.4.14 25,020 9/7/2018
3.3.4.13 33,904 8/28/2018
3.3.4.12 52,581 8/16/2018
3.3.4.11 6,891 8/15/2018
3.3.4.10 31,545 8/3/2018
3.3.4.9 46,738 8/2/2018
3.3.4.8 100,992 7/23/2018
3.3.4.7 230,824 7/3/2018
3.3.4.6 41,774 6/23/2018
3.3.4.5 24,711 6/19/2018
3.3.4.4 145,614 6/1/2018
3.3.4.3 3,630,165 4/25/2018
3.3.4.2 14,730 4/20/2018
3.3.4.1 68,262 3/29/2018
3.3.4 21,701 3/29/2018
3.3.3.6 89,587 3/15/2018
3.3.3.5 25,985 3/3/2018
3.3.3.4 52,040 2/27/2018
3.3.3.3 1,361,194 11/11/2017
3.3.3.2 61,314 10/24/2017
3.3.3.1 27,549 10/9/2017
3.3.3 62,702 7/27/2017
3.3.2.3 730,212 7/7/2017
3.3.2.2 3,914 7/5/2017
3.3.2.1 5,600 6/28/2017
3.3.2 41,675 5/25/2017
3.3.1.9 651,592 5/11/2017
3.3.1.8 5,007 5/8/2017
3.3.1.7 4,417 5/5/2017
3.3.1.6 12,763 4/28/2017
3.3.1.5 13,682 4/21/2017
3.3.1.4 5,898 4/19/2017
3.3.1.3 18,576 3/31/2017
3.3.1.2 8,711 3/15/2017
3.3.1.1 4,215 3/14/2017
3.3.1 14,835 3/14/2017
3.3.0.9 63,290 1/20/2017
3.3.0.8 11,718 12/28/2016
3.3.0.7 10,592 12/16/2016
3.3.0.6 3,732 12/9/2016
3.3.0.5 4,900 12/7/2016
3.3.0.4 2,622 12/6/2016
3.3.0.3 15,148 11/15/2016
3.3.0.2 60,604 11/4/2016
3.3.0.1 42,703 10/11/2016
3.3.0 122,908 9/19/2016
3.2.8-rc 2,246 9/8/2016
3.2.7-beta 1,826 8/23/2016
3.2.6-beta 2,129 8/2/2016
3.2.5-beta 1,946 6/28/2016
3.2.4.1-beta 1,966 6/2/2016
3.2.4-beta 1,668 6/1/2016
3.2.3.1-beta 1,835 4/20/2016
3.2.3-beta 2,413 3/12/2016
3.2.2.1-beta 1,649 3/2/2016
3.2.2-beta 1,748 1/12/2016
3.2.1-beta 2,294 12/7/2015
3.2.0-beta 2,192 9/29/2015
3.1.4.5 26,047 8/9/2016
3.1.4.4 5,204 7/29/2016
3.1.4.3 5,819 7/13/2016
3.1.4.2 5,082 6/28/2016
3.1.4.1 4,698 6/3/2016
3.1.4 4,612 5/26/2016
3.1.3.3 9,147 5/5/2016
3.1.3.2 2,481 4/26/2016
3.1.3.1 2,147 4/18/2016
3.1.3 4,655 4/6/2016
3.1.2.2 8,393 2/22/2016
3.1.2.1 6,652 1/21/2016
3.1.2 2,154 1/19/2016
3.1.1.2 7,460 1/6/2016
3.1.1.1 2,826 12/21/2015
3.1.1 4,858 12/2/2015
3.1.0.2 104,898 10/7/2015
3.1.0.1 10,028 8/27/2015
3.1.0 140,817 7/28/2015
3.0.0.2-preview 2,214 5/21/2015
3.0.0.1-preview 1,753 5/6/2015
3.0.0-preview 1,964 4/30/2015