AWSSDK.DynamoDBv2 4.0.6

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package AWSSDK.DynamoDBv2 --version 4.0.6
                    
NuGet\Install-Package AWSSDK.DynamoDBv2 -Version 4.0.6
                    
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" />
                    
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" />
                    
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
                    
#r "nuget: AWSSDK.DynamoDBv2, 4.0.6"
                    
#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
                    
#: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
                    
Install as a Cake Addin
#tool nuget:?package=AWSSDK.DynamoDBv2&version=4.0.6
                    
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 (314)

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