Dynamicweb.Ecommerce 10.19.7

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Dynamicweb.Ecommerce --version 10.19.7
                    
NuGet\Install-Package Dynamicweb.Ecommerce -Version 10.19.7
                    
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="Dynamicweb.Ecommerce" Version="10.19.7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Dynamicweb.Ecommerce" Version="10.19.7" />
                    
Directory.Packages.props
<PackageReference Include="Dynamicweb.Ecommerce" />
                    
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 Dynamicweb.Ecommerce --version 10.19.7
                    
#r "nuget: Dynamicweb.Ecommerce, 10.19.7"
                    
#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 Dynamicweb.Ecommerce@10.19.7
                    
#: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=Dynamicweb.Ecommerce&version=10.19.7
                    
Install as a Cake Addin
#tool nuget:?package=Dynamicweb.Ecommerce&version=10.19.7
                    
Install as a Cake Tool

Dynamicweb.Ecommerce

This package is the main Dynamicweb package for Dynamicweb Ecommerce and is one of several packages that is required for a full Dynamicweb installation.

This is the package that contains the APIs for products and commerce functionality.

Getting started

It is recommended to install a full solution by using our .NET project templates

Install Dynamicweb project templates

  1. Install the latest .NET SDK

  2. Open PowerShell or a terminal and install the latest version of the templates package:

    $ dotnet new install Dynamicweb.ProjectTemplates
    
  3. After this project templates have been installed, create a new project called 'myDynamicwebProject':

    $ dotnet new dw10-suite -n myDynamicwebProject
    
  4. Run the project

     $ cd myDynamicwebProject 
     $ dotnet run
    

Usage

This package contains a number of APIs for managing everything related to products and commerce. The main entrance is the services found in Dynamicweb.Ecommerce.Services namespace.

var product = Dynamicweb.Ecommerce.Services.Products.GetProductById("prod1", "variant1", true);
var productName = product.Name;
product.Meta.Title = $"Welcome to {productName}";
Dynamicweb.Ecommerce.Services.Products.Save(product);

Dynamicweb.Ecommerce also contains a lot of notifications and extensibility points to change the default behavior of the system.

About DynamicWeb 10

Dynamicweb is a Unified Commerce Suite with standard integration to Microsoft Dynamics ERP

DynamicWeb 10 is PIM, eCommerce, CMS, and Marketing in one powerful and flexible Commerce Suite built from the ground up on the latest .NET technology with a composable MACH (Microservices, API-first, Cloud, Headless) based architecture.

With DynamicWeb 10 you can create omnichannel B2B, B2C or D2C commerce experiences that will increase conversions and simplify back-office tasks across all your brands and stores - all from one single platform.

The open integration framework gives you an advanced starting point that includes standard templates for integrating eCommerce with ERP systems like MS Dynamics (Business Central, Finance & Operations, NAV, and AX).

Documentation

To learn all about the requirements, installation, setup, configuration and implementation of Dynamicweb solutions, please refer to our documentation portal.

Feedback

Got any feedback or questions? Please head over to our community forum

Product Compatible and additional computed target framework versions.
.NET 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (111)

Showing the top 5 NuGet packages that depend on Dynamicweb.Ecommerce:

Package Downloads
Dynamicweb.DataIntegration

Data Integration

Dynamicweb.Admin

Package Description

Dynamicweb.Controls

CMS Content Management System (WCMS) - Server controls.

Dynamicweb.DataIntegration.Providers.DynamicwebProvider

Dynamicweb Provider

Dynamicweb.DataIntegration.Providers.ExcelProvider

