AWSSDK.SecurityToken 4.0.5.1

Prefix Reserved
dotnet add package AWSSDK.SecurityToken --version 4.0.5.1
                    
NuGet\Install-Package AWSSDK.SecurityToken -Version 4.0.5.1
                    
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.5.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AWSSDK.SecurityToken" Version="4.0.5.1" />
                    
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.5.1
                    
#r "nuget: AWSSDK.SecurityToken, 4.0.5.1"
                    
#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.5.1
                    
#: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.5.1
                    
Install as a Cake Addin
#tool nuget:?package=AWSSDK.SecurityToken&version=4.0.5.1
                    
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 (131)

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