AWSSDK.DynamoDBv2 4.0.6.2

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

Amazon DynamoDB is a fast and flexible NoSQL database service for all applications that need consistent, single-digit millisecond latency at any scale.

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

Showing the top 5 NuGet packages that depend on AWSSDK.DynamoDBv2:

Package Downloads
AWSSDK.DAX.Client

AWS DynamoDB Accelerator (DAX) .NET Client -- DAX is a fully managed, in-memory cache for DynamoDB.

ServiceStack.Aws

ServiceStack integration for Amazon Web Services (AWS) including: - PocoDynamo - Declarative, code-first POCO client for DynamoDB with LINQ support - SqsMqServer - MQ Server for invoking ServiceStack Services via Amazon SQS MQ Service - S3VirtualFiles - A read/write Virtual FileSystem around Amazon's S3 Simple Storage Service - DynamoDbAuthRepository - A UserAuth repository storing UserAuth info in DynamoDB - DynamoDbAppSettings - An AppSettings provider storing App configuration in DynamoDB - DynamoDbCacheClient - A Caching Provider for DynamoDB

Microsoft.Orleans.Clustering.DynamoDB

Microsoft Orleans clustering provider backed by AWS DynamoDB

AWS.SessionProvider

This contains a session state provider using Amazon DynamoDB.

ServiceStack.Aws.Core

.NET Standard 2.0 version of ServiceStack.Aws

GitHub repositories (34)

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

