AWSSDK.DynamoDBv2 4.0.9.6

Prefix Reserved
dotnet add package AWSSDK.DynamoDBv2 --version 4.0.9.6
                    
NuGet\Install-Package AWSSDK.DynamoDBv2 -Version 4.0.9.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.9.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.9.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.9.6
                    
#r "nuget: AWSSDK.DynamoDBv2, 4.0.9.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.9.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.9.6
                    
Install as a Cake Addin
#tool nuget:?package=AWSSDK.DynamoDBv2&version=4.0.9.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 (324)

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