AWSSDK.SecurityToken 4.0.3.1

Prefix Reserved
dotnet add package AWSSDK.SecurityToken --version 4.0.3.1
                    
NuGet\Install-Package AWSSDK.SecurityToken -Version 4.0.3.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.3.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.3.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.3.1
                    
#r "nuget: AWSSDK.SecurityToken, 4.0.3.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.3.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.3.1
                    
Install as a Cake Addin
#tool nuget:?package=AWSSDK.SecurityToken&version=4.0.3.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 (130)

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