AWSSDK.DynamoDBv2 4.0.4

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

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

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

NuGet packages (312)

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