AWSSDK.SecurityToken 4.0.2.9

Prefix Reserved
dotnet add package AWSSDK.SecurityToken --version 4.0.2.9
                    
NuGet\Install-Package AWSSDK.SecurityToken -Version 4.0.2.9
                    
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="4.0.2.9" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AWSSDK.SecurityToken" Version="4.0.2.9" />
                    
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 4.0.2.9
                    
#r "nuget: AWSSDK.SecurityToken, 4.0.2.9"
                    
#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.
#:package AWSSDK.SecurityToken@4.0.2.9
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AWSSDK.SecurityToken&version=4.0.2.9
                    
Install as a Cake Addin
#tool nuget:?package=AWSSDK.SecurityToken&version=4.0.2.9
                    
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 net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 is compatible.  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 (129)

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.

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.

NServiceBus.AmazonSQS

NServiceBus.AmazonSQS

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

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

Repository Stars
microsoft/semantic-kernel
Integrate cutting-edge LLM technology quickly and easily into your apps
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.
drasi-project/drasi-platform
The Data Change Processing platform
Soluto/kamus
An open source, git-ops, zero-trust secret encryption and decryption solution for Kubernetes applications
dotnet/dotnet-monitor
This repository contains the source code for .NET Monitor - a tool that allows you to gather diagnostic data from running applications using HTTP endpoints
zarusz/SlimMessageBus
Lightweight message bus interface for .NET (pub/sub and request-response) with transport plugins for popular message brokers.
CCob/Volumiser
emgarten/Sleet
A static nuget feed generator for Azure Storage, AWS S3, and more.
aws/aws-extensions-for-dotnet-cli
Extensions to the dotnet CLI to simplify the process of building and publishing .NET Core applications to AWS services
robinrodricks/FluentStorage
A polycloud .NET cloud storage abstraction layer. Provides Blob storage (AWS S3, GCP, FTP, SFTP, Azure Blob/File/Event Hub/Data Lake) and Messaging (AWS SQS, Azure Queue/ServiceBus). Supports .NET 5+ and .NET Standard 2.0+. Pure C#.
alexandre-spieser/mongodb-generic-repository
An example of generic repository implementation using the MongoDB C# Sharp 2.0 driver (async)
aws/aws-logging-dotnet
.NET Libraries for integrating Amazon CloudWatch Logs with popular .NET logging libraries
shr670377723/CommunityServer-master
abuzuhri/Amazon-SP-API-CSharp
.Net C# library for the new Amazon Selling Partner API
Cysharp/Claudia
Unofficial Anthropic Claude API client for .NET.
Version Downloads Last Updated
4.0.2.9 6,589 10/16/2025
4.0.2.8 38,634 10/10/2025
4.0.2.7 9,200 10/9/2025
4.0.2.6 71,264 10/1/2025
4.0.2.5 36,279 9/30/2025
4.0.2.4 15,870 9/29/2025
4.0.2.3 70,953 9/23/2025
4.0.2.2 103,895 9/16/2025
4.0.2.1 326,594 8/29/2025
4.0.2 97,358 8/21/2025
4.0.1.11 127,318 8/15/2025
4.0.1.10 43,998 8/13/2025
4.0.1.9 115,921 8/6/2025
4.0.1.8 59,175 8/4/2025
4.0.1.7 47,654 7/31/2025
4.0.1.6 146,935 7/23/2025
4.0.1.5 255,920 7/15/2025
4.0.1.4 159,453 7/9/2025
4.0.1.3 170,075 7/1/2025
4.0.1.2 198,657 6/23/2025
4.0.1.1 100,976 6/18/2025
4.0.1 51,673 6/17/2025
4.0.0.9 48,944 6/16/2025
4.0.0.8 164,007 6/12/2025
4.0.0.7 29,699 6/11/2025
4.0.0.6 37,866 6/10/2025
4.0.0.5 1,004,828 6/4/2025
4.0.0.4 596,378 5/16/2025
4.0.0.3 37,367 5/15/2025
4.0.0.2 381,586 5/6/2025
4.0.0.1 185,919 4/30/2025
4.0.0 794,266 4/28/2025
4.0.0-preview.13 10,730 4/9/2025
4.0.0-preview.12 533 4/4/2025
4.0.0-preview.11 5,592 3/26/2025
4.0.0-preview.10 9,264 3/7/2025
4.0.0-preview.9 585 3/4/2025
4.0.0-preview.8 847 2/25/2025
4.0.0-preview.7 6,679 2/17/2025
4.0.0-preview.6 10,088 2/6/2025
4.0.0-preview.5 10,308 1/3/2025
4.0.0-preview.4 38,984 10/11/2024
4.0.0-preview.3 1,031 10/1/2024
4.0.0-preview.2 14,426 8/28/2024
4.0.0-preview 68,147 8/15/2024
3.7.501.25 905 10/17/2025
3.7.501.24 2,775 10/16/2025
3.7.501.23 3,286 10/15/2025
3.7.501.22 44,069 10/10/2025
3.7.501.21 5,269 10/9/2025
3.7.501.20 4,300 10/8/2025
3.7.501.19 4,497 10/7/2025
3.7.501.18 24,086 9/30/2025
3.7.501.17 5,442 9/29/2025
3.7.501.16 9,180 9/26/2025
3.7.501.15 4,927 9/25/2025
3.7.501.14 22,449 9/23/2025
3.7.501.13 6,670 9/22/2025
3.7.501.12 19,675 9/19/2025
3.7.501.11 30,825 9/16/2025
3.7.501.10 30,998 9/15/2025
3.7.501.9 26,884 9/11/2025
3.7.501.8 8,161 9/10/2025
3.7.501.7 5,540 9/9/2025
3.7.501.6 9,285 9/8/2025
3.7.501.5 15,158 9/4/2025
3.7.501.4 14,438 9/2/2025
3.7.501.3 366,197 8/29/2025
3.7.501.2 19,947 8/26/2025
3.7.501.1 10,911 8/25/2025
3.7.501 13,655 8/21/2025
3.7.500.8 11,598 8/20/2025
3.7.500.7 31,001 8/12/2025
3.7.500.6 207,857 8/11/2025
3.7.500.5 73,824 8/8/2025
3.7.500.4 16,699 8/6/2025
3.7.500.3 14,586 8/5/2025
3.7.500.2 9,848 8/4/2025
3.7.500.1 21,704 8/1/2025
3.7.500 106,511 7/31/2025
3.7.402.20 6,817 7/30/2025
3.7.402.19 10,483 7/29/2025
3.7.402.18 6,958 7/28/2025
3.7.402.17 19,715 7/24/2025
3.7.402.16 10,881 7/23/2025
3.7.402.15 8,706 7/22/2025
3.7.402.14 18,190 7/21/2025
3.7.402.13 112,591 7/18/2025
3.7.402.12 8,567 7/17/2025
3.7.402.11 15,690 7/16/2025
3.7.402.10 33,330 7/15/2025
3.7.402.9 40,725 7/9/2025
3.7.402.8 52,859 7/3/2025
3.7.402.7 86,855 7/1/2025
3.7.402.6 11,623 6/30/2025
3.7.402.5 19,188 6/27/2025
3.7.402.4 11,118 6/26/2025
3.7.402.3 79,597 6/23/2025
3.7.402.2 234,576 6/20/2025
3.7.402.1 19,249 6/18/2025
3.7.402 23,356 6/17/2025
3.7.401.114 165,415 6/11/2025
3.7.401.113 26,931 6/10/2025
3.7.401.112 18,368 6/9/2025
3.7.401.111 78,143 6/6/2025
3.7.401.110 28,880 6/5/2025
3.7.401.109 82,993 6/4/2025
3.7.401.108 103,056 6/2/2025
3.7.401.107 19,475 5/30/2025
3.7.401.106 70,883 5/28/2025
3.7.401.105 39,868 5/23/2025
3.7.401.104 42,795 5/21/2025
3.7.401.103 23,977 5/20/2025
3.7.401.102 49,726 5/19/2025
3.7.401.101 106,050 5/16/2025
3.7.401.100 51,308 5/12/2025
3.7.401.99 81,671 5/9/2025
3.7.401.98 15,379 5/8/2025
3.7.401.97 29,730 5/7/2025
3.7.401.96 32,725 5/6/2025
3.7.401.95 32,312 5/5/2025
3.7.401.94 58,515 5/2/2025
3.7.401.93 19,142 5/1/2025
3.7.401.92 19,900 4/30/2025
3.7.401.91 19,761 4/29/2025
3.7.401.90 40,677 4/28/2025
3.7.401.89 138,573 4/25/2025
3.7.401.88 34,411 4/24/2025
3.7.401.87 91,784 4/23/2025
3.7.401.86 275,461 4/18/2025
3.7.401.85 45,406 4/17/2025
3.7.401.84 103,129 4/16/2025
3.7.401.83 115,191 4/14/2025
3.7.401.82 140,325 4/11/2025
3.7.401.81 60,873 4/10/2025
3.7.401.80 64,513 4/9/2025
3.7.401.79 77,730 4/8/2025
3.7.401.78 312,230 4/4/2025
3.7.401.77 78,825 4/3/2025
3.7.401.76 48,545 4/3/2025
3.7.401.75 10,804 4/2/2025
3.7.401.74 168,196 4/1/2025
3.7.401.73 70,629 3/31/2025
3.7.401.72 179,456 3/28/2025
3.7.401.71 86,339 3/27/2025
3.7.401.70 48,209 3/26/2025
3.7.401.69 41,881 3/25/2025
3.7.401.68 85,752 3/24/2025
3.7.401.67 176,354 3/21/2025
3.7.401.66 62,063 3/20/2025
3.7.401.65 63,477 3/19/2025
3.7.401.64 53,214 3/18/2025
3.7.401.63 83,123 3/17/2025
3.7.401.62 131,146 3/14/2025
3.7.401.61 29,214 3/14/2025
3.7.401.60 230,458 3/11/2025
3.7.401.59 65,262 3/10/2025
3.7.401.58 154,335 3/7/2025
3.7.401.57 63,009 3/6/2025
3.7.401.56 52,084 3/5/2025
3.7.401.55 130,606 3/4/2025
3.7.401.54 126,204 3/3/2025
3.7.401.53 197,055 2/28/2025
3.7.401.52 96,724 2/27/2025
3.7.401.51 76,081 2/26/2025
3.7.401.50 81,162 2/25/2025
3.7.401.49 102,270 2/24/2025
3.7.401.48 87,129 2/21/2025
3.7.401.47 79,764 2/20/2025
3.7.401.46 108,808 2/18/2025
3.7.401.45 137,735 2/17/2025
3.7.401.44 141,938 2/13/2025
3.7.401.43 67,502 2/12/2025
3.7.401.42 105,221 2/11/2025
3.7.401.41 106,359 2/10/2025
3.7.401.40 142,169 2/7/2025
3.7.401.39 95,475 2/6/2025
3.7.401.38 62,495 2/5/2025
3.7.401.37 137,553 2/4/2025
3.7.401.36 82,932 2/3/2025
3.7.401.35 255,268 1/30/2025
3.7.401.34 243,685 1/27/2025
3.7.401.33 198,259 1/22/2025
3.7.401.32 82,409 1/21/2025
3.7.401.31 141,502 1/17/2025
3.7.401.30 107,953 1/16/2025
3.7.401.29 69,428 1/15/2025
3.7.401.28 63,316 1/14/2025
3.7.401.27 58,787 1/13/2025
3.7.401.26 109,145 1/10/2025
3.7.401.25 28,409 1/9/2025
3.7.401.24 120,211 1/8/2025
3.7.401.23 102,567 1/7/2025
3.7.401.22 91,424 1/6/2025
3.7.401.21 108,699 1/3/2025
3.7.401.20 96,832 1/2/2025
3.7.401.19 224,007 12/26/2024
3.7.401.18 530,488 12/23/2024
3.7.401.17 77,242 12/20/2024
3.7.401.16 156,941 12/19/2024
3.7.401.15 95,322 12/18/2024
3.7.401.14 80,401 12/17/2024
3.7.401.13 251,310 12/13/2024
3.7.401.12 90,507 12/12/2024
3.7.401.11 56,466 12/11/2024
3.7.401.10 79,989 12/10/2024
3.7.401.9 83,055 12/9/2024
3.7.401.8 472,854 12/3/2024
3.7.401.7 447,923 11/27/2024
3.7.401.6 451,951 11/22/2024
3.7.401.5 84,139 11/21/2024
3.7.401.4 68,244 11/21/2024
3.7.401.3 156,272 11/19/2024
3.7.401.2 277,992 11/15/2024
3.7.401.1 464,248 11/15/2024
3.7.401 78,204 11/14/2024
3.7.400.50 167,980 11/13/2024
3.7.400.49 130,507 11/12/2024
3.7.400.48 61,611 11/11/2024
3.7.400.47 87,838 11/8/2024
3.7.400.46 254,103 11/7/2024
3.7.400.45 1,055,958 11/1/2024
3.7.400.44 99,165 10/31/2024
3.7.400.43 122,990 10/30/2024
3.7.400.42 94,351 10/29/2024
3.7.400.41 423,620 10/28/2024
3.7.400.40 135,424 10/25/2024
3.7.400.39 53,724 10/24/2024
3.7.400.38 73,447 10/23/2024
3.7.400.37 109,570 10/22/2024
3.7.400.36 501,236 10/16/2024
3.7.400.35 425,815 10/15/2024
3.7.400.34 328,350 10/14/2024
3.7.400.33 430,109 10/9/2024
3.7.400.32 92,588 10/8/2024
3.7.400.31 88,512 10/7/2024
3.7.400.30 168,143 10/4/2024
3.7.400.29 43,505 10/3/2024
3.7.400.28 47,514 10/2/2024
3.7.400.27 95,056 10/1/2024
3.7.400.26 281,810 9/27/2024
3.7.400.25 91,746 9/26/2024
3.7.400.24 95,081 9/25/2024
3.7.400.23 82,315 9/24/2024
3.7.400.22 196,646 9/21/2024
3.7.400.21 1,113,167 9/16/2024
3.7.400.20 131,055 9/13/2024
3.7.400.19 159,011 9/11/2024
3.7.400.18 112,687 9/10/2024
3.7.400.17 69,995 9/9/2024
3.7.400.16 224,875 9/6/2024
3.7.400.15 98,787 9/5/2024
3.7.400.14 250,479 9/4/2024
3.7.400.13 307,967 8/30/2024
3.7.400.12 315,678 8/28/2024
3.7.400.11 323,633 8/22/2024
3.7.400.10 117,961 8/21/2024
3.7.400.9 86,272 8/20/2024
3.7.400.8 53,008 8/19/2024
3.7.400.7 316,986 8/16/2024
3.7.400.6 96,687 8/15/2024
3.7.400.5 431,915 8/13/2024
3.7.400.4 267,099 8/9/2024
3.7.400.3 481,350 8/5/2024
3.7.400.2 411,569 7/30/2024
3.7.400.1 66,018 7/29/2024
3.7.400 281,482 7/24/2024
3.7.300.121 274,026 7/22/2024
3.7.300.120 676,646 7/18/2024
3.7.300.119 343,415 7/12/2024
3.7.300.118 299,240 7/10/2024
3.7.300.117 209,756 7/9/2024
3.7.300.116 24,881 7/8/2024
3.7.300.115 105,301 7/5/2024
3.7.300.114 56,726 7/3/2024
3.7.300.113 165,844 7/1/2024
3.7.300.112 296,166 6/28/2024
3.7.300.111 129,011 6/27/2024
3.7.300.110 225,138 6/24/2024
3.7.300.109 118,731 6/20/2024
3.7.300.108 113,124 6/19/2024
3.7.300.107 132,773 6/18/2024
3.7.300.106 499,532 6/12/2024
3.7.300.105 726,635 6/11/2024
3.7.300.104 106,717 6/10/2024
3.7.300.103 96,806 6/7/2024
3.7.300.102 171,625 6/5/2024
3.7.300.101 218,239 6/4/2024
3.7.300.100 205,816 6/3/2024
3.7.300.99 317,439 5/30/2024
3.7.300.98 89,013 5/29/2024
3.7.300.97 62,648 5/28/2024
3.7.300.96 275,100 5/23/2024
3.7.300.95 77,179 5/22/2024
3.7.300.94 444,148 5/17/2024
3.7.300.93 186,710 5/16/2024
3.7.300.92 177,949 5/14/2024
3.7.300.91 314,539 5/13/2024
3.7.300.90 212,459 5/10/2024
3.7.300.89 50,700 5/9/2024
3.7.300.88 377,410 5/6/2024
3.7.300.87 77,659 5/3/2024
3.7.300.86 264,262 5/1/2024
3.7.300.85 180,475 4/29/2024
3.7.300.84 147,332 4/26/2024
3.7.300.83 40,538 4/25/2024
3.7.300.82 132,973 4/24/2024
3.7.300.81 49,074 4/23/2024
3.7.300.80 183,692 4/22/2024
3.7.300.79 51,528 4/19/2024
3.7.300.78 57,744 4/18/2024
3.7.300.77 162,163 4/17/2024
3.7.300.76 100,107 4/16/2024
3.7.300.75 1,773,535 4/11/2024
3.7.300.74 179,772 4/10/2024
3.7.300.73 130,202 4/9/2024
3.7.300.72 293,117 4/8/2024
3.7.300.71 117,430 4/5/2024
3.7.300.70 175,521 4/4/2024
3.7.300.69 78,094 4/3/2024
3.7.300.68 134,056 4/2/2024
3.7.300.67 70,098 4/1/2024
3.7.300.66 139,537 3/29/2024
3.7.300.65 52,639 3/28/2024
3.7.300.64 176,458 3/27/2024
3.7.300.63 57,335 3/26/2024
3.7.300.62 99,054 3/25/2024
3.7.300.61 169,354 3/22/2024
3.7.300.60 511,468 3/18/2024
3.7.300.59 88,734 3/15/2024
3.7.300.58 92,389 3/14/2024
3.7.300.57 58,592 3/13/2024
3.7.300.56 311,818 3/8/2024
3.7.300.55 735,158 2/29/2024
3.7.300.54 326,080 2/27/2024
3.7.300.53 1,141,072 2/16/2024
3.7.300.52 36,846 2/15/2024
3.7.300.51 82,007 2/14/2024
3.7.300.50 69,040 2/13/2024
3.7.300.49 315,827 2/9/2024
3.7.300.48 109,781 2/7/2024
3.7.300.47 533,707 2/2/2024
3.7.300.46 52,383 2/1/2024
3.7.300.45 388,916 1/31/2024
3.7.300.44 70,091 1/30/2024
3.7.300.43 150,821 1/29/2024
3.7.300.42 260,375 1/25/2024
3.7.300.41 112,572 1/25/2024
3.7.300.40 291,432 1/19/2024
3.7.300.39 307,993 1/18/2024
3.7.300.38 130,623 1/16/2024
3.7.300.37 140,898 1/14/2024
3.7.300.36 16,868 1/12/2024
3.7.300.35 89,554 1/11/2024
3.7.300.34 129,526 1/10/2024
3.7.300.33 149,626 1/8/2024
3.7.300.32 39,217 1/5/2024
3.7.300.31 43,743 1/4/2024
3.7.300.30 58,313 1/3/2024
3.7.300.29 368,315 12/28/2023
3.7.300.28 37,011 12/27/2023
3.7.300.27 34,629 12/26/2023
3.7.300.26 47,086 12/22/2023
3.7.300.25 23,692 12/21/2023
3.7.300.24 47,660 12/20/2023
3.7.300.23 48,343 12/19/2023
3.7.300.22 95,053 12/18/2023
3.7.300.21 75,493 12/15/2023
3.7.300.20 33,822 12/14/2023
3.7.300.19 121,445 12/13/2023
3.7.300.18 238,960 12/12/2023
3.7.300.17 394,059 12/7/2023
3.7.300.16 72,923 12/6/2023
3.7.300.15 133,889 12/5/2023
3.7.300.14 192,543 12/4/2023
3.7.300.13 264,363 11/30/2023
3.7.300.12 7,522 11/29/2023
3.7.300.11 59,431 11/28/2023
3.7.300.10 55,273 11/28/2023
3.7.300.9 6,269 11/27/2023
3.7.300.8 124,972 11/27/2023
3.7.300.7 260,467 11/21/2023
3.7.300.6 69,504 11/20/2023
3.7.300.5 306,925 11/17/2023
3.7.300.4 36,890 11/16/2023
3.7.300.3 42,933 11/15/2023
3.7.300.2 152,483 11/14/2023
3.7.300.1 260,113 11/13/2023
3.7.300 639,782 11/10/2023
3.7.202.18 192,321 11/8/2023
3.7.202.17 60,556 11/7/2023
3.7.202.16 49,827 11/6/2023
3.7.202.15 221,196 11/2/2023
3.7.202.14 499,357 10/27/2023
3.7.202.13 71,698 10/26/2023
3.7.202.12 232,953 10/24/2023
3.7.202.11 53,262 10/23/2023
3.7.202.10 183,972 10/20/2023
3.7.202.9 129,942 10/19/2023
3.7.202.8 55,282 10/18/2023
3.7.202.7 56,032 10/17/2023
3.7.202.6 101,028 10/16/2023
3.7.202.5 114,030 10/12/2023
3.7.202.4 251,611 10/7/2023
3.7.202.3 52,987 10/5/2023
3.7.202.2 67,765 10/4/2023
3.7.202.1 88,203 10/3/2023
3.7.202 196,666 10/2/2023
3.7.201.44 276,568 9/28/2023
3.7.201.43 35,526 9/28/2023
3.7.201.42 9,416 9/27/2023
3.7.201.41 104,479 9/25/2023
3.7.201.40 171,779 9/22/2023
3.7.201.39 213,469 9/20/2023
3.7.201.38 64,362 9/19/2023
3.7.201.37 142,279 9/15/2023
3.7.201.36 24,753 9/15/2023
3.7.201.35 16,546 9/14/2023
3.7.201.34 292,111 9/13/2023
3.7.201.33 40,662 9/12/2023
3.7.201.32 435,547 9/8/2023
3.7.201.31 47,471 9/8/2023
3.7.201.30 45,453 9/6/2023
3.7.201.29 51,625 9/5/2023
3.7.201.28 124,535 9/1/2023
3.7.201.27 26,630 9/1/2023
3.7.201.26 4,101 8/31/2023
3.7.201.25 49,189 8/31/2023
3.7.201.24 11,191 8/30/2023
3.7.201.23 123,979 8/28/2023
3.7.201.22 142,893 8/25/2023
3.7.201.21 72,085 8/24/2023
3.7.201.20 341,541 8/23/2023
3.7.201.19 55,708 8/22/2023
3.7.201.18 78,563 8/21/2023
3.7.201.17 38,868 8/18/2023
3.7.201.16 14,330 8/18/2023
3.7.201.15 14,718 8/17/2023
3.7.201.14 108,748 8/15/2023
3.7.201.13 184,692 8/14/2023
3.7.201.12 91,344 8/11/2023
3.7.201.11 43,105 8/10/2023
3.7.201.10 69,441 8/9/2023
3.7.201.9 59,472 8/8/2023
3.7.201.8 19,498 8/8/2023
3.7.201.7 60,069 8/7/2023
3.7.201.6 110,121 8/4/2023
3.7.201.5 89,053 8/2/2023
3.7.201.4 55,856 8/1/2023
3.7.201.3 477,341 7/31/2023
3.7.201.2 220,765 7/28/2023
3.7.201.1 142,761 7/26/2023
3.7.201 76,356 7/25/2023
3.7.200.4 186,453 7/24/2023
3.7.200.3 427,245 7/21/2023
3.7.200.2 171,964 7/20/2023
3.7.200.1 1,001,963 7/18/2023
3.7.200 179,014 7/18/2023
3.7.103.23 27,245 7/17/2023
3.7.103.22 130,517 7/13/2023
3.7.103.21 720,081 7/7/2023
3.7.103.20 9,211 7/7/2023
3.7.103.19 33,821 7/6/2023
3.7.103.18 84,751 7/5/2023
3.7.103.17 256,600 7/3/2023
3.7.103.16 2,268,584 6/20/2023
3.7.103.15 528,799 6/15/2023
3.7.103.14 237,817 6/13/2023
3.7.103.13 101,615 6/12/2023
3.7.103.12 137,985 6/8/2023
3.7.103.11 174,670 6/6/2023
3.7.103.10 120,998 6/5/2023
3.7.103.9 92,347 6/2/2023
3.7.103.8 8,932 6/2/2023
3.7.103.7 30,791 6/1/2023
3.7.103.6 233,863 5/30/2023
3.7.103.5 415,766 5/26/2023
3.7.103.4 322,999 5/25/2023
3.7.103.3 50,893 5/24/2023
3.7.103.2 68,749 5/23/2023
3.7.103.1 124,015 5/19/2023
3.7.103 49,463 5/18/2023
3.7.102.4 173,899 5/16/2023
3.7.102.3 66,828 5/15/2023
3.7.102.2 216,621 5/11/2023
3.7.102.1 120,924 5/9/2023
3.7.102 39,093 5/8/2023
3.7.101.60 262,653 5/4/2023
3.7.101.59 108,201 5/2/2023
3.7.101.58 80,679 5/1/2023
3.7.101.57 36,823 4/28/2023
3.7.101.56 204,070 4/27/2023
3.7.101.55 54,609 4/26/2023
3.7.101.54 70,507 4/25/2023
3.7.101.53 37,416 4/25/2023
3.7.101.52 75,266 4/21/2023
3.7.101.51 52,569 4/21/2023
3.7.101.50 127,538 4/19/2023
3.7.101.49 142,786 4/17/2023
3.7.101.48 157,748 4/14/2023
3.7.101.47 40,202 4/13/2023
3.7.101.46 34,749 4/12/2023
3.7.101.45 70,375 4/11/2023
3.7.101.44 49,322 4/10/2023
3.7.101.43 156,790 4/7/2023
3.7.101.42 13,933 4/6/2023
3.7.101.41 77,200 4/5/2023
3.7.101.40 119,262 4/4/2023
3.7.101.39 100,540 4/3/2023
3.7.101.38 96,931 3/31/2023
3.7.101.37 216,634 3/30/2023
3.7.101.36 1,776,528 3/29/2023
3.7.101.35 64,554 3/28/2023
3.7.101.34 291,088 3/24/2023
3.7.101.33 44,135 3/23/2023
3.7.101.32 36,468 3/22/2023
3.7.101.31 473,137 3/21/2023
3.7.101.30 38,316 3/20/2023
3.7.101.29 95,033 3/17/2023
3.7.101.28 41,519 3/17/2023
3.7.101.27 32,901 3/16/2023
3.7.101.26 83,855 3/15/2023
3.7.101.25 230,591 3/14/2023
3.7.101.24 85,037 3/13/2023
3.7.101.23 118,583 3/10/2023
3.7.101.22 146,908 3/9/2023
3.7.101.21 171,304 3/8/2023
3.7.101.20 157,803 3/7/2023
3.7.101.19 204,974 3/3/2023
3.7.101.18 74,675 3/2/2023
3.7.101.17 71,674 3/1/2023
3.7.101.16 83,591 2/28/2023
3.7.101.15 111,512 2/27/2023
3.7.101.14 168,247 2/23/2023
3.7.101.13 297,724 2/21/2023
3.7.101.12 295,670 2/18/2023
3.7.101.11 5,286 2/17/2023
3.7.101.10 102,425 2/16/2023
3.7.101.9 50,145 2/15/2023
3.7.101.8 159,475 2/13/2023
3.7.101.7 49,023 2/10/2023
3.7.101.6 92,250 2/9/2023
3.7.101.5 196,636 2/8/2023
3.7.101.4 79,993 2/7/2023
3.7.101.3 109,348 2/6/2023
3.7.101.2 73,792 2/3/2023
3.7.101.1 98,013 2/2/2023
3.7.101 54,218 2/2/2023
3.7.100.64 130,075 2/1/2023
3.7.100.63 54,760 1/31/2023
3.7.100.62 453,253 1/26/2023
3.7.100.61 128,125 1/25/2023
3.7.100.60 130,173 1/24/2023
3.7.100.59 107,926 1/23/2023
3.7.100.58 158,025 1/20/2023
3.7.100.57 27,492 1/20/2023
3.7.100.56 99,024 1/18/2023
3.7.100.55 143,563 1/17/2023
3.7.100.54 353,042 1/13/2023
3.7.100.53 96,564 1/12/2023
3.7.100.52 362,549 1/10/2023
3.7.100.51 91,118 1/9/2023
3.7.100.50 60,482 1/6/2023
3.7.100.49 34,795 1/5/2023
3.7.100.48 425,364 1/4/2023
3.7.100.47 14,169 1/3/2023
3.7.100.46 149,019 12/30/2022
3.7.100.45 125,694 12/29/2022
3.7.100.44 63,835 12/23/2022
3.7.100.43 20,393 12/22/2022
3.7.100.42 23,280 12/21/2022
3.7.100.41 90,732 12/20/2022
3.7.100.40 41,119 12/19/2022
3.7.100.39 349,736 12/16/2022
3.7.100.38 219,529 12/16/2022
3.7.100.37 33,060 12/15/2022
3.7.100.36 99,592 12/14/2022
3.7.100.35 207,760 12/13/2022
3.7.100.34 87,714 12/12/2022
3.7.100.33 150,983 12/8/2022
3.7.100.32 26,195 12/8/2022
3.7.100.31 8,490 12/7/2022
3.7.100.30 58,640 12/6/2022
3.7.100.29 191,383 12/5/2022
3.7.100.28 396,601 12/2/2022
3.7.100.27 304,557 12/1/2022
3.7.100.26 223,049 11/30/2022
3.7.100.25 311,880 11/29/2022
3.7.100.24 31,809 11/29/2022
3.7.100.23 302,006 11/28/2022
3.7.100.22 343,680 11/22/2022
3.7.100.21 326,251 11/18/2022
3.7.100.20 89,129 11/17/2022
3.7.100.19 522,863 11/16/2022
3.7.100.18 17,484 11/16/2022
3.7.100.17 76,485 11/15/2022
3.7.100.16 269,519 11/11/2022
3.7.100.15 47,901 11/10/2022
3.7.100.14 82,872,128 11/9/2022
3.7.100.13 10,001 11/9/2022
3.7.100.12 22,792 11/9/2022
3.7.100.11 4,937 11/8/2022
3.7.100.10 50,641 11/7/2022
3.7.100.9 99,167 11/4/2022
3.7.100.8 138,336 11/2/2022
3.7.100.7 138,925 10/31/2022
3.7.100.6 169,905 10/29/2022
3.7.100.5 9,552 10/28/2022
3.7.100.4 120,788 10/27/2022
3.7.100.3 98,303 10/26/2022
3.7.100.2 32,343 10/25/2022
3.7.100.1 45,275 10/24/2022
3.7.100 293,498 10/21/2022
3.7.1.218 326,830 10/20/2022
3.7.1.217 157,044 10/19/2022
3.7.1.216 181,808 10/18/2022
3.7.1.215 100,400 10/14/2022
3.7.1.214 65,516 10/13/2022
3.7.1.213 273,906 10/7/2022
3.7.1.212 134,108 10/6/2022
3.7.1.211 746,160 10/4/2022
3.7.1.210 70,695 10/3/2022
3.7.1.209 81,872 9/30/2022
3.7.1.208 155,427 9/29/2022
3.7.1.207 246,827 9/27/2022
3.7.1.206 3,711,678 9/27/2022
3.7.1.205 16,325 9/26/2022
3.7.1.204 123,792 9/23/2022
3.7.1.203 49,734 9/22/2022
3.7.1.202 122,434 9/21/2022
3.7.1.201 99,103 9/20/2022
3.7.1.200 43,010 9/19/2022
3.7.1.199 698,949 9/15/2022
3.7.1.198 78,833 9/14/2022
3.7.1.197 141,972 9/13/2022
3.7.1.196 100,113 9/9/2022
3.7.1.195 19,655 9/9/2022
3.7.1.194 25,088 9/8/2022
3.7.1.193 353,284 9/2/2022
3.7.1.192 19,293 9/1/2022
3.7.1.191 346,785 8/30/2022
3.7.1.190 60,925 8/29/2022
3.7.1.189 133,009 8/25/2022
3.7.1.188 206,042 8/22/2022
3.7.1.187 75,319 8/19/2022
3.7.1.186 102,168 8/16/2022
3.7.1.185 120,007 8/12/2022
3.7.1.184 128,625 8/11/2022
3.7.1.183 256,626 8/8/2022
3.7.1.182 142,542 8/4/2022
3.7.1.181 94,980 8/2/2022
3.7.1.180 137,641 7/29/2022
3.7.1.179 26,435 7/28/2022
3.7.1.178 45,541 7/27/2022
3.7.1.177 305,752 7/22/2022
3.7.1.176 92,047 7/20/2022
3.7.1.175 262,099 7/18/2022
3.7.1.174 74,805 7/15/2022
3.7.1.173 24,577 7/14/2022
3.7.1.172 58,027 7/12/2022
3.7.1.171 95,589 7/11/2022
3.7.1.170 294,266 7/5/2022
3.7.1.169 187,708 6/29/2022
3.7.1.168 308,453 6/24/2022
3.7.1.167 807,733 6/17/2022
3.7.1.166 62,026 6/16/2022
3.7.1.165 273,299 6/14/2022
3.7.1.164 96,498 6/10/2022
3.7.1.163 121,607 6/8/2022
3.7.1.162 1,798,176 6/7/2022
3.7.1.161 58,490 6/6/2022
3.7.1.160 213,311 5/31/2022
3.7.1.159 521,980 5/27/2022
3.7.1.158 40,393 5/26/2022
3.7.1.157 43,880 5/26/2022
3.7.1.156 148,212 5/25/2022
3.7.1.155 82,623 5/24/2022
3.7.1.154 65,829 5/23/2022
3.7.1.153 386,809 5/19/2022
3.7.1.152 62,348 5/18/2022
3.7.1.151 293,897 5/16/2022
3.7.1.150 350,730 5/9/2022
3.7.1.149 89,446 5/6/2022
3.7.1.148 36,023 5/6/2022
3.7.1.147 127,611 5/5/2022
3.7.1.146 117,492 5/4/2022
3.7.1.145 168,663 5/3/2022
3.7.1.144 393,062 5/3/2022
3.7.1.143 4,127 5/2/2022
3.7.1.142 643,424 4/20/2022
3.7.1.141 116,799 4/19/2022
3.7.1.140 302,009 4/14/2022
3.7.1.139 863,907 4/12/2022
3.7.1.138 93,332 4/11/2022
3.7.1.137 138,256 4/7/2022
3.7.1.136 108,402 4/6/2022
3.7.1.135 508,699 4/1/2022
3.7.1.134 113,849 3/31/2022
3.7.1.133 214,174 3/28/2022
3.7.1.132 149,685 3/24/2022
3.7.1.131 76,204 3/23/2022
3.7.1.130 291,986 3/17/2022
3.7.1.129 42,870 3/16/2022
3.7.1.128 146,541 3/14/2022
3.7.1.127 60,954 3/10/2022
3.7.1.126 19,135 3/9/2022
3.7.1.125 34,078 3/8/2022
3.7.1.124 91,843 3/4/2022
3.7.1.123 41,915 3/3/2022
3.7.1.122 86,742 3/1/2022
3.7.1.121 73,095 2/28/2022
3.7.1.120 35,578 2/26/2022
3.7.1.119 83,477 2/23/2022
3.7.1.118 30,293 2/22/2022
3.7.1.117 5,417 2/22/2022
3.7.1.116 174,696 2/21/2022
3.7.1.115 136,990 2/17/2022
3.7.1.114 148,185 2/11/2022
3.7.1.113 24,983 2/10/2022
3.7.1.112 122,516 2/4/2022
3.7.1.111 21,259 2/3/2022
3.7.1.110 309,939 1/28/2022
3.7.1.109 169,063 1/25/2022
3.7.1.108 667,331 1/15/2022
3.7.1.107 3,958 1/14/2022
3.7.1.106 86,204 1/13/2022
3.7.1.105 232,075 1/11/2022
3.7.1.104 107,923 1/7/2022
3.7.1.103 20,095 1/6/2022
3.7.1.102 13,179 1/5/2022
3.7.1.101 217,646 1/3/2022
3.7.1.100 338,284 12/21/2021
3.7.1.99 69,232 12/20/2021
3.7.1.98 363,884 12/13/2021
3.7.1.97 280,759 12/8/2021
3.7.1.96 344,502 12/2/2021
3.7.1.95 46,126 12/1/2021
3.7.1.94 151,604 11/23/2021
3.7.1.93 171,013 11/22/2021
3.7.1.92 77,906 11/19/2021
3.7.1.91 3,116 11/18/2021
3.7.1.90 91,753 11/17/2021
3.7.1.89 55,846 11/16/2021
3.7.1.88 139,040 11/15/2021
3.7.1.87 95,917 11/12/2021
3.7.1.86 38,797 11/11/2021
3.7.1.85 40,814 11/11/2021
3.7.1.84 178,439 11/9/2021
3.7.1.83 145,587 11/5/2021
3.7.1.82 2,847 11/4/2021
3.7.1.81 25,559 11/3/2021
3.7.1.80 77,122 11/2/2021
3.7.1.79 20,320 11/1/2021
3.7.1.78 76,448 10/29/2021
3.7.1.77 1,884,953 10/27/2021
3.7.1.76 155,562 10/26/2021
3.7.1.75 3,359 10/26/2021
3.7.1.74 183,486 10/22/2021
3.7.1.73 13,477 10/21/2021
3.7.1.72 277,133 10/14/2021
3.7.1.71 79,412 10/13/2021
3.7.1.70 49,340 10/12/2021
3.7.1.69 105,437 10/8/2021
3.7.1.68 32,990 10/7/2021
3.7.1.67 43,359 10/7/2021
3.7.1.66 6,243 10/6/2021
3.7.1.65 343,247 10/1/2021
3.7.1.64 41,651 9/30/2021
3.7.1.63 73,754 9/29/2021
3.7.1.62 81,273 9/27/2021
3.7.1.61 67,950 9/24/2021
3.7.1.60 53,207 9/23/2021
3.7.1.59 33,953 9/22/2021
3.7.1.58 148,267 9/17/2021
3.7.1.57 82,293 9/16/2021
3.7.1.56 64,434 9/16/2021
3.7.1.55 245,249 9/13/2021
3.7.1.54 37,097 9/10/2021
3.7.1.53 23,941 9/9/2021
3.7.1.52 79,498 9/7/2021
3.7.1.51 70,504 9/3/2021
3.7.1.50 15,768 9/3/2021
3.7.1.49 4,204 9/2/2021
3.7.1.48 30,035 9/1/2021
3.7.1.47 47,661 8/31/2021
3.7.1.46 272,767 8/27/2021
3.7.1.45 73,819 8/25/2021
3.7.1.44 97,165 8/23/2021
3.7.1.43 143,930 8/19/2021
3.7.1.42 232,293 8/16/2021
3.7.1.41 189,875 8/12/2021
3.7.1.40 297,574 8/10/2021
3.7.1.39 262,058 8/6/2021
3.7.1.38 352,856 8/4/2021
3.7.1.37 212,544 7/30/2021
3.7.1.36 37,881 7/29/2021
3.7.1.35 121,705 7/27/2021
3.7.1.34 239,872 7/21/2021
3.7.1.33 118,302 7/16/2021
3.7.1.32 85,868 7/13/2021
3.7.1.31 30,564 7/12/2021
3.7.1.30 106,071 7/9/2021
3.7.1.29 48,125 7/8/2021
3.7.1.28 53,630 7/7/2021
3.7.1.27 8,208 7/7/2021
3.7.1.26 120,100 7/6/2021
3.7.1.25 136,662 7/1/2021
3.7.1.24 154,297 6/25/2021
3.7.1.23 44,589 6/24/2021
3.7.1.22 391,939 6/21/2021
3.7.1.21 74,105 6/17/2021
3.7.1.20 42,516 6/15/2021
3.7.1.19 61,551 6/11/2021
3.7.1.18 525,291 5/28/2021
3.7.1.17 77,970 5/27/2021
3.7.1.16 18,062 5/27/2021
3.7.1.15 94,851 5/24/2021
3.7.1.14 85,617 5/21/2021
3.7.1.13 109,642 5/20/2021
3.7.1.12 26,079 5/19/2021
3.7.1.11 27,317 5/18/2021
3.7.1.10 62,895 5/14/2021
3.7.1.9 40,854 5/12/2021
3.7.1.8 28,959 5/10/2021
3.7.1.7 5,209 5/10/2021
3.7.1.6 91,324 5/6/2021
3.7.1.5 132,987 4/30/2021
3.7.1.4 76,460 4/27/2021
3.7.1.3 126,967 4/23/2021
3.7.1.2 222,676 4/19/2021
3.7.1.1 68,417 4/15/2021
3.7.1 796,269 4/13/2021
3.7.0.10 201,151 4/12/2021
3.7.0.9 52,864 4/8/2021
3.7.0.8 48,036 4/7/2021
3.7.0.7 105,140 4/2/2021
3.7.0.6 40,966 4/1/2021
3.7.0.5 33,901 3/31/2021
3.7.0.4 5,268 3/31/2021
3.7.0.3 2,304,054 3/30/2021
3.7.0.2 5,786,076 3/29/2021
3.7.0.1 74,430 3/26/2021
3.7.0 2,706,855 3/26/2021
3.5.1.60 663,589 3/25/2021
3.5.1.59 261,463 3/17/2021
3.5.1.58 77,577 3/15/2021
3.5.1.57 115,020 3/9/2021
3.5.1.56 153,439 3/5/2021
3.5.1.55 3,372 3/4/2021
3.5.1.54 147,836 3/1/2021
3.5.1.53 254,944 2/23/2021
3.5.1.52 167,064 2/19/2021
3.5.1.51 8,732 2/18/2021
3.5.1.50 56,118 2/12/2021
3.5.1.49 156,635 2/9/2021
3.5.1.48 16,459 2/8/2021
3.5.1.47 70,998 2/5/2021
3.5.1.46 29,302 2/4/2021
3.5.1.45 377,869 1/29/2021
3.5.1.44 71,438 1/28/2021
3.5.1.43 23,149 1/27/2021
3.5.1.42 35,646 1/26/2021
3.5.1.41 123,394 1/20/2021
3.5.1.40 10,412 1/19/2021
3.5.1.39 258,955 1/11/2021
3.5.1.38 25,636 1/7/2021
3.5.1.37 95,480 12/30/2020
3.5.1.36 20,882 12/23/2020
3.5.1.35 95,399 12/22/2020
3.5.1.34 24,334 12/22/2020
3.5.1.33 3,901 12/21/2020
3.5.1.32 51,597 12/18/2020
3.5.1.31 77,187 12/17/2020
3.5.1.30 19,652 12/16/2020
3.5.1.29 37,217 12/14/2020
3.5.1.28 200,945 12/9/2020
3.5.1.27 83,644 12/7/2020
3.5.1.26 182,622 12/3/2020
3.5.1.25 119,618 12/2/2020
3.5.1.24 11,159 12/1/2020
3.5.1.23 47,666 12/1/2020
3.5.1.22 124,210 11/24/2020
3.5.1.21 58,344 11/23/2020
3.5.1.20 92,507 11/20/2020
3.5.1.19 62,373 11/19/2020
3.5.1.18 16,486 11/18/2020
3.5.1.17 206,894 11/13/2020
3.5.1.16 226,729 11/5/2020
3.5.1.15 88,910 11/4/2020
3.5.1.14 139,926 10/28/2020
3.5.1.13 33,936 10/27/2020
3.5.1.12 54,237 10/26/2020
3.5.1.11 35,574 10/22/2020
3.5.1.10 42,815 10/21/2020
3.5.1.9 34,626 10/20/2020
3.5.1.8 186,003 10/16/2020
3.5.1.7 6,903 10/15/2020
3.5.1.6 122,843 10/9/2020
3.5.1.5 188,636 10/6/2020
3.5.1.4 20,680 10/2/2020
3.5.1.3 115,487 10/1/2020
3.5.1.2 80,808 9/30/2020
3.5.1.1 25,147 9/29/2020
3.5.1 215,304 9/25/2020
3.5.0.19 180,832 9/24/2020
3.5.0.18 60,994 9/21/2020
3.5.0.17 16,454 9/18/2020
3.5.0.16 9,883 9/17/2020
3.5.0.15 55,768 9/16/2020
3.5.0.14 21,550 9/15/2020
3.5.0.13 98,632 9/14/2020
3.5.0.12 24,683 9/11/2020
3.5.0.11 65,044 9/10/2020
3.5.0.10 3,270 9/9/2020
3.5.0.9 47,089 9/4/2020
3.5.0.8 38,619 9/2/2020
3.5.0.7 135,289 9/1/2020
3.5.0.6 12,823 8/31/2020
3.5.0.5 6,840 8/28/2020
3.5.0.4 16,631 8/27/2020
3.5.0.3 18,699 8/26/2020
3.5.0.2 291,438 8/25/2020
3.5.0.1 3,556 8/24/2020
3.5.0 297,476 8/20/2020
3.5.0-beta 31,604 2/4/2020
3.3.105.43 1,961,521 8/19/2020
3.3.105.42 171,548 8/14/2020
3.3.105.41 68,350 8/10/2020
3.3.105.40 22,489 8/8/2020
3.3.105.39 9,695 8/6/2020
3.3.105.38 179,302 8/4/2020
3.3.105.37 9,733 8/3/2020
3.3.105.36 10,148 7/31/2020
3.3.105.35 11,392 7/30/2020
3.3.105.34 55,859 7/29/2020
3.3.105.33 52,351 7/28/2020
3.3.105.32 112,938 7/23/2020
3.3.105.31 38,923 7/22/2020
3.3.105.30 141,428 7/17/2020
3.3.105.29 23,128 7/15/2020
3.3.105.28 133,969 7/9/2020
3.3.105.27 28,402 7/9/2020
3.3.105.26 595,303 7/8/2020
3.3.105.25 12,573 7/7/2020
3.3.105.24 59,425 7/2/2020
3.3.105.23 44,811 6/29/2020
3.3.105.22 72,038 6/26/2020
3.3.105.21 6,409 6/25/2020
3.3.105.20 17,957 6/24/2020
3.3.105.19 3,158 6/24/2020
3.3.105.18 11,676 6/23/2020
3.3.105.17 84,979 6/19/2020
3.3.105.16 31,818 6/18/2020
3.3.105.15 16,275 6/17/2020
3.3.105.14 254,271 6/11/2020
3.3.105.13 48,901 6/9/2020
3.3.105.12 42,288 6/5/2020
3.3.105.11 11,972 6/4/2020
3.3.105.10 14,214 6/3/2020
3.3.105.9 14,344 6/3/2020
3.3.105.8 31,426 6/1/2020
3.3.105.7 88,301 5/27/2020
3.3.105.6 138,268 5/26/2020
3.3.105.5 73,875 5/22/2020
3.3.105.4 39,488 5/22/2020
3.3.105.3 11,608 5/21/2020
3.3.105.2 32,694 5/19/2020
3.3.105.1 142,721 5/18/2020
3.3.105 40,163 5/15/2020
3.3.104.77 40,682 5/14/2020
3.3.104.76 54,555 5/11/2020
3.3.104.75 10,201 5/8/2020
3.3.104.74 30,079 5/8/2020
3.3.104.73 3,498 5/7/2020
3.3.104.72 14,515 5/6/2020
3.3.104.71 59,931 5/4/2020
3.3.104.70 11,117 5/1/2020
3.3.104.69 26,425 4/30/2020
3.3.104.68 36,284 4/29/2020
3.3.104.67 30,749 4/28/2020
3.3.104.66 13,071 4/27/2020
3.3.104.65 12,496 4/24/2020
3.3.104.64 16,972 4/23/2020
3.3.104.63 47,765 4/22/2020
3.3.104.62 13,992 4/21/2020
3.3.104.61 16,813 4/20/2020
3.3.104.60 24,678 4/17/2020
3.3.104.59 29,407 4/16/2020
3.3.104.58 250,622 4/8/2020
3.3.104.57 351,740 4/6/2020
3.3.104.56 15,145 4/3/2020
3.3.104.55 3,618 4/3/2020
3.3.104.54 10,826 4/2/2020
3.3.104.53 36,742 4/1/2020
3.3.104.52 101,849 3/31/2020
3.3.104.51 13,619 3/30/2020
3.3.104.50 17,161 3/27/2020
3.3.104.49 21,508 3/26/2020
3.3.104.48 27,641 3/25/2020
3.3.104.47 67,001 3/24/2020
3.3.104.46 67,896 3/20/2020
3.3.104.45 5,101 3/19/2020
3.3.104.44 69,574 3/18/2020
3.3.104.43 43,683 3/17/2020
3.3.104.42 21,077 3/16/2020
3.3.104.41 36,131 3/12/2020
3.3.104.40 139,811 3/6/2020
3.3.104.39 27,248 3/5/2020
3.3.104.38 92,957 3/2/2020
3.3.104.37 25,720 2/28/2020
3.3.104.36 4,153 2/27/2020
3.3.104.35 24,818 2/26/2020
3.3.104.34 36,562 2/25/2020
3.3.104.33 154,595 2/19/2020
3.3.104.32 49,870 2/17/2020
3.3.104.31 123,358 2/13/2020
3.3.104.30 107,385 2/13/2020
3.3.104.29 120,833 2/10/2020
3.3.104.28 199,651 2/7/2020
3.3.104.27 120,365 2/4/2020
3.3.104.26 121,124 1/24/2020
3.3.104.25 10,798 1/23/2020
3.3.104.24 69,518 1/21/2020
3.3.104.23 34,163 1/17/2020
3.3.104.22 33,930 1/16/2020
3.3.104.21 61,314 1/15/2020
3.3.104.20 85,864 1/10/2020
3.3.104.19 26,641 1/9/2020
3.3.104.18 72,700 1/8/2020
3.3.104.17 78,376 1/6/2020
3.3.104.16 333,546 1/2/2020
3.3.104.15 22,859 12/25/2019
3.3.104.14 6,319 12/23/2019
3.3.104.13 22,166 12/20/2019
3.3.104.12 39,185 12/18/2019
3.3.104.11 20,603 12/18/2019
3.3.104.10 53,455 12/16/2019
3.3.104.9 35,061 12/13/2019
3.3.104.8 14,854 12/12/2019
3.3.104.7 16,307 12/12/2019
3.3.104.6 5,384 12/11/2019
3.3.104.5 22,385 12/9/2019
3.3.104.4 171,882 12/3/2019
3.3.104.3 21,890 12/2/2019
3.3.104.2 18,492 11/26/2019
3.3.104.1 15,620 11/25/2019
3.3.104 126,770 11/22/2019
3.3.103.16 72,702 11/22/2019
3.3.103.15 27,232 11/20/2019
3.3.103.14 3,000 11/19/2019
3.3.103.13 44,550 11/14/2019
3.3.103.12 15,304 11/13/2019
3.3.103.11 95,055 11/8/2019
3.3.103.10 13,170 11/7/2019
3.3.103.9 12,430 11/7/2019
3.3.103.8 19,379 11/5/2019
3.3.103.7 36,835 10/31/2019
3.3.103.6 29,348 10/30/2019
3.3.103.5 20,592 10/28/2019
3.3.103.4 3,785 10/28/2019
3.3.103.3 95,115 10/24/2019
3.3.103.2 5,805 10/22/2019
3.3.103.1 322,144 10/18/2019
3.3.103 26,136 10/18/2019
3.3.102.35 25,437 10/17/2019
3.3.102.34 11,596 10/16/2019
3.3.102.33 90,517 10/11/2019
3.3.102.32 19,637 10/10/2019
3.3.102.31 18,609 10/8/2019
3.3.102.30 144,952 9/30/2019
3.3.102.29 45,256 9/26/2019
3.3.102.28 27,994 9/23/2019
3.3.102.27 7,289 9/21/2019
3.3.102.26 5,611 9/19/2019
3.3.102.25 42,131 9/18/2019
3.3.102.24 18,940 9/17/2019
3.3.102.23 16,164 9/16/2019
3.3.102.22 20,605 9/12/2019
3.3.102.21 26,745 9/9/2019
3.3.102.20 11,766 9/6/2019
3.3.102.19 18,192 9/5/2019
3.3.102.18 11,600 9/4/2019
3.3.102.17 111,683 8/27/2019
3.3.102.16 40,263 8/23/2019
3.3.102.15 9,637 8/22/2019
3.3.102.14 107,399 8/16/2019
3.3.102.13 8,488 8/15/2019
3.3.102.12 4,938 8/14/2019
3.3.102.11 13,256 8/13/2019
3.3.102.10 106,935 8/12/2019
3.3.102.9 10,227 8/9/2019
3.3.102.8 6,133 8/8/2019
3.3.102.7 5,597 8/7/2019
3.3.102.6 8,951 8/7/2019
3.3.102.5 100,220 8/2/2019
3.3.102.4 26,233 8/1/2019
3.3.102.3 43,184 7/30/2019
3.3.102.2 11,197 7/29/2019
3.3.102.1 15,715 7/25/2019
3.3.102 614,135 7/24/2019
3.3.101.32 107,605 7/22/2019
3.3.101.31 34,544 7/19/2019
3.3.101.30 9,685 7/19/2019
3.3.101.29 34,399 7/12/2019
3.3.101.28 15,298 7/10/2019
3.3.101.27 8,093 7/9/2019
3.3.101.26 4,298 7/8/2019
3.3.101.25 19,615 7/2/2019
3.3.101.24 7,888 7/1/2019
3.3.101.23 11,573 6/28/2019
3.3.101.22 10,995 6/27/2019
3.3.101.21 5,343 6/27/2019
3.3.101.20 6,673 6/26/2019
3.3.101.19 173,813 6/24/2019
3.3.101.18 66,577 6/20/2019
3.3.101.17 8,109 6/20/2019
3.3.101.16 23,462 6/17/2019
3.3.101.15 4,791 6/14/2019
3.3.101.14 42,459 6/13/2019
3.3.101.13 17,401 6/7/2019
3.3.101.12 83,979 6/4/2019
3.3.101.11 24,533 6/3/2019
3.3.101.10 28,063 5/31/2019
3.3.101.9 4,554 5/30/2019
3.3.101.8 5,708 5/29/2019
3.3.101.7 14,935 5/28/2019
3.3.101.6 27,350 5/23/2019
3.3.101.5 15,857 5/22/2019
3.3.101.4 17,078 5/21/2019
3.3.101.3 11,719 5/20/2019
3.3.101.2 10,920 5/17/2019
3.3.101.1 60,595 5/15/2019
3.3.101 628,322 5/10/2019
3.3.100.18 98,916 5/8/2019
3.3.100.17 37,105 5/7/2019
3.3.100.16 8,405 5/6/2019
3.3.100.15 20,160 5/3/2019
3.3.100.14 9,149 5/2/2019
3.3.100.13 43,515 4/30/2019
3.3.100.12 7,972 4/29/2019
3.3.100.11 20,895 4/26/2019
3.3.100.10 114,620 4/25/2019
3.3.100.9 4,371 4/25/2019
3.3.100.8 7,689 4/24/2019
3.3.100.7 21,250 4/18/2019
3.3.100.6 12,797 4/16/2019
3.3.100.5 73,023 4/4/2019
3.3.100.4 12,213 4/3/2019
3.3.100.3 44,862 3/29/2019
3.3.100.2 25,105 3/26/2019
3.3.100.1 38,174 3/22/2019
3.3.100 1,031,788 3/21/2019
3.3.4.58 663,872 3/11/2019
3.3.4.57 8,929 3/7/2019
3.3.4.56 10,989 3/6/2019
3.3.4.55 70,495 2/26/2019
3.3.4.54 73,952 2/20/2019
3.3.4.53 21,847 2/15/2019
3.3.4.52 20,340 2/14/2019
3.3.4.51 10,091 2/13/2019
3.3.4.50 111,461 2/4/2019
3.3.4.49 51,650 1/26/2019
3.3.4.48 8,411 1/25/2019
3.3.4.47 9,233 1/24/2019
3.3.4.46 74,988 1/18/2019
3.3.4.45 55,865 1/11/2019
3.3.4.44 3,888 1/10/2019
3.3.4.43 53,323 1/8/2019
3.3.4.42 2,671 1/7/2019
3.3.4.41 40,537 1/4/2019
3.3.4.40 78,397 12/22/2018
3.3.4.39 3,848 12/21/2018
3.3.4.38 57,101 12/15/2018
3.3.4.37 51,009 12/14/2018
3.3.4.36 34,788 12/12/2018
3.3.4.35 95,833 12/4/2018
3.3.4.34 90,647 11/16/2018
3.3.4.33 3,836 11/16/2018
3.3.4.32 8,244 11/15/2018
3.3.4.31 4,834 11/13/2018
3.3.4.30 64,765 11/9/2018
3.3.4.29 4,135 11/9/2018
3.3.4.28 4,166 11/7/2018
3.3.4.27 3,605 11/7/2018
3.3.4.26 2,807 11/6/2018
3.3.4.25 15,330 10/30/2018
3.3.4.24 5,054 10/29/2018
3.3.4.23 2,717 10/29/2018
3.3.4.22 18,878 10/26/2018
3.3.4.21 6,977 10/22/2018
3.3.4.20 2,704 10/22/2018
3.3.4.19 76,897 10/17/2018
3.3.4.18 118,445 10/6/2018
3.3.4.17 35,896 10/4/2018
3.3.4.16 31,803 9/26/2018
3.3.4.15 126,360 9/10/2018
3.3.4.14 25,798 9/7/2018
3.3.4.13 34,349 8/28/2018
3.3.4.12 53,785 8/16/2018
3.3.4.11 7,063 8/15/2018
3.3.4.10 32,137 8/3/2018
3.3.4.9 46,946 8/2/2018
3.3.4.8 101,568 7/23/2018
3.3.4.7 232,020 7/3/2018
3.3.4.6 42,184 6/23/2018
3.3.4.5 25,263 6/19/2018
3.3.4.4 146,745 6/1/2018
3.3.4.3 3,735,321 4/25/2018
3.3.4.2 14,928 4/20/2018
3.3.4.1 68,672 3/29/2018
3.3.4 21,987 3/29/2018
3.3.3.6 90,612 3/15/2018
3.3.3.5 26,261 3/3/2018
3.3.3.4 58,277 2/27/2018
3.3.3.3 1,395,410 11/11/2017
3.3.3.2 61,948 10/24/2017
3.3.3.1 27,959 10/9/2017
3.3.3 63,043 7/27/2017
3.3.2.3 746,107 7/7/2017
3.3.2.2 4,123 7/5/2017
3.3.2.1 5,818 6/28/2017
3.3.2 41,999 5/25/2017
3.3.1.9 653,585 5/11/2017
3.3.1.8 5,226 5/8/2017
3.3.1.7 4,623 5/5/2017
3.3.1.6 13,625 4/28/2017
3.3.1.5 13,907 4/21/2017
3.3.1.4 6,100 4/19/2017
3.3.1.3 18,790 3/31/2017
3.3.1.2 8,938 3/15/2017
3.3.1.1 4,430 3/14/2017
3.3.1 15,067 3/14/2017
3.3.0.9 63,958 1/20/2017
3.3.0.8 11,950 12/28/2016
3.3.0.7 10,829 12/16/2016
3.3.0.6 3,937 12/9/2016
3.3.0.5 5,205 12/7/2016
3.3.0.4 2,782 12/6/2016
3.3.0.3 15,380 11/15/2016
3.3.0.2 65,087 11/4/2016
3.3.0.1 43,121 10/11/2016
3.3.0 126,050 9/19/2016
3.2.8-rc 2,455 9/8/2016
3.2.7-beta 2,016 8/23/2016
3.2.6-beta 2,325 8/2/2016
3.2.5-beta 2,145 6/28/2016
3.2.4.1-beta 2,162 6/2/2016
3.2.4-beta 1,863 6/1/2016
3.2.3.1-beta 2,028 4/20/2016
3.2.3-beta 2,654 3/12/2016
3.2.2.1-beta 1,838 3/2/2016
3.2.2-beta 1,937 1/12/2016
3.2.1-beta 2,494 12/7/2015
3.2.0-beta 2,389 9/29/2015
3.1.4.5 26,956 8/9/2016
3.1.4.4 5,374 7/29/2016
3.1.4.3 6,054 7/13/2016
3.1.4.2 5,290 6/28/2016
3.1.4.1 4,927 6/3/2016
3.1.4 4,815 5/26/2016
3.1.3.3 9,358 5/5/2016
3.1.3.2 2,650 4/26/2016
3.1.3.1 2,322 4/18/2016
3.1.3 4,813 4/6/2016
3.1.2.2 8,566 2/22/2016
3.1.2.1 6,828 1/21/2016
3.1.2 2,317 1/19/2016
3.1.1.2 7,763 1/6/2016
3.1.1.1 3,058 12/21/2015
3.1.1 5,063 12/2/2015
3.1.0.2 111,693 10/7/2015
3.1.0.1 10,619 8/27/2015
3.1.0 180,663 7/28/2015
3.0.0.2-preview 2,470 5/21/2015
3.0.0.1-preview 1,941 5/6/2015
3.0.0-preview 2,158 4/30/2015