AWSSDK.DynamoDBv2 4.0.4

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.4
                    
NuGet\Install-Package AWSSDK.DynamoDBv2 -Version 4.0.4
                    
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.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AWSSDK.DynamoDBv2" Version="4.0.4" />
                    
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.4
                    
#r "nuget: AWSSDK.DynamoDBv2, 4.0.4"
                    
#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.4
                    
#: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.4
                    
Install as a Cake Addin
#tool nuget:?package=AWSSDK.DynamoDBv2&version=4.0.4
                    
Install as a Cake Tool

Amazon DynamoDB is a fast and flexible NoSQL database service for all applications that need consistent, single-digit millisecond latency at any scale.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 is compatible. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 is compatible.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (316)

Showing the top 5 NuGet packages that depend on AWSSDK.DynamoDBv2:

Package Downloads
AWSSDK.DAX.Client

AWS DynamoDB Accelerator (DAX) .NET Client -- DAX is a fully managed, in-memory cache for DynamoDB.

ServiceStack.Aws

ServiceStack integration for Amazon Web Services (AWS) including: - PocoDynamo - Declarative, code-first POCO client for DynamoDB with LINQ support - SqsMqServer - MQ Server for invoking ServiceStack Services via Amazon SQS MQ Service - S3VirtualFiles - A read/write Virtual FileSystem around Amazon's S3 Simple Storage Service - DynamoDbAuthRepository - A UserAuth repository storing UserAuth info in DynamoDB - DynamoDbAppSettings - An AppSettings provider storing App configuration in DynamoDB - DynamoDbCacheClient - A Caching Provider for DynamoDB

Microsoft.Orleans.Clustering.DynamoDB

Microsoft Orleans clustering provider backed by AWS DynamoDB

AWS.SessionProvider

This contains a session state provider using Amazon DynamoDB.

ServiceStack.Aws.Core

.NET Standard 2.0 version of ServiceStack.Aws

GitHub repositories (34)

Showing the top 20 popular GitHub repositories that depend on AWSSDK.DynamoDBv2:

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