Excel Provider

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.20.1-PreRelease 317 10/7/2025
10.20.0-PreRelease 679 9/30/2025
10.19.7 407 10/7/2025
10.19.6 853 9/30/2025
10.19.5-PreRelease 691 9/22/2025
10.19.4-PreRelease 660 9/16/2025
10.19.3-PreRelease 422 9/9/2025
10.19.2-PreRelease 452 9/4/2025
10.19.1-PreRelease 474 9/2/2025
10.19.0-PreRelease 502 8/26/2025
10.18.11 430 10/7/2025
10.18.10 697 9/30/2025
10.18.9 864 9/22/2025
10.18.8 926 9/16/2025
10.18.7 584 9/9/2025
10.18.6 538 9/4/2025
10.18.5 672 9/2/2025
10.18.4 1,030 8/26/2025
10.18.3-PreRelease 431 8/19/2025
10.18.2-PreRelease 481 8/12/2025
10.18.1-PreRelease 527 8/7/2025
10.18.0-PreRelease 652 7/25/2025
10.17.12 345 10/7/2025
10.17.11 785 9/30/2025
10.17.10 768 9/22/2025
10.17.9 797 9/16/2025
10.17.8 630 9/2/2025
10.17.7 604 8/26/2025
10.17.6 603 8/19/2025
10.17.5 686 8/12/2025
10.17.4 588 8/5/2025
10.17.3 988 7/22/2025
10.17.2 605 7/15/2025
10.17.1 662 7/8/2025
10.17.0 784 7/1/2025
10.16.12 808 9/22/2025
10.16.11 745 9/16/2025
10.16.10 487 9/9/2025
10.16.9 788 8/12/2025
10.16.8 637 8/5/2025
10.16.7 1,013 7/22/2025
10.16.6 754 7/1/2025
10.16.5 1,098 6/17/2025
10.16.4 855 6/12/2025
10.16.3 776 6/10/2025
10.16.2 637 6/4/2025
10.16.1 575 6/3/2025
10.16.0 968 5/27/2025
10.15.11 538 8/26/2025
10.15.10 584 8/5/2025
10.15.9 541 7/1/2025
10.15.8 333 6/24/2025
10.15.7 417 6/17/2025
10.15.6 512 6/3/2025
10.15.5 403 5/27/2025
10.15.4 536 5/20/2025
10.15.3 816 5/13/2025
10.15.2 542 5/13/2025
10.15.1 701 5/6/2025
10.15.0 586 4/29/2025
10.14.13 533 7/1/2025
10.14.12 343 6/24/2025
10.14.11 463 6/17/2025
10.14.10 618 5/20/2025
10.14.9 502 5/13/2025
10.14.8 530 5/13/2025
10.14.7 324 5/7/2025
10.14.6 298 5/6/2025
10.14.5 417 4/29/2025
10.14.4 630 4/22/2025
10.14.3 646 4/10/2025
10.14.2 607 4/8/2025
10.14.1 828 4/1/2025
10.14.0 1,212 3/25/2025
10.13.8 804 4/22/2025
10.13.7 431 4/10/2025
10.13.6 417 4/8/2025
10.13.5 424 4/1/2025
10.13.4 731 3/25/2025
10.13.3 1,057 3/18/2025
10.13.2 571 3/11/2025
10.13.1 1,019 3/4/2025
10.13.0 3,043 2/25/2025
10.12.7 915 3/11/2025
10.12.6 472 3/4/2025
10.12.5 366 2/25/2025
10.12.4 603 2/18/2025
10.12.3 446 2/12/2025
10.12.2 348 2/11/2025
10.12.1 605 2/4/2025
10.12.0 1,646 1/28/2025
10.11.8 781 2/25/2025
10.11.7 366 2/18/2025
10.11.6 387 2/12/2025
10.11.5 325 2/11/2025
10.11.4 349 2/4/2025
10.11.3 414 1/28/2025
10.11.2 894 1/21/2025
10.11.1 405 1/14/2025
10.11.0 682 1/7/2025
10.10.8 618 2/12/2025
10.10.7 312 2/11/2025
10.10.6 450 1/16/2025
10.10.5 296 1/14/2025
10.10.4 436 1/7/2025
10.10.3 745 12/17/2024
10.10.2 402 12/10/2024
10.10.1 463 12/3/2024
10.10.0 498 11/26/2024
10.9.9 587 1/14/2025
10.9.8 531 12/17/2024
10.9.7 340 12/10/2024
10.9.6 339 12/3/2024
10.9.5 329 11/27/2024
10.9.4 301 11/26/2024
10.9.3 566 11/19/2024
10.9.2 576 11/12/2024
10.9.1 436 11/5/2024
10.9.0 1,925 10/29/2024
10.8.14 352 1/14/2025
10.8.13 505 12/17/2024
10.8.12 398 12/10/2024
10.8.11 364 12/3/2024
10.8.10 655 11/26/2024
10.8.9 350 11/19/2024
10.8.8 350 11/12/2024
10.8.7 387 11/7/2024
10.8.6 363 11/5/2024
10.8.5 390 10/29/2024
10.8.4 427 10/22/2024
10.8.3 555 10/15/2024
10.8.2 437 10/8/2024
10.8.1 477 10/1/2024
10.8.0 4,561 9/24/2024
10.7.11 347 11/19/2024
10.7.10 349 11/19/2024
10.7.9 441 10/29/2024
10.7.8 324 10/22/2024
10.7.7 348 10/15/2024
10.7.6 380 10/8/2024
10.7.5 455 10/1/2024
10.7.4 359 9/24/2024
10.7.3 559 9/17/2024
10.7.2 437 9/10/2024
10.7.1 456 9/4/2024
10.7.0 1,581 8/27/2024
10.6.18 373 11/19/2024
10.6.17 336 11/19/2024
10.6.16 477 10/15/2024
10.6.15 367 10/8/2024
10.6.14 361 10/1/2024
10.6.13 412 9/24/2024
10.6.12 364 9/17/2024
10.6.11 366 9/3/2024
10.6.10 412 8/27/2024
10.6.9 1,058 8/20/2024
10.6.8 494 8/13/2024
10.6.7 353 8/6/2024
10.6.6 507 7/19/2024
10.6.5 357 7/16/2024
10.6.4 412 7/9/2024
10.6.3 590 7/2/2024
10.6.2 3,110 6/25/2024
10.5.14 492 10/1/2024
10.5.13 367 9/24/2024
10.5.12 366 8/21/2024
10.5.11 389 8/13/2024
10.5.10 297 8/6/2024
10.5.9 364 7/19/2024
10.5.8 388 7/16/2024
10.5.7 320 7/5/2024
10.5.6 365 7/1/2024
10.5.5 349 6/25/2024
10.5.4 441 6/18/2024
10.5.3 433 6/11/2024
10.5.2 428 6/4/2024
10.5.1 325 6/4/2024
10.5.0 776 5/28/2024
10.4.8 329 8/6/2024
10.4.7 331 6/25/2024
10.4.6 340 6/11/2024
10.4.5 348 6/4/2024
10.4.4 369 5/28/2024
10.4.3 405 5/21/2024
10.4.2 818 5/14/2024
10.4.1 593 5/7/2024
10.4.0 2,884 4/30/2024
10.3.10 315 8/6/2024
10.3.9 348 6/25/2024
10.3.8 468 5/21/2024
10.3.7 318 5/14/2024
10.3.6 415 5/7/2024
10.3.5 387 4/30/2024
10.3.4 469 4/23/2024
10.3.3 416 4/16/2024
10.3.2 459 4/11/2024
10.3.1 383 4/9/2024
10.3.0 623 4/2/2024
10.2.8 464 4/23/2024
10.2.7 385 4/16/2024
10.2.6 367 4/11/2024
10.2.5 366 4/9/2024
10.2.4 375 4/2/2024
10.2.3 419 3/26/2024
10.2.2 497 3/19/2024
10.2.1 553 3/12/2024
10.2.0 648 3/5/2024
10.1.12 393 4/11/2024
10.1.11 367 4/9/2024
10.1.10 409 4/2/2024
10.1.9 452 3/19/2024
10.1.8 454 3/13/2024
10.1.7 428 3/12/2024
10.1.6 466 3/5/2024
10.1.5 533 2/27/2024
10.1.4 573 2/20/2024
10.1.3 590 2/14/2024
10.1.2 577 2/7/2024
10.1.1 572 2/6/2024
10.1.0 629 1/30/2024
10.0.39 455 4/11/2024
10.0.38 464 4/2/2024
10.0.37 541 3/5/2024
10.0.36 537 2/27/2024
10.0.35 568 2/20/2024
10.0.34 885 2/14/2024
10.0.33 858 2/1/2024
10.0.32 661 1/24/2024
10.0.31 644 1/19/2024
10.0.30 671 1/18/2024
10.0.29 724 1/16/2024
10.0.28 942 1/16/2024
10.0.27 771 1/11/2024
10.0.26 872 12/19/2023
10.0.25 1,299 12/12/2023
10.0.24 1,140 12/5/2023
10.0.22 1,055 11/28/2023
10.0.21 2,865 11/23/2023
10.0.20 804 11/21/2023
10.0.19 734 11/14/2023
10.0.18 671 11/9/2023
10.0.17 790 11/2/2023
10.0.16 761 10/25/2023
10.0.15 804 10/19/2023
10.0.14 774 10/11/2023
10.0.13 923 9/27/2023
10.0.12 805 9/26/2023
10.0.11 820 9/22/2023
10.0.10 811 9/13/2023
10.0.9 2,766 8/30/2023
10.0.8 883 8/25/2023
10.0.7 1,158 8/22/2023
10.0.6 1,073 8/10/2023
10.0.5 1,243 8/2/2023
10.0.4 983 7/13/2023
10.0.3 1,271 7/5/2023
10.0.2 1,642 6/27/2023
10.0.1 998 6/20/2023
10.0.0 2,952 6/14/2023
1.20.0 214 9/1/2025
1.19.5 198 8/21/2025
1.19.4 571 7/30/2025
1.19.3 604 6/18/2025
1.19.2 1,005 4/1/2025
1.19.1 965 2/19/2025
1.19.0 1,162 1/31/2025
1.18.5 230 4/1/2025
1.18.4 183 2/18/2025
1.18.3 337 1/31/2025
1.18.2 333 12/18/2024
1.18.1 787 11/26/2024
1.18.0 1,867 8/27/2024
1.17.17 1,110 11/22/2024
1.17.16 220 11/7/2024
1.17.15 270 10/18/2024
1.17.14 1,252 10/2/2024
1.17.13 1,827 9/19/2024
1.17.12 1,153 9/3/2024
1.17.11 416 8/26/2024
1.17.10 1,182 8/14/2024
1.17.9 309 7/18/2024
1.17.8 514 6/27/2024
1.17.7 1,520 6/4/2024
1.17.6 229 5/30/2024
1.17.5 1,603 5/13/2024
1.17.4 6,146 4/12/2024
1.17.3 475 3/25/2024
1.17.2 1,365 3/4/2024
1.17.1 1,170 2/14/2024
1.17.0 697 1/31/2024
1.16.13 512 4/11/2024
1.16.12 357 3/25/2024
1.16.11 411 3/4/2024
1.16.10 477 2/14/2024
1.16.9 503 1/29/2024
1.16.8 736 1/9/2024
1.16.7 1,336 12/13/2023
1.16.6 804 12/6/2023
1.16.5 1,636 11/29/2023
1.16.4 977 11/21/2023
1.16.3 763 11/7/2023
1.16.2 575 10/30/2023
1.16.1 1,609 10/10/2023
1.16.0 2,124 9/21/2023
1.15.34 395 1/31/2024
1.15.33 429 1/23/2024
1.15.32 861 12/13/2023
1.15.31 1,822 11/7/2023
1.15.30 691 10/17/2023
1.15.29 1,123 10/10/2023
1.15.28 3,089 9/13/2023
1.15.27 2,532 8/29/2023
1.15.26 8,466 8/15/2023
1.15.25 703 8/14/2023
1.15.24 1,736 8/2/2023
1.15.23 778 7/27/2023
1.15.22 757 7/26/2023
1.15.21 1,171 7/6/2023
1.15.20 2,101 6/29/2023
1.15.19 1,808 6/6/2023
1.15.18 1,088 5/28/2023
1.15.17 1,290 5/16/2023
1.15.16 2,568 5/11/2023
1.15.15 3,025 5/3/2023
1.15.14 1,340 4/18/2023
1.15.13 1,510 3/24/2023
1.15.12 1,750 3/21/2023
1.15.11 3,535 3/16/2023
1.15.10 922 3/15/2023
1.15.9 3,921 3/7/2023
1.15.8 980 3/2/2023
1.15.7 1,083 2/28/2023
1.15.6 1,035 2/22/2023
1.15.5 1,536 2/21/2023
1.15.4 1,045 2/15/2023
1.15.3 926 2/7/2023
1.15.2 1,125 2/6/2023
1.15.1 3,521 2/2/2023
1.15.0 1,335 1/26/2023
1.14.70 3,655 10/9/2023
1.14.69 735 8/14/2023
1.14.68 931 7/27/2023
1.14.67 1,608 6/23/2023
1.14.66 4,859 5/3/2023
1.14.65 2,044 4/24/2023
1.14.64 1,002 4/18/2023
1.14.63 978 3/24/2023
1.14.62 993 3/21/2023
1.14.61 998 3/16/2023
1.14.60 939 3/16/2023
1.14.59 1,480 3/7/2023
1.14.58 960 3/2/2023
1.14.57 1,751 2/21/2023
1.14.56 1,123 2/15/2023
1.14.55 1,051 2/14/2023
1.14.54 1,047 2/7/2023
1.14.53 1,075 2/2/2023
1.14.52 1,057 2/1/2023
1.14.51 1,443 1/26/2023
1.14.50 1,681 1/24/2023
1.14.49 5,159 1/18/2023
1.14.48 1,049 1/16/2023
1.14.47 2,060 1/10/2023
1.14.46 1,007 1/9/2023
1.14.45 1,913 1/9/2023
1.14.44 2,108 1/5/2023
1.14.43 1,009 1/5/2023
1.14.42 2,940 1/3/2023
1.14.41 3,408 12/15/2022
1.14.40 1,083 12/13/2022
1.14.39 1,889 12/8/2022
1.14.38 1,065 12/7/2022
1.14.37 1,019 12/5/2022
1.14.36 1,093 12/2/2022
1.14.35 1,039 12/1/2022
1.14.34 1,852 11/29/2022
1.14.33 1,101 11/28/2022
1.14.32 1,024 11/24/2022
1.14.31 1,116 11/23/2022
1.14.30 1,226 11/22/2022
1.14.29 1,418 11/22/2022
1.14.28 2,741 11/17/2022
1.14.27 1,996 11/16/2022
1.14.26 1,217 11/16/2022
1.14.25 2,178 11/15/2022
1.14.24 1,250 11/14/2022
1.14.23 1,116 11/11/2022
1.14.22 1,353 11/10/2022
1.14.21 1,141 11/10/2022
1.14.20 1,181 11/7/2022
1.14.19 1,946 11/7/2022
1.14.18 1,531 11/2/2022
1.14.17 3,675 11/1/2022
1.14.16 1,120 10/27/2022
1.14.15 1,252 10/24/2022
1.14.14 1,156 10/21/2022
1.14.13 2,283 10/13/2022
1.14.12 1,132 10/12/2022
1.14.11 1,798 10/12/2022
1.14.10 2,572 10/7/2022
1.14.9 1,496 10/4/2022
1.14.8 1,143 10/3/2022
1.14.7 1,565 9/29/2022
1.14.6 1,932 9/27/2022
1.14.5 1,235 9/21/2022
1.14.4 1,577 9/16/2022
1.14.3 1,182 9/15/2022
1.14.2 3,200 9/7/2022
1.14.1 3,304 8/30/2022
1.14.0 3,216 8/30/2022
1.13.83 1,079 1/24/2023
1.13.81 1,067 1/5/2023
1.13.80 1,089 11/23/2022
1.13.79 1,176 11/1/2022
1.13.78 1,129 10/13/2022
1.13.77 1,197 10/4/2022
1.13.76 1,361 9/27/2022
1.13.75 1,199 9/21/2022
1.13.74 3,250 9/20/2022
1.13.73 1,262 9/16/2022
1.13.72 2,529 8/31/2022
1.13.71 1,238 8/30/2022
1.13.70 1,202 8/25/2022
1.13.69 1,269 8/22/2022
1.13.68 1,154 8/22/2022
1.13.67 1,289 8/22/2022
1.13.66 1,250 8/22/2022
1.13.65 1,300 8/17/2022
1.13.64 4,260 8/11/2022
1.13.63 1,211 8/9/2022
1.13.62 1,309 8/8/2022
1.13.61 2,706 7/13/2022
1.13.60 1,343 7/11/2022
1.13.59 2,932 6/27/2022
1.13.58 1,428 6/24/2022
1.13.57 1,987 6/21/2022
1.13.56 1,331 6/19/2022
1.13.55 1,770 6/15/2022
1.13.54 6,141 6/8/2022
1.13.53 1,290 6/6/2022
1.13.52 6,214 6/2/2022
1.13.51 1,404 6/1/2022
1.13.50 2,134 5/23/2022
1.13.49 1,315 5/20/2022
1.13.48 1,261 5/18/2022
1.13.47 1,364 5/5/2022
1.13.46 3,141 5/2/2022
1.13.45 1,339 4/29/2022
1.13.44 1,346 4/28/2022
1.13.43 1,290 4/28/2022
1.13.42 1,369 4/27/2022
1.13.41 1,279 4/27/2022
1.13.40 1,293 4/26/2022
1.13.39 1,346 4/26/2022
1.13.38 1,385 4/26/2022
1.13.37 1,625 4/21/2022
1.13.36 1,817 4/13/2022
1.13.35 1,510 4/8/2022
1.13.34 1,308 4/7/2022
1.13.33 1,384 4/7/2022
1.13.32 1,374 4/7/2022
1.13.31 1,367 4/6/2022
1.13.30 1,314 4/4/2022
1.13.29 1,719 3/28/2022
1.13.28 1,344 3/28/2022
1.13.27 2,083 3/25/2022
1.13.24 1,338 3/21/2022
1.13.23 1,397 3/17/2022
1.13.22 1,631 3/16/2022
1.13.21 1,368 3/15/2022
1.13.20 1,436 3/11/2022
1.13.19 1,378 3/10/2022
1.13.18 1,419 3/10/2022
1.13.17 1,359 3/9/2022
1.13.16 1,419 3/9/2022
1.13.15 1,484 3/4/2022
1.13.14 2,786 3/2/2022
1.13.13 1,314 3/1/2022
1.13.12 1,467 2/28/2022
1.13.11 1,462 2/18/2022
1.13.10 1,413 2/18/2022
1.13.9 4,981 2/17/2022
1.13.8 1,343 2/16/2022
1.13.7 3,588 2/11/2022
1.13.6 1,480 2/7/2022
1.13.5 1,465 2/3/2022
1.13.4 1,432 2/2/2022
1.13.3 1,396 2/2/2022
1.13.2 1,442 2/1/2022
1.13.1 1,472 1/28/2022
1.13.0 4,028 1/25/2022
1.12.60 3,072 5/24/2022
1.12.59 1,247 5/23/2022
1.12.58 1,567 3/9/2022
1.12.57 1,391 3/3/2022
1.12.56 1,392 2/11/2022
1.12.55 1,679 2/8/2022
1.12.54 1,407 2/4/2022
1.12.53 1,359 1/31/2022
1.12.52 3,484 1/23/2022
1.12.51 1,459 1/20/2022
1.12.50 1,400 1/19/2022
1.12.49 1,739 1/17/2022
1.12.48 1,247 1/14/2022
1.12.47 1,397 1/13/2022
1.12.46 1,311 1/11/2022
1.12.45 1,163 1/6/2022
1.12.44 1,306 1/3/2022
1.12.43 1,226 12/23/2021
1.12.42 2,569 12/21/2021
1.12.41 1,184 12/21/2021
1.12.40 1,167 12/20/2021
1.12.39 1,145 12/20/2021
1.12.38 2,522 12/16/2021
1.12.37 1,169 12/16/2021
1.12.36 2,396 12/16/2021
1.12.35 5,234 12/15/2021
1.12.34 1,209 12/10/2021
1.12.33 1,990 12/7/2021
1.12.32 1,438 12/2/2021
1.12.31 1,022 12/2/2021
1.12.30 1,185 11/30/2021
1.12.29 1,346 11/29/2021
1.12.28 4,574 11/23/2021
1.12.27 1,168 11/22/2021
1.12.26 1,204 11/12/2021
1.12.25 1,128 11/11/2021
1.12.23 1,202 11/10/2021
1.12.22 1,166 11/10/2021
1.12.21 1,250 11/8/2021
1.12.20 2,133 10/29/2021
1.12.19 5,751 10/29/2021
1.12.18 1,281 10/26/2021
1.12.17 1,947 10/26/2021
1.12.16 1,352 10/25/2021
1.12.15 1,345 10/20/2021
1.12.14 1,222 10/18/2021
1.12.13 1,277 10/18/2021
1.12.12 1,200 10/15/2021
1.12.11 1,396 10/14/2021
1.12.10 2,025 10/7/2021
1.12.9 1,229 10/6/2021
1.12.8 1,371 10/5/2021
1.12.7 1,318 10/5/2021
1.12.6 1,344 10/4/2021
1.12.5 1,258 10/1/2021
1.12.4 1,266 9/30/2021
1.12.3 1,240 9/29/2021
1.12.2 1,891 9/23/2021
1.12.1 1,821 9/17/2021
1.12.0 3,688 8/31/2021
1.10.116 2,707 12/1/2021
1.10.115 2,599 11/11/2021
1.10.114 1,197 11/10/2021
1.10.113 1,186 11/5/2021
1.10.112 2,076 10/19/2021
1.10.111 1,202 10/15/2021
1.10.110 1,269 10/15/2021
1.10.109 1,213 10/12/2021
1.10.108 1,218 10/8/2021
1.10.107 1,287 10/7/2021
1.10.106 1,171 10/6/2021
1.10.105 1,257 10/5/2021
1.10.104 13,955 9/23/2021
1.10.103 1,668 9/21/2021
1.10.102 2,124 9/21/2021
1.10.101 1,271 9/15/2021
1.10.100 1,293 9/13/2021
1.10.99 2,149 9/9/2021
1.10.98 1,324 9/9/2021
1.10.97 1,488 9/6/2021
1.10.96 4,667 8/30/2021
1.10.95 3,060 8/27/2021
1.10.94 1,378 8/26/2021
1.10.93 1,426 8/24/2021
1.10.92 14,824 8/23/2021
1.10.91 1,482 8/20/2021
1.10.90 22,607 8/12/2021
1.10.89 3,787 8/12/2021
1.10.88 1,785 8/4/2021
1.10.87 7,051 7/15/2021
1.10.86 1,400 7/14/2021
1.10.85 1,353 7/12/2021
1.10.84 1,341 7/12/2021
1.10.83 10,680 7/8/2021
1.10.82 1,238 7/7/2021
1.10.81 1,231 7/6/2021
1.10.80 1,310 7/2/2021
1.10.79 1,200 7/2/2021
1.10.78 1,337 6/30/2021
1.10.77 1,247 6/29/2021
1.10.76 2,131 6/28/2021
1.10.75 2,644 6/25/2021
1.10.74 1,298 6/22/2021
1.10.73 1,337 6/18/2021
1.10.72 3,504 6/11/2021
1.10.71 2,068 6/7/2021
1.10.70 1,385 6/4/2021
1.10.69 1,288 6/4/2021
1.10.68 17,922 6/2/2021
1.10.67 3,191 6/1/2021
1.10.66 1,304 5/31/2021
1.10.65 1,361 5/27/2021
1.10.64 1,253 5/26/2021
1.10.63 2,596 5/24/2021
1.10.62 2,452 5/18/2021
1.10.61 1,330 5/18/2021
1.10.60 1,298 5/17/2021
1.10.59 3,024 5/12/2021
1.10.58 1,377 5/11/2021
1.10.57 1,406 5/7/2021
1.10.56 2,872 5/4/2021
1.10.55 1,308 5/3/2021
1.10.54 1,340 5/3/2021
1.10.53 24,417 4/27/2021
1.10.52 1,269 4/27/2021
1.10.51 9,186 4/26/2021
1.10.50 7,777 4/23/2021
1.10.49 5,122 4/22/2021
1.10.48 1,282 4/21/2021
1.10.47 1,368 4/21/2021
1.10.46 1,368 4/21/2021
1.10.45 1,279 4/20/2021
1.10.44 1,310 4/19/2021
1.10.43 1,253 4/19/2021
1.10.42 1,330 4/15/2021
1.10.41 1,258 4/14/2021
1.10.40 1,761 4/14/2021
1.10.39 3,641 4/13/2021
1.10.38 1,194 4/12/2021
1.10.37 1,289 4/12/2021
1.10.36 1,343 4/12/2021
1.10.35 1,296 4/9/2021
1.10.34 1,214 4/9/2021
1.10.33 1,205 4/8/2021
1.10.32 1,309 4/8/2021
1.10.31 1,254 4/7/2021
1.10.30 1,227 4/7/2021
1.10.29 1,269 3/31/2021
1.10.28 1,719 3/30/2021
1.10.27 3,248 3/24/2021
1.10.26 1,243 3/24/2021
1.10.25 1,342 3/23/2021
1.10.24 1,347 3/23/2021
1.10.23 1,463 3/18/2021
1.10.22 2,800 3/17/2021
1.10.21 2,607 3/11/2021
1.10.20 1,372 3/11/2021
1.10.19 1,323 3/10/2021
1.10.18 2,064 3/9/2021
1.10.17 1,288 3/9/2021
1.10.16 1,388 3/8/2021
1.10.15 16,019 3/4/2021
1.10.14 1,748 2/25/2021
1.10.13 3,326 2/19/2021
1.10.12 2,709 2/18/2021
1.10.11 1,395 2/16/2021
1.10.10 1,248 2/15/2021
1.10.9 1,442 2/10/2021
1.10.8 1,712 2/8/2021
1.10.7 1,328 2/4/2021
1.10.6 3,491 2/2/2021
1.10.5 1,320 2/1/2021
1.10.4 1,371 1/29/2021
1.10.3 2,883 1/28/2021
1.10.2 6,809 1/26/2021
1.10.1 12,452 1/26/2021
1.9.64 1,304 3/17/2021
1.9.63 1,848 2/25/2021
1.9.62 1,320 2/22/2021
1.9.61 2,295 2/4/2021
1.9.60 1,293 2/1/2021
1.9.59 4,075 1/19/2021
1.9.58 1,338 1/15/2021
1.9.57 1,536 1/14/2021
1.9.56 1,422 1/11/2021
1.9.55 1,637 12/24/2020
1.9.54 1,601 12/18/2020
1.9.53 4,378 12/16/2020
1.9.52 1,336 12/15/2020
1.9.51 1,388 12/11/2020
1.9.50 1,403 12/10/2020
1.9.49 1,495 12/10/2020
1.9.48 1,425 12/9/2020
1.9.47 1,342 12/8/2020
1.9.46 1,405 12/4/2020
1.9.45 1,376 12/3/2020
1.9.44 1,457 12/1/2020
1.9.43 1,400 11/30/2020
1.9.42 1,317 11/27/2020
1.9.41 1,456 11/26/2020
1.9.40 1,255 11/26/2020
1.9.39 3,864 11/25/2020
1.9.38 1,344 11/23/2020
1.9.37 1,339 11/20/2020
1.9.36 1,651 11/17/2020
1.9.35 1,439 11/16/2020
1.9.34 1,615 11/10/2020
1.9.33 1,436 11/9/2020
1.9.32 5,885 11/3/2020
1.9.31 1,448 11/3/2020
1.9.30 1,420 10/30/2020
1.9.29 1,369 10/28/2020
1.9.28 4,178 10/21/2020
1.9.27 1,409 10/20/2020
1.9.26 1,512 10/18/2020
1.9.25 4,361 10/15/2020
1.9.24 1,552 10/14/2020
1.9.23 1,408 10/13/2020
1.9.22 1,424 10/13/2020
1.9.21 1,480 10/9/2020
1.9.20 2,445 10/2/2020
1.9.19 2,338 9/29/2020
1.9.18 2,943 9/29/2020
1.9.17 1,469 9/22/2020
1.9.16 1,443 9/17/2020
1.9.15 1,598 9/16/2020
1.9.14 2,629 9/15/2020
1.9.13 1,385 9/15/2020
1.9.12 1,458 9/15/2020
1.9.11 1,440 9/15/2020
1.9.10 1,761 9/11/2020
1.9.9 1,510 9/9/2020
1.9.8 1,336 9/9/2020
1.9.7 1,390 9/8/2020
1.9.6 1,765 9/4/2020
1.9.5 1,442 9/2/2020
1.9.4 1,394 9/1/2020
1.9.3 1,444 8/31/2020
1.9.2 3,302 8/27/2020
1.9.1 1,434 8/26/2020
1.9.0 2,770 8/25/2020
1.8.105 1,899 4/15/2021
1.8.104 1,570 10/20/2020
1.8.103 2,552 9/14/2020
1.8.102 1,551 9/8/2020
1.8.101 1,511 9/2/2020
1.8.100 1,456 9/1/2020
1.8.99 3,336 8/21/2020
1.8.98 1,443 8/18/2020
1.8.97 1,585 8/14/2020
1.8.96 1,552 8/13/2020
1.8.95 1,502 8/12/2020
1.8.94 2,490 8/11/2020
1.8.93 1,886 8/3/2020
1.8.92 1,581 7/30/2020
1.8.91 1,610 7/13/2020
1.8.90 1,517 7/7/2020
1.8.89 1,610 7/7/2020
1.8.88 1,446 7/6/2020
1.8.87 1,450 7/2/2020
1.8.86 3,647 6/30/2020
1.8.85 1,532 6/30/2020
1.8.84 1,465 6/30/2020
1.8.83 1,510 6/29/2020
1.8.82 1,495 6/25/2020
1.8.81 1,633 6/25/2020
1.8.80 1,556 6/22/2020
1.8.79 1,495 6/18/2020
1.8.78 4,691 6/18/2020
1.8.77 1,491 6/17/2020
1.8.76 2,579 6/16/2020
1.8.75 1,455 6/15/2020
1.8.74 3,057 6/9/2020
1.8.73 1,552 6/8/2020
1.8.72 1,451 6/8/2020
1.8.71 1,482 6/5/2020
1.8.70 1,626 6/4/2020
1.8.69 1,590 6/1/2020
1.8.68 1,619 5/29/2020
1.8.67 1,542 5/28/2020
1.8.66 1,527 5/28/2020
1.8.65 1,521 5/27/2020
1.8.64 2,549 5/26/2020
1.8.63 4,938 5/20/2020
1.8.62 1,477 5/20/2020
1.8.61 1,510 5/20/2020
1.8.60 1,629 5/18/2020
1.8.59 1,558 5/15/2020
1.8.58 1,534 5/15/2020
1.8.57 1,527 5/15/2020
1.8.56 1,504 5/14/2020
1.8.55 5,496 5/12/2020
1.8.54 1,613 5/8/2020
1.8.53 2,436 5/6/2020
1.8.52 1,702 5/5/2020
1.8.51 1,587 5/4/2020
1.8.50 1,605 4/30/2020
1.8.49 1,527 4/29/2020
1.8.48 1,558 4/27/2020
1.8.47 3,775 4/24/2020
1.8.46 1,595 4/24/2020
1.8.45 1,524 4/24/2020
1.8.44 1,562 4/22/2020
1.8.43 2,734 4/21/2020
1.8.42 1,526 4/17/2020
1.8.41 1,632 4/16/2020
1.8.40 1,702 4/9/2020
1.8.39 1,476 4/8/2020
1.8.38 2,599 4/5/2020
1.8.37 1,639 4/3/2020
1.8.36 1,640 4/3/2020
1.8.35 1,590 4/2/2020
1.8.34 1,645 4/2/2020
1.8.33 1,708 3/31/2020
1.8.32 1,572 3/27/2020
1.8.31 1,618 3/26/2020
1.8.30 1,572 3/26/2020
1.8.29 1,412 3/25/2020
1.8.28 1,633 3/24/2020
1.8.27 1,570 3/20/2020
1.8.26 1,583 3/19/2020
1.8.25 1,655 3/18/2020
1.8.24 2,572 3/18/2020
1.8.23 1,559 3/18/2020
1.8.22 1,469 3/18/2020
1.8.21 1,619 3/18/2020
1.8.20 1,668 3/17/2020
1.8.19 1,687 3/17/2020
1.8.18 1,593 3/17/2020
1.8.17 3,862 3/17/2020
1.8.16 1,623 3/15/2020
1.8.15 3,874 3/12/2020
1.8.14 1,569 3/11/2020
1.8.13 4,907 3/5/2020
1.8.12 1,797 3/3/2020
1.8.11 1,598 3/2/2020
1.8.10 7,672 2/24/2020
1.8.9 1,743 2/20/2020
1.8.8 1,851 2/18/2020
1.8.7 1,636 2/18/2020
1.8.6 1,517 2/17/2020
1.8.5 1,568 2/14/2020
1.8.4 1,861 2/12/2020
1.8.3 1,846 2/7/2020
1.8.2 1,654 2/3/2020
1.8.1 6,993 1/28/2020
1.7.53 1,658 5/15/2020
1.7.52 1,581 3/31/2020
1.7.51 2,075 3/27/2020
1.7.50 1,577 3/26/2020
1.7.49 2,235 3/18/2020
1.7.48 1,546 2/25/2020
1.7.47 2,605 2/4/2020
1.7.46 1,577 2/4/2020
1.7.45 1,623 1/16/2020
1.7.44 1,672 1/13/2020
1.7.43 1,615 1/9/2020
1.7.42 6,005 12/27/2019
1.7.41 3,586 12/16/2019
1.7.40 1,499 12/13/2019
1.7.39 1,500 12/13/2019
1.7.38 1,608 12/13/2019
1.7.37 1,655 12/11/2019
1.7.36 1,600 12/4/2019
1.7.35 1,497 12/4/2019
1.7.34 1,544 12/3/2019
1.7.33 1,656 12/2/2019
1.7.32 7,054 11/27/2019
1.7.31 7,982 11/26/2019
1.7.30 2,312 11/25/2019
1.7.29 1,561 11/22/2019
1.7.28 1,688 11/8/2019
1.7.27 2,243 11/5/2019
1.7.26 1,628 10/31/2019
1.7.25 2,515 10/29/2019
1.7.24 1,584 10/29/2019
1.7.23 1,583 10/25/2019
1.7.22 1,602 10/24/2019
1.7.21 1,666 10/24/2019
1.7.20 6,451 10/16/2019
1.7.19 1,547 10/15/2019
1.7.18 1,594 10/15/2019
1.7.17 1,685 10/8/2019
1.7.16 1,611 10/4/2019
1.7.15 5,054 10/2/2019
1.7.14 1,934 9/27/2019
1.7.13 1,542 9/26/2019
1.7.12 1,592 9/25/2019
1.7.11 1,642 9/24/2019
1.7.10 1,631 9/24/2019
1.7.9 1,659 9/24/2019
1.7.8 11,860 9/12/2019
1.7.7 1,623 9/12/2019
1.7.6 2,629 9/10/2019
1.7.5 1,683 9/5/2019
1.7.4 1,574 9/4/2019
1.7.3 1,582 9/3/2019
1.7.2 1,653 9/2/2019
1.7.1 1,677 8/29/2019
1.7.0 2,728 8/27/2019
1.6.69 1,561 5/15/2020
1.6.68 5,840 10/2/2019
1.6.67 2,690 9/27/2019
1.6.66 1,617 9/26/2019
1.6.65 2,726 9/5/2019
1.6.64 1,557 9/2/2019
1.6.63 3,635 8/23/2019
1.6.62 1,535 8/21/2019
1.6.61 1,672 8/21/2019
1.6.60 1,614 8/15/2019
1.6.57 1,555 8/8/2019
1.6.56 1,550 8/8/2019
1.6.55 2,910 8/5/2019
1.6.52 3,371 7/8/2019
1.6.48 1,645 6/18/2019
1.6.47 2,456 6/13/2019
1.6.46 1,682 6/12/2019
1.6.45 1,679 6/12/2019
1.6.44 1,582 6/12/2019
1.6.43 1,593 5/29/2019
1.6.42 2,476 5/28/2019
1.6.41 1,572 5/28/2019
1.6.40 1,631 5/28/2019
1.6.39 1,579 5/28/2019
1.6.38 2,484 5/21/2019
1.6.37 6,364 5/21/2019
1.6.36 1,634 5/16/2019
1.6.35 4,716 5/16/2019
1.6.34 1,642 5/16/2019
1.6.33 1,554 5/16/2019
1.6.32 1,692 5/7/2019
1.6.31 1,646 5/7/2019
1.6.30 1,660 5/7/2019
1.6.29 1,588 5/7/2019
1.6.28 2,538 5/1/2019
1.6.27 1,724 5/1/2019
1.6.26 1,657 4/25/2019
1.6.25 2,279 4/17/2019
1.6.24 1,585 4/17/2019
1.6.23 4,638 4/15/2019
1.6.22 2,535 4/9/2019
1.6.20 1,669 4/1/2019
1.6.19 1,701 3/29/2019
1.6.18 2,758 3/25/2019
1.6.17 1,702 3/21/2019
1.6.16 2,547 3/15/2019
1.6.15 1,610 3/15/2019
1.6.14 1,601 3/15/2019
1.6.13 1,637 3/15/2019
1.6.12 1,611 3/15/2019
1.6.11 1,685 3/15/2019
1.6.10 2,606 3/15/2019
1.6.9 1,614 3/15/2019
1.6.8 1,541 3/15/2019
1.6.7 7,818 3/15/2019
1.6.6 2,458 3/15/2019
1.6.5 1,856 3/15/2019
1.6.4 1,641 3/15/2019
1.6.3 1,618 3/15/2019
1.6.2 1,674 3/15/2019
1.6.1 2,841 3/15/2019
1.6.0 8,340 3/15/2019
1.5.41 2,321 3/15/2019
1.5.40 1,659 3/15/2019
1.5.39 2,537 3/15/2019
1.5.38 1,637 3/15/2019
1.5.37 1,568 3/15/2019
1.5.36 1,626 3/15/2019
1.5.35 1,932 3/15/2019
1.5.34 4,766 3/15/2019
1.5.33 1,597 3/15/2019
1.5.32 2,392 3/15/2019
1.5.31 1,614 3/15/2019
1.5.30 1,655 3/15/2019
1.5.29 1,586 3/15/2019
1.5.28 4,265 3/15/2019
1.5.27 1,645 3/15/2019
1.5.26 4,437 3/15/2019
1.5.25 1,588 3/15/2019
1.5.24 1,612 3/15/2019
1.5.23 2,528 3/15/2019
1.5.22 1,596 3/15/2019
1.5.21 3,723 3/15/2019
1.5.20 1,585 3/15/2019
1.5.19 2,487 3/15/2019
1.5.18 1,638 3/15/2019
1.5.17 1,586 3/15/2019
1.5.16 2,341 3/15/2019
1.5.15 1,649 3/15/2019
1.5.14 1,570 3/15/2019
1.5.13 1,733 3/15/2019
1.5.11 1,563 3/15/2019
1.5.10 1,889 3/15/2019
1.5.9 2,796 3/15/2019
1.5.8 2,238 3/15/2019
1.5.7 1,667 3/15/2019
1.5.6 1,617 3/15/2019
1.5.5 5,088 3/15/2019
1.5.4 1,658 3/15/2019
1.5.3 1,562 3/15/2019
1.5.2 1,581 3/15/2019
1.5.1 7,458 3/15/2019
1.5.0 6,111 3/15/2019
1.4.84 23,467 3/15/2019
1.4.83 6,847 3/15/2019
1.4.82 6,327 3/15/2019
1.4.81 1,672 3/15/2019
1.4.80 7,118 3/15/2019
1.4.79 1,630 3/15/2019
1.4.78 1,547 3/15/2019
1.4.77 2,479 3/15/2019
1.4.76 1,583 3/15/2019
1.4.75 1,508 3/15/2019
1.4.74 2,285 3/15/2019
1.4.73 1,551 3/15/2019
1.4.72 1,563 3/15/2019
1.4.71 1,571 3/15/2019
1.4.70 1,547 3/15/2019
1.4.69 2,292 3/15/2019
1.4.68 1,594 3/15/2019
1.4.67 1,539 3/15/2019
1.4.66 2,303 3/15/2019
1.4.65 1,581 3/15/2019
1.4.64 1,573 3/15/2019
1.4.63 4,007 3/15/2019
1.4.59 4,579 3/15/2019
1.4.57 9,692 3/15/2019
1.4.22 11,058 3/15/2019
1.3.14 12,894 3/15/2019
1.2.10 5,740 3/15/2019
1.1.2 8,827 3/15/2019
1.0.0 108,605 3/15/2019