AWSSDK.DynamoDBv2 3.7.407.30

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package AWSSDK.DynamoDBv2 --version 3.7.407.30
                    
NuGet\Install-Package AWSSDK.DynamoDBv2 -Version 3.7.407.30
                    
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="3.7.407.30" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AWSSDK.DynamoDBv2" Version="3.7.407.30" />
                    
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 3.7.407.30
                    
#r "nuget: AWSSDK.DynamoDBv2, 3.7.407.30"
                    
#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.
#addin nuget:?package=AWSSDK.DynamoDBv2&version=3.7.407.30
                    
Install as a Cake Addin
#tool nuget:?package=AWSSDK.DynamoDBv2&version=3.7.407.30
                    
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 net35 is compatible.  net40 was computed.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  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 (305)

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 (33)

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