Repository Stars
dotnet/orleans
Cloud Native application framework for .NET
MassTransit/MassTransit
Distributed Application Framework for .NET
danielgerlag/workflow-core
Lightweight workflow engine for .NET Standard
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
Xabaril/AspNetCore.Diagnostics.HealthChecks
Enterprise HealthChecks for ASP.NET Core Diagnostics Package
testcontainers/testcontainers-dotnet
A library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.
thepirat000/Audit.NET
An extensible framework to audit executing operations in .NET and .NET Core.
BrighterCommand/Brighter
A framework for building messaging apps with .NET and C#.
asynkron/protoactor-dotnet
Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
aws/aws-lambda-dotnet
Libraries, samples and tools to help .NET Core developers develop AWS Lambda functions.
chummer5a/chummer5a
Character generator for Shadowrun 5th edition
Xabaril/BeatPulse
Liveness, health check library for ASP.NET Core Applications
open-telemetry/opentelemetry-dotnet-contrib
This repository contains set of components extending functionality of the OpenTelemetry .NET SDK. Instrumentation libraries, exporters, and other components can find their home here.
DataDog/dd-trace-dotnet
.NET Client Library for Datadog APM
telerik/xaml-sdk
The XAML SDK is an easy-to-use infrastructure with 1000+ developer focused examples for most of the Telerik UI for WPF controls.
aws-samples/serverless-test-samples
This repository is designed to provide guidance for implementing comprehensive test suites for serverless applications.
LluisV/Z-Anatomy
Z-Anatomy app Unity project
Elfocrash/aws-videos
AllocZero/EfficientDynamoDb
High-performance C# DynamoDb library
awslabs/aws-sdk-net-samples
Version Downloads Last Updated
4.0.6.2 263 9/16/2025
4.0.6.1 86,415 8/29/2025
4.0.6 6,484 8/28/2025
4.0.5.1 51,097 8/21/2025
4.0.5 12,242 8/20/2025
4.0.4.1 39,523 8/15/2025
4.0.4 10,776 8/14/2025
4.0.3.5 11,451 8/13/2025
4.0.3.4 63,752 8/6/2025
4.0.3.3 19,639 8/5/2025
4.0.3.2 11,329 8/4/2025
4.0.3.1 97,852 7/23/2025
4.0.3 84,769 7/16/2025
4.0.2.3 10,866 7/15/2025
4.0.2.2 66,572 7/9/2025
4.0.2.1 101,074 7/1/2025
4.0.2 31,148 6/30/2025
4.0.1.9 73,551 6/23/2025
4.0.1.8 56,141 6/18/2025
4.0.1.7 35,055 6/16/2025
4.0.1.6 91,577 6/12/2025
4.0.1.5 22,874 6/11/2025
4.0.1.4 29,919 6/10/2025
4.0.1.3 41,545 6/5/2025
4.0.1.2 25,173 6/4/2025
4.0.1.1 56,619 6/3/2025
4.0.1 219,008 5/20/2025
4.0.0.6 105,137 5/16/2025
4.0.0.5 18,866 5/15/2025
4.0.0.4 56,063 5/12/2025
4.0.0.3 73,889 5/6/2025
4.0.0.2 82,231 4/30/2025
4.0.0.1 15,363 4/29/2025
4.0.0 170,385 4/28/2025
4.0.0-preview.13 2,974 4/9/2025
4.0.0-preview.12 496 4/4/2025
4.0.0-preview.11 2,029 3/26/2025
4.0.0-preview.10 5,663 3/7/2025
4.0.0-preview.9 685 3/4/2025
4.0.0-preview.8 2,164 2/25/2025
4.0.0-preview.7 1,859 2/17/2025
4.0.0-preview.6 2,611 2/6/2025
4.0.0-preview.5 5,372 1/3/2025
4.0.0-preview.4 40,054 10/11/2024
4.0.0-preview.3 4,012 10/1/2024
4.0.0-preview.2 5,675 8/28/2024
4.0.0-preview 64,248 8/15/2024
3.7.504.9 213 9/16/2025
3.7.504.8 2,600 9/15/2025
3.7.504.7 3,205 9/11/2025
3.7.504.6 3,044 9/10/2025
3.7.504.5 3,369 9/9/2025
3.7.504.4 3,970 9/8/2025
3.7.504.3 9,586 9/4/2025
3.7.504.2 9,082 9/2/2025
3.7.504.1 141,322 8/29/2025
3.7.504 4,381 8/28/2025
3.7.503.2 8,425 8/26/2025
3.7.503.1 7,077 8/25/2025
3.7.503 10,562 8/21/2025
3.7.502 5,474 8/20/2025
3.7.501 18,458 8/14/2025
3.7.500.7 12,172 8/12/2025
3.7.500.6 164,535 8/11/2025
3.7.500.5 12,676 8/8/2025
3.7.500.4 12,903 8/6/2025
3.7.500.3 7,461 8/5/2025
3.7.500.2 6,291 8/4/2025
3.7.500.1 6,820 8/1/2025
3.7.500 66,262 7/31/2025
3.7.409.10 5,126 7/30/2025
3.7.409.9 5,186 7/29/2025
3.7.409.8 4,880 7/28/2025
3.7.409.7 12,282 7/24/2025
3.7.409.6 5,131 7/23/2025
3.7.409.5 7,009 7/22/2025
3.7.409.4 13,595 7/21/2025
3.7.409.3 65,395 7/18/2025
3.7.409.2 6,417 7/17/2025
3.7.409.1 11,182 7/16/2025
3.7.409 28,897 7/15/2025
3.7.408.3 24,271 7/9/2025
3.7.408.2 27,856 7/3/2025
3.7.408.1 13,765 7/1/2025
3.7.408 13,885 6/30/2025
3.7.407.31 14,820 6/27/2025
3.7.407.30 10,022 6/26/2025
3.7.407.29 25,240 6/23/2025
3.7.407.28 204,079 6/20/2025
3.7.407.27 11,674 6/18/2025
3.7.407.26 93,303 6/11/2025
3.7.407.25 14,747 6/10/2025
3.7.407.24 17,664 6/9/2025
3.7.407.23 49,962 6/6/2025
3.7.407.22 23,766 6/5/2025
3.7.407.21 63,436 6/4/2025
3.7.407.20 14,229 6/2/2025
3.7.407.19 12,900 5/30/2025
3.7.407.18 58,904 5/28/2025
3.7.407.17 34,171 5/23/2025
3.7.407.16 15,156 5/21/2025
3.7.407.15 33,023 5/20/2025
3.7.407.14 17,512 5/19/2025
3.7.407.13 88,219 5/16/2025
3.7.407.12 61,476 5/12/2025
3.7.407.11 64,153 5/9/2025
3.7.407.10 19,795 5/8/2025
3.7.407.9 19,798 5/7/2025
3.7.407.8 25,326 5/6/2025
3.7.407.7 21,521 5/5/2025
3.7.407.6 56,742 5/2/2025
3.7.407.5 11,250 5/1/2025
3.7.407.4 16,641 4/30/2025
3.7.407.3 16,684 4/29/2025
3.7.407.2 37,118 4/28/2025
3.7.407.1 77,749 4/25/2025
3.7.407 32,210 4/24/2025
3.7.406.26 77,112 4/23/2025
3.7.406.25 82,092 4/18/2025
3.7.406.24 25,735 4/17/2025
3.7.406.23 78,737 4/16/2025
3.7.406.22 81,912 4/14/2025
3.7.406.21 57,778 4/11/2025
3.7.406.20 27,388 4/10/2025
3.7.406.19 44,651 4/9/2025
3.7.406.18 50,248 4/8/2025
3.7.406.17 151,496 4/4/2025
3.7.406.16 49,403 4/3/2025
3.7.406.15 22,326 4/3/2025
3.7.406.14 13,644 4/2/2025
3.7.406.13 86,071 4/1/2025
3.7.406.12 59,370 3/31/2025
3.7.406.11 65,068 3/28/2025
3.7.406.10 62,743 3/27/2025
3.7.406.9 44,188 3/26/2025
3.7.406.8 33,800 3/25/2025
3.7.406.7 170,688 3/24/2025
3.7.406.6 79,447 3/21/2025
3.7.406.5 29,906 3/20/2025
3.7.406.4 74,077 3/19/2025
3.7.406.3 53,265 3/18/2025
3.7.406.2 47,888 3/17/2025
3.7.406.1 50,363 3/14/2025
3.7.406 36,699 3/14/2025
3.7.405.38 122,267 3/11/2025
3.7.405.37 45,865 3/10/2025
3.7.405.36 74,560 3/7/2025
3.7.405.35 45,611 3/6/2025
3.7.405.34 43,231 3/5/2025
3.7.405.33 36,433 3/4/2025
3.7.405.32 75,892 3/3/2025
3.7.405.31 189,917 2/28/2025
3.7.405.30 33,765 2/27/2025
3.7.405.29 47,627 2/26/2025
3.7.405.28 49,555 2/25/2025
3.7.405.27 66,962 2/24/2025
3.7.405.26 59,174 2/21/2025
3.7.405.25 33,914 2/20/2025
3.7.405.24 243,922 2/18/2025
3.7.405.23 40,573 2/17/2025
3.7.405.22 84,517 2/13/2025
3.7.405.21 62,169 2/12/2025
3.7.405.20 43,746 2/11/2025
3.7.405.19 85,459 2/10/2025
3.7.405.18 117,066 2/7/2025
3.7.405.17 48,159 2/6/2025
3.7.405.16 45,627 2/5/2025
3.7.405.15 56,981 2/4/2025
3.7.405.14 62,458 2/3/2025
3.7.405.13 152,988 1/30/2025
3.7.405.12 138,699 1/28/2025
3.7.405.11 42,012 1/27/2025
3.7.405.10 146,592 1/22/2025
3.7.405.9 68,309 1/21/2025
3.7.405.8 112,117 1/17/2025
3.7.405.7 50,511 1/16/2025
3.7.405.6 52,146 1/15/2025
3.7.405.5 46,259 1/14/2025
3.7.405.4 38,455 1/13/2025
3.7.405.3 69,436 1/10/2025
3.7.405.2 45,461 1/9/2025
3.7.405.1 42,314 1/8/2025
3.7.405 122,306 1/7/2025
3.7.404.14 54,872 1/6/2025
3.7.404.13 98,599 1/3/2025
3.7.404.12 35,753 1/2/2025
3.7.404.11 127,442 12/26/2024
3.7.404.10 169,417 12/23/2024
3.7.404.9 48,103 12/20/2024
3.7.404.8 44,328 12/19/2024
3.7.404.7 60,499 12/18/2024
3.7.404.6 57,849 12/17/2024
3.7.404.5 115,330 12/13/2024
3.7.404.4 75,640 12/12/2024
3.7.404.3 32,660 12/11/2024
3.7.404.2 82,106 12/10/2024
3.7.404.1 65,054 12/9/2024
3.7.404 473,314 12/3/2024
3.7.403.9 64,620 12/3/2024
3.7.403.8 173,369 11/27/2024
3.7.403.7 202,802 11/22/2024
3.7.403.6 72,200 11/21/2024
3.7.403.5 46,462 11/21/2024
3.7.403.4 77,929 11/19/2024
3.7.403.3 280,548 11/15/2024
3.7.403.2 380,101 11/15/2024
3.7.403.1 9,399 11/14/2024
3.7.403 78,646 11/13/2024
3.7.402.13 75,045 11/12/2024
3.7.402.12 46,593 11/11/2024
3.7.402.11 111,680 11/8/2024
3.7.402.10 59,147 11/7/2024
3.7.402.9 481,048 11/1/2024
3.7.402.8 71,324 10/31/2024
3.7.402.7 49,306 10/30/2024
3.7.402.6 89,481 10/29/2024
3.7.402.5 87,635 10/28/2024
3.7.402.4 70,741 10/25/2024
3.7.402.3 43,681 10/24/2024
3.7.402.2 227,853 10/23/2024
3.7.402.1 61,705 10/22/2024
3.7.402 221,358 10/17/2024
3.7.401.14 168,828 10/16/2024
3.7.401.13 368,431 10/15/2024
3.7.401.12 224,456 10/14/2024
3.7.401.11 437,308 10/9/2024
3.7.401.10 121,139 10/8/2024
3.7.401.9 42,642 10/7/2024
3.7.401.8 135,033 10/4/2024
3.7.401.7 74,477 10/3/2024
3.7.401.6 54,989 10/2/2024
3.7.401.5 331,518 10/1/2024
3.7.401.4 145,316 9/27/2024
3.7.401.3 40,527 9/26/2024
3.7.401.2 42,976 9/25/2024
3.7.401.1 51,860 9/24/2024
3.7.401 367,059 9/21/2024
3.7.400.21 632,575 9/16/2024
3.7.400.20 79,657 9/13/2024
3.7.400.19 89,744 9/11/2024
3.7.400.18 138,292 9/10/2024
3.7.400.17 110,521 9/9/2024
3.7.400.16 84,682 9/6/2024
3.7.400.15 49,267 9/5/2024
3.7.400.14 134,902 9/4/2024
3.7.400.13 182,980 8/30/2024
3.7.400.12 158,259 8/28/2024
3.7.400.11 338,208 8/22/2024
3.7.400.10 40,762 8/21/2024
3.7.400.9 66,169 8/20/2024
3.7.400.8 49,230 8/19/2024
3.7.400.7 252,462 8/16/2024
3.7.400.6 67,394 8/15/2024
3.7.400.5 160,934 8/13/2024
3.7.400.4 105,218 8/9/2024
3.7.400.3 341,160 8/5/2024
3.7.400.2 298,156 7/30/2024
3.7.400.1 62,904 7/29/2024
3.7.400 319,973 7/24/2024
3.7.305.2 112,795 7/22/2024
3.7.305.1 85,421 7/18/2024
3.7.305 329,387 7/12/2024
3.7.304.7 410,593 7/10/2024
3.7.304.6 54,180 7/9/2024
3.7.304.5 37,404 7/8/2024
3.7.304.4 41,862 7/5/2024
3.7.304.3 76,449 7/3/2024
3.7.304.2 88,445 7/1/2024
3.7.304.1 64,546 6/28/2024
3.7.304 32,715 6/27/2024
3.7.303.26 144,099 6/24/2024
3.7.303.25 135,628 6/20/2024
3.7.303.24 53,673 6/19/2024
3.7.303.23 44,116 6/18/2024
3.7.303.22 485,762 6/12/2024
3.7.303.21 188,929 6/11/2024
3.7.303.20 66,147 6/10/2024
3.7.303.19 41,821 6/7/2024
3.7.303.18 138,830 6/5/2024
3.7.303.17 50,314 6/4/2024
3.7.303.16 134,673 6/3/2024
3.7.303.15 123,366 5/30/2024
3.7.303.14 68,283 5/29/2024
3.7.303.13 65,371 5/28/2024
3.7.303.12 169,220 5/24/2024
3.7.303.11 60,802 5/23/2024
3.7.303.10 63,192 5/22/2024
3.7.303.9 122,803 5/20/2024
3.7.303.8 88,456 5/17/2024
3.7.303.7 47,808 5/16/2024
3.7.303.6 134,049 5/14/2024
3.7.303.5 117,216 5/13/2024
3.7.303.4 108,384 5/10/2024
3.7.303.3 60,516 5/9/2024
3.7.303.2 246,212 5/6/2024
3.7.303.1 136,576 5/3/2024
3.7.303 65,862 5/2/2024
3.7.302.26 79,797 5/1/2024
3.7.302.25 64,966 4/29/2024
3.7.302.24 92,872 4/26/2024
3.7.302.23 46,619 4/25/2024
3.7.302.22 54,195 4/24/2024
3.7.302.21 47,664 4/23/2024
3.7.302.20 62,058 4/22/2024
3.7.302.19 61,283 4/19/2024
3.7.302.18 480,427 4/18/2024
3.7.302.17 83,434 4/17/2024
3.7.302.16 90,741 4/16/2024
3.7.302.15 428,353 4/11/2024
3.7.302.14 75,998 4/10/2024
3.7.302.13 45,405 4/9/2024
3.7.302.12 106,895 4/8/2024
3.7.302.11 91,960 4/5/2024
3.7.302.10 60,912 4/4/2024
3.7.302.9 45,274 4/3/2024
3.7.302.8 77,617 4/2/2024
3.7.302.7 123,684 4/1/2024
3.7.302.6 46,413 3/29/2024
3.7.302.5 42,476 3/28/2024
3.7.302.4 107,453 3/27/2024
3.7.302.3 71,140 3/26/2024
3.7.302.2 125,313 3/25/2024
3.7.302.1 75,026 3/22/2024
3.7.302 166,873 3/20/2024
3.7.301.23 99,584 3/18/2024
3.7.301.22 81,755 3/15/2024
3.7.301.21 55,969 3/14/2024
3.7.301.20 57,322 3/13/2024
3.7.301.19 222,127 3/8/2024
3.7.301.18 603,616 3/6/2024
3.7.301.17 259,817 2/29/2024
3.7.301.16 69,874 2/28/2024
3.7.301.15 47,182 2/27/2024
3.7.301.14 581,694 2/20/2024
3.7.301.13 82,916 2/16/2024
3.7.301.12 26,698 2/15/2024
3.7.301.11 50,080 2/14/2024
3.7.301.10 31,754 2/13/2024
3.7.301.9 94,079 2/9/2024
3.7.301.8 131,073 2/7/2024
3.7.301.7 373,222 2/2/2024
3.7.301.6 26,623 2/1/2024
3.7.301.5 235,795 1/31/2024
3.7.301.4 57,322 1/30/2024
3.7.301.3 64,125 1/29/2024
3.7.301.2 179,142 1/25/2024
3.7.301.1 32,684 1/25/2024
3.7.301 238,083 1/19/2024
3.7.300.39 82,175 1/18/2024
3.7.300.38 27,419 1/17/2024
3.7.300.37 43,093 1/16/2024
3.7.300.36 99,663 1/14/2024
3.7.300.35 9,404 1/12/2024
3.7.300.34 87,415 1/11/2024
3.7.300.33 66,595 1/10/2024
3.7.300.32 94,050 1/8/2024
3.7.300.31 43,231 1/5/2024
3.7.300.30 22,503 1/4/2024
3.7.300.29 54,160 1/3/2024
3.7.300.28 130,857 12/28/2023
3.7.300.27 51,685 12/27/2023
3.7.300.26 21,473 12/26/2023
3.7.300.25 24,466 12/22/2023
3.7.300.24 28,636 12/21/2023
3.7.300.23 54,840 12/20/2023
3.7.300.22 42,363 12/19/2023
3.7.300.21 37,377 12/18/2023
3.7.300.20 60,066 12/15/2023
3.7.300.19 24,309 12/14/2023
3.7.300.18 99,234 12/13/2023
3.7.300.17 127,593 12/12/2023
3.7.300.16 180,377 12/7/2023
3.7.300.15 61,579 12/6/2023
3.7.300.14 44,500 12/5/2023
3.7.300.13 50,215 12/4/2023
3.7.300.12 110,537 11/30/2023
3.7.300.11 46,249 11/28/2023
3.7.300.10 87,028 11/28/2023
3.7.300.9 9,867 11/27/2023
3.7.300.8 97,337 11/27/2023
3.7.300.7 397,601 11/21/2023
3.7.300.6 167,255 11/20/2023
3.7.300.5 85,451 11/17/2023
3.7.300.4 30,113 11/16/2023
3.7.300.3 75,125 11/15/2023
3.7.300.2 447,578 11/14/2023
3.7.300.1 58,943 11/13/2023
3.7.300 470,005 11/10/2023
3.7.203.15 180,628 11/8/2023
3.7.203.14 74,882 11/7/2023
3.7.203.13 36,570 11/6/2023
3.7.203.12 152,870 11/2/2023
3.7.203.11 231,140 10/27/2023
3.7.203.10 33,410 10/26/2023
3.7.203.9 238,824 10/24/2023
3.7.203.8 101,326 10/23/2023
3.7.203.7 93,550 10/20/2023
3.7.203.6 29,186 10/19/2023
3.7.203.5 87,400 10/18/2023
3.7.203.4 62,652 10/17/2023
3.7.203.3 32,831 10/16/2023
3.7.203.2 174,194 10/12/2023
3.7.203.1 231,244 10/7/2023
3.7.203 394,549 10/6/2023
3.7.202.7 15,813 10/5/2023
3.7.202.6 59,834 10/4/2023
3.7.202.5 70,648 10/3/2023
3.7.202.4 30,328 10/2/2023
3.7.202.3 91,500 9/28/2023
3.7.202.2 72,104 9/28/2023
3.7.202.1 11,035 9/27/2023
3.7.202 23,225 9/26/2023
3.7.201.16 46,854 9/25/2023
3.7.201.15 71,573 9/22/2023
3.7.201.14 426,564 9/20/2023
3.7.201.13 52,606 9/19/2023
3.7.201.12 125,261 9/15/2023
3.7.201.11 40,092 9/15/2023
3.7.201.10 17,169 9/14/2023
3.7.201.9 462,129 9/13/2023
3.7.201.8 501,642 9/12/2023
3.7.201.7 287,771 9/8/2023
3.7.201.6 19,098 9/8/2023
3.7.201.5 45,728 9/6/2023
3.7.201.4 31,920 9/5/2023
3.7.201.3 83,741 9/1/2023
3.7.201.2 32,856 9/1/2023
3.7.201.1 15,339 8/31/2023
3.7.201 40,203 8/31/2023
3.7.200.29 5,621 8/30/2023
3.7.200.28 119,234 8/28/2023
3.7.200.27 229,808 8/25/2023
3.7.200.26 110,049 8/24/2023
3.7.200.25 31,910 8/23/2023
3.7.200.24 45,330 8/22/2023
3.7.200.23 321,968 8/21/2023
3.7.200.22 61,984 8/18/2023
3.7.200.21 9,424 8/18/2023
3.7.200.20 27,467 8/17/2023
3.7.200.19 64,303 8/15/2023
3.7.200.18 29,361 8/14/2023
3.7.200.17 58,681 8/11/2023
3.7.200.16 26,869 8/10/2023
3.7.200.15 34,783 8/9/2023
3.7.200.14 42,294 8/8/2023
3.7.200.13 8,350 8/8/2023
3.7.200.12 73,172 8/7/2023
3.7.200.11 116,284 8/4/2023
3.7.200.10 54,750 8/2/2023
3.7.200.9 214,265 8/1/2023
3.7.200.8 486,830 7/31/2023
3.7.200.7 314,926 7/28/2023
3.7.200.6 81,557 7/26/2023
3.7.200.5 149,365 7/25/2023
3.7.200.4 39,248 7/24/2023
3.7.200.3 111,295 7/21/2023
3.7.200.2 158,908 7/20/2023
3.7.200.1 981,857 7/18/2023
3.7.200 73,421 7/18/2023
3.7.105.7 11,111 7/17/2023
3.7.105.6 83,709 7/13/2023
3.7.105.5 227,100 7/7/2023
3.7.105.4 8,286 7/7/2023
3.7.105.3 58,646 7/6/2023
3.7.105.2 68,429 7/5/2023
3.7.105.1 166,361 7/3/2023
3.7.105 147,870 6/29/2023
3.7.104.1 760,029 6/21/2023
3.7.104 83,390 6/21/2023
3.7.103.23 5,351 6/20/2023
3.7.103.22 499,460 6/15/2023
3.7.103.21 81,082 6/13/2023
3.7.103.20 92,092 6/12/2023
3.7.103.19 79,658 6/8/2023
3.7.103.18 227,707 6/6/2023
3.7.103.17 103,705 6/5/2023
3.7.103.16 49,312 6/2/2023
3.7.103.15 12,709 6/2/2023
3.7.103.14 57,028 6/1/2023
3.7.103.13 124,439 5/30/2023
3.7.103.12 179,875 5/26/2023
3.7.103.11 47,597 5/25/2023
3.7.103.10 126,913 5/24/2023
3.7.103.9 137,725 5/23/2023
3.7.103.8 140,898 5/19/2023
3.7.103.7 9,371 5/19/2023
3.7.103.6 25,846 5/18/2023
3.7.103.5 162,987 5/16/2023
3.7.103.4 32,800 5/15/2023
3.7.103.3 171,631 5/11/2023
3.7.103.2 72,130 5/9/2023
3.7.103.1 28,723 5/8/2023
3.7.103 101,146 5/5/2023
3.7.102.39 20,218 5/4/2023
3.7.102.38 92,846 5/2/2023
3.7.102.37 40,077 5/1/2023
3.7.102.36 57,893 4/28/2023
3.7.102.35 587,550 4/27/2023
3.7.102.34 23,727 4/26/2023
3.7.102.33 66,125 4/25/2023
3.7.102.32 23,428 4/25/2023
3.7.102.31 103,655 4/21/2023
3.7.102.30 39,455 4/21/2023
3.7.102.29 62,443 4/19/2023
3.7.102.28 88,262 4/17/2023
3.7.102.27 87,443 4/14/2023
3.7.102.26 43,586 4/13/2023
3.7.102.25 52,873 4/12/2023
3.7.102.24 55,662 4/11/2023
3.7.102.23 75,486 4/10/2023
3.7.102.22 30,378 4/7/2023
3.7.102.21 34,374 4/6/2023
3.7.102.20 54,246 4/5/2023
3.7.102.19 204,156 4/4/2023
3.7.102.18 33,730 4/3/2023
3.7.102.17 95,505 3/31/2023
3.7.102.16 36,017 3/30/2023
3.7.102.15 224,157 3/29/2023
3.7.102.14 130,537 3/28/2023
3.7.102.13 301,313 3/24/2023
3.7.102.12 80,694 3/23/2023
3.7.102.11 31,768 3/22/2023
3.7.102.10 278,157 3/21/2023
3.7.102.9 90,265 3/20/2023
3.7.102.8 74,748 3/17/2023
3.7.102.7 42,278 3/17/2023
3.7.102.6 40,511 3/16/2023
3.7.102.5 60,379 3/15/2023
3.7.102.4 95,378 3/14/2023
3.7.102.3 65,355 3/13/2023
3.7.102.2 112,069 3/10/2023
3.7.102.1 69,037 3/9/2023
3.7.102 67,392 3/8/2023
3.7.101.56 99,463 3/7/2023
3.7.101.55 314,832 3/3/2023
3.7.101.54 112,263 3/2/2023
3.7.101.53 59,303 3/1/2023
3.7.101.52 47,825 2/28/2023
3.7.101.51 72,101 2/27/2023
3.7.101.50 116,299 2/23/2023
3.7.101.49 145,767 2/21/2023
3.7.101.48 282,442 2/18/2023
3.7.101.47 7,082 2/17/2023
3.7.101.46 73,011 2/16/2023
3.7.101.45 80,616 2/15/2023
3.7.101.44 141,716 2/13/2023
3.7.101.43 221,035 2/10/2023
3.7.101.42 54,492 2/9/2023
3.7.101.41 90,819 2/8/2023
3.7.101.40 67,476 2/7/2023
3.7.101.39 122,997 2/6/2023
3.7.101.38 71,931 2/3/2023
3.7.101.37 57,299 2/2/2023
3.7.101.36 11,368 2/2/2023
3.7.101.35 52,914 2/1/2023
3.7.101.34 111,804 1/31/2023
3.7.101.33 168,934 1/26/2023
3.7.101.32 45,718 1/25/2023
3.7.101.31 62,427 1/24/2023
3.7.101.30 37,161 1/23/2023
3.7.101.29 244,352 1/20/2023
3.7.101.28 92,637 1/20/2023
3.7.101.27 48,745 1/18/2023
3.7.101.26 87,990 1/17/2023
3.7.101.25 120,230 1/17/2023
3.7.101.24 113,487 1/13/2023
3.7.101.23 49,997 1/12/2023
3.7.101.22 117,964 1/10/2023
3.7.101.21 51,734 1/9/2023
3.7.101.20 56,211 1/6/2023
3.7.101.19 36,591 1/5/2023
3.7.101.18 106,861 1/4/2023
3.7.101.17 21,253 1/3/2023
3.7.101.16 117,913 12/30/2022
3.7.101.15 32,130 12/29/2022
3.7.101.14 104,153 12/23/2022
3.7.101.13 26,975 12/22/2022
3.7.101.12 24,956 12/21/2022
3.7.101.11 45,742 12/20/2022
3.7.101.10 48,036 12/19/2022
3.7.101.9 178,540 12/16/2022
3.7.101.8 219,002 12/16/2022
3.7.101.7 31,063 12/15/2022
3.7.101.6 38,800 12/14/2022
3.7.101.5 125,556 12/13/2022
3.7.101.4 112,436 12/12/2022
3.7.101.3 417,603 12/8/2022
3.7.101.2 52,552 12/8/2022
3.7.101.1 7,475 12/7/2022
3.7.101 202,440 12/6/2022
3.7.100.29 107,672 12/5/2022
3.7.100.28 159,359 12/2/2022
3.7.100.27 123,817 12/1/2022
3.7.100.26 40,427 11/30/2022
3.7.100.25 54,275 11/29/2022
3.7.100.24 35,805 11/29/2022
3.7.100.23 82,784 11/28/2022
3.7.100.22 155,886 11/22/2022
3.7.100.21 194,794 11/18/2022
3.7.100.20 80,594 11/17/2022
3.7.100.19 300,496 11/16/2022
3.7.100.18 16,839 11/16/2022
3.7.100.17 69,811 11/15/2022
3.7.100.16 143,301 11/11/2022
3.7.100.15 45,011 11/10/2022
3.7.100.14 205,706 11/9/2022
3.7.100.13 17,145 11/9/2022
3.7.100.12 42,865 11/9/2022
3.7.100.11 9,735 11/8/2022
3.7.100.10 84,955 11/7/2022
3.7.100.9 55,308 11/4/2022
3.7.100.8 79,632 11/2/2022
3.7.100.7 86,403 10/31/2022
3.7.100.6 39,195 10/29/2022
3.7.100.5 19,914 10/28/2022
3.7.100.4 52,910 10/27/2022
3.7.100.3 74,659 10/26/2022
3.7.100.2 151,170 10/25/2022
3.7.100.1 19,702 10/24/2022
3.7.100 235,538 10/21/2022
3.7.5.20 468,619 10/20/2022
3.7.5.19 244,020 10/19/2022
3.7.5.18 148,897 10/19/2022
3.7.5.17 174,983 10/18/2022
3.7.5.16 344,367 10/14/2022
3.7.5.15 120,569 10/13/2022
3.7.5.14 444,327 10/7/2022
3.7.5.13 63,781 10/6/2022
3.7.5.12 109,255 10/4/2022
3.7.5.11 33,748 10/3/2022
3.7.5.10 67,450 9/30/2022
3.7.5.9 178,732 9/29/2022
3.7.5.8 140,420 9/27/2022
3.7.5.7 3,997,111 9/27/2022
3.7.5.6 7,678 9/26/2022
3.7.5.5 173,136 9/23/2022
3.7.5.4 81,283 9/22/2022
3.7.5.3 91,524 9/21/2022
3.7.5.2 51,367 9/20/2022
3.7.5.1 60,415 9/19/2022
3.7.5 112,130 9/15/2022
3.7.4.12 38,934 9/14/2022
3.7.4.11 44,360 9/13/2022
3.7.4.10 264,930 9/9/2022
3.7.4.9 791,862 9/9/2022
3.7.4.8 5,218 9/8/2022
3.7.4.7 570,630 9/2/2022
3.7.4.6 95,549 9/1/2022
3.7.4.5 164,506 8/30/2022
3.7.4.4 63,023 8/29/2022
3.7.4.3 176,676 8/25/2022
3.7.4.2 117,798 8/22/2022
3.7.4.1 45,730 8/19/2022
3.7.4 69,121 8/18/2022
3.7.3.69 204,390 8/16/2022
3.7.3.68 159,242 8/12/2022
3.7.3.67 101,850 8/11/2022
3.7.3.66 181,665 8/8/2022
3.7.3.65 106,530 8/4/2022
3.7.3.64 162,737 8/2/2022
3.7.3.63 108,798 7/29/2022
3.7.3.62 88,566 7/28/2022
3.7.3.61 49,603 7/27/2022
3.7.3.60 284,301 7/22/2022
3.7.3.59 123,602 7/20/2022
3.7.3.58 130,149 7/18/2022
3.7.3.57 38,835 7/15/2022
3.7.3.56 39,937 7/14/2022
3.7.3.55 113,122 7/12/2022
3.7.3.54 62,966 7/11/2022
3.7.3.53 192,482 7/5/2022
3.7.3.52 328,456 6/29/2022
3.7.3.51 199,922 6/24/2022
3.7.3.50 941,669 6/17/2022
3.7.3.49 40,450 6/16/2022
3.7.3.48 151,090 6/14/2022
3.7.3.47 119,919 6/10/2022
3.7.3.46 78,736 6/8/2022
3.7.3.45 97,168 6/7/2022
3.7.3.44 143,550 6/6/2022
3.7.3.43 197,574 5/31/2022
3.7.3.42 175,754 5/27/2022
3.7.3.41 106,461 5/26/2022
3.7.3.40 7,144 5/26/2022
3.7.3.39 45,156 5/25/2022
3.7.3.38 83,013 5/24/2022
3.7.3.37 77,505 5/23/2022
3.7.3.36 140,025 5/19/2022
3.7.3.35 151,617 5/18/2022
3.7.3.34 627,655 5/9/2022
3.7.3.33 116,295 5/6/2022
3.7.3.32 13,530 5/6/2022
3.7.3.31 22,562 5/5/2022
3.7.3.30 162,800 5/4/2022
3.7.3.29 42,357 5/3/2022
3.7.3.28 363,482 5/3/2022
3.7.3.27 9,331 5/2/2022
3.7.3.26 304,197 4/20/2022
3.7.3.25 90,047 4/19/2022
3.7.3.24 1,664,105 4/19/2022
3.7.3.23 280,288 4/14/2022
3.7.3.22 1,150,815 4/12/2022
3.7.3.21 47,762 4/11/2022
3.7.3.20 123,694 4/7/2022
3.7.3.19 72,087 4/6/2022
3.7.3.18 169,753 4/1/2022
3.7.3.17 34,327 3/31/2022
3.7.3.16 243,978 3/28/2022
3.7.3.15 132,541 3/24/2022
3.7.3.14 387,289 3/23/2022
3.7.3.13 224,384 3/17/2022
3.7.3.12 23,439 3/16/2022
3.7.3.11 234,449 3/14/2022
3.7.3.10 149,572 3/10/2022
3.7.3.9 74,601 3/9/2022
3.7.3.8 62,306 3/8/2022
3.7.3.7 268,137 3/3/2022
3.7.3.6 75,203 3/1/2022
3.7.3.5 53,931 2/28/2022
3.7.3.4 39,615 2/26/2022
3.7.3.3 47,824 2/23/2022
3.7.3.2 35,497 2/22/2022
3.7.3.1 8,536 2/22/2022
3.7.3 66,626 2/21/2022
3.7.2.20 156,391 2/17/2022
3.7.2.19 214,856 2/11/2022
3.7.2.18 12,019 2/10/2022
3.7.2.17 190,497 2/4/2022
3.7.2.16 42,943 2/3/2022
3.7.2.15 36,725 2/2/2022
3.7.2.14 258,892 1/28/2022
3.7.2.13 294,529 1/25/2022
3.7.2.12 411,000 1/15/2022
3.7.2.11 5,596 1/14/2022
3.7.2.10 95,251 1/13/2022
3.7.2.9 141,149 1/11/2022
3.7.2.8 87,315 1/7/2022
3.7.2.7 27,504 1/6/2022
3.7.2.6 13,620 1/5/2022
3.7.2.5 126,533 1/3/2022
3.7.2.4 270,278 12/21/2021
3.7.2.3 33,229 12/20/2021
3.7.2.2 288,810 12/13/2021
3.7.2.1 348,031 12/8/2021
3.7.2 201,313 12/2/2021
3.7.1.1 31,265 12/1/2021
3.7.1 279,984 11/23/2021
3.7.0.104 176,256 11/22/2021
3.7.0.103 93,554 11/19/2021
3.7.0.102 9,160 11/18/2021
3.7.0.101 57,263 11/17/2021
3.7.0.100 44,298 11/16/2021
3.7.0.99 148,481 11/15/2021
3.7.0.98 53,132 11/12/2021
3.7.0.97 142,278 11/11/2021
3.7.0.96 188,382 11/11/2021
3.7.0.95 45,137 11/9/2021
3.7.0.94 2,001,354 11/5/2021
3.7.0.93 9,653 11/4/2021
3.7.0.92 21,894 11/3/2021
3.7.0.91 92,887 11/2/2021
3.7.0.90 41,100 11/1/2021
3.7.0.89 281,010 10/29/2021
3.7.0.88 69,385 10/27/2021
3.7.0.87 84,729 10/26/2021
3.7.0.86 4,758 10/26/2021
3.7.0.85 159,035 10/22/2021
3.7.0.84 7,488 10/21/2021
3.7.0.83 224,077 10/14/2021
3.7.0.82 524,898 10/13/2021
3.7.0.81 89,668 10/12/2021
3.7.0.80 317,928 10/8/2021
3.7.0.79 34,606 10/7/2021
3.7.0.78 17,945 10/7/2021
3.7.0.77 3,349 10/6/2021
3.7.0.76 223,183 10/1/2021
3.7.0.75 478,564 9/30/2021
3.7.0.74 101,376 9/29/2021
3.7.0.73 121,801 9/27/2021
3.7.0.72 48,771 9/24/2021
3.7.0.71 39,167 9/23/2021
3.7.0.70 53,656 9/22/2021
3.7.0.69 170,387 9/17/2021
3.7.0.68 21,831 9/16/2021
3.7.0.67 41,738 9/16/2021
3.7.0.66 335,825 9/13/2021
3.7.0.65 112,798 9/10/2021
3.7.0.64 33,484 9/9/2021
3.7.0.63 60,148 9/7/2021
3.7.0.62 74,993 9/3/2021
3.7.0.61 14,401 9/3/2021
3.7.0.60 78,625 9/2/2021
3.7.0.59 30,115 9/1/2021
3.7.0.58 50,244 8/31/2021
3.7.0.57 416,300 8/27/2021
3.7.0.56 77,065 8/25/2021
3.7.0.55 101,826 8/23/2021
3.7.0.54 143,055 8/19/2021
3.7.0.53 376,808 8/16/2021
3.7.0.52 92,740 8/12/2021
3.7.0.51 216,644 8/10/2021
3.7.0.50 380,830 8/6/2021
3.7.0.49 77,974 8/4/2021
3.7.0.48 527,156 7/30/2021
3.7.0.47 38,516 7/29/2021
3.7.0.46 156,116 7/27/2021
3.7.0.45 157,820 7/21/2021
3.7.0.44 156,895 7/16/2021
3.7.0.43 137,427 7/13/2021
3.7.0.42 1,374,642 7/12/2021
3.7.0.41 35,436 7/9/2021
3.7.0.40 79,398 7/8/2021
3.7.0.39 51,738 7/7/2021
3.7.0.38 42,555 7/6/2021
3.7.0.37 115,112 7/1/2021
3.7.0.36 165,968 6/25/2021
3.7.0.35 29,930 6/24/2021
3.7.0.34 279,437 6/21/2021
3.7.0.33 94,720 6/17/2021
3.7.0.32 98,643 6/15/2021
3.7.0.31 97,986 6/11/2021
3.7.0.30 777,063 5/28/2021
3.7.0.29 117,261 5/27/2021
3.7.0.28 44,334 5/27/2021
3.7.0.27 126,808 5/24/2021
3.7.0.26 80,487 5/21/2021
3.7.0.25 64,086 5/20/2021
3.7.0.24 57,797 5/19/2021
3.7.0.23 15,719 5/18/2021
3.7.0.22 114,025 5/14/2021
3.7.0.21 62,947 5/12/2021
3.7.0.20 78,167 5/10/2021
3.7.0.19 4,078 5/10/2021
3.7.0.18 492,430 5/6/2021
3.7.0.17 197,058 4/30/2021
3.7.0.16 66,213 4/27/2021
3.7.0.15 87,204 4/23/2021
3.7.0.14 252,744 4/19/2021
3.7.0.13 98,506 4/15/2021
3.7.0.12 175,301 4/13/2021
3.7.0.11 185,662 4/12/2021
3.7.0.10 179,321 4/8/2021
3.7.0.9 49,209 4/7/2021
3.7.0.8 109,624 4/2/2021
3.7.0.7 13,226 4/1/2021
3.7.0.6 17,999 3/31/2021
3.7.0.5 4,619 3/31/2021
3.7.0.4 60,854 3/30/2021
3.7.0.3 41,749 3/29/2021
3.7.0.2 50,754 3/27/2021
3.7.0.1 17,172 3/26/2021
3.7.0 2,778,022 3/26/2021
3.5.4.38 340,965 3/25/2021
3.5.4.37 603,533 3/17/2021
3.5.4.36 84,816 3/15/2021
3.5.4.35 335,053 3/9/2021
3.5.4.34 59,610 3/5/2021
3.5.4.33 26,555 3/4/2021
3.5.4.32 91,071 3/1/2021
3.5.4.31 230,305 2/23/2021
3.5.4.30 113,662 2/19/2021
3.5.4.29 83,112 2/12/2021
3.5.4.28 102,785 2/9/2021
3.5.4.27 70,109 2/8/2021
3.5.4.26 62,975 2/5/2021
3.5.4.25 31,164 2/4/2021
3.5.4.24 850,732 1/29/2021
3.5.4.23 18,579 1/28/2021
3.5.4.22 17,271 1/27/2021
3.5.4.21 80,370 1/26/2021
3.5.4.20 518,763 1/20/2021
3.5.4.19 11,921 1/19/2021
3.5.4.18 180,026 1/11/2021
3.5.4.17 132,510 1/7/2021
3.5.4.16 166,629 12/30/2020
3.5.4.15 50,640 12/23/2020
3.5.4.14 69,859 12/22/2020
3.5.4.13 125,655 12/22/2020
3.5.4.12 4,189 12/21/2020
3.5.4.11 54,967 12/18/2020
3.5.4.10 90,900 12/17/2020
3.5.4.9 38,690 12/16/2020
3.5.4.8 56,430 12/14/2020
3.5.4.7 128,159 12/9/2020
3.5.4.6 60,562 12/7/2020
3.5.4.5 93,792 12/3/2020
3.5.4.4 114,973 12/2/2020
3.5.4.3 11,710 12/1/2020
3.5.4.2 37,304 12/1/2020
3.5.4.1 77,416 11/24/2020
3.5.4 84,224 11/23/2020
3.5.3.4 1,126,837 11/20/2020
3.5.3.3 16,735 11/19/2020
3.5.3.2 37,513 11/18/2020
3.5.3.1 229,830 11/13/2020
3.5.3 317,246 11/9/2020
3.5.2 615,271 11/5/2020
3.5.1.11 41,423 11/4/2020
3.5.1.10 249,965 10/28/2020
3.5.1.9 37,662 10/27/2020
3.5.1.8 35,358 10/26/2020
3.5.1.7 222,114 10/22/2020
3.5.1.6 21,623 10/21/2020
3.5.1.5 341,667 10/20/2020
3.5.1.4 189,408 10/16/2020
3.5.1.3 24,953 10/15/2020
3.5.1.2 360,052 10/9/2020
3.5.1.1 79,641 10/6/2020
3.5.1 23,554 10/5/2020
3.5.0.24 38,766 10/2/2020
3.5.0.23 113,598 10/1/2020
3.5.0.22 41,985 9/30/2020
3.5.0.21 128,268 9/29/2020
3.5.0.20 48,910 9/25/2020
3.5.0.19 27,892 9/24/2020
3.5.0.18 40,090 9/21/2020
3.5.0.17 60,617 9/18/2020
3.5.0.16 285,438 9/17/2020
3.5.0.15 80,403 9/16/2020
3.5.0.14 27,893 9/15/2020
3.5.0.13 83,826 9/14/2020
3.5.0.12 44,318 9/11/2020
3.5.0.11 78,432 9/10/2020
3.5.0.10 3,774 9/9/2020
3.5.0.9 68,387 9/4/2020
3.5.0.8 60,073 9/2/2020
3.5.0.7 471,363 9/1/2020
3.5.0.6 12,798 8/31/2020
3.5.0.5 34,014 8/28/2020
3.5.0.4 20,353 8/27/2020
3.5.0.3 12,985 8/26/2020
3.5.0.2 47,915 8/25/2020
3.5.0.1 13,352 8/24/2020
3.5.0 495,519 8/20/2020
3.5.0-beta 77,016 2/4/2020
3.3.106.47 1,188,187 8/19/2020
3.3.106.46 112,984 8/14/2020
3.3.106.45 128,606 8/10/2020
3.3.106.44 88,167 8/7/2020
3.3.106.43 19,471 8/6/2020
3.3.106.42 51,876 8/4/2020
3.3.106.41 52,680 8/3/2020
3.3.106.40 50,992 7/31/2020
3.3.106.39 47,927 7/30/2020
3.3.106.38 23,784 7/29/2020
3.3.106.37 26,357 7/28/2020
3.3.106.36 273,794 7/23/2020
3.3.106.35 22,876 7/22/2020
3.3.106.34 103,981 7/17/2020
3.3.106.33 97,329 7/15/2020
3.3.106.32 193,302 7/9/2020
3.3.106.31 6,012 7/9/2020
3.3.106.30 19,344 7/8/2020
3.3.106.29 56,230 7/7/2020
3.3.106.28 47,623 7/2/2020
3.3.106.27 81,489 6/29/2020
3.3.106.26 18,597 6/26/2020
3.3.106.25 44,808 6/25/2020
3.3.106.24 64,194 6/24/2020
3.3.106.23 5,739 6/24/2020
3.3.106.22 33,014 6/23/2020
3.3.106.21 54,692 6/19/2020
3.3.106.20 52,783 6/18/2020
3.3.106.19 52,538 6/17/2020
3.3.106.18 108,479 6/11/2020
3.3.106.17 68,540 6/9/2020
3.3.106.16 155,984 6/5/2020
3.3.106.15 14,496 6/4/2020
3.3.106.14 23,863 6/3/2020
3.3.106.13 7,216 6/3/2020
3.3.106.12 62,214 6/1/2020
3.3.106.11 106,195 5/27/2020
3.3.106.10 18,497 5/26/2020
3.3.106.9 205,141 5/22/2020
3.3.106.8 8,741 5/22/2020
3.3.106.7 7,017 5/21/2020
3.3.106.6 53,794 5/19/2020
3.3.106.5 34,512 5/18/2020
3.3.106.4 52,704 5/15/2020
3.3.106.3 12,866 5/14/2020
3.3.106.2 98,382 5/11/2020
3.3.106.1 266,484 5/8/2020
3.3.106 116,123 5/8/2020
3.3.105.41 24,272 5/7/2020
3.3.105.40 16,525 5/6/2020
3.3.105.39 64,836 5/4/2020
3.3.105.38 36,739 5/1/2020
3.3.105.37 21,048 4/30/2020
3.3.105.36 27,343 4/29/2020
3.3.105.35 227,136 4/28/2020
3.3.105.34 56,323 4/27/2020
3.3.105.33 79,751 4/24/2020
3.3.105.32 83,577 4/23/2020
3.3.105.31 17,590 4/22/2020
3.3.105.30 28,162 4/21/2020
3.3.105.29 48,946 4/20/2020
3.3.105.28 37,848 4/17/2020
3.3.105.27 174,399 4/16/2020
3.3.105.26 183,872 4/8/2020
3.3.105.25 366,702 4/6/2020
3.3.105.24 34,047 4/3/2020
3.3.105.23 3,941 4/3/2020
3.3.105.22 17,557 4/2/2020
3.3.105.21 69,762 4/1/2020
3.3.105.20 54,358 3/31/2020
3.3.105.19 24,520 3/30/2020
3.3.105.18 110,759 3/27/2020
3.3.105.17 14,880 3/26/2020
3.3.105.16 43,994 3/25/2020
3.3.105.15 26,342 3/24/2020
3.3.105.14 37,151 3/20/2020
3.3.105.13 11,432 3/19/2020
3.3.105.12 55,014 3/18/2020
3.3.105.11 18,673 3/17/2020
3.3.105.10 30,724 3/16/2020
3.3.105.9 37,553 3/12/2020
3.3.105.8 122,795 3/6/2020
3.3.105.7 97,074 3/5/2020
3.3.105.6 99,324 3/2/2020
3.3.105.5 80,033 2/28/2020
3.3.105.4 6,088 2/27/2020
3.3.105.3 26,405 2/26/2020
3.3.105.2 15,433 2/25/2020
3.3.105.1 104,292 2/19/2020
3.3.105 108,922 2/17/2020
3.3.104.27 65,281 2/13/2020
3.3.104.26 95,904 2/10/2020
3.3.104.25 114,388 2/7/2020
3.3.104.24 84,999 2/4/2020
3.3.104.23 247,987 1/24/2020
3.3.104.22 23,518 1/23/2020
3.3.104.21 116,776 1/21/2020
3.3.104.20 51,026 1/17/2020
3.3.104.19 15,099 1/16/2020
3.3.104.18 25,701 1/15/2020
3.3.104.17 79,641 1/10/2020
3.3.104.16 288,391 1/8/2020
3.3.104.15 74,768 1/6/2020
3.3.104.14 164,493 1/2/2020
3.3.104.13 77,453 12/25/2019
3.3.104.12 5,813 12/23/2019
3.3.104.11 17,318 12/20/2019
3.3.104.10 22,631 12/18/2019
3.3.104.9 33,041 12/18/2019
3.3.104.8 186,398 12/16/2019
3.3.104.7 32,410 12/13/2019
3.3.104.6 56,234 12/12/2019
3.3.104.5 14,590 12/12/2019
3.3.104.4 7,009 12/11/2019
3.3.104.3 108,022 12/9/2019
3.3.104.2 75,614 12/3/2019
3.3.104.1 15,655 12/2/2019
3.3.104 89,931 11/26/2019
3.3.103.2 30,374 11/25/2019
3.3.103.1 42,060 11/22/2019
3.3.103 26,996 11/22/2019
3.3.102.4 84,198 11/19/2019
3.3.102.3 2,852 11/19/2019
3.3.102.2 136,775 11/14/2019
3.3.102.1 19,837 11/13/2019
3.3.102 38,192 11/12/2019
3.3.101.88 248,334 11/8/2019
3.3.101.87 72,833 11/7/2019
3.3.101.86 21,905 11/7/2019
3.3.101.85 23,090 11/5/2019
3.3.101.84 150,339 10/31/2019
3.3.101.83 9,602 10/30/2019
3.3.101.82 121,263 10/28/2019
3.3.101.81 3,111 10/28/2019
3.3.101.80 51,661 10/24/2019
3.3.101.79 29,572 10/22/2019
3.3.101.78 37,110 10/18/2019
3.3.101.77 12,892 10/17/2019
3.3.101.76 31,356 10/16/2019
3.3.101.75 50,728 10/11/2019
3.3.101.74 26,449 10/10/2019
3.3.101.73 63,276 10/8/2019
3.3.101.72 155,102 9/30/2019
3.3.101.71 98,476 9/26/2019
3.3.101.70 171,335 9/23/2019
3.3.101.69 235,049 9/21/2019
3.3.101.68 26,338 9/19/2019
3.3.101.67 76,901 9/18/2019
3.3.101.66 14,005 9/17/2019
3.3.101.65 13,051 9/16/2019
3.3.101.64 43,749 9/12/2019
3.3.101.63 81,303 9/9/2019
3.3.101.62 15,374 9/6/2019
3.3.101.61 13,912 9/5/2019
3.3.101.60 568,442 9/4/2019
3.3.101.59 136,675 8/27/2019
3.3.101.58 23,916 8/23/2019
3.3.101.57 12,361 8/22/2019
3.3.101.56 129,997 8/16/2019
3.3.101.55 11,165 8/15/2019
3.3.101.54 53,637 8/14/2019
3.3.101.53 12,395 8/13/2019
3.3.101.52 37,474 8/12/2019
3.3.101.51 35,646 8/9/2019
3.3.101.50 7,446 8/8/2019
3.3.101.49 22,391 8/7/2019
3.3.101.48 2,954 8/7/2019
3.3.101.47 102,991 8/2/2019
3.3.101.46 21,762 8/1/2019
3.3.101.45 87,949 7/30/2019
3.3.101.44 22,546 7/29/2019
3.3.101.43 24,317 7/25/2019
3.3.101.42 75,446 7/24/2019
3.3.101.41 39,559 7/22/2019
3.3.101.40 47,080 7/19/2019
3.3.101.39 22,261 7/19/2019
3.3.101.38 156,384 7/12/2019
3.3.101.37 35,994 7/10/2019
3.3.101.36 13,726 7/9/2019
3.3.101.35 15,592 7/8/2019
3.3.101.34 30,063 7/2/2019
3.3.101.33 37,982 7/1/2019
3.3.101.32 32,579 6/28/2019
3.3.101.31 15,525 6/27/2019
3.3.101.30 9,148 6/27/2019
3.3.101.29 3,228 6/26/2019
3.3.101.28 25,008 6/24/2019
3.3.101.27 72,614 6/20/2019
3.3.101.26 12,544 6/20/2019
3.3.101.25 59,859 6/17/2019
3.3.101.24 15,391 6/14/2019
3.3.101.23 44,817 6/13/2019
3.3.101.22 65,173 6/7/2019
3.3.101.21 22,550 6/6/2019
3.3.101.20 31,961 6/4/2019
3.3.101.19 18,301 6/3/2019
3.3.101.18 92,150 5/31/2019
3.3.101.17 10,457 5/30/2019
3.3.101.16 15,152 5/29/2019
3.3.101.15 28,825 5/28/2019
3.3.101.14 118,513 5/23/2019
3.3.101.13 15,280 5/22/2019
3.3.101.12 25,659 5/21/2019
3.3.101.11 25,903 5/20/2019
3.3.101.10 13,676 5/17/2019
3.3.101.9 93,740 5/15/2019
3.3.101.8 222,937 5/10/2019
3.3.101.7 46,955 5/8/2019
3.3.101.6 16,951 5/7/2019
3.3.101.5 614,924 5/3/2019
3.3.101.4 12,675 5/2/2019
3.3.101.3 22,527 4/30/2019
3.3.101.2 16,885 4/29/2019
3.3.101.1 17,299 4/26/2019
3.3.101 493,767 4/25/2019
3.3.100.9 14,226 4/25/2019
3.3.100.8 7,714 4/24/2019
3.3.100.7 103,219 4/18/2019
3.3.100.6 28,326 4/16/2019
3.3.100.5 194,613 4/4/2019
3.3.100.4 19,587 4/3/2019
3.3.100.3 58,458 3/29/2019
3.3.100.2 51,425 3/26/2019
3.3.100.1 151,408 3/22/2019
3.3.100 98,700 3/21/2019
3.3.17.13 224,710 3/11/2019
3.3.17.12 33,772 3/7/2019
3.3.17.11 6,261 3/6/2019
3.3.17.10 84,222 2/26/2019
3.3.17.9 201,236 2/20/2019
3.3.17.8 50,096 2/15/2019
3.3.17.7 30,174 2/14/2019
3.3.17.6 14,099 2/13/2019
3.3.17.5 6,372,883 2/4/2019
3.3.17.4 124,722 1/26/2019
3.3.17.3 37,632 1/25/2019
3.3.17.2 13,017 1/24/2019
3.3.17.1 72,299 1/18/2019
3.3.17 40,558 1/16/2019
3.3.16.5 94,276 1/11/2019
3.3.16.4 62,282 1/10/2019
3.3.16.3 154,946 1/8/2019
3.3.16.2 3,052 1/7/2019
3.3.16.1 109,677 1/4/2019
3.3.16 214,638 12/22/2018
3.3.15.5 15,846 12/21/2018
3.3.15.4 54,388 12/15/2018
3.3.15.3 420,414 12/14/2018
3.3.15.2 607,704 12/12/2018
3.3.15.1 225,458 12/4/2018
3.3.15 91,882 11/28/2018
3.3.14.21 129,494 11/16/2018
3.3.14.20 14,251 11/16/2018
3.3.14.19 13,348 11/15/2018
3.3.14.18 13,837 11/13/2018
3.3.14.17 27,309 11/9/2018
3.3.14.16 11,867 11/9/2018
3.3.14.15 12,367 11/7/2018
3.3.14.14 11,135 11/7/2018
3.3.14.13 3,497 11/6/2018
3.3.14.12 55,642 10/30/2018
3.3.14.11 7,630 10/29/2018
3.3.14.10 4,145 10/29/2018
3.3.14.9 7,878 10/26/2018
3.3.14.8 82,751 10/22/2018
3.3.14.7 4,928 10/22/2018
3.3.14.6 25,938 10/17/2018
3.3.14.5 117,742 10/6/2018
3.3.14.4 20,845 10/4/2018
3.3.14.3 46,140 9/26/2018
3.3.14.2 443,882 9/10/2018
3.3.14.1 26,058 9/7/2018
3.3.14 22,176 9/5/2018
3.3.13.1 107,820 8/28/2018
3.3.13 170,144 8/20/2018
3.3.12.2 67,328 8/16/2018
3.3.12.1 5,843 8/15/2018
3.3.12 209,446 8/6/2018
3.3.11.2 15,144 8/3/2018
3.3.11.1 34,355 8/2/2018
3.3.11 220,303 7/24/2018
3.3.10.4 39,622 7/23/2018
3.3.10.3 382,506 7/3/2018
3.3.10.2 158,231 6/22/2018
3.3.10.1 21,046 6/19/2018
3.3.10 18,549 6/15/2018
3.3.9 53,596 6/9/2018
3.3.8.1 66,345 6/1/2018
3.3.8 304,845 5/1/2018
3.3.7.3 51,063 4/25/2018
3.3.7.2 131,094 4/20/2018
3.3.7.1 171,155 3/29/2018
3.3.7 26,975 3/27/2018
3.3.6.2 74,844 3/15/2018
3.3.6.1 73,838 3/3/2018
3.3.6 333,435 2/9/2018
3.3.5 669,205 11/29/2017
3.3.4.20 1,331,751 11/11/2017
3.3.4.19 55,591 10/24/2017
3.3.4.18 51,097 10/9/2017
3.3.4.17 740,659 7/27/2017
3.3.4.16 54,295 7/7/2017
3.3.4.15 41,489 7/5/2017
3.3.4.14 27,069 6/28/2017
3.3.4.13 135,798 5/25/2017
3.3.4.12 26,635 5/11/2017
3.3.4.11 14,305 5/8/2017
3.3.4.10 6,540 5/5/2017
3.3.4.9 11,106 4/28/2017
3.3.4.8 9,608 4/26/2017
3.3.4.7 25,738 4/21/2017
3.3.4.6 5,630 4/19/2017
3.3.4.5 24,757 4/11/2017
3.3.4.4 14,979 3/31/2017
3.3.4.3 271,536 3/15/2017
3.3.4.2 6,788 3/14/2017
3.3.4.1 21,677 3/14/2017
3.3.4 55,946 3/9/2017
3.3.3 379,006 2/28/2017
3.3.2.1 196,631 1/20/2017
3.3.2 10,307 1/18/2017
3.3.1.6 10,025 1/17/2017
3.3.1.5 22,222 1/5/2017
3.3.1.4 24,152 12/28/2016
3.3.1.3 18,263 12/16/2016
3.3.1.2 8,472 12/9/2016
3.3.1.1 10,403 12/7/2016
3.3.1 52,678 11/19/2016
3.3.0.3 284,645 11/15/2016
3.3.0.2 12,183 11/4/2016
3.3.0.1 44,995 10/11/2016
3.3.0 353,933 9/19/2016
3.2.8-rc 4,061 9/8/2016
3.2.7-beta 6,363 8/23/2016
3.2.6-beta 3,525 8/2/2016
3.2.5-beta 4,621 6/28/2016
3.2.4.1-beta 4,896 6/2/2016
3.2.4-beta 2,302 6/1/2016
3.2.3.1-beta 15,397 4/20/2016
3.2.3-beta 4,485 3/12/2016
3.2.2.1-beta 2,765 3/2/2016
3.2.2-beta 3,344 1/12/2016
3.2.1-beta 2,506 12/7/2015
3.2.0-beta 2,905 9/29/2015
3.1.5.3 39,144 8/9/2016
3.1.5.2 36,094 7/13/2016
3.1.5.1 46,806 6/28/2016
3.1.5 8,324 6/7/2016
3.1.4.2 5,854 6/3/2016
3.1.4.1 11,816 5/26/2016
3.1.4 12,183 5/18/2016
3.1.3 22,529 3/4/2016
3.1.2 12,967 3/2/2016
3.1.1.5 21,488 2/22/2016
3.1.1.4 15,984 1/6/2016
3.1.1.3 4,854 12/18/2015
3.1.1.2 7,796 12/2/2015
3.1.1.1 29,300 10/7/2015
3.1.1 14,898 9/3/2015
3.1.0.1 6,537 8/27/2015
3.1.0 96,321 7/28/2015
3.0.0.3-preview 11,407 5/22/2015
3.0.0.2-preview 2,627 5/21/2015
3.0.0.1-preview 2,490 5/6/2015
3.0.0-preview 2,437 4/30/2015