AWSSDK.SecurityToken 3.7.401.113

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.113
                    
NuGet\Install-Package AWSSDK.SecurityToken -Version 3.7.401.113
                    
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.113" />
                    
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.113" />
                    
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.113
                    
#r "nuget: AWSSDK.SecurityToken, 3.7.401.113"
                    
#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.113
                    
Install as a Cake Addin
#tool nuget:?package=AWSSDK.SecurityToken&version=3.7.401.113
                    
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 317 6/23/2025
4.0.1.1 7,738 6/18/2025
4.0.1 5,814 6/17/2025
4.0.0.9 7,246 6/16/2025
4.0.0.8 15,265 6/12/2025
4.0.0.7 8,661 6/11/2025
4.0.0.6 10,672 6/10/2025
4.0.0.5 48,503 6/4/2025
4.0.0.4 156,142 5/16/2025
4.0.0.3 11,786 5/15/2025
4.0.0.2 131,966 5/6/2025
4.0.0.1 62,218 4/30/2025
4.0.0 211,917 4/28/2025
4.0.0-preview.13 4,197 4/9/2025
4.0.0-preview.12 449 4/4/2025
4.0.0-preview.11 4,874 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 774 2/25/2025
4.0.0-preview.7 4,734 2/17/2025
4.0.0-preview.6 7,082 2/6/2025
4.0.0-preview.5 8,443 1/3/2025
4.0.0-preview.4 32,755 10/11/2024
4.0.0-preview.3 975 10/1/2024
4.0.0-preview.2 11,603 8/28/2024
4.0.0-preview 66,750 8/15/2024
3.7.402.3 154 6/23/2025
3.7.402.2 1,032 6/20/2025
3.7.402.1 5,703 6/18/2025
3.7.402 5,671 6/17/2025
3.7.401.114 79,292 6/11/2025
3.7.401.113 7,320 6/10/2025
3.7.401.112 7,390 6/9/2025
3.7.401.111 51,741 6/6/2025
3.7.401.110 18,363 6/5/2025
3.7.401.109 17,234 6/4/2025
3.7.401.108 15,945 6/2/2025
3.7.401.107 10,347 5/30/2025
3.7.401.106 59,853 5/28/2025
3.7.401.105 19,613 5/23/2025
3.7.401.104 14,710 5/21/2025
3.7.401.103 10,440 5/20/2025
3.7.401.102 13,929 5/19/2025
3.7.401.101 87,839 5/16/2025
3.7.401.100 29,907 5/12/2025
3.7.401.99 65,860 5/9/2025
3.7.401.98 9,742 5/8/2025
3.7.401.97 14,411 5/7/2025
3.7.401.96 22,152 5/6/2025
3.7.401.95 16,807 5/5/2025
3.7.401.94 47,652 5/2/2025
3.7.401.93 12,081 5/1/2025
3.7.401.92 11,488 4/30/2025
3.7.401.91 13,230 4/29/2025
3.7.401.90 31,120 4/28/2025
3.7.401.89 77,016 4/25/2025
3.7.401.88 23,300 4/24/2025
3.7.401.87 43,490 4/23/2025
3.7.401.86 124,995 4/18/2025
3.7.401.85 20,791 4/17/2025
3.7.401.84 86,444 4/16/2025
3.7.401.83 82,763 4/14/2025
3.7.401.82 69,313 4/11/2025
3.7.401.81 29,550 4/10/2025
3.7.401.80 29,513 4/9/2025
3.7.401.79 54,192 4/8/2025
3.7.401.78 188,268 4/4/2025
3.7.401.77 54,541 4/3/2025
3.7.401.76 28,231 4/3/2025
3.7.401.75 7,351 4/2/2025
3.7.401.74 73,502 4/1/2025
3.7.401.73 41,621 3/31/2025
3.7.401.72 116,650 3/28/2025
3.7.401.71 56,762 3/27/2025
3.7.401.70 36,017 3/26/2025
3.7.401.69 29,536 3/25/2025
3.7.401.68 53,278 3/24/2025
3.7.401.67 135,492 3/21/2025
3.7.401.66 43,998 3/20/2025
3.7.401.65 33,014 3/19/2025
3.7.401.64 36,548 3/18/2025
3.7.401.63 48,265 3/17/2025
3.7.401.62 91,784 3/14/2025
3.7.401.61 21,108 3/14/2025
3.7.401.60 154,045 3/11/2025
3.7.401.59 48,111 3/10/2025
3.7.401.58 107,430 3/7/2025
3.7.401.57 41,897 3/6/2025
3.7.401.56 36,578 3/5/2025
3.7.401.55 75,803 3/4/2025
3.7.401.54 83,796 3/3/2025
3.7.401.53 136,955 2/28/2025
3.7.401.52 66,379 2/27/2025
3.7.401.51 52,627 2/26/2025
3.7.401.50 54,655 2/25/2025
3.7.401.49 73,096 2/24/2025
3.7.401.48 65,100 2/21/2025
3.7.401.47 44,987 2/20/2025
3.7.401.46 79,228 2/18/2025
3.7.401.45 106,239 2/17/2025
3.7.401.44 106,415 2/13/2025
3.7.401.43 45,190 2/12/2025
3.7.401.42 69,629 2/11/2025
3.7.401.41 81,009 2/10/2025
3.7.401.40 93,311 2/7/2025
3.7.401.39 51,904 2/6/2025
3.7.401.38 43,159 2/5/2025
3.7.401.37 119,703 2/4/2025
3.7.401.36 64,277 2/3/2025
3.7.401.35 173,458 1/30/2025
3.7.401.34 177,763 1/27/2025
3.7.401.33 146,756 1/22/2025
3.7.401.32 58,021 1/21/2025
3.7.401.31 108,470 1/17/2025
3.7.401.30 76,082 1/16/2025
3.7.401.29 49,261 1/15/2025
3.7.401.28 46,924 1/14/2025
3.7.401.27 51,758 1/13/2025
3.7.401.26 85,363 1/10/2025
3.7.401.25 22,606 1/9/2025
3.7.401.24 85,284 1/8/2025
3.7.401.23 85,799 1/7/2025
3.7.401.22 66,159 1/6/2025
3.7.401.21 78,839 1/3/2025
3.7.401.20 72,711 1/2/2025
3.7.401.19 159,158 12/26/2024
3.7.401.18 496,084 12/23/2024
3.7.401.17 59,516 12/20/2024
3.7.401.16 110,366 12/19/2024
3.7.401.15 72,181 12/18/2024
3.7.401.14 63,859 12/17/2024
3.7.401.13 188,273 12/13/2024
3.7.401.12 72,270 12/12/2024
3.7.401.11 42,005 12/11/2024
3.7.401.10 60,565 12/10/2024
3.7.401.9 69,194 12/9/2024
3.7.401.8 360,984 12/3/2024
3.7.401.7 378,250 11/27/2024
3.7.401.6 370,099 11/22/2024
3.7.401.5 63,802 11/21/2024
3.7.401.4 55,198 11/21/2024
3.7.401.3 112,228 11/19/2024
3.7.401.2 229,352 11/15/2024
3.7.401.1 293,942 11/15/2024
3.7.401 37,298 11/14/2024
3.7.400.50 117,190 11/13/2024
3.7.400.49 119,580 11/12/2024
3.7.400.48 52,468 11/11/2024
3.7.400.47 69,291 11/8/2024
3.7.400.46 196,590 11/7/2024
3.7.400.45 749,050 11/1/2024
3.7.400.44 59,667 10/31/2024
3.7.400.43 101,426 10/30/2024
3.7.400.42 79,751 10/29/2024
3.7.400.41 315,712 10/28/2024
3.7.400.40 104,853 10/25/2024
3.7.400.39 40,565 10/24/2024
3.7.400.38 60,778 10/23/2024
3.7.400.37 76,304 10/22/2024
3.7.400.36 384,011 10/16/2024
3.7.400.35 314,481 10/15/2024
3.7.400.34 91,323 10/14/2024
3.7.400.33 279,740 10/9/2024
3.7.400.32 79,115 10/8/2024
3.7.400.31 75,157 10/7/2024
3.7.400.30 127,801 10/4/2024
3.7.400.29 31,646 10/3/2024
3.7.400.28 39,954 10/2/2024
3.7.400.27 79,100 10/1/2024
3.7.400.26 231,317 9/27/2024
3.7.400.25 81,652 9/26/2024
3.7.400.24 68,090 9/25/2024
3.7.400.23 74,131 9/24/2024
3.7.400.22 163,746 9/21/2024
3.7.400.21 703,865 9/16/2024
3.7.400.20 104,323 9/13/2024
3.7.400.19 139,152 9/11/2024
3.7.400.18 94,175 9/10/2024
3.7.400.17 61,764 9/9/2024
3.7.400.16 177,432 9/6/2024
3.7.400.15 77,303 9/5/2024
3.7.400.14 203,009 9/4/2024
3.7.400.13 235,534 8/30/2024
3.7.400.12 237,150 8/28/2024
3.7.400.11 269,426 8/22/2024
3.7.400.10 97,153 8/21/2024
3.7.400.9 71,705 8/20/2024
3.7.400.8 47,029 8/19/2024
3.7.400.7 291,045 8/16/2024
3.7.400.6 82,039 8/15/2024
3.7.400.5 244,704 8/13/2024
3.7.400.4 228,636 8/9/2024
3.7.400.3 361,393 8/5/2024
3.7.400.2 360,422 7/30/2024
3.7.400.1 60,043 7/29/2024
3.7.400 214,252 7/24/2024
3.7.300.121 213,530 7/22/2024
3.7.300.120 630,264 7/18/2024
3.7.300.119 302,439 7/12/2024
3.7.300.118 274,732 7/10/2024
3.7.300.117 169,375 7/9/2024
3.7.300.116 21,254 7/8/2024
3.7.300.115 92,088 7/5/2024
3.7.300.114 49,160 7/3/2024
3.7.300.113 145,728 7/1/2024
3.7.300.112 251,341 6/28/2024
3.7.300.111 111,459 6/27/2024
3.7.300.110 176,313 6/24/2024
3.7.300.109 109,169 6/20/2024
3.7.300.108 95,368 6/19/2024
3.7.300.107 92,569 6/18/2024
3.7.300.106 436,132 6/12/2024
3.7.300.105 473,030 6/11/2024
3.7.300.104 90,566 6/10/2024
3.7.300.103 89,455 6/7/2024
3.7.300.102 135,643 6/5/2024
3.7.300.101 134,844 6/4/2024
3.7.300.100 182,978 6/3/2024
3.7.300.99 264,822 5/30/2024
3.7.300.98 75,630 5/29/2024
3.7.300.97 55,218 5/28/2024
3.7.300.96 248,798 5/23/2024
3.7.300.95 64,748 5/22/2024
3.7.300.94 378,620 5/17/2024
3.7.300.93 174,685 5/16/2024
3.7.300.92 149,818 5/14/2024
3.7.300.91 236,439 5/13/2024
3.7.300.90 188,380 5/10/2024
3.7.300.89 46,420 5/9/2024
3.7.300.88 254,007 5/6/2024
3.7.300.87 69,670 5/3/2024
3.7.300.86 227,071 5/1/2024
3.7.300.85 161,157 4/29/2024
3.7.300.84 143,243 4/26/2024
3.7.300.83 37,171 4/25/2024
3.7.300.82 115,290 4/24/2024
3.7.300.81 44,035 4/23/2024
3.7.300.80 140,118 4/22/2024
3.7.300.79 47,699 4/19/2024
3.7.300.78 46,436 4/18/2024
3.7.300.77 136,072 4/17/2024
3.7.300.76 89,547 4/16/2024
3.7.300.75 1,387,480 4/11/2024
3.7.300.74 159,301 4/10/2024
3.7.300.73 127,012 4/9/2024
3.7.300.72 215,129 4/8/2024
3.7.300.71 106,502 4/5/2024
3.7.300.70 142,167 4/4/2024
3.7.300.69 71,434 4/3/2024
3.7.300.68 119,663 4/2/2024
3.7.300.67 62,266 4/1/2024
3.7.300.66 114,847 3/29/2024
3.7.300.65 43,278 3/28/2024
3.7.300.64 149,386 3/27/2024
3.7.300.63 53,932 3/26/2024
3.7.300.62 88,633 3/25/2024
3.7.300.61 160,605 3/22/2024
3.7.300.60 424,676 3/18/2024
3.7.300.59 80,107 3/15/2024
3.7.300.58 83,049 3/14/2024
3.7.300.57 51,238 3/13/2024
3.7.300.56 277,265 3/8/2024
3.7.300.55 673,361 2/29/2024
3.7.300.54 269,538 2/27/2024
3.7.300.53 961,668 2/16/2024
3.7.300.52 33,630 2/15/2024
3.7.300.51 73,834 2/14/2024
3.7.300.50 62,295 2/13/2024
3.7.300.49 280,411 2/9/2024
3.7.300.48 97,815 2/7/2024
3.7.300.47 441,722 2/2/2024
3.7.300.46 48,027 2/1/2024
3.7.300.45 321,876 1/31/2024
3.7.300.44 60,698 1/30/2024
3.7.300.43 127,081 1/29/2024
3.7.300.42 226,305 1/25/2024
3.7.300.41 100,999 1/25/2024
3.7.300.40 266,471 1/19/2024
3.7.300.39 263,378 1/18/2024
3.7.300.38 124,229 1/16/2024
3.7.300.37 127,474 1/14/2024
3.7.300.36 14,791 1/12/2024
3.7.300.35 84,464 1/11/2024
3.7.300.34 115,425 1/10/2024
3.7.300.33 134,800 1/8/2024
3.7.300.32 37,320 1/5/2024
3.7.300.31 40,654 1/4/2024
3.7.300.30 55,374 1/3/2024
3.7.300.29 320,200 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,861 12/22/2023
3.7.300.25 21,296 12/21/2023
3.7.300.24 41,990 12/20/2023
3.7.300.23 45,026 12/19/2023
3.7.300.22 86,229 12/18/2023
3.7.300.21 63,731 12/15/2023
3.7.300.20 29,112 12/14/2023
3.7.300.19 110,871 12/13/2023
3.7.300.18 201,135 12/12/2023
3.7.300.17 336,151 12/7/2023
3.7.300.16 58,155 12/6/2023
3.7.300.15 127,073 12/5/2023
3.7.300.14 179,108 12/4/2023
3.7.300.13 233,838 11/30/2023
3.7.300.12 6,454 11/29/2023
3.7.300.11 55,841 11/28/2023
3.7.300.10 52,081 11/28/2023
3.7.300.9 5,334 11/27/2023
3.7.300.8 118,687 11/27/2023
3.7.300.7 244,452 11/21/2023
3.7.300.6 64,480 11/20/2023
3.7.300.5 280,860 11/17/2023
3.7.300.4 32,689 11/16/2023
3.7.300.3 39,787 11/15/2023
3.7.300.2 131,674 11/14/2023
3.7.300.1 241,140 11/13/2023
3.7.300 554,246 11/10/2023
3.7.202.18 176,585 11/8/2023
3.7.202.17 55,507 11/7/2023
3.7.202.16 46,514 11/6/2023
3.7.202.15 213,245 11/2/2023
3.7.202.14 454,301 10/27/2023
3.7.202.13 67,637 10/26/2023
3.7.202.12 201,430 10/24/2023
3.7.202.11 51,286 10/23/2023
3.7.202.10 167,464 10/20/2023
3.7.202.9 119,808 10/19/2023
3.7.202.8 53,037 10/18/2023
3.7.202.7 54,925 10/17/2023
3.7.202.6 79,321 10/16/2023
3.7.202.5 108,302 10/12/2023
3.7.202.4 233,000 10/7/2023
3.7.202.3 51,076 10/5/2023
3.7.202.2 54,134 10/4/2023
3.7.202.1 75,919 10/3/2023
3.7.202 182,519 10/2/2023
3.7.201.44 262,364 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,356 9/25/2023
3.7.201.40 159,537 9/22/2023
3.7.201.39 169,337 9/20/2023
3.7.201.38 58,824 9/19/2023
3.7.201.37 130,611 9/15/2023
3.7.201.36 23,350 9/15/2023
3.7.201.35 14,702 9/14/2023
3.7.201.34 242,569 9/13/2023
3.7.201.33 37,309 9/12/2023
3.7.201.32 385,807 9/8/2023
3.7.201.31 43,153 9/8/2023
3.7.201.30 41,944 9/6/2023
3.7.201.29 46,887 9/5/2023
3.7.201.28 112,694 9/1/2023
3.7.201.27 25,653 9/1/2023
3.7.201.26 3,402 8/31/2023
3.7.201.25 45,979 8/31/2023
3.7.201.24 10,374 8/30/2023
3.7.201.23 119,839 8/28/2023
3.7.201.22 138,532 8/25/2023
3.7.201.21 69,377 8/24/2023
3.7.201.20 317,523 8/23/2023
3.7.201.19 50,368 8/22/2023
3.7.201.18 72,718 8/21/2023
3.7.201.17 37,262 8/18/2023
3.7.201.16 13,032 8/18/2023
3.7.201.15 13,446 8/17/2023
3.7.201.14 101,979 8/15/2023
3.7.201.13 170,393 8/14/2023
3.7.201.12 89,263 8/11/2023
3.7.201.11 41,504 8/10/2023
3.7.201.10 66,592 8/9/2023
3.7.201.9 56,606 8/8/2023
3.7.201.8 17,126 8/8/2023
3.7.201.7 56,154 8/7/2023
3.7.201.6 101,683 8/4/2023
3.7.201.5 81,828 8/2/2023
3.7.201.4 53,502 8/1/2023
3.7.201.3 378,726 7/31/2023
3.7.201.2 212,344 7/28/2023
3.7.201.1 132,426 7/26/2023
3.7.201 69,182 7/25/2023
3.7.200.4 167,605 7/24/2023
3.7.200.3 404,629 7/21/2023
3.7.200.2 166,850 7/20/2023
3.7.200.1 911,630 7/18/2023
3.7.200 160,681 7/18/2023
3.7.103.23 24,711 7/17/2023
3.7.103.22 122,184 7/13/2023
3.7.103.21 642,004 7/7/2023
3.7.103.20 8,574 7/7/2023
3.7.103.19 31,765 7/6/2023
3.7.103.18 69,226 7/5/2023
3.7.103.17 236,460 7/3/2023
3.7.103.16 1,792,980 6/20/2023
3.7.103.15 453,236 6/15/2023
3.7.103.14 209,402 6/13/2023
3.7.103.13 95,785 6/12/2023
3.7.103.12 130,297 6/8/2023
3.7.103.11 170,935 6/6/2023
3.7.103.10 119,215 6/5/2023
3.7.103.9 88,765 6/2/2023
3.7.103.8 8,088 6/2/2023
3.7.103.7 29,750 6/1/2023
3.7.103.6 210,733 5/30/2023
3.7.103.5 408,856 5/26/2023
3.7.103.4 271,250 5/25/2023
3.7.103.3 49,204 5/24/2023
3.7.103.2 63,357 5/23/2023
3.7.103.1 115,614 5/19/2023
3.7.103 47,132 5/18/2023
3.7.102.4 166,827 5/16/2023
3.7.102.3 65,231 5/15/2023
3.7.102.2 195,639 5/11/2023
3.7.102.1 115,472 5/9/2023
3.7.102 36,901 5/8/2023
3.7.101.60 245,690 5/4/2023
3.7.101.59 103,322 5/2/2023
3.7.101.58 79,374 5/1/2023
3.7.101.57 35,306 4/28/2023
3.7.101.56 191,135 4/27/2023
3.7.101.55 53,070 4/26/2023
3.7.101.54 65,432 4/25/2023
3.7.101.53 35,502 4/25/2023
3.7.101.52 71,366 4/21/2023
3.7.101.51 40,188 4/21/2023
3.7.101.50 120,675 4/19/2023
3.7.101.49 129,488 4/17/2023
3.7.101.48 153,551 4/14/2023
3.7.101.47 38,137 4/13/2023
3.7.101.46 33,440 4/12/2023
3.7.101.45 68,361 4/11/2023
3.7.101.44 47,760 4/10/2023
3.7.101.43 150,882 4/7/2023
3.7.101.42 13,206 4/6/2023
3.7.101.41 71,731 4/5/2023
3.7.101.40 116,374 4/4/2023
3.7.101.39 95,851 4/3/2023
3.7.101.38 92,469 3/31/2023
3.7.101.37 184,026 3/30/2023
3.7.101.36 1,523,494 3/29/2023
3.7.101.35 62,737 3/28/2023
3.7.101.34 259,078 3/24/2023
3.7.101.33 42,414 3/23/2023
3.7.101.32 35,515 3/22/2023
3.7.101.31 450,076 3/21/2023
3.7.101.30 37,417 3/20/2023
3.7.101.29 89,857 3/17/2023
3.7.101.28 35,832 3/17/2023
3.7.101.27 31,704 3/16/2023
3.7.101.26 80,336 3/15/2023
3.7.101.25 225,982 3/14/2023
3.7.101.24 80,616 3/13/2023
3.7.101.23 115,697 3/10/2023
3.7.101.22 133,964 3/9/2023
3.7.101.21 165,297 3/8/2023
3.7.101.20 150,307 3/7/2023
3.7.101.19 199,871 3/3/2023
3.7.101.18 71,231 3/2/2023
3.7.101.17 70,016 3/1/2023
3.7.101.16 81,693 2/28/2023
3.7.101.15 105,993 2/27/2023
3.7.101.14 151,280 2/23/2023
3.7.101.13 291,425 2/21/2023
3.7.101.12 244,717 2/18/2023
3.7.101.11 4,389 2/17/2023
3.7.101.10 93,110 2/16/2023
3.7.101.9 49,218 2/15/2023
3.7.101.8 154,120 2/13/2023
3.7.101.7 47,763 2/10/2023
3.7.101.6 84,586 2/9/2023
3.7.101.5 179,530 2/8/2023
3.7.101.4 79,233 2/7/2023
3.7.101.3 102,281 2/6/2023
3.7.101.2 71,021 2/3/2023
3.7.101.1 63,743 2/2/2023
3.7.101 50,203 2/2/2023
3.7.100.64 117,209 2/1/2023
3.7.100.63 52,527 1/31/2023
3.7.100.62 403,193 1/26/2023
3.7.100.61 126,831 1/25/2023
3.7.100.60 118,589 1/24/2023
3.7.100.59 95,787 1/23/2023
3.7.100.58 153,381 1/20/2023
3.7.100.57 25,843 1/20/2023
3.7.100.56 91,129 1/18/2023
3.7.100.55 125,367 1/17/2023
3.7.100.54 346,328 1/13/2023
3.7.100.53 89,609 1/12/2023
3.7.100.52 301,348 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,809 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,253 12/29/2022
3.7.100.44 59,165 12/23/2022
3.7.100.43 19,747 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,215 12/19/2022
3.7.100.39 280,685 12/16/2022
3.7.100.38 214,471 12/16/2022
3.7.100.37 32,118 12/15/2022
3.7.100.36 94,837 12/14/2022
3.7.100.35 203,646 12/13/2022
3.7.100.34 81,426 12/12/2022
3.7.100.33 145,954 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,689 12/6/2022
3.7.100.29 178,280 12/5/2022
3.7.100.28 379,598 12/2/2022
3.7.100.27 278,952 12/1/2022
3.7.100.26 215,554 11/30/2022
3.7.100.25 287,096 11/29/2022
3.7.100.24 29,720 11/29/2022
3.7.100.23 298,114 11/28/2022
3.7.100.22 309,340 11/22/2022
3.7.100.21 320,087 11/18/2022
3.7.100.20 80,360 11/17/2022
3.7.100.19 209,227 11/16/2022
3.7.100.18 15,914 11/16/2022
3.7.100.17 75,714 11/15/2022
3.7.100.16 257,166 11/11/2022
3.7.100.15 45,255 11/10/2022
3.7.100.14 70,063,330 11/9/2022
3.7.100.13 9,107 11/9/2022
3.7.100.12 20,770 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,848 11/4/2022
3.7.100.8 134,411 11/2/2022
3.7.100.7 134,165 10/31/2022
3.7.100.6 167,464 10/29/2022
3.7.100.5 9,119 10/28/2022
3.7.100.4 105,760 10/27/2022
3.7.100.3 97,208 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,196 10/21/2022
3.7.1.218 292,728 10/20/2022
3.7.1.217 137,959 10/19/2022
3.7.1.216 161,085 10/18/2022
3.7.1.215 93,529 10/14/2022
3.7.1.214 62,877 10/13/2022
3.7.1.213 261,616 10/7/2022
3.7.1.212 125,513 10/6/2022
3.7.1.211 644,688 10/4/2022
3.7.1.210 69,666 10/3/2022
3.7.1.209 77,519 9/30/2022
3.7.1.208 151,658 9/29/2022
3.7.1.207 234,483 9/27/2022
3.7.1.206 3,690,587 9/27/2022
3.7.1.205 15,818 9/26/2022
3.7.1.204 118,181 9/23/2022
3.7.1.203 48,575 9/22/2022
3.7.1.202 121,638 9/21/2022
3.7.1.201 90,254 9/20/2022
3.7.1.200 41,467 9/19/2022
3.7.1.199 617,957 9/15/2022
3.7.1.198 76,730 9/14/2022
3.7.1.197 138,231 9/13/2022
3.7.1.196 96,864 9/9/2022
3.7.1.195 19,183 9/9/2022
3.7.1.194 24,406 9/8/2022
3.7.1.193 334,929 9/2/2022
3.7.1.192 18,858 9/1/2022
3.7.1.191 331,937 8/30/2022
3.7.1.190 57,953 8/29/2022
3.7.1.189 125,305 8/25/2022
3.7.1.188 189,631 8/22/2022
3.7.1.187 74,355 8/19/2022
3.7.1.186 100,517 8/16/2022
3.7.1.185 112,252 8/12/2022
3.7.1.184 115,616 8/11/2022
3.7.1.183 237,821 8/8/2022
3.7.1.182 125,548 8/4/2022
3.7.1.181 91,398 8/2/2022
3.7.1.180 133,878 7/29/2022
3.7.1.179 25,837 7/28/2022
3.7.1.178 44,504 7/27/2022
3.7.1.177 297,388 7/22/2022
3.7.1.176 88,961 7/20/2022
3.7.1.175 241,321 7/18/2022
3.7.1.174 70,331 7/15/2022
3.7.1.173 24,199 7/14/2022
3.7.1.172 57,011 7/12/2022
3.7.1.171 88,193 7/11/2022
3.7.1.170 277,450 7/5/2022
3.7.1.169 179,183 6/29/2022
3.7.1.168 298,566 6/24/2022
3.7.1.167 750,393 6/17/2022
3.7.1.166 58,565 6/16/2022
3.7.1.165 264,590 6/14/2022
3.7.1.164 93,901 6/10/2022
3.7.1.163 113,751 6/8/2022
3.7.1.162 1,527,795 6/7/2022
3.7.1.161 57,852 6/6/2022
3.7.1.160 205,828 5/31/2022
3.7.1.159 501,504 5/27/2022
3.7.1.158 39,676 5/26/2022
3.7.1.157 43,205 5/26/2022
3.7.1.156 141,965 5/25/2022
3.7.1.155 82,087 5/24/2022
3.7.1.154 64,835 5/23/2022
3.7.1.153 342,307 5/19/2022
3.7.1.152 61,376 5/18/2022
3.7.1.151 286,982 5/16/2022
3.7.1.150 330,825 5/9/2022
3.7.1.149 81,175 5/6/2022
3.7.1.148 35,579 5/6/2022
3.7.1.147 122,474 5/5/2022
3.7.1.146 116,017 5/4/2022
3.7.1.145 154,372 5/3/2022
3.7.1.144 390,030 5/3/2022
3.7.1.143 3,824 5/2/2022
3.7.1.142 615,432 4/20/2022
3.7.1.141 106,856 4/19/2022
3.7.1.140 298,777 4/14/2022
3.7.1.139 829,659 4/12/2022
3.7.1.138 86,868 4/11/2022
3.7.1.137 115,458 4/7/2022
3.7.1.136 101,440 4/6/2022
3.7.1.135 467,623 4/1/2022
3.7.1.134 112,850 3/31/2022
3.7.1.133 211,176 3/28/2022
3.7.1.132 139,616 3/24/2022
3.7.1.131 74,764 3/23/2022
3.7.1.130 280,819 3/17/2022
3.7.1.129 41,867 3/16/2022
3.7.1.128 144,463 3/14/2022
3.7.1.127 60,610 3/10/2022
3.7.1.126 18,671 3/9/2022
3.7.1.125 32,761 3/8/2022
3.7.1.124 89,812 3/4/2022
3.7.1.123 41,256 3/3/2022
3.7.1.122 85,487 3/1/2022
3.7.1.121 72,057 2/28/2022
3.7.1.120 34,673 2/26/2022
3.7.1.119 82,584 2/23/2022
3.7.1.118 29,033 2/22/2022
3.7.1.117 5,216 2/22/2022
3.7.1.116 165,060 2/21/2022
3.7.1.115 131,840 2/17/2022
3.7.1.114 144,195 2/11/2022
3.7.1.113 24,416 2/10/2022
3.7.1.112 117,348 2/4/2022
3.7.1.111 20,858 2/3/2022
3.7.1.110 304,468 1/28/2022
3.7.1.109 163,416 1/25/2022
3.7.1.108 659,638 1/15/2022
3.7.1.107 3,692 1/14/2022
3.7.1.106 80,624 1/13/2022
3.7.1.105 228,837 1/11/2022
3.7.1.104 103,407 1/7/2022
3.7.1.103 19,742 1/6/2022
3.7.1.102 12,927 1/5/2022
3.7.1.101 210,476 1/3/2022
3.7.1.100 327,473 12/21/2021
3.7.1.99 62,447 12/20/2021
3.7.1.98 345,285 12/13/2021
3.7.1.97 273,484 12/8/2021
3.7.1.96 331,803 12/2/2021
3.7.1.95 40,757 12/1/2021
3.7.1.94 149,859 11/23/2021
3.7.1.93 169,453 11/22/2021
3.7.1.92 77,119 11/19/2021
3.7.1.91 2,905 11/18/2021
3.7.1.90 86,446 11/17/2021
3.7.1.89 53,099 11/16/2021
3.7.1.88 125,273 11/15/2021
3.7.1.87 95,402 11/12/2021
3.7.1.86 38,073 11/11/2021
3.7.1.85 38,951 11/11/2021
3.7.1.84 171,116 11/9/2021
3.7.1.83 141,506 11/5/2021
3.7.1.82 2,658 11/4/2021
3.7.1.81 25,139 11/3/2021
3.7.1.80 76,419 11/2/2021
3.7.1.79 19,851 11/1/2021
3.7.1.78 74,441 10/29/2021
3.7.1.77 1,509,322 10/27/2021
3.7.1.76 154,945 10/26/2021
3.7.1.75 3,181 10/26/2021
3.7.1.74 179,139 10/22/2021
3.7.1.73 13,153 10/21/2021
3.7.1.72 270,999 10/14/2021
3.7.1.71 76,164 10/13/2021
3.7.1.70 48,247 10/12/2021
3.7.1.69 102,816 10/8/2021
3.7.1.68 32,650 10/7/2021
3.7.1.67 40,340 10/7/2021
3.7.1.66 6,047 10/6/2021
3.7.1.65 338,662 10/1/2021
3.7.1.64 39,296 9/30/2021
3.7.1.63 68,110 9/29/2021
3.7.1.62 80,677 9/27/2021
3.7.1.61 64,363 9/24/2021
3.7.1.60 50,558 9/23/2021
3.7.1.59 33,593 9/22/2021
3.7.1.58 145,473 9/17/2021
3.7.1.57 74,146 9/16/2021
3.7.1.56 64,205 9/16/2021
3.7.1.55 236,525 9/13/2021
3.7.1.54 36,273 9/10/2021
3.7.1.53 23,317 9/9/2021
3.7.1.52 78,627 9/7/2021
3.7.1.51 68,540 9/3/2021
3.7.1.50 15,320 9/3/2021
3.7.1.49 4,017 9/2/2021
3.7.1.48 29,676 9/1/2021
3.7.1.47 45,422 8/31/2021
3.7.1.46 271,384 8/27/2021
3.7.1.45 72,729 8/25/2021
3.7.1.44 95,923 8/23/2021
3.7.1.43 129,343 8/19/2021
3.7.1.42 226,946 8/16/2021
3.7.1.41 166,625 8/12/2021
3.7.1.40 291,942 8/10/2021
3.7.1.39 261,199 8/6/2021
3.7.1.38 344,699 8/4/2021
3.7.1.37 203,624 7/30/2021
3.7.1.36 35,865 7/29/2021
3.7.1.35 120,750 7/27/2021
3.7.1.34 238,877 7/21/2021
3.7.1.33 113,005 7/16/2021
3.7.1.32 83,853 7/13/2021
3.7.1.31 27,555 7/12/2021
3.7.1.30 102,287 7/9/2021
3.7.1.29 43,893 7/8/2021
3.7.1.28 52,356 7/7/2021
3.7.1.27 8,055 7/7/2021
3.7.1.26 119,918 7/6/2021
3.7.1.25 133,228 7/1/2021
3.7.1.24 151,574 6/25/2021
3.7.1.23 44,316 6/24/2021
3.7.1.22 384,310 6/21/2021
3.7.1.21 73,264 6/17/2021
3.7.1.20 41,957 6/15/2021
3.7.1.19 60,913 6/11/2021
3.7.1.18 512,566 5/28/2021
3.7.1.17 71,227 5/27/2021
3.7.1.16 17,663 5/27/2021
3.7.1.15 92,089 5/24/2021
3.7.1.14 84,333 5/21/2021
3.7.1.13 108,722 5/20/2021
3.7.1.12 25,803 5/19/2021
3.7.1.11 26,410 5/18/2021
3.7.1.10 59,711 5/14/2021
3.7.1.9 40,624 5/12/2021
3.7.1.8 28,340 5/10/2021
3.7.1.7 5,041 5/10/2021
3.7.1.6 89,916 5/6/2021
3.7.1.5 129,858 4/30/2021
3.7.1.4 76,012 4/27/2021
3.7.1.3 120,915 4/23/2021
3.7.1.2 216,735 4/19/2021
3.7.1.1 67,924 4/15/2021
3.7.1 621,798 4/13/2021
3.7.0.10 194,426 4/12/2021
3.7.0.9 49,585 4/8/2021
3.7.0.8 47,342 4/7/2021
3.7.0.7 98,771 4/2/2021
3.7.0.6 34,042 4/1/2021
3.7.0.5 33,629 3/31/2021
3.7.0.4 4,896 3/31/2021
3.7.0.3 2,209,976 3/30/2021
3.7.0.2 5,387,541 3/29/2021
3.7.0.1 72,887 3/26/2021
3.7.0 2,604,568 3/26/2021
3.5.1.60 607,916 3/25/2021
3.5.1.59 257,604 3/17/2021
3.5.1.58 76,902 3/15/2021
3.5.1.57 112,942 3/9/2021
3.5.1.56 153,097 3/5/2021
3.5.1.55 3,217 3/4/2021
3.5.1.54 146,252 3/1/2021
3.5.1.53 252,328 2/23/2021
3.5.1.52 161,479 2/19/2021
3.5.1.51 8,524 2/18/2021
3.5.1.50 54,977 2/12/2021
3.5.1.49 154,886 2/9/2021
3.5.1.48 16,107 2/8/2021
3.5.1.47 70,841 2/5/2021
3.5.1.46 29,019 2/4/2021
3.5.1.45 376,281 1/29/2021
3.5.1.44 70,638 1/28/2021
3.5.1.43 22,713 1/27/2021
3.5.1.42 27,611 1/26/2021
3.5.1.41 122,467 1/20/2021
3.5.1.40 10,086 1/19/2021
3.5.1.39 256,451 1/11/2021
3.5.1.38 25,166 1/7/2021
3.5.1.37 93,936 12/30/2020
3.5.1.36 19,955 12/23/2020
3.5.1.35 95,240 12/22/2020
3.5.1.34 23,895 12/22/2020
3.5.1.33 3,742 12/21/2020
3.5.1.32 51,069 12/18/2020
3.5.1.31 76,273 12/17/2020
3.5.1.30 19,492 12/16/2020
3.5.1.29 36,726 12/14/2020
3.5.1.28 197,036 12/9/2020
3.5.1.27 82,781 12/7/2020
3.5.1.26 180,763 12/3/2020
3.5.1.25 119,096 12/2/2020
3.5.1.24 10,458 12/1/2020
3.5.1.23 45,400 12/1/2020
3.5.1.22 123,541 11/24/2020
3.5.1.21 58,104 11/23/2020
3.5.1.20 92,123 11/20/2020
3.5.1.19 61,714 11/19/2020
3.5.1.18 16,266 11/18/2020
3.5.1.17 205,743 11/13/2020
3.5.1.16 224,203 11/5/2020
3.5.1.15 84,384 11/4/2020
3.5.1.14 139,221 10/28/2020
3.5.1.13 33,660 10/27/2020
3.5.1.12 53,991 10/26/2020
3.5.1.11 35,171 10/22/2020
3.5.1.10 42,559 10/21/2020
3.5.1.9 34,271 10/20/2020
3.5.1.8 185,665 10/16/2020
3.5.1.7 6,722 10/15/2020
3.5.1.6 120,032 10/9/2020
3.5.1.5 187,467 10/6/2020
3.5.1.4 20,400 10/2/2020
3.5.1.3 115,316 10/1/2020
3.5.1.2 80,422 9/30/2020
3.5.1.1 24,952 9/29/2020
3.5.1 208,262 9/25/2020
3.5.0.19 178,507 9/24/2020
3.5.0.18 60,433 9/21/2020
3.5.0.17 16,281 9/18/2020
3.5.0.16 9,666 9/17/2020
3.5.0.15 55,495 9/16/2020
3.5.0.14 21,372 9/15/2020
3.5.0.13 81,289 9/14/2020
3.5.0.12 24,022 9/11/2020
3.5.0.11 64,731 9/10/2020
3.5.0.10 3,133 9/9/2020
3.5.0.9 46,548 9/4/2020
3.5.0.8 38,447 9/2/2020
3.5.0.7 133,481 9/1/2020
3.5.0.6 12,297 8/31/2020
3.5.0.5 6,615 8/28/2020
3.5.0.4 16,460 8/27/2020
3.5.0.3 18,492 8/26/2020
3.5.0.2 285,922 8/25/2020
3.5.0.1 3,401 8/24/2020
3.5.0 285,994 8/20/2020
3.5.0-beta 31,450 2/4/2020
3.3.105.43 1,905,647 8/19/2020
3.3.105.42 170,321 8/14/2020
3.3.105.41 67,818 8/10/2020
3.3.105.40 22,225 8/8/2020
3.3.105.39 9,515 8/6/2020
3.3.105.38 178,778 8/4/2020
3.3.105.37 9,541 8/3/2020
3.3.105.36 9,866 7/31/2020
3.3.105.35 11,215 7/30/2020
3.3.105.34 55,714 7/29/2020
3.3.105.33 51,979 7/28/2020
3.3.105.32 111,008 7/23/2020
3.3.105.31 38,697 7/22/2020
3.3.105.30 140,032 7/17/2020
3.3.105.29 22,948 7/15/2020
3.3.105.28 130,399 7/9/2020
3.3.105.27 27,455 7/9/2020
3.3.105.26 594,951 7/8/2020
3.3.105.25 12,389 7/7/2020
3.3.105.24 58,455 7/2/2020
3.3.105.23 44,631 6/29/2020
3.3.105.22 71,785 6/26/2020
3.3.105.21 6,244 6/25/2020
3.3.105.20 17,754 6/24/2020
3.3.105.19 2,991 6/24/2020
3.3.105.18 11,508 6/23/2020
3.3.105.17 84,620 6/19/2020
3.3.105.16 31,666 6/18/2020
3.3.105.15 15,929 6/17/2020
3.3.105.14 244,602 6/11/2020
3.3.105.13 48,585 6/9/2020
3.3.105.12 41,990 6/5/2020
3.3.105.11 11,642 6/4/2020
3.3.105.10 14,048 6/3/2020
3.3.105.9 12,838 6/3/2020
3.3.105.8 31,126 6/1/2020
3.3.105.7 87,739 5/27/2020
3.3.105.6 137,823 5/26/2020
3.3.105.5 65,343 5/22/2020
3.3.105.4 39,312 5/22/2020
3.3.105.3 10,312 5/21/2020
3.3.105.2 32,141 5/19/2020
3.3.105.1 135,056 5/18/2020
3.3.105 39,749 5/15/2020
3.3.104.77 38,623 5/14/2020
3.3.104.76 54,282 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,366 5/7/2020
3.3.104.72 14,326 5/6/2020
3.3.104.71 58,324 5/4/2020
3.3.104.70 10,953 5/1/2020
3.3.104.69 26,249 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,327 4/24/2020
3.3.104.64 16,653 4/23/2020
3.3.104.63 47,577 4/22/2020
3.3.104.62 13,806 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,086 4/16/2020
3.3.104.58 248,437 4/8/2020
3.3.104.57 337,964 4/6/2020
3.3.104.56 14,823 4/3/2020
3.3.104.55 3,453 4/3/2020
3.3.104.54 10,627 4/2/2020
3.3.104.53 36,070 4/1/2020
3.3.104.52 101,407 3/31/2020
3.3.104.51 13,464 3/30/2020
3.3.104.50 16,792 3/27/2020
3.3.104.49 21,358 3/26/2020
3.3.104.48 27,480 3/25/2020
3.3.104.47 64,359 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,040 3/18/2020
3.3.104.43 43,447 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,428 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,190 2/28/2020
3.3.104.36 4,013 2/27/2020
3.3.104.35 24,650 2/26/2020
3.3.104.34 36,379 2/25/2020
3.3.104.33 152,115 2/19/2020
3.3.104.32 49,479 2/17/2020
3.3.104.31 121,374 2/13/2020
3.3.104.30 106,020 2/13/2020
3.3.104.29 120,627 2/10/2020
3.3.104.28 191,171 2/7/2020
3.3.104.27 118,294 2/4/2020
3.3.104.26 120,158 1/24/2020
3.3.104.25 10,453 1/23/2020
3.3.104.24 69,123 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,072 1/15/2020
3.3.104.20 85,355 1/10/2020
3.3.104.19 26,493 1/9/2020
3.3.104.18 72,489 1/8/2020
3.3.104.17 73,424 1/6/2020
3.3.104.16 323,572 1/2/2020
3.3.104.15 22,297 12/25/2019
3.3.104.14 6,041 12/23/2019
3.3.104.13 21,203 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,249 12/16/2019
3.3.104.9 33,900 12/13/2019
3.3.104.8 14,665 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,174 12/9/2019
3.3.104.4 168,703 12/3/2019
3.3.104.3 21,680 12/2/2019
3.3.104.2 18,278 11/26/2019
3.3.104.1 15,219 11/25/2019
3.3.104 125,920 11/22/2019
3.3.103.16 71,183 11/22/2019
3.3.103.15 26,890 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,887 11/8/2019
3.3.103.10 13,022 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,428 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,806 10/18/2019
3.3.102.35 22,903 10/17/2019
3.3.102.34 11,008 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,853 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,098 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,607 9/6/2019
3.3.102.19 17,990 9/5/2019
3.3.102.18 11,135 9/4/2019
3.3.102.17 111,483 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,042 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,111 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,829 8/2/2019
3.3.102.4 25,678 8/1/2019
3.3.102.3 43,032 7/30/2019
3.3.102.2 11,050 7/29/2019
3.3.102.1 15,571 7/25/2019
3.3.102 569,200 7/24/2019
3.3.101.32 106,070 7/22/2019
3.3.101.31 34,086 7/19/2019
3.3.101.30 9,091 7/19/2019
3.3.101.29 34,174 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,367 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,172 6/24/2019
3.3.101.18 66,228 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,744 6/4/2019
3.3.101.11 23,322 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,591 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,556 5/20/2019
3.3.101.2 10,761 5/17/2019
3.3.101.1 59,971 5/15/2019
3.3.101 601,693 5/10/2019
3.3.100.18 98,755 5/8/2019
3.3.100.17 33,286 5/7/2019
3.3.100.16 8,283 5/6/2019
3.3.100.15 19,774 5/3/2019
3.3.100.14 9,000 5/2/2019
3.3.100.13 43,289 4/30/2019
3.3.100.12 7,830 4/29/2019
3.3.100.11 20,570 4/26/2019
3.3.100.10 114,436 4/25/2019
3.3.100.9 4,228 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,222 3/29/2019
3.3.100.2 24,536 3/26/2019
3.3.100.1 35,616 3/22/2019
3.3.100 1,008,163 3/21/2019
3.3.4.58 647,312 3/11/2019
3.3.4.57 8,754 3/7/2019
3.3.4.56 10,835 3/6/2019
3.3.4.55 70,294 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,836 2/13/2019
3.3.4.50 110,957 2/4/2019
3.3.4.49 51,350 1/26/2019
3.3.4.48 8,255 1/25/2019
3.3.4.47 8,873 1/24/2019
3.3.4.46 74,807 1/18/2019
3.3.4.45 55,615 1/11/2019
3.3.4.44 3,734 1/10/2019
3.3.4.43 53,177 1/8/2019
3.3.4.42 2,519 1/7/2019
3.3.4.41 40,387 1/4/2019
3.3.4.40 69,355 12/22/2018
3.3.4.39 3,692 12/21/2018
3.3.4.38 56,302 12/15/2018
3.3.4.37 46,712 12/14/2018
3.3.4.36 34,636 12/12/2018
3.3.4.35 95,134 12/4/2018
3.3.4.34 86,147 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,688 11/13/2018
3.3.4.30 64,399 11/9/2018
3.3.4.29 3,971 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,667 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,463 10/26/2018
3.3.4.21 6,819 10/22/2018
3.3.4.20 2,549 10/22/2018
3.3.4.19 76,541 10/17/2018
3.3.4.18 117,003 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,543 9/10/2018
3.3.4.14 25,019 9/7/2018
3.3.4.13 33,904 8/28/2018
3.3.4.12 52,577 8/16/2018
3.3.4.11 6,889 8/15/2018
3.3.4.10 31,544 8/3/2018
3.3.4.9 46,735 8/2/2018
3.3.4.8 100,992 7/23/2018
3.3.4.7 230,780 7/3/2018
3.3.4.6 41,774 6/23/2018
3.3.4.5 24,710 6/19/2018
3.3.4.4 145,611 6/1/2018
3.3.4.3 3,630,037 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,700 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,013 2/27/2018
3.3.3.3 1,361,124 11/11/2017
3.3.3.2 61,312 10/24/2017
3.3.3.1 27,540 10/9/2017
3.3.3 62,702 7/27/2017
3.3.2.3 730,186 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,590 5/11/2017
3.3.1.8 5,005 5/8/2017
3.3.1.7 4,416 5/5/2017
3.3.1.6 12,763 4/28/2017
3.3.1.5 13,681 4/21/2017
3.3.1.4 5,898 4/19/2017
3.3.1.3 18,575 3/31/2017
3.3.1.2 8,710 3/15/2017
3.3.1.1 4,214 3/14/2017
3.3.1 14,834 3/14/2017
3.3.0.9 63,288 1/20/2017
3.3.0.8 11,716 12/28/2016
3.3.0.7 10,590 12/16/2016
3.3.0.6 3,731 12/9/2016
3.3.0.5 4,899 12/7/2016
3.3.0.4 2,620 12/6/2016
3.3.0.3 15,147 11/15/2016
3.3.0.2 60,600 11/4/2016
3.3.0.1 42,692 10/11/2016
3.3.0 122,890 9/19/2016
3.2.8-rc 2,243 9/8/2016
3.2.7-beta 1,825 8/23/2016
3.2.6-beta 2,128 8/2/2016
3.2.5-beta 1,945 6/28/2016
3.2.4.1-beta 1,964 6/2/2016
3.2.4-beta 1,667 6/1/2016
3.2.3.1-beta 1,833 4/20/2016
3.2.3-beta 2,409 3/12/2016
3.2.2.1-beta 1,646 3/2/2016
3.2.2-beta 1,746 1/12/2016
3.2.1-beta 2,292 12/7/2015
3.2.0-beta 2,191 9/29/2015
3.1.4.5 26,045 8/9/2016
3.1.4.4 5,202 7/29/2016
3.1.4.3 5,818 7/13/2016
3.1.4.2 5,081 6/28/2016
3.1.4.1 4,696 6/3/2016
3.1.4 4,611 5/26/2016
3.1.3.3 9,144 5/5/2016
3.1.3.2 2,478 4/26/2016
3.1.3.1 2,146 4/18/2016
3.1.3 4,653 4/6/2016
3.1.2.2 8,392 2/22/2016
3.1.2.1 6,651 1/21/2016
3.1.2 2,152 1/19/2016
3.1.1.2 7,458 1/6/2016
3.1.1.1 2,824 12/21/2015
3.1.1 4,856 12/2/2015
3.1.0.2 104,896 10/7/2015
3.1.0.1 10,025 8/27/2015
3.1.0 140,781 7/28/2015
3.0.0.2-preview 2,211 5/21/2015
3.0.0.1-preview 1,751 5/6/2015
3.0.0-preview 1,962 4/30/2015