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