AWSSDK.DynamoDBv2 4.0.6.1

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

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

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

NuGet packages (314)

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