AWSSDK.DynamoDBv2 4.0.5

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.5
                    
NuGet\Install-Package AWSSDK.DynamoDBv2 -Version 4.0.5
                    
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.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AWSSDK.DynamoDBv2" Version="4.0.5" />
                    
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.5
                    
#r "nuget: AWSSDK.DynamoDBv2, 4.0.5"
                    
#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.5
                    
#: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.5
                    
Install as a Cake Addin
#tool nuget:?package=AWSSDK.DynamoDBv2&version=4.0.5
                    
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,147 8/29/2025
4.0.6 6,158 8/28/2025
4.0.5.1 48,621 8/21/2025
4.0.5 11,896 8/20/2025
4.0.4.1 38,481 8/15/2025
4.0.4 10,526 8/14/2025
4.0.3.5 10,931 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,317 7/23/2025
4.0.3 82,062 7/16/2025
4.0.2.3 10,645 7/15/2025
4.0.2.2 65,313 7/9/2025
4.0.2.1 98,869 7/1/2025
4.0.2 30,620 6/30/2025
4.0.1.9 72,825 6/23/2025
4.0.1.8 55,270 6/18/2025
4.0.1.7 34,261 6/16/2025
4.0.1.6 88,680 6/12/2025
4.0.1.5 22,537 6/11/2025
4.0.1.4 29,404 6/10/2025
4.0.1.3 40,752 6/5/2025
4.0.1.2 24,471 6/4/2025
4.0.1.1 55,486 6/3/2025
4.0.1 216,865 5/20/2025
4.0.0.6 103,932 5/16/2025
4.0.0.5 18,684 5/15/2025
4.0.0.4 55,301 5/12/2025
4.0.0.3 73,363 5/6/2025
4.0.0.2 81,347 4/30/2025
4.0.0.1 15,218 4/29/2025
4.0.0 166,191 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,844 2/17/2025
4.0.0-preview.6 2,609 2/6/2025
4.0.0-preview.5 5,357 1/3/2025
4.0.0-preview.4 39,962 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,191 9/11/2025
3.7.504.6 2,738 9/10/2025
3.7.504.5 3,105 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,645 8/12/2025
3.7.500.6 164,261 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,842 7/9/2025
3.7.408.2 27,433 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,812 6/26/2025
3.7.407.29 23,422 6/23/2025
3.7.407.28 203,878 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,019 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,966 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,148 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,502 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,977 4/24/2025
3.7.406.26 76,531 4/23/2025
3.7.406.25 81,354 4/18/2025
3.7.406.24 25,502 4/17/2025
3.7.406.23 78,508 4/16/2025
3.7.406.22 81,445 4/14/2025
3.7.406.21 57,303 4/11/2025
3.7.406.20 27,186 4/10/2025
3.7.406.19 44,080 4/9/2025
3.7.406.18 49,965 4/8/2025
3.7.406.17 150,442 4/4/2025
3.7.406.16 49,157 4/3/2025
3.7.406.15 22,040 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,680 3/28/2025
3.7.406.10 62,319 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 166,715 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,435 3/19/2025
3.7.406.3 52,894 3/18/2025
3.7.406.2 47,616 3/17/2025
3.7.406.1 50,083 3/14/2025
3.7.406 36,445 3/14/2025
3.7.405.38 121,403 3/11/2025
3.7.405.37 45,578 3/10/2025
3.7.405.36 74,011 3/7/2025
3.7.405.35 45,260 3/6/2025
3.7.405.34 42,962 3/5/2025
3.7.405.33 36,171 3/4/2025
3.7.405.32 75,307 3/3/2025
3.7.405.31 189,294 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,081 2/13/2025
3.7.405.21 61,714 2/12/2025
3.7.405.20 43,447 2/11/2025
3.7.405.19 84,914 2/10/2025
3.7.405.18 116,320 2/7/2025
3.7.405.17 47,844 2/6/2025
3.7.405.16 45,385 2/5/2025
3.7.405.15 56,722 2/4/2025
3.7.405.14 62,083 2/3/2025
3.7.405.13 152,471 1/30/2025
3.7.405.12 137,814 1/28/2025
3.7.405.11 41,741 1/27/2025
3.7.405.10 145,856 1/22/2025
3.7.405.9 67,893 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,014 1/14/2025
3.7.405.4 38,188 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,323 1/6/2025
3.7.404.13 98,253 1/3/2025
3.7.404.12 35,387 1/2/2025
3.7.404.11 126,667 12/26/2024
3.7.404.10 169,095 12/23/2024
3.7.404.9 47,856 12/20/2024
3.7.404.8 44,026 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,658 12/13/2024
3.7.404.4 75,343 12/12/2024
3.7.404.3 32,416 12/11/2024
3.7.404.2 81,883 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,868 11/22/2024
3.7.403.6 71,685 11/21/2024
3.7.403.5 46,073 11/21/2024
3.7.403.4 77,463 11/19/2024
3.7.403.3 278,962 11/15/2024
3.7.403.2 377,507 11/15/2024
3.7.403.1 9,241 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,397 11/11/2024
3.7.402.11 111,240 11/8/2024
3.7.402.10 58,858 11/7/2024
3.7.402.9 479,642 11/1/2024
3.7.402.8 70,390 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,188 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,336 10/22/2024
3.7.402 220,610 10/17/2024
3.7.401.14 168,156 10/16/2024
3.7.401.13 366,553 10/15/2024
3.7.401.12 213,297 10/14/2024
3.7.401.11 436,602 10/9/2024
3.7.401.10 120,213 10/8/2024
3.7.401.9 42,404 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,673 10/2/2024
3.7.401.5 328,618 10/1/2024
3.7.401.4 144,273 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,649 9/16/2024
3.7.400.20 79,360 9/13/2024
3.7.400.19 89,333 9/11/2024
3.7.400.18 137,664 9/10/2024
3.7.400.17 110,082 9/9/2024
3.7.400.16 84,463 9/6/2024
3.7.400.15 48,904 9/5/2024
3.7.400.14 134,697 9/4/2024
3.7.400.13 182,160 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,948 8/19/2024
3.7.400.7 251,399 8/16/2024
3.7.400.6 67,013 8/15/2024
3.7.400.5 160,303 8/13/2024
3.7.400.4 104,802 8/9/2024
3.7.400.3 339,870 8/5/2024
3.7.400.2 296,865 7/30/2024
3.7.400.1 62,607 7/29/2024
3.7.400 316,947 7/24/2024
3.7.305.2 112,273 7/22/2024
3.7.305.1 85,207 7/18/2024
3.7.305 328,611 7/12/2024
3.7.304.7 410,050 7/10/2024
3.7.304.6 53,897 7/9/2024
3.7.304.5 37,192 7/8/2024
3.7.304.4 41,665 7/5/2024
3.7.304.3 76,012 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,646 6/24/2024
3.7.303.25 135,274 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,386 6/12/2024
3.7.303.21 187,968 6/11/2024
3.7.303.20 65,958 6/10/2024
3.7.303.19 41,629 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,111 5/29/2024
3.7.303.13 65,175 5/28/2024
3.7.303.12 168,689 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,713 5/14/2024
3.7.303.5 116,866 5/13/2024
3.7.303.4 108,121 5/10/2024
3.7.303.3 60,367 5/9/2024
3.7.303.2 245,486 5/6/2024
3.7.303.1 135,820 5/3/2024
3.7.303 65,426 5/2/2024
3.7.302.26 79,164 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,487 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,071 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,595 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,300 3/18/2024
3.7.301.22 81,453 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,623 3/8/2024
3.7.301.18 599,640 3/6/2024
3.7.301.17 259,318 2/29/2024
3.7.301.16 69,482 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,736 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,510 2/2/2024
3.7.301.6 26,512 2/1/2024
3.7.301.5 235,370 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,605 1/19/2024
3.7.300.39 82,058 1/18/2024
3.7.300.38 27,309 1/17/2024
3.7.300.37 42,978 1/16/2024
3.7.300.36 99,270 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,871 1/8/2024
3.7.300.31 43,088 1/5/2024
3.7.300.30 22,389 1/4/2024
3.7.300.29 53,864 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,334 12/26/2023
3.7.300.25 24,348 12/22/2023
3.7.300.24 28,535 12/21/2023
3.7.300.23 54,650 12/20/2023
3.7.300.22 42,269 12/19/2023
3.7.300.21 37,263 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,167 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,314 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,142 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,603 11/21/2023
3.7.300.6 166,617 11/20/2023
3.7.300.5 85,349 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,816 11/13/2023
3.7.300 469,489 11/10/2023
3.7.203.15 180,380 11/8/2023
3.7.203.14 74,175 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,294 10/26/2023
3.7.203.9 238,277 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,431 10/3/2023
3.7.202.4 30,216 10/2/2023
3.7.202.3 91,345 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,708 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,474 9/19/2023
3.7.201.12 125,121 9/15/2023
3.7.201.11 39,959 9/15/2023
3.7.201.10 17,065 9/14/2023
3.7.201.9 460,966 9/13/2023
3.7.201.8 500,309 9/12/2023
3.7.201.7 287,360 9/8/2023
3.7.201.6 18,995 9/8/2023
3.7.201.5 45,568 9/6/2023
3.7.201.4 31,830 9/5/2023
3.7.201.3 83,638 9/1/2023
3.7.201.2 32,764 9/1/2023
3.7.201.1 15,249 8/31/2023
3.7.201 40,021 8/31/2023
3.7.200.29 5,531 8/30/2023
3.7.200.28 119,051 8/28/2023
3.7.200.27 229,096 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,219 8/22/2023
3.7.200.23 321,715 8/21/2023
3.7.200.22 61,861 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,203 8/15/2023
3.7.200.18 29,274 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,697 8/9/2023
3.7.200.14 42,204 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,912 8/1/2023
3.7.200.8 485,136 7/31/2023
3.7.200.7 314,674 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,857 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,186 7/7/2023
3.7.105.3 58,545 7/6/2023
3.7.105.2 68,206 7/5/2023
3.7.105.1 166,181 7/3/2023
3.7.105 147,472 6/29/2023
3.7.104.1 758,206 6/21/2023
3.7.104 83,252 6/21/2023
3.7.103.23 5,263 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,202 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,509 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,710 5/19/2023
3.7.103.7 9,284 5/19/2023
3.7.103.6 25,744 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,466 4/27/2023
3.7.102.34 23,632 4/26/2023
3.7.102.33 66,023 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,098 4/17/2023
3.7.102.27 87,212 4/14/2023
3.7.102.26 43,497 4/13/2023
3.7.102.25 52,749 4/12/2023
3.7.102.24 55,563 4/11/2023
3.7.102.23 75,392 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,376 4/4/2023
3.7.102.18 33,634 4/3/2023
3.7.102.17 95,315 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,040 3/21/2023
3.7.102.9 90,115 3/20/2023
3.7.102.8 74,636 3/17/2023
3.7.102.7 42,101 3/17/2023
3.7.102.6 40,428 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,262 3/13/2023
3.7.102.2 111,935 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,684 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,116 2/23/2023
3.7.101.49 145,621 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,890 2/16/2023
3.7.101.45 80,536 2/15/2023
3.7.101.44 141,583 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,071 1/17/2023
3.7.101.24 113,365 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,645 1/9/2023
3.7.101.20 56,006 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,784 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,906 12/19/2022
3.7.101.9 177,391 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,448 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,325 11/30/2022
3.7.100.25 54,166 11/29/2022
3.7.100.24 35,697 11/29/2022
3.7.100.23 82,570 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,189 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,767 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,819 10/27/2022
3.7.100.3 74,526 10/26/2022
3.7.100.2 151,082 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,019 10/20/2022
3.7.5.19 243,921 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,116 10/14/2022
3.7.5.15 120,100 10/13/2022
3.7.5.14 443,725 10/7/2022
3.7.5.13 63,697 10/6/2022
3.7.5.12 109,121 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,919 9/15/2022
3.7.4.12 38,846 9/14/2022
3.7.4.11 44,229 9/13/2022
3.7.4.10 264,767 9/9/2022
3.7.4.9 789,177 9/9/2022
3.7.4.8 5,137 9/8/2022
3.7.4.7 570,446 9/2/2022
3.7.4.6 95,400 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,700 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,614 8/2/2022
3.7.3.63 108,519 7/29/2022
3.7.3.62 88,483 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,722 7/15/2022
3.7.3.56 39,848 7/14/2022
3.7.3.55 113,001 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,080 6/29/2022
3.7.3.51 199,767 6/24/2022
3.7.3.50 941,390 6/17/2022
3.7.3.49 40,357 6/16/2022
3.7.3.48 150,923 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,530 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,749 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,172 5/9/2022
3.7.3.33 116,207 5/6/2022
3.7.3.32 13,449 5/6/2022
3.7.3.31 22,481 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,911 4/19/2022
3.7.3.24 1,661,747 4/19/2022
3.7.3.23 280,193 4/14/2022
3.7.3.22 1,149,712 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,883 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,054 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,195 3/8/2022
3.7.3.7 267,929 3/3/2022
3.7.3.6 75,042 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,531 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,863 2/3/2022
3.7.2.15 36,622 2/2/2022
3.7.2.14 258,783 1/28/2022
3.7.2.13 293,494 1/25/2022
3.7.2.12 410,654 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,051 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,414 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,943 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,038 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,019 11/9/2021
3.7.0.94 1,997,967 11/5/2021
3.7.0.93 9,574 11/4/2021
3.7.0.92 21,789 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,677 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,941 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,374 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,680 9/24/2021
3.7.0.71 39,079 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,874 9/3/2021
3.7.0.61 14,321 9/3/2021
3.7.0.60 78,544 9/2/2021
3.7.0.59 30,029 9/1/2021
3.7.0.58 50,152 8/31/2021
3.7.0.57 416,154 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,409 8/16/2021
3.7.0.52 92,650 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,699 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,102 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,006 7/1/2021
3.7.0.36 165,833 6/25/2021
3.7.0.35 29,797 6/24/2021
3.7.0.34 279,080 6/21/2021
3.7.0.33 94,631 6/17/2021
3.7.0.32 98,471 6/15/2021
3.7.0.31 97,882 6/11/2021
3.7.0.30 776,514 5/28/2021
3.7.0.29 117,166 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,182 5/21/2021
3.7.0.25 63,996 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,934 5/14/2021
3.7.0.21 62,857 5/12/2021
3.7.0.20 78,069 5/10/2021
3.7.0.19 3,996 5/10/2021
3.7.0.18 491,934 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,115 4/23/2021
3.7.0.14 252,493 4/19/2021
3.7.0.13 98,414 4/15/2021
3.7.0.12 175,128 4/13/2021
3.7.0.11 185,496 4/12/2021
3.7.0.10 179,147 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,919 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,505 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,533 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,870 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,636 1/29/2021
3.5.4.23 18,496 1/28/2021
3.5.4.22 17,192 1/27/2021
3.5.4.21 80,185 1/26/2021
3.5.4.20 518,563 1/20/2021
3.5.4.19 11,832 1/19/2021
3.5.4.18 179,848 1/11/2021
3.5.4.17 132,399 1/7/2021
3.5.4.16 166,432 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,873 12/18/2020
3.5.4.10 90,808 12/17/2020
3.5.4.9 38,610 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,478 12/7/2020
3.5.4.5 93,706 12/3/2020
3.5.4.4 114,848 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,619 11/19/2020
3.5.3.2 37,433 11/18/2020
3.5.3.1 229,709 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,030 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,560 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,514 10/1/2020
3.5.0.22 41,907 9/30/2020
3.5.0.21 128,184 9/29/2020
3.5.0.20 48,829 9/25/2020
3.5.0.19 27,811 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,318 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,234 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,904 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,793 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,866 8/14/2020
3.3.106.45 128,522 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,896 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,149 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,694 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,781 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,415 5/26/2020
3.3.106.9 205,059 5/22/2020
3.3.106.8 8,662 5/22/2020
3.3.106.7 6,934 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,614 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,229 4/29/2020
3.3.105.35 226,990 4/28/2020
3.3.105.34 56,238 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,082 4/21/2020
3.3.105.29 48,862 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,955 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,263 3/31/2020
3.3.105.19 24,438 3/30/2020
3.3.105.18 110,665 3/27/2020
3.3.105.17 14,799 3/26/2020
3.3.105.16 43,913 3/25/2020
3.3.105.15 26,258 3/24/2020
3.3.105.14 37,071 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,008 2/27/2020
3.3.105.3 26,324 2/26/2020
3.3.105.2 15,354 2/25/2020
3.3.105.1 104,190 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,815 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,875 1/24/2020
3.3.104.22 23,439 1/23/2020
3.3.104.21 116,694 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,548 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,959 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,116 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,825 11/7/2019
3.3.101.85 23,008 11/5/2019
3.3.101.84 150,258 10/31/2019
3.3.101.83 9,520 10/30/2019
3.3.101.82 121,176 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,023 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,242 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,835 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,315 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,909 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,237 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,210 7/12/2019
3.3.101.37 35,912 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,496 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,462 6/20/2019
3.3.101.25 59,774 6/17/2019
3.3.101.24 15,311 6/14/2019
3.3.101.23 44,735 6/13/2019
3.3.101.22 65,053 6/7/2019
3.3.101.21 22,471 6/6/2019
3.3.101.20 31,880 6/4/2019
3.3.101.19 18,221 6/3/2019
3.3.101.18 92,014 5/31/2019
3.3.101.17 10,377 5/30/2019
3.3.101.16 15,071 5/29/2019
3.3.101.15 28,745 5/28/2019
3.3.101.14 118,434 5/23/2019
3.3.101.13 15,197 5/22/2019
3.3.101.12 25,579 5/21/2019
3.3.101.11 25,821 5/20/2019
3.3.101.10 13,596 5/17/2019
3.3.101.9 93,660 5/15/2019
3.3.101.8 222,847 5/10/2019
3.3.101.7 46,875 5/8/2019
3.3.101.6 16,872 5/7/2019
3.3.101.5 614,842 5/3/2019
3.3.101.4 12,593 5/2/2019
3.3.101.3 22,437 4/30/2019
3.3.101.2 16,806 4/29/2019
3.3.101.1 17,219 4/26/2019
3.3.101 493,448 4/25/2019
3.3.100.9 14,147 4/25/2019
3.3.100.8 7,623 4/24/2019
3.3.100.7 103,094 4/18/2019
3.3.100.6 28,233 4/16/2019
3.3.100.5 194,500 4/4/2019
3.3.100.4 19,499 4/3/2019
3.3.100.3 58,359 3/29/2019
3.3.100.2 51,341 3/26/2019
3.3.100.1 151,312 3/22/2019
3.3.100 98,613 3/21/2019
3.3.17.13 224,606 3/11/2019
3.3.17.12 33,692 3/7/2019
3.3.17.11 6,182 3/6/2019
3.3.17.10 84,139 2/26/2019
3.3.17.9 201,141 2/20/2019
3.3.17.8 50,017 2/15/2019
3.3.17.7 30,084 2/14/2019
3.3.17.6 14,020 2/13/2019
3.3.17.5 6,372,386 2/4/2019
3.3.17.4 124,564 1/26/2019
3.3.17.3 37,552 1/25/2019
3.3.17.2 12,937 1/24/2019
3.3.17.1 72,215 1/18/2019
3.3.17 40,448 1/16/2019
3.3.16.5 94,165 1/11/2019
3.3.16.4 62,142 1/10/2019
3.3.16.3 154,847 1/8/2019
3.3.16.2 2,972 1/7/2019
3.3.16.1 109,598 1/4/2019
3.3.16 214,557 12/22/2018
3.3.15.5 15,766 12/21/2018
3.3.15.4 54,309 12/15/2018
3.3.15.3 420,335 12/14/2018
3.3.15.2 606,385 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,756 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,521 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,846 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,764 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,094 9/5/2018
3.3.13.1 107,727 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,761 8/15/2018
3.3.12 209,294 8/6/2018
3.3.11.2 15,055 8/3/2018
3.3.11.1 34,269 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,128 6/22/2018
3.3.10.1 20,950 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,055 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,676 11/29/2017
3.3.4.20 1,331,548 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,670 5/25/2017
3.3.4.12 26,547 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,888 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,096 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,353 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,469 3/12/2016
3.2.2.1-beta 2,756 3/2/2016
3.2.2-beta 3,334 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,693 5/26/2016
3.1.4 12,098 5/18/2016
3.1.3 22,443 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,800 9/3/2015
3.1.0.1 6,452 8/27/2015
3.1.0 96,120 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