Dynamicweb.Ecommerce 10.15.10

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

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.2-PreRelease 0 10/14/2025
10.20.1-PreRelease 545 10/7/2025
10.20.0-PreRelease 689 9/30/2025
10.19.8 0 10/14/2025
10.19.7 673 10/7/2025
10.19.6 875 9/30/2025
10.19.5-PreRelease 691 9/22/2025
10.19.4-PreRelease 660 9/16/2025
10.19.3-PreRelease 424 9/9/2025
10.19.2-PreRelease 453 9/4/2025
10.19.1-PreRelease 474 9/2/2025
10.19.0-PreRelease 502 8/26/2025
10.18.12 5 10/14/2025
10.18.11 669 10/7/2025
10.18.10 703 9/30/2025
10.18.9 869 9/22/2025
10.18.8 948 9/16/2025
10.18.7 603 9/9/2025
10.18.6 541 9/4/2025
10.18.5 676 9/2/2025
10.18.4 1,070 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.13 24 10/14/2025
10.17.12 609 10/7/2025
10.17.11 804 9/30/2025
10.17.10 771 9/22/2025
10.17.9 800 9/16/2025
10.17.8 636 9/2/2025
10.17.7 610 8/26/2025
10.17.6 606 8/19/2025
10.17.5 692 8/12/2025
10.17.4 591 8/5/2025
10.17.3 991 7/22/2025
10.17.2 608 7/15/2025
10.17.1 666 7/8/2025
10.17.0 787 7/1/2025
10.16.12 834 9/22/2025
10.16.11 749 9/16/2025
10.16.10 491 9/9/2025
10.16.9 792 8/12/2025
10.16.8 640 8/5/2025
10.16.7 1,017 7/22/2025
10.16.6 760 7/1/2025
10.16.5 1,106 6/17/2025
10.16.4 859 6/12/2025
10.16.3 782 6/10/2025
10.16.2 640 6/4/2025
10.16.1 580 6/3/2025
10.16.0 971 5/27/2025
10.15.11 543 8/26/2025
10.15.10 588 8/5/2025
10.15.9 544 7/1/2025
10.15.8 336 6/24/2025
10.15.7 423 6/17/2025
10.15.6 516 6/3/2025
10.15.5 406 5/27/2025
10.15.4 542 5/20/2025
10.15.3 820 5/13/2025
10.15.2 546 5/13/2025
10.15.1 706 5/6/2025
10.15.0 589 4/29/2025
10.14.13 536 7/1/2025
10.14.12 346 6/24/2025
10.14.11 466 6/17/2025
10.14.10 621 5/20/2025
10.14.9 507 5/13/2025
10.14.8 536 5/13/2025
10.14.7 328 5/7/2025
10.14.6 301 5/6/2025
10.14.5 420 4/29/2025
10.14.4 633 4/22/2025
10.14.3 649 4/10/2025
10.14.2 614 4/8/2025
10.14.1 833 4/1/2025
10.14.0 1,217 3/25/2025
10.13.8 810 4/22/2025
10.13.7 434 4/10/2025
10.13.6 420 4/8/2025
10.13.5 427 4/1/2025
10.13.4 734 3/25/2025
10.13.3 1,062 3/18/2025
10.13.2 576 3/11/2025
10.13.1 1,022 3/4/2025
10.13.0 3,050 2/25/2025
10.12.7 920 3/11/2025
10.12.6 475 3/4/2025
10.12.5 369 2/25/2025
10.12.4 606 2/18/2025
10.12.3 450 2/12/2025
10.12.2 352 2/11/2025
10.12.1 613 2/4/2025
10.12.0 1,661 1/28/2025
10.11.8 786 2/25/2025
10.11.7 374 2/18/2025
10.11.6 391 2/12/2025
10.11.5 328 2/11/2025
10.11.4 352 2/4/2025
10.11.3 418 1/28/2025
10.11.2 900 1/21/2025
10.11.1 411 1/14/2025
10.11.0 690 1/7/2025
10.10.8 621 2/12/2025
10.10.7 317 2/11/2025
10.10.6 453 1/16/2025
10.10.5 300 1/14/2025
10.10.4 444 1/7/2025
10.10.3 748 12/17/2024
10.10.2 408 12/10/2024
10.10.1 469 12/3/2024
10.10.0 501 11/26/2024
10.9.9 592 1/14/2025
10.9.8 534 12/17/2024
10.9.7 345 12/10/2024
10.9.6 344 12/3/2024
10.9.5 332 11/27/2024
10.9.4 308 11/26/2024
10.9.3 569 11/19/2024
10.9.2 582 11/12/2024
10.9.1 442 11/5/2024
10.9.0 1,936 10/29/2024
10.8.14 356 1/14/2025
10.8.13 508 12/17/2024
10.8.12 402 12/10/2024
10.8.11 367 12/3/2024
10.8.10 660 11/26/2024
10.8.9 353 11/19/2024
10.8.8 364 11/12/2024
10.8.7 391 11/7/2024
10.8.6 366 11/5/2024
10.8.5 394 10/29/2024
10.8.4 432 10/22/2024
10.8.3 560 10/15/2024
10.8.2 441 10/8/2024
10.8.1 480 10/1/2024
10.8.0 4,575 9/24/2024
10.7.11 350 11/19/2024
10.7.10 357 11/19/2024
10.7.9 447 10/29/2024
10.7.8 327 10/22/2024
10.7.7 351 10/15/2024
10.7.6 383 10/8/2024
10.7.5 459 10/1/2024
10.7.4 362 9/24/2024
10.7.3 562 9/17/2024
10.7.2 443 9/10/2024
10.7.1 460 9/4/2024
10.7.0 1,592 8/27/2024
10.6.18 377 11/19/2024
10.6.17 340 11/19/2024
10.6.16 482 10/15/2024
10.6.15 370 10/8/2024
10.6.14 367 10/1/2024
10.6.13 417 9/24/2024
10.6.12 367 9/17/2024
10.6.11 371 9/3/2024
10.6.10 415 8/27/2024
10.6.9 1,068 8/20/2024
10.6.8 498 8/13/2024
10.6.7 356 8/6/2024
10.6.6 510 7/19/2024
10.6.5 360 7/16/2024
10.6.4 415 7/9/2024
10.6.3 595 7/2/2024
10.6.2 3,128 6/25/2024
10.5.14 497 10/1/2024
10.5.13 373 9/24/2024
10.5.12 369 8/21/2024
10.5.11 392 8/13/2024
10.5.10 300 8/6/2024
10.5.9 372 7/19/2024
10.5.8 393 7/16/2024
10.5.7 323 7/5/2024
10.5.6 368 7/1/2024
10.5.5 353 6/25/2024
10.5.4 444 6/18/2024
10.5.3 437 6/11/2024
10.5.2 433 6/4/2024
10.5.1 330 6/4/2024
10.5.0 779 5/28/2024
10.4.8 335 8/6/2024
10.4.7 334 6/25/2024
10.4.6 343 6/11/2024
10.4.5 354 6/4/2024
10.4.4 374 5/28/2024
10.4.3 410 5/21/2024
10.4.2 828 5/14/2024
10.4.1 596 5/7/2024
10.4.0 2,914 4/30/2024
10.3.10 319 8/6/2024
10.3.9 352 6/25/2024
10.3.8 474 5/21/2024
10.3.7 321 5/14/2024
10.3.6 420 5/7/2024
10.3.5 390 4/30/2024
10.3.4 473 4/23/2024
10.3.3 419 4/16/2024
10.3.2 463 4/11/2024
10.3.1 390 4/9/2024
10.3.0 629 4/2/2024
10.2.8 468 4/23/2024
10.2.7 388 4/16/2024
10.2.6 370 4/11/2024
10.2.5 369 4/9/2024
10.2.4 380 4/2/2024
10.2.3 422 3/26/2024
10.2.2 502 3/19/2024
10.2.1 559 3/12/2024
10.2.0 652 3/5/2024
10.1.12 396 4/11/2024
10.1.11 372 4/9/2024
10.1.10 415 4/2/2024
10.1.9 457 3/19/2024
10.1.8 459 3/13/2024
10.1.7 431 3/12/2024
10.1.6 470 3/5/2024
10.1.5 536 2/27/2024
10.1.4 577 2/20/2024
10.1.3 596 2/14/2024
10.1.2 585 2/7/2024
10.1.1 576 2/6/2024
10.1.0 633 1/30/2024
10.0.39 458 4/11/2024
10.0.38 469 4/2/2024
10.0.37 544 3/5/2024
10.0.36 540 2/27/2024
10.0.35 573 2/20/2024
10.0.34 889 2/14/2024
10.0.33 861 2/1/2024
10.0.32 665 1/24/2024
10.0.31 650 1/19/2024
10.0.30 675 1/18/2024
10.0.29 728 1/16/2024
10.0.28 948 1/16/2024
10.0.27 774 1/11/2024
10.0.26 876 12/19/2023
10.0.25 1,303 12/12/2023
10.0.24 1,146 12/5/2023
10.0.22 1,060 11/28/2023
10.0.21 2,870 11/23/2023
10.0.20 808 11/21/2023
10.0.19 738 11/14/2023
10.0.18 675 11/9/2023
10.0.17 793 11/2/2023
10.0.16 764 10/25/2023
10.0.15 810 10/19/2023
10.0.14 777 10/11/2023
10.0.13 926 9/27/2023
10.0.12 810 9/26/2023
10.0.11 824 9/22/2023
10.0.10 816 9/13/2023
10.0.9 2,790 8/30/2023
10.0.8 887 8/25/2023
10.0.7 1,162 8/22/2023
10.0.6 1,077 8/10/2023
10.0.5 1,251 8/2/2023
10.0.4 987 7/13/2023
10.0.3 1,275 7/5/2023
10.0.2 1,647 6/27/2023
10.0.1 1,003 6/20/2023
10.0.0 2,975 6/14/2023
1.20.0 227 9/1/2025
1.19.5 201 8/21/2025
1.19.4 628 7/30/2025
1.19.3 638 6/18/2025
1.19.2 1,036 4/1/2025
1.19.1 969 2/19/2025
1.19.0 1,176 1/31/2025
1.18.5 236 4/1/2025
1.18.4 189 2/18/2025
1.18.3 341 1/31/2025
1.18.2 338 12/18/2024
1.18.1 791 11/26/2024
1.18.0 1,883 8/27/2024
1.17.17 1,118 11/22/2024
1.17.16 224 11/7/2024
1.17.15 274 10/18/2024
1.17.14 1,263 10/2/2024
1.17.13 1,841 9/19/2024
1.17.12 1,156 9/3/2024
1.17.11 420 8/26/2024
1.17.10 1,187 8/14/2024
1.17.9 313 7/18/2024
1.17.8 520 6/27/2024
1.17.7 1,524 6/4/2024
1.17.6 233 5/30/2024
1.17.5 1,606 5/13/2024
1.17.4 6,184 4/12/2024
1.17.3 478 3/25/2024
1.17.2 1,373 3/4/2024
1.17.1 1,175 2/14/2024
1.17.0 701 1/31/2024
1.16.13 518 4/11/2024
1.16.12 361 3/25/2024
1.16.11 418 3/4/2024
1.16.10 480 2/14/2024
1.16.9 507 1/29/2024
1.16.8 739 1/9/2024
1.16.7 1,342 12/13/2023
1.16.6 808 12/6/2023
1.16.5 1,643 11/29/2023
1.16.4 984 11/21/2023
1.16.3 767 11/7/2023
1.16.2 578 10/30/2023
1.16.1 1,617 10/10/2023
1.16.0 2,127 9/21/2023
1.15.34 400 1/31/2024
1.15.33 432 1/23/2024
1.15.32 864 12/13/2023
1.15.31 1,825 11/7/2023
1.15.30 698 10/17/2023
1.15.29 1,126 10/10/2023
1.15.28 3,109 9/13/2023
1.15.27 2,536 8/29/2023
1.15.26 8,509 8/15/2023
1.15.25 707 8/14/2023
1.15.24 1,739 8/2/2023
1.15.23 781 7/27/2023
1.15.22 764 7/26/2023
1.15.21 1,188 7/6/2023
1.15.20 2,109 6/29/2023
1.15.19 1,814 6/6/2023
1.15.18 1,099 5/28/2023
1.15.17 1,296 5/16/2023
1.15.16 2,580 5/11/2023
1.15.15 3,029 5/3/2023
1.15.14 1,346 4/18/2023
1.15.13 1,527 3/24/2023
1.15.12 1,755 3/21/2023
1.15.11 3,541 3/16/2023
1.15.10 927 3/15/2023
1.15.9 3,925 3/7/2023
1.15.8 984 3/2/2023
1.15.7 1,091 2/28/2023
1.15.6 1,042 2/22/2023
1.15.5 1,541 2/21/2023
1.15.4 1,049 2/15/2023
1.15.3 930 2/7/2023
1.15.2 1,132 2/6/2023
1.15.1 3,527 2/2/2023
1.15.0 1,342 1/26/2023
1.14.70 3,668 10/9/2023
1.14.69 740 8/14/2023
1.14.68 937 7/27/2023
1.14.67 1,612 6/23/2023
1.14.66 4,889 5/3/2023
1.14.65 2,052 4/24/2023
1.14.64 1,010 4/18/2023
1.14.63 984 3/24/2023
1.14.62 997 3/21/2023
1.14.61 1,002 3/16/2023
1.14.60 945 3/16/2023
1.14.59 1,485 3/7/2023
1.14.58 965 3/2/2023
1.14.57 1,755 2/21/2023
1.14.56 1,127 2/15/2023
1.14.55 1,057 2/14/2023
1.14.54 1,051 2/7/2023
1.14.53 1,079 2/2/2023
1.14.52 1,065 2/1/2023
1.14.51 1,448 1/26/2023
1.14.50 1,691 1/24/2023
1.14.49 5,167 1/18/2023
1.14.48 1,055 1/16/2023
1.14.47 2,067 1/10/2023
1.14.46 1,011 1/9/2023
1.14.45 1,918 1/9/2023
1.14.44 2,116 1/5/2023
1.14.43 1,013 1/5/2023
1.14.42 2,948 1/3/2023
1.14.41 3,412 12/15/2022
1.14.40 1,087 12/13/2022
1.14.39 1,894 12/8/2022
1.14.38 1,069 12/7/2022
1.14.37 1,023 12/5/2022
1.14.36 1,097 12/2/2022
1.14.35 1,043 12/1/2022
1.14.34 1,857 11/29/2022
1.14.33 1,107 11/28/2022
1.14.32 1,028 11/24/2022
1.14.31 1,122 11/23/2022
1.14.30 1,234 11/22/2022
1.14.29 1,422 11/22/2022
1.14.28 2,746 11/17/2022
1.14.27 2,002 11/16/2022
1.14.26 1,221 11/16/2022
1.14.25 2,187 11/15/2022
1.14.24 1,256 11/14/2022
1.14.23 1,121 11/11/2022
1.14.22 1,359 11/10/2022
1.14.21 1,146 11/10/2022
1.14.20 1,186 11/7/2022
1.14.19 1,955 11/7/2022
1.14.18 1,538 11/2/2022
1.14.17 3,679 11/1/2022
1.14.16 1,125 10/27/2022
1.14.15 1,257 10/24/2022
1.14.14 1,160 10/21/2022
1.14.13 2,288 10/13/2022
1.14.12 1,136 10/12/2022
1.14.11 1,803 10/12/2022
1.14.10 2,578 10/7/2022
1.14.9 1,502 10/4/2022
1.14.8 1,148 10/3/2022
1.14.7 1,569 9/29/2022
1.14.6 1,937 9/27/2022
1.14.5 1,240 9/21/2022
1.14.4 1,582 9/16/2022
1.14.3 1,187 9/15/2022
1.14.2 3,205 9/7/2022
1.14.1 3,309 8/30/2022
1.14.0 3,221 8/30/2022
1.13.83 1,084 1/24/2023
1.13.81 1,071 1/5/2023
1.13.80 1,093 11/23/2022
1.13.79 1,180 11/1/2022
1.13.78 1,134 10/13/2022
1.13.77 1,201 10/4/2022
1.13.76 1,368 9/27/2022
1.13.75 1,206 9/21/2022
1.13.74 3,255 9/20/2022
1.13.73 1,267 9/16/2022
1.13.72 2,539 8/31/2022
1.13.71 1,243 8/30/2022
1.13.70 1,207 8/25/2022
1.13.69 1,274 8/22/2022
1.13.68 1,159 8/22/2022
1.13.67 1,295 8/22/2022
1.13.66 1,257 8/22/2022
1.13.65 1,305 8/17/2022
1.13.64 4,266 8/11/2022
1.13.63 1,217 8/9/2022
1.13.62 1,317 8/8/2022
1.13.61 2,711 7/13/2022
1.13.60 1,348 7/11/2022
1.13.59 2,937 6/27/2022
1.13.58 1,433 6/24/2022
1.13.57 1,992 6/21/2022
1.13.56 1,339 6/19/2022
1.13.55 1,777 6/15/2022
1.13.54 6,150 6/8/2022
1.13.53 1,297 6/6/2022
1.13.52 6,221 6/2/2022
1.13.51 1,411 6/1/2022
1.13.50 2,143 5/23/2022
1.13.49 1,321 5/20/2022
1.13.48 1,266 5/18/2022
1.13.47 1,369 5/5/2022
1.13.46 3,147 5/2/2022
1.13.45 1,345 4/29/2022
1.13.44 1,351 4/28/2022
1.13.43 1,296 4/28/2022
1.13.42 1,374 4/27/2022
1.13.41 1,284 4/27/2022
1.13.40 1,299 4/26/2022
1.13.39 1,354 4/26/2022
1.13.38 1,394 4/26/2022
1.13.37 1,630 4/21/2022
1.13.36 1,822 4/13/2022
1.13.35 1,517 4/8/2022
1.13.34 1,315 4/7/2022
1.13.33 1,391 4/7/2022
1.13.32 1,381 4/7/2022
1.13.31 1,372 4/6/2022
1.13.30 1,320 4/4/2022
1.13.29 1,724 3/28/2022
1.13.28 1,349 3/28/2022
1.13.27 2,090 3/25/2022
1.13.24 1,342 3/21/2022
1.13.23 1,401 3/17/2022
1.13.22 1,636 3/16/2022
1.13.21 1,372 3/15/2022
1.13.20 1,441 3/11/2022
1.13.19 1,382 3/10/2022
1.13.18 1,425 3/10/2022
1.13.17 1,366 3/9/2022
1.13.16 1,423 3/9/2022
1.13.15 1,488 3/4/2022
1.13.14 2,795 3/2/2022
1.13.13 1,321 3/1/2022
1.13.12 1,472 2/28/2022
1.13.11 1,468 2/18/2022
1.13.10 1,418 2/18/2022
1.13.9 4,993 2/17/2022
1.13.8 1,347 2/16/2022
1.13.7 3,593 2/11/2022
1.13.6 1,485 2/7/2022
1.13.5 1,470 2/3/2022
1.13.4 1,436 2/2/2022
1.13.3 1,400 2/2/2022
1.13.2 1,446 2/1/2022
1.13.1 1,476 1/28/2022
1.13.0 4,035 1/25/2022
1.12.60 3,077 5/24/2022
1.12.59 1,252 5/23/2022
1.12.58 1,573 3/9/2022
1.12.57 1,395 3/3/2022
1.12.56 1,397 2/11/2022
1.12.55 1,683 2/8/2022
1.12.54 1,412 2/4/2022
1.12.53 1,363 1/31/2022
1.12.52 3,491 1/23/2022
1.12.51 1,465 1/20/2022
1.12.50 1,406 1/19/2022
1.12.49 1,743 1/17/2022
1.12.48 1,253 1/14/2022
1.12.47 1,402 1/13/2022
1.12.46 1,315 1/11/2022
1.12.45 1,170 1/6/2022
1.12.44 1,312 1/3/2022
1.12.43 1,232 12/23/2021
1.12.42 2,576 12/21/2021
1.12.41 1,189 12/21/2021
1.12.40 1,172 12/20/2021
1.12.39 1,151 12/20/2021
1.12.38 2,527 12/16/2021
1.12.37 1,174 12/16/2021
1.12.36 2,401 12/16/2021
1.12.35 5,238 12/15/2021
1.12.34 1,214 12/10/2021
1.12.33 1,994 12/7/2021
1.12.32 1,443 12/2/2021
1.12.31 1,026 12/2/2021
1.12.30 1,189 11/30/2021
1.12.29 1,350 11/29/2021
1.12.28 4,579 11/23/2021
1.12.27 1,172 11/22/2021
1.12.26 1,208 11/12/2021
1.12.25 1,133 11/11/2021
1.12.23 1,206 11/10/2021
1.12.22 1,170 11/10/2021
1.12.21 1,256 11/8/2021
1.12.20 2,140 10/29/2021
1.12.19 5,757 10/29/2021
1.12.18 1,285 10/26/2021
1.12.17 1,951 10/26/2021
1.12.16 1,357 10/25/2021
1.12.15 1,350 10/20/2021
1.12.14 1,226 10/18/2021
1.12.13 1,281 10/18/2021
1.12.12 1,206 10/15/2021
1.12.11 1,400 10/14/2021
1.12.10 2,029 10/7/2021
1.12.9 1,234 10/6/2021
1.12.8 1,375 10/5/2021
1.12.7 1,322 10/5/2021
1.12.6 1,350 10/4/2021
1.12.5 1,264 10/1/2021
1.12.4 1,272 9/30/2021
1.12.3 1,245 9/29/2021
1.12.2 1,896 9/23/2021
1.12.1 1,827 9/17/2021
1.12.0 3,704 8/31/2021
1.10.116 2,711 12/1/2021
1.10.115 2,604 11/11/2021
1.10.114 1,204 11/10/2021
1.10.113 1,190 11/5/2021
1.10.112 2,080 10/19/2021
1.10.111 1,206 10/15/2021
1.10.110 1,275 10/15/2021
1.10.109 1,219 10/12/2021
1.10.108 1,223 10/8/2021
1.10.107 1,293 10/7/2021
1.10.106 1,177 10/6/2021
1.10.105 1,263 10/5/2021
1.10.104 13,962 9/23/2021
1.10.103 1,673 9/21/2021
1.10.102 2,130 9/21/2021
1.10.101 1,275 9/15/2021
1.10.100 1,315 9/13/2021
1.10.99 2,155 9/9/2021
1.10.98 1,339 9/9/2021
1.10.97 1,492 9/6/2021
1.10.96 4,673 8/30/2021
1.10.95 3,064 8/27/2021
1.10.94 1,382 8/26/2021
1.10.93 1,430 8/24/2021
1.10.92 14,849 8/23/2021
1.10.91 1,487 8/20/2021
1.10.90 22,643 8/12/2021
1.10.89 3,794 8/12/2021
1.10.88 1,789 8/4/2021
1.10.87 7,066 7/15/2021
1.10.86 1,406 7/14/2021
1.10.85 1,358 7/12/2021
1.10.84 1,346 7/12/2021
1.10.83 10,687 7/8/2021
1.10.82 1,244 7/7/2021
1.10.81 1,238 7/6/2021
1.10.80 1,315 7/2/2021
1.10.79 1,205 7/2/2021
1.10.78 1,341 6/30/2021
1.10.77 1,264 6/29/2021
1.10.76 2,135 6/28/2021
1.10.75 2,648 6/25/2021
1.10.74 1,303 6/22/2021
1.10.73 1,343 6/18/2021
1.10.72 3,508 6/11/2021
1.10.71 2,072 6/7/2021
1.10.70 1,393 6/4/2021
1.10.69 1,293 6/4/2021
1.10.68 17,930 6/2/2021
1.10.67 3,197 6/1/2021
1.10.66 1,308 5/31/2021
1.10.65 1,367 5/27/2021
1.10.64 1,259 5/26/2021
1.10.63 2,601 5/24/2021
1.10.62 2,456 5/18/2021
1.10.61 1,336 5/18/2021
1.10.60 1,303 5/17/2021
1.10.59 3,030 5/12/2021
1.10.58 1,382 5/11/2021
1.10.57 1,411 5/7/2021
1.10.56 2,878 5/4/2021
1.10.55 1,312 5/3/2021
1.10.54 1,344 5/3/2021
1.10.53 24,456 4/27/2021
1.10.52 1,273 4/27/2021
1.10.51 9,191 4/26/2021
1.10.50 7,785 4/23/2021
1.10.49 5,130 4/22/2021
1.10.48 1,286 4/21/2021
1.10.47 1,374 4/21/2021
1.10.46 1,373 4/21/2021
1.10.45 1,285 4/20/2021
1.10.44 1,314 4/19/2021
1.10.43 1,257 4/19/2021
1.10.42 1,336 4/15/2021
1.10.41 1,264 4/14/2021
1.10.40 1,769 4/14/2021
1.10.39 3,647 4/13/2021
1.10.38 1,198 4/12/2021
1.10.37 1,293 4/12/2021
1.10.36 1,347 4/12/2021
1.10.35 1,300 4/9/2021
1.10.34 1,218 4/9/2021
1.10.33 1,211 4/8/2021
1.10.32 1,314 4/8/2021
1.10.31 1,258 4/7/2021
1.10.30 1,232 4/7/2021
1.10.29 1,279 3/31/2021
1.10.28 1,725 3/30/2021
1.10.27 3,255 3/24/2021
1.10.26 1,248 3/24/2021
1.10.25 1,348 3/23/2021
1.10.24 1,353 3/23/2021
1.10.23 1,468 3/18/2021
1.10.22 2,805 3/17/2021
1.10.21 2,616 3/11/2021
1.10.20 1,377 3/11/2021
1.10.19 1,329 3/10/2021
1.10.18 2,069 3/9/2021
1.10.17 1,294 3/9/2021
1.10.16 1,393 3/8/2021
1.10.15 16,033 3/4/2021
1.10.14 1,753 2/25/2021
1.10.13 3,332 2/19/2021
1.10.12 2,719 2/18/2021
1.10.11 1,400 2/16/2021
1.10.10 1,253 2/15/2021
1.10.9 1,447 2/10/2021
1.10.8 1,717 2/8/2021
1.10.7 1,334 2/4/2021
1.10.6 3,497 2/2/2021
1.10.5 1,325 2/1/2021
1.10.4 1,377 1/29/2021
1.10.3 2,888 1/28/2021
1.10.2 6,815 1/26/2021
1.10.1 12,460 1/26/2021
1.9.64 1,311 3/17/2021
1.9.63 1,853 2/25/2021
1.9.62 1,325 2/22/2021
1.9.61 2,300 2/4/2021
1.9.60 1,298 2/1/2021
1.9.59 4,080 1/19/2021
1.9.58 1,343 1/15/2021
1.9.57 1,542 1/14/2021
1.9.56 1,427 1/11/2021
1.9.55 1,642 12/24/2020
1.9.54 1,608 12/18/2020
1.9.53 4,387 12/16/2020
1.9.52 1,344 12/15/2020
1.9.51 1,393 12/11/2020
1.9.50 1,408 12/10/2020
1.9.49 1,501 12/10/2020
1.9.48 1,431 12/9/2020
1.9.47 1,347 12/8/2020
1.9.46 1,412 12/4/2020
1.9.45 1,381 12/3/2020
1.9.44 1,463 12/1/2020
1.9.43 1,405 11/30/2020
1.9.42 1,322 11/27/2020
1.9.41 1,463 11/26/2020
1.9.40 1,260 11/26/2020
1.9.39 3,869 11/25/2020
1.9.38 1,349 11/23/2020
1.9.37 1,345 11/20/2020
1.9.36 1,656 11/17/2020
1.9.35 1,446 11/16/2020
1.9.34 1,622 11/10/2020
1.9.33 1,441 11/9/2020
1.9.32 5,892 11/3/2020
1.9.31 1,454 11/3/2020
1.9.30 1,426 10/30/2020
1.9.29 1,374 10/28/2020
1.9.28 4,186 10/21/2020
1.9.27 1,415 10/20/2020
1.9.26 1,520 10/18/2020
1.9.25 4,368 10/15/2020
1.9.24 1,558 10/14/2020
1.9.23 1,415 10/13/2020
1.9.22 1,431 10/13/2020
1.9.21 1,487 10/9/2020
1.9.20 2,451 10/2/2020
1.9.19 2,345 9/29/2020
1.9.18 2,950 9/29/2020
1.9.17 1,475 9/22/2020
1.9.16 1,450 9/17/2020
1.9.15 1,605 9/16/2020
1.9.14 2,636 9/15/2020
1.9.13 1,393 9/15/2020
1.9.12 1,465 9/15/2020
1.9.11 1,448 9/15/2020
1.9.10 1,770 9/11/2020
1.9.9 1,519 9/9/2020
1.9.8 1,345 9/9/2020
1.9.7 1,398 9/8/2020
1.9.6 1,774 9/4/2020
1.9.5 1,451 9/2/2020
1.9.4 1,405 9/1/2020
1.9.3 1,462 8/31/2020
1.9.2 3,310 8/27/2020
1.9.1 1,443 8/26/2020
1.9.0 2,779 8/25/2020
1.8.105 1,904 4/15/2021
1.8.104 1,577 10/20/2020
1.8.103 2,560 9/14/2020
1.8.102 1,560 9/8/2020
1.8.101 1,519 9/2/2020
1.8.100 1,463 9/1/2020
1.8.99 3,344 8/21/2020
1.8.98 1,450 8/18/2020
1.8.97 1,593 8/14/2020
1.8.96 1,570 8/13/2020
1.8.95 1,520 8/12/2020
1.8.94 2,497 8/11/2020
1.8.93 1,894 8/3/2020
1.8.92 1,588 7/30/2020
1.8.91 1,620 7/13/2020
1.8.90 1,524 7/7/2020
1.8.89 1,618 7/7/2020
1.8.88 1,454 7/6/2020
1.8.87 1,460 7/2/2020
1.8.86 3,657 6/30/2020
1.8.85 1,539 6/30/2020
1.8.84 1,476 6/30/2020
1.8.83 1,518 6/29/2020
1.8.82 1,503 6/25/2020
1.8.81 1,640 6/25/2020
1.8.80 1,565 6/22/2020
1.8.79 1,502 6/18/2020
1.8.78 4,701 6/18/2020
1.8.77 1,498 6/17/2020
1.8.76 2,586 6/16/2020
1.8.75 1,482 6/15/2020
1.8.74 3,064 6/9/2020
1.8.73 1,571 6/8/2020
1.8.72 1,458 6/8/2020
1.8.71 1,503 6/5/2020
1.8.70 1,643 6/4/2020
1.8.69 1,609 6/1/2020
1.8.68 1,627 5/29/2020
1.8.67 1,549 5/28/2020
1.8.66 1,534 5/28/2020
1.8.65 1,528 5/27/2020
1.8.64 2,556 5/26/2020
1.8.63 4,945 5/20/2020
1.8.62 1,495 5/20/2020
1.8.61 1,517 5/20/2020
1.8.60 1,656 5/18/2020
1.8.59 1,576 5/15/2020
1.8.58 1,560 5/15/2020
1.8.57 1,535 5/15/2020
1.8.56 1,511 5/14/2020
1.8.55 5,524 5/12/2020
1.8.54 1,634 5/8/2020
1.8.53 2,443 5/6/2020
1.8.52 1,709 5/5/2020
1.8.51 1,595 5/4/2020
1.8.50 1,613 4/30/2020
1.8.49 1,555 4/29/2020
1.8.48 1,586 4/27/2020
1.8.47 3,784 4/24/2020
1.8.46 1,604 4/24/2020
1.8.45 1,545 4/24/2020
1.8.44 1,569 4/22/2020
1.8.43 2,741 4/21/2020
1.8.42 1,536 4/17/2020
1.8.41 1,639 4/16/2020
1.8.40 1,712 4/9/2020
1.8.39 1,486 4/8/2020
1.8.38 2,606 4/5/2020
1.8.37 1,648 4/3/2020
1.8.36 1,648 4/3/2020
1.8.35 1,597 4/2/2020
1.8.34 1,654 4/2/2020
1.8.33 1,714 3/31/2020
1.8.32 1,601 3/27/2020
1.8.31 1,625 3/26/2020
1.8.30 1,579 3/26/2020
1.8.29 1,419 3/25/2020
1.8.28 1,640 3/24/2020
1.8.27 1,590 3/20/2020
1.8.26 1,591 3/19/2020
1.8.25 1,662 3/18/2020
1.8.24 2,581 3/18/2020
1.8.23 1,578 3/18/2020
1.8.22 1,477 3/18/2020
1.8.21 1,631 3/18/2020
1.8.20 1,694 3/17/2020
1.8.19 1,694 3/17/2020
1.8.18 1,600 3/17/2020
1.8.17 3,869 3/17/2020
1.8.16 1,632 3/15/2020
1.8.15 3,883 3/12/2020
1.8.14 1,577 3/11/2020
1.8.13 4,913 3/5/2020
1.8.12 1,805 3/3/2020
1.8.11 1,608 3/2/2020
1.8.10 7,682 2/24/2020
1.8.9 1,751 2/20/2020
1.8.8 1,859 2/18/2020
1.8.7 1,644 2/18/2020
1.8.6 1,524 2/17/2020
1.8.5 1,577 2/14/2020
1.8.4 1,870 2/12/2020
1.8.3 1,852 2/7/2020
1.8.2 1,662 2/3/2020
1.8.1 7,001 1/28/2020
1.7.53 1,671 5/15/2020
1.7.52 1,589 3/31/2020
1.7.51 2,084 3/27/2020
1.7.50 1,586 3/26/2020
1.7.49 2,242 3/18/2020
1.7.48 1,574 2/25/2020
1.7.47 2,614 2/4/2020
1.7.46 1,584 2/4/2020
1.7.45 1,630 1/16/2020
1.7.44 1,680 1/13/2020
1.7.43 1,622 1/9/2020
1.7.42 6,015 12/27/2019
1.7.41 3,594 12/16/2019
1.7.40 1,510 12/13/2019
1.7.39 1,507 12/13/2019
1.7.38 1,617 12/13/2019
1.7.37 1,662 12/11/2019
1.7.36 1,607 12/4/2019
1.7.35 1,504 12/4/2019
1.7.34 1,550 12/3/2019
1.7.33 1,664 12/2/2019
1.7.32 7,061 11/27/2019
1.7.31 7,990 11/26/2019
1.7.30 2,328 11/25/2019
1.7.29 1,571 11/22/2019
1.7.28 1,696 11/8/2019
1.7.27 2,251 11/5/2019
1.7.26 1,636 10/31/2019
1.7.25 2,525 10/29/2019
1.7.24 1,596 10/29/2019
1.7.23 1,590 10/25/2019
1.7.22 1,610 10/24/2019
1.7.21 1,673 10/24/2019
1.7.20 6,458 10/16/2019
1.7.19 1,557 10/15/2019
1.7.18 1,603 10/15/2019
1.7.17 1,695 10/8/2019
1.7.16 1,618 10/4/2019
1.7.15 5,066 10/2/2019
1.7.14 1,941 9/27/2019
1.7.13 1,549 9/26/2019
1.7.12 1,599 9/25/2019
1.7.11 1,649 9/24/2019
1.7.10 1,641 9/24/2019
1.7.9 1,666 9/24/2019
1.7.8 11,872 9/12/2019
1.7.7 1,631 9/12/2019
1.7.6 2,636 9/10/2019
1.7.5 1,690 9/5/2019
1.7.4 1,583 9/4/2019
1.7.3 1,589 9/3/2019
1.7.2 1,661 9/2/2019
1.7.1 1,684 8/29/2019
1.7.0 2,736 8/27/2019
1.6.69 1,569 5/15/2020
1.6.68 5,850 10/2/2019
1.6.67 2,698 9/27/2019
1.6.66 1,628 9/26/2019
1.6.65 2,733 9/5/2019
1.6.64 1,564 9/2/2019
1.6.63 3,642 8/23/2019
1.6.62 1,542 8/21/2019
1.6.61 1,679 8/21/2019
1.6.60 1,622 8/15/2019
1.6.57 1,562 8/8/2019
1.6.56 1,558 8/8/2019
1.6.55 2,917 8/5/2019
1.6.52 3,378 7/8/2019
1.6.48 1,653 6/18/2019
1.6.47 2,463 6/13/2019
1.6.46 1,689 6/12/2019
1.6.45 1,686 6/12/2019
1.6.44 1,591 6/12/2019
1.6.43 1,601 5/29/2019
1.6.42 2,483 5/28/2019
1.6.41 1,581 5/28/2019
1.6.40 1,638 5/28/2019
1.6.39 1,586 5/28/2019
1.6.38 2,491 5/21/2019
1.6.37 6,374 5/21/2019
1.6.36 1,644 5/16/2019
1.6.35 4,725 5/16/2019
1.6.34 1,650 5/16/2019
1.6.33 1,562 5/16/2019
1.6.32 1,699 5/7/2019
1.6.31 1,653 5/7/2019
1.6.30 1,667 5/7/2019
1.6.29 1,597 5/7/2019
1.6.28 2,545 5/1/2019
1.6.27 1,733 5/1/2019
1.6.26 1,664 4/25/2019
1.6.25 2,286 4/17/2019
1.6.24 1,592 4/17/2019
1.6.23 4,646 4/15/2019
1.6.22 2,544 4/9/2019
1.6.20 1,677 4/1/2019
1.6.19 1,708 3/29/2019
1.6.18 2,765 3/25/2019
1.6.17 1,712 3/21/2019
1.6.16 2,554 3/15/2019
1.6.15 1,617 3/15/2019
1.6.14 1,608 3/15/2019
1.6.13 1,651 3/15/2019
1.6.12 1,620 3/15/2019
1.6.11 1,694 3/15/2019
1.6.10 2,615 3/15/2019
1.6.9 1,621 3/15/2019
1.6.8 1,548 3/15/2019
1.6.7 7,826 3/15/2019
1.6.6 2,465 3/15/2019
1.6.5 1,874 3/15/2019
1.6.4 1,649 3/15/2019
1.6.3 1,625 3/15/2019
1.6.2 1,683 3/15/2019
1.6.1 2,850 3/15/2019
1.6.0 8,350 3/15/2019
1.5.41 2,329 3/15/2019
1.5.40 1,666 3/15/2019
1.5.39 2,546 3/15/2019
1.5.38 1,644 3/15/2019
1.5.37 1,575 3/15/2019
1.5.36 1,644 3/15/2019
1.5.35 1,940 3/15/2019
1.5.34 4,780 3/15/2019
1.5.33 1,605 3/15/2019
1.5.32 2,400 3/15/2019
1.5.31 1,621 3/15/2019
1.5.30 1,662 3/15/2019
1.5.29 1,594 3/15/2019
1.5.28 4,273 3/15/2019
1.5.27 1,652 3/15/2019
1.5.26 4,445 3/15/2019
1.5.25 1,597 3/15/2019
1.5.24 1,621 3/15/2019
1.5.23 2,535 3/15/2019
1.5.22 1,605 3/15/2019
1.5.21 3,731 3/15/2019
1.5.20 1,594 3/15/2019
1.5.19 2,497 3/15/2019
1.5.18 1,648 3/15/2019
1.5.17 1,595 3/15/2019
1.5.16 2,349 3/15/2019
1.5.15 1,656 3/15/2019
1.5.14 1,577 3/15/2019
1.5.13 1,744 3/15/2019
1.5.11 1,570 3/15/2019
1.5.10 1,897 3/15/2019
1.5.9 2,803 3/15/2019
1.5.8 2,246 3/15/2019
1.5.7 1,677 3/15/2019
1.5.6 1,624 3/15/2019
1.5.5 5,097 3/15/2019
1.5.4 1,668 3/15/2019
1.5.3 1,569 3/15/2019
1.5.2 1,588 3/15/2019
1.5.1 7,465 3/15/2019
1.5.0 6,118 3/15/2019
1.4.84 23,507 3/15/2019
1.4.83 6,861 3/15/2019
1.4.82 6,335 3/15/2019
1.4.81 1,680 3/15/2019
1.4.80 7,138 3/15/2019
1.4.79 1,637 3/15/2019
1.4.78 1,556 3/15/2019
1.4.77 2,486 3/15/2019
1.4.76 1,590 3/15/2019
1.4.75 1,518 3/15/2019
1.4.74 2,292 3/15/2019
1.4.73 1,558 3/15/2019
1.4.72 1,570 3/15/2019
1.4.71 1,578 3/15/2019
1.4.70 1,554 3/15/2019
1.4.69 2,300 3/15/2019
1.4.68 1,601 3/15/2019
1.4.67 1,547 3/15/2019
1.4.66 2,310 3/15/2019
1.4.65 1,591 3/15/2019
1.4.64 1,580 3/15/2019
1.4.63 4,015 3/15/2019
1.4.59 4,586 3/15/2019
1.4.57 9,699 3/15/2019
1.4.22 11,067 3/15/2019
1.3.14 12,902 3/15/2019
1.2.10 5,751 3/15/2019
1.1.2 8,834 3/15/2019
1.0.0 108,863 3/15/2019