AWSSDK.SecurityToken 4.0.4.1

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