AWSSDK.DynamoDBv2 4.0.8.1

Prefix Reserved
dotnet add package AWSSDK.DynamoDBv2 --version 4.0.8.1
                    
NuGet\Install-Package AWSSDK.DynamoDBv2 -Version 4.0.8.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AWSSDK.DynamoDBv2" Version="4.0.8.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AWSSDK.DynamoDBv2" Version="4.0.8.1" />
                    
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.8.1
                    
#r "nuget: AWSSDK.DynamoDBv2, 4.0.8.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package AWSSDK.DynamoDBv2@4.0.8.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AWSSDK.DynamoDBv2&version=4.0.8.1
                    
Install as a Cake Addin
#tool nuget:?package=AWSSDK.DynamoDBv2&version=4.0.8.1
                    
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 (320)

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