AWSSDK.DynamoDBv2 4.0.9

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

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