AWSSDK.DynamoDBv2 3.7.407.25

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