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 11,705 9/16/2025
4.0.6.1 121,543 8/29/2025
4.0.6 7,574 8/28/2025
4.0.5.1 57,905 8/21/2025
4.0.5 13,560 8/20/2025
4.0.4.1 42,964 8/15/2025
4.0.4 11,813 8/14/2025
4.0.3.5 12,771 8/13/2025
4.0.3.4 68,945 8/6/2025
4.0.3.3 20,725 8/5/2025
4.0.3.2 12,136 8/4/2025
4.0.3.1 106,410 7/23/2025
4.0.3 93,774 7/16/2025
4.0.2.3 11,755 7/15/2025
4.0.2.2 71,744 7/9/2025
4.0.2.1 107,791 7/1/2025
4.0.2 33,187 6/30/2025
4.0.1.9 76,573 6/23/2025
4.0.1.8 58,288 6/18/2025
4.0.1.7 37,059 6/16/2025
4.0.1.6 103,080 6/12/2025
4.0.1.5 24,117 6/11/2025
4.0.1.4 31,490 6/10/2025
4.0.1.3 43,780 6/5/2025
4.0.1.2 26,942 6/4/2025
4.0.1.1 60,205 6/3/2025
4.0.1 228,135 5/20/2025
4.0.0.6 109,625 5/16/2025
4.0.0.5 19,607 5/15/2025
4.0.0.4 58,283 5/12/2025
4.0.0.3 75,893 5/6/2025
4.0.0.2 85,470 4/30/2025
4.0.0.1 15,827 4/29/2025
4.0.0 179,962 4/28/2025
4.0.0-preview.13 2,984 4/9/2025
4.0.0-preview.12 496 4/4/2025
4.0.0-preview.11 2,035 3/26/2025
4.0.0-preview.10 5,877 3/7/2025
4.0.0-preview.9 686 3/4/2025
4.0.0-preview.8 2,165 2/25/2025
4.0.0-preview.7 1,891 2/17/2025
4.0.0-preview.6 2,613 2/6/2025
4.0.0-preview.5 5,497 1/3/2025
4.0.0-preview.4 40,423 10/11/2024
4.0.0-preview.3 4,014 10/1/2024
4.0.0-preview.2 5,757 8/28/2024
4.0.0-preview 64,332 8/15/2024
3.7.504.10 899 9/19/2025
3.7.504.9 6,247 9/16/2025
3.7.504.8 3,458 9/15/2025
3.7.504.7 9,620 9/11/2025
3.7.504.6 3,949 9/10/2025
3.7.504.5 4,038 9/9/2025
3.7.504.4 4,569 9/8/2025
3.7.504.3 12,148 9/4/2025
3.7.504.2 10,233 9/2/2025
3.7.504.1 191,179 8/29/2025
3.7.504 5,011 8/28/2025
3.7.503.2 9,196 8/26/2025
3.7.503.1 7,778 8/25/2025
3.7.503 11,558 8/21/2025
3.7.502 5,972 8/20/2025
3.7.501 20,532 8/14/2025
3.7.500.7 13,035 8/12/2025
3.7.500.6 165,293 8/11/2025
3.7.500.5 14,273 8/8/2025
3.7.500.4 14,192 8/6/2025
3.7.500.3 7,910 8/5/2025
3.7.500.2 6,944 8/4/2025
3.7.500.1 7,361 8/1/2025
3.7.500 67,438 7/31/2025
3.7.409.10 5,681 7/30/2025
3.7.409.9 5,919 7/29/2025
3.7.409.8 5,403 7/28/2025
3.7.409.7 13,205 7/24/2025
3.7.409.6 6,814 7/23/2025
3.7.409.5 7,689 7/22/2025
3.7.409.4 15,028 7/21/2025
3.7.409.3 75,145 7/18/2025
3.7.409.2 6,942 7/17/2025
3.7.409.1 11,834 7/16/2025
3.7.409 29,417 7/15/2025
3.7.408.3 25,756 7/9/2025
3.7.408.2 29,098 7/3/2025
3.7.408.1 14,540 7/1/2025
3.7.408 15,891 6/30/2025
3.7.407.31 15,929 6/27/2025
3.7.407.30 10,552 6/26/2025
3.7.407.29 29,695 6/23/2025
3.7.407.28 204,633 6/20/2025
3.7.407.27 12,250 6/18/2025
3.7.407.26 95,913 6/11/2025
3.7.407.25 15,843 6/10/2025
3.7.407.24 19,079 6/9/2025
3.7.407.23 50,596 6/6/2025
3.7.407.22 24,461 6/5/2025
3.7.407.21 67,744 6/4/2025
3.7.407.20 14,873 6/2/2025
3.7.407.19 13,643 5/30/2025
3.7.407.18 59,673 5/28/2025
3.7.407.17 35,817 5/23/2025
3.7.407.16 15,711 5/21/2025
3.7.407.15 34,957 5/20/2025
3.7.407.14 18,207 5/19/2025
3.7.407.13 89,291 5/16/2025
3.7.407.12 64,285 5/12/2025
3.7.407.11 64,667 5/9/2025
3.7.407.10 20,506 5/8/2025
3.7.407.9 20,408 5/7/2025
3.7.407.8 25,982 5/6/2025
3.7.407.7 22,087 5/5/2025
3.7.407.6 58,226 5/2/2025
3.7.407.5 11,726 5/1/2025
3.7.407.4 17,211 4/30/2025
3.7.407.3 17,203 4/29/2025
3.7.407.2 37,947 4/28/2025
3.7.407.1 79,325 4/25/2025
3.7.407 33,098 4/24/2025
3.7.406.26 79,294 4/23/2025
3.7.406.25 83,845 4/18/2025
3.7.406.24 26,462 4/17/2025
3.7.406.23 79,308 4/16/2025
3.7.406.22 83,572 4/14/2025
3.7.406.21 59,148 4/11/2025
3.7.406.20 28,127 4/10/2025
3.7.406.19 46,272 4/9/2025
3.7.406.18 51,012 4/8/2025
3.7.406.17 155,573 4/4/2025
3.7.406.16 50,125 4/3/2025
3.7.406.15 23,030 4/3/2025
3.7.406.14 14,301 4/2/2025
3.7.406.13 89,094 4/1/2025
3.7.406.12 60,604 3/31/2025
3.7.406.11 66,271 3/28/2025
3.7.406.10 64,284 3/27/2025
3.7.406.9 45,032 3/26/2025
3.7.406.8 34,807 3/25/2025
3.7.406.7 177,037 3/24/2025
3.7.406.6 80,858 3/21/2025
3.7.406.5 30,478 3/20/2025
3.7.406.4 76,587 3/19/2025
3.7.406.3 54,764 3/18/2025
3.7.406.2 48,629 3/17/2025
3.7.406.1 51,206 3/14/2025
3.7.406 37,478 3/14/2025
3.7.405.38 124,674 3/11/2025
3.7.405.37 46,568 3/10/2025
3.7.405.36 75,794 3/7/2025
3.7.405.35 46,795 3/6/2025
3.7.405.34 44,084 3/5/2025
3.7.405.33 37,571 3/4/2025
3.7.405.32 77,439 3/3/2025
3.7.405.31 193,096 2/28/2025
3.7.405.30 34,683 2/27/2025
3.7.405.29 48,356 2/26/2025
3.7.405.28 50,740 2/25/2025
3.7.405.27 68,509 2/24/2025
3.7.405.26 60,296 2/21/2025
3.7.405.25 34,431 2/20/2025
3.7.405.24 253,477 2/18/2025
3.7.405.23 41,568 2/17/2025
3.7.405.22 85,733 2/13/2025
3.7.405.21 63,776 2/12/2025
3.7.405.20 44,710 2/11/2025
3.7.405.19 87,156 2/10/2025
3.7.405.18 120,096 2/7/2025
3.7.405.17 49,176 2/6/2025
3.7.405.16 46,394 2/5/2025
3.7.405.15 57,895 2/4/2025
3.7.405.14 63,604 2/3/2025
3.7.405.13 154,975 1/30/2025
3.7.405.12 140,686 1/28/2025
3.7.405.11 42,916 1/27/2025
3.7.405.10 149,071 1/22/2025
3.7.405.9 69,901 1/21/2025
3.7.405.8 113,833 1/17/2025
3.7.405.7 51,689 1/16/2025
3.7.405.6 52,782 1/15/2025
3.7.405.5 47,037 1/14/2025
3.7.405.4 39,347 1/13/2025
3.7.405.3 70,491 1/10/2025
3.7.405.2 46,687 1/9/2025
3.7.405.1 43,340 1/8/2025
3.7.405 124,321 1/7/2025
3.7.404.14 56,053 1/6/2025
3.7.404.13 100,603 1/3/2025
3.7.404.12 36,571 1/2/2025
3.7.404.11 129,965 12/26/2024
3.7.404.10 170,195 12/23/2024
3.7.404.9 48,854 12/20/2024
3.7.404.8 45,262 12/19/2024
3.7.404.7 61,929 12/18/2024
3.7.404.6 58,935 12/17/2024
3.7.404.5 116,722 12/13/2024
3.7.404.4 76,620 12/12/2024
3.7.404.3 33,398 12/11/2024
3.7.404.2 82,726 12/10/2024
3.7.404.1 65,653 12/9/2024
3.7.404 482,059 12/3/2024
3.7.403.9 65,572 12/3/2024
3.7.403.8 174,821 11/27/2024
3.7.403.7 205,435 11/22/2024
3.7.403.6 73,033 11/21/2024
3.7.403.5 47,518 11/21/2024
3.7.403.4 79,372 11/19/2024
3.7.403.3 285,683 11/15/2024
3.7.403.2 392,233 11/15/2024
3.7.403.1 9,708 11/14/2024
3.7.403 79,955 11/13/2024
3.7.402.13 76,232 11/12/2024
3.7.402.12 47,362 11/11/2024
3.7.402.11 113,613 11/8/2024
3.7.402.10 60,024 11/7/2024
3.7.402.9 486,219 11/1/2024
3.7.402.8 72,710 10/31/2024
3.7.402.7 50,275 10/30/2024
3.7.402.6 90,057 10/29/2024
3.7.402.5 89,119 10/28/2024
3.7.402.4 71,809 10/25/2024
3.7.402.3 44,521 10/24/2024
3.7.402.2 234,525 10/23/2024
3.7.402.1 62,622 10/22/2024
3.7.402 223,581 10/17/2024
3.7.401.14 171,360 10/16/2024
3.7.401.13 378,278 10/15/2024
3.7.401.12 264,059 10/14/2024
3.7.401.11 441,446 10/9/2024
3.7.401.10 125,027 10/8/2024
3.7.401.9 43,387 10/7/2024
3.7.401.8 136,984 10/4/2024
3.7.401.7 75,801 10/3/2024
3.7.401.6 55,858 10/2/2024
3.7.401.5 341,107 10/1/2024
3.7.401.4 146,840 9/27/2024
3.7.401.3 40,936 9/26/2024
3.7.401.2 43,594 9/25/2024
3.7.401.1 52,401 9/24/2024
3.7.401 372,710 9/21/2024
3.7.400.21 647,176 9/16/2024
3.7.400.20 80,927 9/13/2024
3.7.400.19 91,006 9/11/2024
3.7.400.18 140,597 9/10/2024
3.7.400.17 112,023 9/9/2024
3.7.400.16 85,365 9/6/2024
3.7.400.15 50,359 9/5/2024
3.7.400.14 136,382 9/4/2024
3.7.400.13 185,041 8/30/2024
3.7.400.12 160,499 8/28/2024
3.7.400.11 340,436 8/22/2024
3.7.400.10 41,107 8/21/2024
3.7.400.9 67,007 8/20/2024
3.7.400.8 50,028 8/19/2024
3.7.400.7 258,040 8/16/2024
3.7.400.6 68,606 8/15/2024
3.7.400.5 162,252 8/13/2024
3.7.400.4 106,565 8/9/2024
3.7.400.3 346,809 8/5/2024
3.7.400.2 302,200 7/30/2024
3.7.400.1 63,852 7/29/2024
3.7.400 334,114 7/24/2024
3.7.305.2 114,065 7/22/2024
3.7.305.1 85,950 7/18/2024
3.7.305 331,852 7/12/2024
3.7.304.7 412,683 7/10/2024
3.7.304.6 54,927 7/9/2024
3.7.304.5 38,130 7/8/2024
3.7.304.4 42,320 7/5/2024
3.7.304.3 77,186 7/3/2024
3.7.304.2 89,948 7/1/2024
3.7.304.1 65,478 6/28/2024
3.7.304 33,004 6/27/2024
3.7.303.26 145,604 6/24/2024
3.7.303.25 137,637 6/20/2024
3.7.303.24 54,298 6/19/2024
3.7.303.23 44,479 6/18/2024
3.7.303.22 492,643 6/12/2024
3.7.303.21 192,215 6/11/2024
3.7.303.20 66,805 6/10/2024
3.7.303.19 42,215 6/7/2024
3.7.303.18 140,460 6/5/2024
3.7.303.17 50,660 6/4/2024
3.7.303.16 135,240 6/3/2024
3.7.303.15 124,491 5/30/2024
3.7.303.14 68,712 5/29/2024
3.7.303.13 65,810 5/28/2024
3.7.303.12 170,721 5/24/2024
3.7.303.11 61,460 5/23/2024
3.7.303.10 63,544 5/22/2024
3.7.303.9 123,285 5/20/2024
3.7.303.8 89,082 5/17/2024
3.7.303.7 48,223 5/16/2024
3.7.303.6 135,051 5/14/2024
3.7.303.5 118,340 5/13/2024
3.7.303.4 108,990 5/10/2024
3.7.303.3 61,109 5/9/2024
3.7.303.2 248,011 5/6/2024
3.7.303.1 138,837 5/3/2024
3.7.303 66,817 5/2/2024
3.7.302.26 80,597 5/1/2024
3.7.302.25 65,393 4/29/2024
3.7.302.24 93,410 4/26/2024
3.7.302.23 46,901 4/25/2024
3.7.302.22 54,538 4/24/2024
3.7.302.21 48,288 4/23/2024
3.7.302.20 62,917 4/22/2024
3.7.302.19 61,544 4/19/2024
3.7.302.18 491,770 4/18/2024
3.7.302.17 83,765 4/17/2024
3.7.302.16 91,232 4/16/2024
3.7.302.15 432,469 4/11/2024
3.7.302.14 76,551 4/10/2024
3.7.302.13 45,753 4/9/2024
3.7.302.12 108,001 4/8/2024
3.7.302.11 93,051 4/5/2024
3.7.302.10 61,238 4/4/2024
3.7.302.9 45,780 4/3/2024
3.7.302.8 78,280 4/2/2024
3.7.302.7 125,288 4/1/2024
3.7.302.6 46,663 3/29/2024
3.7.302.5 43,297 3/28/2024
3.7.302.4 108,768 3/27/2024
3.7.302.3 71,661 3/26/2024
3.7.302.2 126,398 3/25/2024
3.7.302.1 75,394 3/22/2024
3.7.302 168,359 3/20/2024
3.7.301.23 100,294 3/18/2024
3.7.301.22 82,495 3/15/2024
3.7.301.21 56,376 3/14/2024
3.7.301.20 57,803 3/13/2024
3.7.301.19 223,544 3/8/2024
3.7.301.18 613,553 3/6/2024
3.7.301.17 261,522 2/29/2024
3.7.301.16 70,591 2/28/2024
3.7.301.15 47,792 2/27/2024
3.7.301.14 593,058 2/20/2024
3.7.301.13 83,286 2/16/2024
3.7.301.12 26,960 2/15/2024
3.7.301.11 50,477 2/14/2024
3.7.301.10 32,039 2/13/2024
3.7.301.9 94,758 2/9/2024
3.7.301.8 131,845 2/7/2024
3.7.301.7 375,115 2/2/2024
3.7.301.6 26,881 2/1/2024
3.7.301.5 237,804 1/31/2024
3.7.301.4 57,565 1/30/2024
3.7.301.3 64,489 1/29/2024
3.7.301.2 180,163 1/25/2024
3.7.301.1 33,022 1/25/2024
3.7.301 239,811 1/19/2024
3.7.300.39 82,455 1/18/2024
3.7.300.38 27,642 1/17/2024
3.7.300.37 43,418 1/16/2024
3.7.300.36 100,657 1/14/2024
3.7.300.35 9,607 1/12/2024
3.7.300.34 87,906 1/11/2024
3.7.300.33 67,186 1/10/2024
3.7.300.32 94,922 1/8/2024
3.7.300.31 43,611 1/5/2024
3.7.300.30 22,738 1/4/2024
3.7.300.29 54,527 1/3/2024
3.7.300.28 131,781 12/28/2023
3.7.300.27 52,171 12/27/2023
3.7.300.26 21,785 12/26/2023
3.7.300.25 24,810 12/22/2023
3.7.300.24 28,879 12/21/2023
3.7.300.23 55,394 12/20/2023
3.7.300.22 42,568 12/19/2023
3.7.300.21 37,753 12/18/2023
3.7.300.20 61,052 12/15/2023
3.7.300.19 24,761 12/14/2023
3.7.300.18 99,949 12/13/2023
3.7.300.17 128,708 12/12/2023
3.7.300.16 180,999 12/7/2023
3.7.300.15 61,794 12/6/2023
3.7.300.14 44,923 12/5/2023
3.7.300.13 50,473 12/4/2023
3.7.300.12 111,276 11/30/2023
3.7.300.11 46,551 11/28/2023
3.7.300.10 87,481 11/28/2023
3.7.300.9 10,091 11/27/2023
3.7.300.8 98,110 11/27/2023
3.7.300.7 401,168 11/21/2023
3.7.300.6 169,572 11/20/2023
3.7.300.5 85,733 11/17/2023
3.7.300.4 30,473 11/16/2023
3.7.300.3 75,579 11/15/2023
3.7.300.2 452,797 11/14/2023
3.7.300.1 59,276 11/13/2023
3.7.300 471,960 11/10/2023
3.7.203.15 181,596 11/8/2023
3.7.203.14 76,990 11/7/2023
3.7.203.13 36,845 11/6/2023
3.7.203.12 153,123 11/2/2023
3.7.203.11 232,256 10/27/2023
3.7.203.10 33,711 10/26/2023
3.7.203.9 240,359 10/24/2023
3.7.203.8 101,975 10/23/2023
3.7.203.7 94,386 10/20/2023
3.7.203.6 29,429 10/19/2023
3.7.203.5 87,786 10/18/2023
3.7.203.4 63,268 10/17/2023
3.7.203.3 33,035 10/16/2023
3.7.203.2 175,042 10/12/2023
3.7.203.1 233,130 10/7/2023
3.7.203 395,454 10/6/2023
3.7.202.7 17,901 10/5/2023
3.7.202.6 60,148 10/4/2023
3.7.202.5 77,867 10/3/2023
3.7.202.4 30,604 10/2/2023
3.7.202.3 92,013 9/28/2023
3.7.202.2 72,467 9/28/2023
3.7.202.1 11,219 9/27/2023
3.7.202 23,502 9/26/2023
3.7.201.16 47,382 9/25/2023
3.7.201.15 73,112 9/22/2023
3.7.201.14 431,053 9/20/2023
3.7.201.13 52,912 9/19/2023
3.7.201.12 125,803 9/15/2023
3.7.201.11 40,353 9/15/2023
3.7.201.10 17,385 9/14/2023
3.7.201.9 469,555 9/13/2023
3.7.201.8 509,384 9/12/2023
3.7.201.7 289,116 9/8/2023
3.7.201.6 19,332 9/8/2023
3.7.201.5 46,075 9/6/2023
3.7.201.4 32,129 9/5/2023
3.7.201.3 84,004 9/1/2023
3.7.201.2 33,199 9/1/2023
3.7.201.1 15,561 8/31/2023
3.7.201 40,773 8/31/2023
3.7.200.29 5,820 8/30/2023
3.7.200.28 120,137 8/28/2023
3.7.200.27 231,420 8/25/2023
3.7.200.26 110,254 8/24/2023
3.7.200.25 32,187 8/23/2023
3.7.200.24 45,686 8/22/2023
3.7.200.23 324,754 8/21/2023
3.7.200.22 62,368 8/18/2023
3.7.200.21 9,614 8/18/2023
3.7.200.20 27,682 8/17/2023
3.7.200.19 64,593 8/15/2023
3.7.200.18 29,547 8/14/2023
3.7.200.17 58,901 8/11/2023
3.7.200.16 27,065 8/10/2023
3.7.200.15 34,974 8/9/2023
3.7.200.14 42,561 8/8/2023
3.7.200.13 8,532 8/8/2023
3.7.200.12 73,672 8/7/2023
3.7.200.11 116,854 8/4/2023
3.7.200.10 55,016 8/2/2023
3.7.200.9 215,363 8/1/2023
3.7.200.8 492,656 7/31/2023
3.7.200.7 315,909 7/28/2023
3.7.200.6 81,986 7/26/2023
3.7.200.5 150,446 7/25/2023
3.7.200.4 39,436 7/24/2023
3.7.200.3 112,359 7/21/2023
3.7.200.2 159,601 7/20/2023
3.7.200.1 986,971 7/18/2023
3.7.200 73,812 7/18/2023
3.7.105.7 11,407 7/17/2023
3.7.105.6 83,988 7/13/2023
3.7.105.5 227,947 7/7/2023
3.7.105.4 8,519 7/7/2023
3.7.105.3 58,969 7/6/2023
3.7.105.2 68,955 7/5/2023
3.7.105.1 166,746 7/3/2023
3.7.105 148,774 6/29/2023
3.7.104.1 763,004 6/21/2023
3.7.104 83,666 6/21/2023
3.7.103.23 5,530 6/20/2023
3.7.103.22 504,152 6/15/2023
3.7.103.21 81,336 6/13/2023
3.7.103.20 92,939 6/12/2023
3.7.103.19 80,028 6/8/2023
3.7.103.18 229,005 6/6/2023
3.7.103.17 104,364 6/5/2023
3.7.103.16 49,542 6/2/2023
3.7.103.15 13,054 6/2/2023
3.7.103.14 57,640 6/1/2023
3.7.103.13 125,040 5/30/2023
3.7.103.12 180,440 5/26/2023
3.7.103.11 47,797 5/25/2023
3.7.103.10 127,403 5/24/2023
3.7.103.9 138,240 5/23/2023
3.7.103.8 141,402 5/19/2023
3.7.103.7 9,569 5/19/2023
3.7.103.6 26,069 5/18/2023
3.7.103.5 164,957 5/16/2023
3.7.103.4 33,002 5/15/2023
3.7.103.3 172,644 5/11/2023
3.7.103.2 72,419 5/9/2023
3.7.103.1 28,920 5/8/2023
3.7.103 101,527 5/5/2023
3.7.102.39 20,505 5/4/2023
3.7.102.38 93,260 5/2/2023
3.7.102.37 40,262 5/1/2023
3.7.102.36 58,126 4/28/2023
3.7.102.35 590,736 4/27/2023
3.7.102.34 23,941 4/26/2023
3.7.102.33 66,407 4/25/2023
3.7.102.32 23,631 4/25/2023
3.7.102.31 103,964 4/21/2023
3.7.102.30 39,647 4/21/2023
3.7.102.29 62,723 4/19/2023
3.7.102.28 88,648 4/17/2023
3.7.102.27 88,018 4/14/2023
3.7.102.26 43,782 4/13/2023
3.7.102.25 53,208 4/12/2023
3.7.102.24 55,898 4/11/2023
3.7.102.23 75,731 4/10/2023
3.7.102.22 30,576 4/7/2023
3.7.102.21 34,606 4/6/2023
3.7.102.20 54,603 4/5/2023
3.7.102.19 205,808 4/4/2023
3.7.102.18 34,035 4/3/2023
3.7.102.17 95,868 3/31/2023
3.7.102.16 36,234 3/30/2023
3.7.102.15 225,186 3/29/2023
3.7.102.14 131,979 3/28/2023
3.7.102.13 303,443 3/24/2023
3.7.102.12 80,952 3/23/2023
3.7.102.11 31,956 3/22/2023
3.7.102.10 278,491 3/21/2023
3.7.102.9 90,769 3/20/2023
3.7.102.8 75,221 3/17/2023
3.7.102.7 42,729 3/17/2023
3.7.102.6 40,716 3/16/2023
3.7.102.5 60,880 3/15/2023
3.7.102.4 95,801 3/14/2023
3.7.102.3 65,598 3/13/2023
3.7.102.2 112,400 3/10/2023
3.7.102.1 69,380 3/9/2023
3.7.102 67,957 3/8/2023
3.7.101.56 99,854 3/7/2023
3.7.101.55 316,305 3/3/2023
3.7.101.54 112,595 3/2/2023
3.7.101.53 59,556 3/1/2023
3.7.101.52 48,234 2/28/2023
3.7.101.51 72,339 2/27/2023
3.7.101.50 116,919 2/23/2023
3.7.101.49 146,330 2/21/2023
3.7.101.48 282,805 2/18/2023
3.7.101.47 7,312 2/17/2023
3.7.101.46 73,395 2/16/2023
3.7.101.45 80,794 2/15/2023
3.7.101.44 142,059 2/13/2023
3.7.101.43 222,199 2/10/2023
3.7.101.42 54,743 2/9/2023
3.7.101.41 90,996 2/8/2023
3.7.101.40 67,820 2/7/2023
3.7.101.39 123,751 2/6/2023
3.7.101.38 72,253 2/3/2023
3.7.101.37 57,811 2/2/2023
3.7.101.36 11,544 2/2/2023
3.7.101.35 53,446 2/1/2023
3.7.101.34 112,391 1/31/2023
3.7.101.33 169,321 1/26/2023
3.7.101.32 46,033 1/25/2023
3.7.101.31 62,829 1/24/2023
3.7.101.30 37,327 1/23/2023
3.7.101.29 245,422 1/20/2023
3.7.101.28 93,167 1/20/2023
3.7.101.27 48,944 1/18/2023
3.7.101.26 88,468 1/17/2023
3.7.101.25 121,345 1/17/2023
3.7.101.24 113,752 1/13/2023
3.7.101.23 50,222 1/12/2023
3.7.101.22 118,285 1/10/2023
3.7.101.21 51,924 1/9/2023
3.7.101.20 56,556 1/6/2023
3.7.101.19 36,843 1/5/2023
3.7.101.18 107,191 1/4/2023
3.7.101.17 21,435 1/3/2023
3.7.101.16 118,401 12/30/2022
3.7.101.15 32,537 12/29/2022
3.7.101.14 104,426 12/23/2022
3.7.101.13 27,144 12/22/2022
3.7.101.12 25,239 12/21/2022
3.7.101.11 46,086 12/20/2022
3.7.101.10 48,367 12/19/2022
3.7.101.9 180,243 12/16/2022
3.7.101.8 219,788 12/16/2022
3.7.101.7 31,246 12/15/2022
3.7.101.6 39,033 12/14/2022
3.7.101.5 126,083 12/13/2022
3.7.101.4 112,672 12/12/2022
3.7.101.3 418,398 12/8/2022
3.7.101.2 52,811 12/8/2022
3.7.101.1 7,674 12/7/2022
3.7.101 204,404 12/6/2022
3.7.100.29 108,248 12/5/2022
3.7.100.28 159,775 12/2/2022
3.7.100.27 124,138 12/1/2022
3.7.100.26 40,751 11/30/2022
3.7.100.25 54,480 11/29/2022
3.7.100.24 36,050 11/29/2022
3.7.100.23 83,351 11/28/2022
3.7.100.22 156,334 11/22/2022
3.7.100.21 195,050 11/18/2022
3.7.100.20 81,064 11/17/2022
3.7.100.19 300,949 11/16/2022
3.7.100.18 17,060 11/16/2022
3.7.100.17 70,049 11/15/2022
3.7.100.16 144,254 11/11/2022
3.7.100.15 45,287 11/10/2022
3.7.100.14 206,097 11/9/2022
3.7.100.13 17,313 11/9/2022
3.7.100.12 43,092 11/9/2022
3.7.100.11 9,921 11/8/2022
3.7.100.10 85,573 11/7/2022
3.7.100.9 55,561 11/4/2022
3.7.100.8 79,992 11/2/2022
3.7.100.7 86,658 10/31/2022
3.7.100.6 39,378 10/29/2022
3.7.100.5 20,105 10/28/2022
3.7.100.4 53,194 10/27/2022
3.7.100.3 74,978 10/26/2022
3.7.100.2 151,362 10/25/2022
3.7.100.1 19,895 10/24/2022
3.7.100 236,065 10/21/2022
3.7.5.20 471,184 10/20/2022
3.7.5.19 244,265 10/19/2022
3.7.5.18 150,026 10/19/2022
3.7.5.17 177,483 10/18/2022
3.7.5.16 345,242 10/14/2022
3.7.5.15 121,607 10/13/2022
3.7.5.14 445,797 10/7/2022
3.7.5.13 63,970 10/6/2022
3.7.5.12 109,634 10/4/2022
3.7.5.11 33,933 10/3/2022
3.7.5.10 67,901 9/30/2022
3.7.5.9 178,925 9/29/2022
3.7.5.8 140,871 9/27/2022
3.7.5.7 3,997,874 9/27/2022
3.7.5.6 7,845 9/26/2022
3.7.5.5 173,303 9/23/2022
3.7.5.4 81,565 9/22/2022
3.7.5.3 92,195 9/21/2022
3.7.5.2 51,718 9/20/2022
3.7.5.1 60,895 9/19/2022
3.7.5 112,593 9/15/2022
3.7.4.12 39,159 9/14/2022
3.7.4.11 44,689 9/13/2022
3.7.4.10 265,428 9/9/2022
3.7.4.9 802,684 9/9/2022
3.7.4.8 5,385 9/8/2022
3.7.4.7 571,489 9/2/2022
3.7.4.6 96,303 9/1/2022
3.7.4.5 164,958 8/30/2022
3.7.4.4 63,519 8/29/2022
3.7.4.3 176,937 8/25/2022
3.7.4.2 118,359 8/22/2022
3.7.4.1 45,905 8/19/2022
3.7.4 70,107 8/18/2022
3.7.3.69 205,229 8/16/2022
3.7.3.68 159,765 8/12/2022
3.7.3.67 102,625 8/11/2022
3.7.3.66 182,426 8/8/2022
3.7.3.65 107,001 8/4/2022
3.7.3.64 163,031 8/2/2022
3.7.3.63 109,208 7/29/2022
3.7.3.62 88,771 7/28/2022
3.7.3.61 49,875 7/27/2022
3.7.3.60 285,503 7/22/2022
3.7.3.59 123,854 7/20/2022
3.7.3.58 130,828 7/18/2022
3.7.3.57 39,081 7/15/2022
3.7.3.56 40,173 7/14/2022
3.7.3.55 113,465 7/12/2022
3.7.3.54 63,273 7/11/2022
3.7.3.53 193,200 7/5/2022
3.7.3.52 329,650 6/29/2022
3.7.3.51 200,629 6/24/2022
3.7.3.50 942,837 6/17/2022
3.7.3.49 40,637 6/16/2022
3.7.3.48 151,678 6/14/2022
3.7.3.47 120,745 6/10/2022
3.7.3.46 79,381 6/8/2022
3.7.3.45 97,510 6/7/2022
3.7.3.44 144,455 6/6/2022
3.7.3.43 198,496 5/31/2022
3.7.3.42 176,200 5/27/2022
3.7.3.41 107,052 5/26/2022
3.7.3.40 7,335 5/26/2022
3.7.3.39 45,363 5/25/2022
3.7.3.38 83,824 5/24/2022
3.7.3.37 77,800 5/23/2022
3.7.3.36 140,346 5/19/2022
3.7.3.35 152,231 5/18/2022
3.7.3.34 629,334 5/9/2022
3.7.3.33 116,475 5/6/2022
3.7.3.32 13,703 5/6/2022
3.7.3.31 22,732 5/5/2022
3.7.3.30 163,162 5/4/2022
3.7.3.29 42,546 5/3/2022
3.7.3.28 363,706 5/3/2022
3.7.3.27 9,498 5/2/2022
3.7.3.26 304,822 4/20/2022
3.7.3.25 90,581 4/19/2022
3.7.3.24 1,672,470 4/19/2022
3.7.3.23 280,511 4/14/2022
3.7.3.22 1,155,543 4/12/2022
3.7.3.21 47,973 4/11/2022
3.7.3.20 125,113 4/7/2022
3.7.3.19 72,763 4/6/2022
3.7.3.18 170,413 4/1/2022
3.7.3.17 34,574 3/31/2022
3.7.3.16 244,209 3/28/2022
3.7.3.15 132,945 3/24/2022
3.7.3.14 387,465 3/23/2022
3.7.3.13 224,821 3/17/2022
3.7.3.12 23,627 3/16/2022
3.7.3.11 235,882 3/14/2022
3.7.3.10 149,814 3/10/2022
3.7.3.9 74,786 3/9/2022
3.7.3.8 62,570 3/8/2022
3.7.3.7 268,764 3/3/2022
3.7.3.6 75,564 3/1/2022
3.7.3.5 54,103 2/28/2022
3.7.3.4 40,011 2/26/2022
3.7.3.3 48,000 2/23/2022
3.7.3.2 35,704 2/22/2022
3.7.3.1 8,705 2/22/2022
3.7.3 66,897 2/21/2022
3.7.2.20 156,713 2/17/2022
3.7.2.19 215,675 2/11/2022
3.7.2.18 12,188 2/10/2022
3.7.2.17 191,146 2/4/2022
3.7.2.16 43,111 2/3/2022
3.7.2.15 37,004 2/2/2022
3.7.2.14 259,203 1/28/2022
3.7.2.13 297,235 1/25/2022
3.7.2.12 412,193 1/15/2022
3.7.2.11 5,767 1/14/2022
3.7.2.10 95,595 1/13/2022
3.7.2.9 141,405 1/11/2022
3.7.2.8 87,494 1/7/2022
3.7.2.7 27,676 1/6/2022
3.7.2.6 13,796 1/5/2022
3.7.2.5 126,770 1/3/2022
3.7.2.4 270,595 12/21/2021
3.7.2.3 33,398 12/20/2021
3.7.2.2 289,453 12/13/2021
3.7.2.1 349,002 12/8/2021
3.7.2 201,749 12/2/2021
3.7.1.1 31,521 12/1/2021
3.7.1 280,492 11/23/2021
3.7.0.104 177,038 11/22/2021
3.7.0.103 93,951 11/19/2021
3.7.0.102 9,322 11/18/2021
3.7.0.101 57,471 11/17/2021
3.7.0.100 44,495 11/16/2021
3.7.0.99 149,761 11/15/2021
3.7.0.98 53,306 11/12/2021
3.7.0.97 143,137 11/11/2021
3.7.0.96 188,870 11/11/2021
3.7.0.95 45,351 11/9/2021
3.7.0.94 2,024,754 11/5/2021
3.7.0.93 9,814 11/4/2021
3.7.0.92 22,167 11/3/2021
3.7.0.91 93,204 11/2/2021
3.7.0.90 41,265 11/1/2021
3.7.0.89 281,546 10/29/2021
3.7.0.88 69,553 10/27/2021
3.7.0.87 84,960 10/26/2021
3.7.0.86 4,919 10/26/2021
3.7.0.85 159,610 10/22/2021
3.7.0.84 7,650 10/21/2021
3.7.0.83 224,386 10/14/2021
3.7.0.82 527,973 10/13/2021
3.7.0.81 89,840 10/12/2021
3.7.0.80 318,560 10/8/2021
3.7.0.79 34,771 10/7/2021
3.7.0.78 18,113 10/7/2021
3.7.0.77 3,510 10/6/2021
3.7.0.76 223,430 10/1/2021
3.7.0.75 478,929 9/30/2021
3.7.0.74 101,537 9/29/2021
3.7.0.73 122,031 9/27/2021
3.7.0.72 48,937 9/24/2021
3.7.0.71 39,372 9/23/2021
3.7.0.70 53,931 9/22/2021
3.7.0.69 170,736 9/17/2021
3.7.0.68 22,089 9/16/2021
3.7.0.67 41,913 9/16/2021
3.7.0.66 336,592 9/13/2021
3.7.0.65 113,034 9/10/2021
3.7.0.64 33,652 9/9/2021
3.7.0.63 60,347 9/7/2021
3.7.0.62 75,504 9/3/2021
3.7.0.61 14,564 9/3/2021
3.7.0.60 78,791 9/2/2021
3.7.0.59 30,291 9/1/2021
3.7.0.58 50,449 8/31/2021
3.7.0.57 416,602 8/27/2021
3.7.0.56 77,270 8/25/2021
3.7.0.55 102,273 8/23/2021
3.7.0.54 143,584 8/19/2021
3.7.0.53 377,400 8/16/2021
3.7.0.52 92,987 8/12/2021
3.7.0.51 216,853 8/10/2021
3.7.0.50 381,347 8/6/2021
3.7.0.49 78,207 8/4/2021
3.7.0.48 527,582 7/30/2021
3.7.0.47 38,713 7/29/2021
3.7.0.46 156,716 7/27/2021
3.7.0.45 158,000 7/21/2021
3.7.0.44 157,620 7/16/2021
3.7.0.43 137,727 7/13/2021
3.7.0.42 1,374,812 7/12/2021
3.7.0.41 35,668 7/9/2021
3.7.0.40 79,794 7/8/2021
3.7.0.39 51,996 7/7/2021
3.7.0.38 42,723 7/6/2021
3.7.0.37 115,475 7/1/2021
3.7.0.36 166,478 6/25/2021
3.7.0.35 30,318 6/24/2021
3.7.0.34 280,207 6/21/2021
3.7.0.33 94,992 6/17/2021
3.7.0.32 99,222 6/15/2021
3.7.0.31 98,189 6/11/2021
3.7.0.30 779,157 5/28/2021
3.7.0.29 117,500 5/27/2021
3.7.0.28 44,508 5/27/2021
3.7.0.27 127,190 5/24/2021
3.7.0.26 81,096 5/21/2021
3.7.0.25 64,276 5/20/2021
3.7.0.24 58,093 5/19/2021
3.7.0.23 15,898 5/18/2021
3.7.0.22 114,267 5/14/2021
3.7.0.21 63,183 5/12/2021
3.7.0.20 78,383 5/10/2021
3.7.0.19 4,243 5/10/2021
3.7.0.18 494,701 5/6/2021
3.7.0.17 197,712 4/30/2021
3.7.0.16 66,401 4/27/2021
3.7.0.15 87,405 4/23/2021
3.7.0.14 253,359 4/19/2021
3.7.0.13 98,733 4/15/2021
3.7.0.12 175,960 4/13/2021
3.7.0.11 186,019 4/12/2021
3.7.0.10 179,815 4/8/2021
3.7.0.9 49,392 4/7/2021
3.7.0.8 109,849 4/2/2021
3.7.0.7 13,395 4/1/2021
3.7.0.6 18,160 3/31/2021
3.7.0.5 4,791 3/31/2021
3.7.0.4 61,244 3/30/2021
3.7.0.3 41,975 3/29/2021
3.7.0.2 51,059 3/27/2021
3.7.0.1 17,345 3/26/2021
3.7.0 2,791,318 3/26/2021
3.5.4.38 341,586 3/25/2021
3.5.4.37 604,836 3/17/2021
3.5.4.36 85,000 3/15/2021
3.5.4.35 335,268 3/9/2021
3.5.4.34 59,779 3/5/2021
3.5.4.33 26,722 3/4/2021
3.5.4.32 91,387 3/1/2021
3.5.4.31 230,522 2/23/2021
3.5.4.30 114,027 2/19/2021
3.5.4.29 83,281 2/12/2021
3.5.4.28 103,010 2/9/2021
3.5.4.27 70,368 2/8/2021
3.5.4.26 63,163 2/5/2021
3.5.4.25 31,375 2/4/2021
3.5.4.24 850,927 1/29/2021
3.5.4.23 18,766 1/28/2021
3.5.4.22 17,433 1/27/2021
3.5.4.21 80,790 1/26/2021
3.5.4.20 519,322 1/20/2021
3.5.4.19 12,118 1/19/2021
3.5.4.18 180,430 1/11/2021
3.5.4.17 132,755 1/7/2021
3.5.4.16 167,312 12/30/2020
3.5.4.15 50,810 12/23/2020
3.5.4.14 70,029 12/22/2020
3.5.4.13 126,030 12/22/2020
3.5.4.12 4,349 12/21/2020
3.5.4.11 55,182 12/18/2020
3.5.4.10 91,130 12/17/2020
3.5.4.9 38,866 12/16/2020
3.5.4.8 56,598 12/14/2020
3.5.4.7 128,358 12/9/2020
3.5.4.6 60,747 12/7/2020
3.5.4.5 94,000 12/3/2020
3.5.4.4 115,377 12/2/2020
3.5.4.3 11,886 12/1/2020
3.5.4.2 37,468 12/1/2020
3.5.4.1 77,607 11/24/2020
3.5.4 84,399 11/23/2020
3.5.3.4 1,127,246 11/20/2020
3.5.3.3 17,040 11/19/2020
3.5.3.2 37,677 11/18/2020
3.5.3.1 230,132 11/13/2020
3.5.3 317,502 11/9/2020
3.5.2 615,710 11/5/2020
3.5.1.11 41,702 11/4/2020
3.5.1.10 250,218 10/28/2020
3.5.1.9 37,928 10/27/2020
3.5.1.8 35,523 10/26/2020
3.5.1.7 222,285 10/22/2020
3.5.1.6 21,790 10/21/2020
3.5.1.5 341,983 10/20/2020
3.5.1.4 189,574 10/16/2020
3.5.1.3 25,126 10/15/2020
3.5.1.2 360,439 10/9/2020
3.5.1.1 79,809 10/6/2020
3.5.1 23,728 10/5/2020
3.5.0.24 38,965 10/2/2020
3.5.0.23 113,760 10/1/2020
3.5.0.22 42,149 9/30/2020
3.5.0.21 128,451 9/29/2020
3.5.0.20 49,074 9/25/2020
3.5.0.19 28,063 9/24/2020
3.5.0.18 40,253 9/21/2020
3.5.0.17 60,795 9/18/2020
3.5.0.16 287,435 9/17/2020
3.5.0.15 80,597 9/16/2020
3.5.0.14 28,057 9/15/2020
3.5.0.13 84,072 9/14/2020
3.5.0.12 44,487 9/11/2020
3.5.0.11 78,597 9/10/2020
3.5.0.10 3,937 9/9/2020
3.5.0.9 68,553 9/4/2020
3.5.0.8 60,236 9/2/2020
3.5.0.7 472,538 9/1/2020
3.5.0.6 12,967 8/31/2020
3.5.0.5 34,178 8/28/2020
3.5.0.4 20,520 8/27/2020
3.5.0.3 13,150 8/26/2020
3.5.0.2 48,084 8/25/2020
3.5.0.1 13,557 8/24/2020
3.5.0 498,571 8/20/2020
3.5.0-beta 77,022 2/4/2020
3.3.106.47 1,194,462 8/19/2020
3.3.106.46 113,313 8/14/2020
3.3.106.45 128,793 8/10/2020
3.3.106.44 88,330 8/7/2020
3.3.106.43 19,655 8/6/2020
3.3.106.42 52,065 8/4/2020
3.3.106.41 53,245 8/3/2020
3.3.106.40 51,201 7/31/2020
3.3.106.39 48,091 7/30/2020
3.3.106.38 23,947 7/29/2020
3.3.106.37 26,520 7/28/2020
3.3.106.36 274,026 7/23/2020
3.3.106.35 23,062 7/22/2020
3.3.106.34 104,233 7/17/2020
3.3.106.33 97,494 7/15/2020
3.3.106.32 193,771 7/9/2020
3.3.106.31 6,175 7/9/2020
3.3.106.30 19,518 7/8/2020
3.3.106.29 56,393 7/7/2020
3.3.106.28 47,790 7/2/2020
3.3.106.27 81,952 6/29/2020
3.3.106.26 18,761 6/26/2020
3.3.106.25 45,153 6/25/2020
3.3.106.24 64,364 6/24/2020
3.3.106.23 5,903 6/24/2020
3.3.106.22 33,179 6/23/2020
3.3.106.21 54,961 6/19/2020
3.3.106.20 52,975 6/18/2020
3.3.106.19 52,846 6/17/2020
3.3.106.18 108,668 6/11/2020
3.3.106.17 68,743 6/9/2020
3.3.106.16 156,195 6/5/2020
3.3.106.15 14,660 6/4/2020
3.3.106.14 24,026 6/3/2020
3.3.106.13 7,381 6/3/2020
3.3.106.12 62,458 6/1/2020
3.3.106.11 106,399 5/27/2020
3.3.106.10 18,662 5/26/2020
3.3.106.9 205,345 5/22/2020
3.3.106.8 8,905 5/22/2020
3.3.106.7 7,183 5/21/2020
3.3.106.6 53,966 5/19/2020
3.3.106.5 34,686 5/18/2020
3.3.106.4 52,917 5/15/2020
3.3.106.3 13,035 5/14/2020
3.3.106.2 98,667 5/11/2020
3.3.106.1 267,369 5/8/2020
3.3.106 116,311 5/8/2020
3.3.105.41 24,435 5/7/2020
3.3.105.40 16,686 5/6/2020
3.3.105.39 65,217 5/4/2020
3.3.105.38 36,909 5/1/2020
3.3.105.37 21,208 4/30/2020
3.3.105.36 27,632 4/29/2020
3.3.105.35 227,678 4/28/2020
3.3.105.34 56,508 4/27/2020
3.3.105.33 79,911 4/24/2020
3.3.105.32 83,736 4/23/2020
3.3.105.31 17,750 4/22/2020
3.3.105.30 28,322 4/21/2020
3.3.105.29 49,108 4/20/2020
3.3.105.28 38,024 4/17/2020
3.3.105.27 174,737 4/16/2020
3.3.105.26 184,313 4/8/2020
3.3.105.25 368,130 4/6/2020
3.3.105.24 34,223 4/3/2020
3.3.105.23 4,101 4/3/2020
3.3.105.22 17,717 4/2/2020
3.3.105.21 69,923 4/1/2020
3.3.105.20 54,657 3/31/2020
3.3.105.19 24,680 3/30/2020
3.3.105.18 110,962 3/27/2020
3.3.105.17 15,040 3/26/2020
3.3.105.16 44,153 3/25/2020
3.3.105.15 26,509 3/24/2020
3.3.105.14 37,339 3/20/2020
3.3.105.13 11,591 3/19/2020
3.3.105.12 55,177 3/18/2020
3.3.105.11 18,845 3/17/2020
3.3.105.10 31,030 3/16/2020
3.3.105.9 37,717 3/12/2020
3.3.105.8 123,174 3/6/2020
3.3.105.7 97,235 3/5/2020
3.3.105.6 99,500 3/2/2020
3.3.105.5 80,211 2/28/2020
3.3.105.4 6,249 2/27/2020
3.3.105.3 26,565 2/26/2020
3.3.105.2 15,592 2/25/2020
3.3.105.1 104,618 2/19/2020
3.3.105 109,120 2/17/2020
3.3.104.27 65,496 2/13/2020
3.3.104.26 96,103 2/10/2020
3.3.104.25 114,553 2/7/2020
3.3.104.24 85,174 2/4/2020
3.3.104.23 248,373 1/24/2020
3.3.104.22 23,676 1/23/2020
3.3.104.21 116,955 1/21/2020
3.3.104.20 51,210 1/17/2020
3.3.104.19 15,259 1/16/2020
3.3.104.18 25,875 1/15/2020
3.3.104.17 79,845 1/10/2020
3.3.104.16 288,586 1/8/2020
3.3.104.15 74,949 1/6/2020
3.3.104.14 164,799 1/2/2020
3.3.104.13 77,615 12/25/2019
3.3.104.12 5,974 12/23/2019
3.3.104.11 17,482 12/20/2019
3.3.104.10 22,791 12/18/2019
3.3.104.9 33,204 12/18/2019
3.3.104.8 186,606 12/16/2019
3.3.104.7 32,578 12/13/2019
3.3.104.6 56,397 12/12/2019
3.3.104.5 14,760 12/12/2019
3.3.104.4 7,174 12/11/2019
3.3.104.3 108,956 12/9/2019
3.3.104.2 75,821 12/3/2019
3.3.104.1 15,829 12/2/2019
3.3.104 90,108 11/26/2019
3.3.103.2 30,547 11/25/2019
3.3.103.1 42,223 11/22/2019
3.3.103 27,182 11/22/2019
3.3.102.4 84,360 11/19/2019
3.3.102.3 3,012 11/19/2019
3.3.102.2 137,015 11/14/2019
3.3.102.1 19,998 11/13/2019
3.3.102 38,373 11/12/2019
3.3.101.88 248,499 11/8/2019
3.3.101.87 73,012 11/7/2019
3.3.101.86 22,065 11/7/2019
3.3.101.85 23,266 11/5/2019
3.3.101.84 150,507 10/31/2019
3.3.101.83 9,766 10/30/2019
3.3.101.82 121,439 10/28/2019
3.3.101.81 3,271 10/28/2019
3.3.101.80 51,840 10/24/2019
3.3.101.79 29,762 10/22/2019
3.3.101.78 37,278 10/18/2019
3.3.101.77 13,053 10/17/2019
3.3.101.76 31,550 10/16/2019
3.3.101.75 50,897 10/11/2019
3.3.101.74 26,654 10/10/2019
3.3.101.73 63,505 10/8/2019
3.3.101.72 155,383 9/30/2019
3.3.101.71 98,666 9/26/2019
3.3.101.70 171,604 9/23/2019
3.3.101.69 235,244 9/21/2019
3.3.101.68 26,499 9/19/2019
3.3.101.67 77,097 9/18/2019
3.3.101.66 14,165 9/17/2019
3.3.101.65 13,220 9/16/2019
3.3.101.64 43,948 9/12/2019
3.3.101.63 81,485 9/9/2019
3.3.101.62 15,535 9/6/2019
3.3.101.61 14,073 9/5/2019
3.3.101.60 568,738 9/4/2019
3.3.101.59 136,879 8/27/2019
3.3.101.58 24,080 8/23/2019
3.3.101.57 12,522 8/22/2019
3.3.101.56 130,168 8/16/2019
3.3.101.55 11,325 8/15/2019
3.3.101.54 53,813 8/14/2019
3.3.101.53 12,557 8/13/2019
3.3.101.52 37,649 8/12/2019
3.3.101.51 35,861 8/9/2019
3.3.101.50 7,607 8/8/2019
3.3.101.49 22,568 8/7/2019
3.3.101.48 3,114 8/7/2019
3.3.101.47 103,168 8/2/2019
3.3.101.46 21,941 8/1/2019
3.3.101.45 88,155 7/30/2019
3.3.101.44 22,707 7/29/2019
3.3.101.43 24,478 7/25/2019
3.3.101.42 75,606 7/24/2019
3.3.101.41 39,740 7/22/2019
3.3.101.40 47,243 7/19/2019
3.3.101.39 22,454 7/19/2019
3.3.101.38 156,958 7/12/2019
3.3.101.37 36,180 7/10/2019
3.3.101.36 13,886 7/9/2019
3.3.101.35 15,754 7/8/2019
3.3.101.34 30,226 7/2/2019
3.3.101.33 38,159 7/1/2019
3.3.101.32 32,740 6/28/2019
3.3.101.31 15,688 6/27/2019
3.3.101.30 9,310 6/27/2019
3.3.101.29 3,388 6/26/2019
3.3.101.28 25,168 6/24/2019
3.3.101.27 72,774 6/20/2019
3.3.101.26 12,703 6/20/2019
3.3.101.25 60,028 6/17/2019
3.3.101.24 15,552 6/14/2019
3.3.101.23 44,986 6/13/2019
3.3.101.22 65,468 6/7/2019
3.3.101.21 22,710 6/6/2019
3.3.101.20 32,120 6/4/2019
3.3.101.19 18,462 6/3/2019
3.3.101.18 92,528 5/31/2019
3.3.101.17 10,616 5/30/2019
3.3.101.16 15,315 5/29/2019
3.3.101.15 28,984 5/28/2019
3.3.101.14 118,672 5/23/2019
3.3.101.13 15,439 5/22/2019
3.3.101.12 25,818 5/21/2019
3.3.101.11 26,067 5/20/2019
3.3.101.10 13,836 5/17/2019
3.3.101.9 93,902 5/15/2019
3.3.101.8 223,124 5/10/2019
3.3.101.7 47,126 5/8/2019
3.3.101.6 17,118 5/7/2019
3.3.101.5 615,087 5/3/2019
3.3.101.4 12,836 5/2/2019
3.3.101.3 22,706 4/30/2019
3.3.101.2 17,047 4/29/2019
3.3.101.1 17,478 4/26/2019
3.3.101 494,568 4/25/2019
3.3.100.9 14,387 4/25/2019
3.3.100.8 7,914 4/24/2019
3.3.100.7 103,529 4/18/2019
3.3.100.6 28,498 4/16/2019
3.3.100.5 194,925 4/4/2019
3.3.100.4 19,754 4/3/2019
3.3.100.3 58,678 3/29/2019
3.3.100.2 51,610 3/26/2019
3.3.100.1 152,146 3/22/2019
3.3.100 98,872 3/21/2019
3.3.17.13 225,114 3/11/2019
3.3.17.12 33,934 3/7/2019
3.3.17.11 6,421 3/6/2019
3.3.17.10 84,383 2/26/2019
3.3.17.9 201,527 2/20/2019
3.3.17.8 50,257 2/15/2019
3.3.17.7 30,362 2/14/2019
3.3.17.6 14,259 2/13/2019
3.3.17.5 6,374,136 2/4/2019
3.3.17.4 125,010 1/26/2019
3.3.17.3 37,792 1/25/2019
3.3.17.2 13,193 1/24/2019
3.3.17.1 72,476 1/18/2019
3.3.17 40,808 1/16/2019
3.3.16.5 94,476 1/11/2019
3.3.16.4 62,632 1/10/2019
3.3.16.3 155,193 1/8/2019
3.3.16.2 3,212 1/7/2019
3.3.16.1 109,839 1/4/2019
3.3.16 214,808 12/22/2018
3.3.15.5 16,006 12/21/2018
3.3.15.4 54,550 12/15/2018
3.3.15.3 420,576 12/14/2018
3.3.15.2 614,632 12/12/2018
3.3.15.1 225,754 12/4/2018
3.3.15 92,210 11/28/2018
3.3.14.21 129,660 11/16/2018
3.3.14.20 14,418 11/16/2018
3.3.14.19 13,506 11/15/2018
3.3.14.18 13,997 11/13/2018
3.3.14.17 27,467 11/9/2018
3.3.14.16 12,027 11/9/2018
3.3.14.15 12,525 11/7/2018
3.3.14.14 11,292 11/7/2018
3.3.14.13 3,655 11/6/2018
3.3.14.12 55,958 10/30/2018
3.3.14.11 7,787 10/29/2018
3.3.14.10 4,305 10/29/2018
3.3.14.9 8,036 10/26/2018
3.3.14.8 82,934 10/22/2018
3.3.14.7 5,087 10/22/2018
3.3.14.6 26,096 10/17/2018
3.3.14.5 118,007 10/6/2018
3.3.14.4 21,003 10/4/2018
3.3.14.3 46,320 9/26/2018
3.3.14.2 444,131 9/10/2018
3.3.14.1 26,223 9/7/2018
3.3.14 22,337 9/5/2018
3.3.13.1 108,035 8/28/2018
3.3.13 170,358 8/20/2018
3.3.12.2 67,510 8/16/2018
3.3.12.1 6,002 8/15/2018
3.3.12 209,796 8/6/2018
3.3.11.2 15,304 8/3/2018
3.3.11.1 34,515 8/2/2018
3.3.11 220,880 7/24/2018
3.3.10.4 39,787 7/23/2018
3.3.10.3 382,841 7/3/2018
3.3.10.2 158,407 6/22/2018
3.3.10.1 21,222 6/19/2018
3.3.10 18,710 6/15/2018
3.3.9 53,766 6/9/2018
3.3.8.1 66,548 6/1/2018
3.3.8 305,067 5/1/2018
3.3.7.3 51,221 4/25/2018
3.3.7.2 131,289 4/20/2018
3.3.7.1 171,355 3/29/2018
3.3.7 27,138 3/27/2018
3.3.6.2 75,009 3/15/2018
3.3.6.1 73,999 3/3/2018
3.3.6 333,923 2/9/2018
3.3.5 670,558 11/29/2017
3.3.4.20 1,333,758 11/11/2017
3.3.4.19 55,766 10/24/2017
3.3.4.18 51,263 10/9/2017
3.3.4.17 741,602 7/27/2017
3.3.4.16 54,465 7/7/2017
3.3.4.15 41,648 7/5/2017
3.3.4.14 27,228 6/28/2017
3.3.4.13 136,055 5/25/2017
3.3.4.12 26,807 5/11/2017
3.3.4.11 14,470 5/8/2017
3.3.4.10 6,702 5/5/2017
3.3.4.9 11,271 4/28/2017
3.3.4.8 9,768 4/26/2017
3.3.4.7 25,897 4/21/2017
3.3.4.6 5,790 4/19/2017
3.3.4.5 24,920 4/11/2017
3.3.4.4 15,139 3/31/2017
3.3.4.3 271,778 3/15/2017
3.3.4.2 6,948 3/14/2017
3.3.4.1 22,020 3/14/2017
3.3.4 56,146 3/9/2017
3.3.3 383,481 2/28/2017
3.3.2.1 197,525 1/20/2017
3.3.2 10,470 1/18/2017
3.3.1.6 10,193 1/17/2017
3.3.1.5 22,389 1/5/2017
3.3.1.4 24,312 12/28/2016
3.3.1.3 18,430 12/16/2016
3.3.1.2 8,634 12/9/2016
3.3.1.1 10,568 12/7/2016
3.3.1 52,843 11/19/2016
3.3.0.3 285,033 11/15/2016
3.3.0.2 12,345 11/4/2016
3.3.0.1 45,160 10/11/2016
3.3.0 355,096 9/19/2016
3.2.8-rc 4,064 9/8/2016
3.2.7-beta 6,365 8/23/2016
3.2.6-beta 3,531 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,417 4/20/2016
3.2.3-beta 4,486 3/12/2016
3.2.2.1-beta 2,767 3/2/2016
3.2.2-beta 3,344 1/12/2016
3.2.1-beta 2,508 12/7/2015
3.2.0-beta 2,906 9/29/2015
3.1.5.3 39,486 8/9/2016
3.1.5.2 36,264 7/13/2016
3.1.5.1 46,971 6/28/2016
3.1.5 8,489 6/7/2016
3.1.4.2 6,019 6/3/2016
3.1.4.1 12,113 5/26/2016
3.1.4 12,349 5/18/2016
3.1.3 22,696 3/4/2016
3.1.2 13,165 3/2/2016
3.1.1.5 21,657 2/22/2016
3.1.1.4 16,150 1/6/2016
3.1.1.3 5,022 12/18/2015
3.1.1.2 7,968 12/2/2015
3.1.1.1 29,604 10/7/2015
3.1.1 15,086 9/3/2015
3.1.0.1 6,709 8/27/2015
3.1.0 97,171 7/28/2015
3.0.0.3-preview 11,417 5/22/2015
3.0.0.2-preview 2,629 5/21/2015
3.0.0.1-preview 2,491 5/6/2015
3.0.0-preview 2,441 4/30/2015