AWSSDK.DynamoDBv2 4.0.2

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

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