Dynamicweb.Ecommerce 10.21.1-PreRelease

This is a prerelease version of Dynamicweb.Ecommerce.
dotnet add package Dynamicweb.Ecommerce --version 10.21.1-PreRelease
                    
NuGet\Install-Package Dynamicweb.Ecommerce -Version 10.21.1-PreRelease
                    
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.21.1-PreRelease" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Dynamicweb.Ecommerce" Version="10.21.1-PreRelease" />
                    
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.21.1-PreRelease
                    
#r "nuget: Dynamicweb.Ecommerce, 10.21.1-PreRelease"
                    
#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.21.1-PreRelease
                    
#: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.21.1-PreRelease&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Dynamicweb.Ecommerce&version=10.21.1-PreRelease&prerelease
                    
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.ExcelProvider

Excel Provider

Dynamicweb.DataIntegration.Providers.DynamicwebProvider

Dynamicweb Provider

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.21.1-PreRelease 0 11/5/2025
10.21.0-PreRelease 473 10/30/2025
10.20.5 201 11/4/2025
10.20.4 744 10/28/2025
10.20.3-PreRelease 591 10/21/2025
10.20.2-PreRelease 572 10/14/2025
10.20.1-PreRelease 586 10/7/2025
10.20.0-PreRelease 698 9/30/2025
10.19.12 236 11/4/2025
10.19.11 656 10/28/2025
10.19.10 645 10/21/2025
10.19.9 771 10/16/2025
10.19.8 675 10/14/2025
10.19.7 717 10/7/2025
10.19.6 1,028 9/30/2025
10.19.5-PreRelease 695 9/22/2025
10.19.4-PreRelease 683 9/16/2025
10.19.3-PreRelease 482 9/9/2025
10.19.2-PreRelease 512 9/4/2025
10.19.1-PreRelease 528 9/2/2025
10.19.0-PreRelease 573 8/26/2025
10.18.14 263 11/4/2025
10.18.13 751 10/28/2025
10.18.12 704 10/14/2025
10.18.11 702 10/7/2025
10.18.10 709 9/30/2025
10.18.9 893 9/22/2025
10.18.8 1,004 9/16/2025
10.18.7 681 9/9/2025
10.18.6 603 9/4/2025
10.18.5 749 9/2/2025
10.18.4 1,242 8/26/2025
10.18.3-PreRelease 486 8/19/2025
10.18.2-PreRelease 531 8/12/2025
10.18.1-PreRelease 587 8/7/2025
10.18.0-PreRelease 657 7/25/2025
10.17.14 235 11/4/2025
10.17.13 815 10/14/2025
10.17.12 655 10/7/2025
10.17.11 850 9/30/2025
10.17.10 774 9/22/2025
10.17.9 827 9/16/2025
10.17.8 702 9/2/2025
10.17.7 682 8/26/2025
10.17.6 667 8/19/2025
10.17.5 758 8/12/2025
10.17.4 647 8/5/2025
10.17.3 998 7/22/2025
10.17.2 620 7/15/2025
10.17.1 679 7/8/2025
10.17.0 802 7/1/2025
10.16.12 945 9/22/2025
10.16.11 777 9/16/2025
10.16.10 546 9/9/2025
10.16.9 882 8/12/2025
10.16.8 701 8/5/2025
10.16.7 1,031 7/22/2025
10.16.6 789 7/1/2025
10.16.5 1,123 6/17/2025
10.16.4 872 6/12/2025
10.16.3 789 6/10/2025
10.16.2 662 6/4/2025
10.16.1 597 6/3/2025
10.16.0 989 5/27/2025
10.15.11 583 8/26/2025
10.15.10 668 8/5/2025
10.15.9 554 7/1/2025
10.15.8 338 6/24/2025
10.15.7 436 6/17/2025
10.15.6 529 6/3/2025
10.15.5 419 5/27/2025
10.15.4 555 5/20/2025
10.15.3 842 5/13/2025
10.15.2 568 5/13/2025
10.15.1 747 5/6/2025
10.15.0 592 4/29/2025
10.14.13 551 7/1/2025
10.14.12 348 6/24/2025
10.14.11 474 6/17/2025
10.14.10 633 5/20/2025
10.14.9 518 5/13/2025
10.14.8 541 5/13/2025
10.14.7 330 5/7/2025
10.14.6 307 5/6/2025
10.14.5 425 4/29/2025
10.14.4 637 4/22/2025
10.14.3 652 4/10/2025
10.14.2 621 4/8/2025
10.14.1 838 4/1/2025
10.14.0 1,267 3/25/2025
10.13.8 836 4/22/2025
10.13.7 437 4/10/2025
10.13.6 428 4/8/2025
10.13.5 429 4/1/2025
10.13.4 748 3/25/2025
10.13.3 1,085 3/18/2025
10.13.2 587 3/11/2025
10.13.1 1,025 3/4/2025
10.13.0 3,063 2/25/2025
10.12.7 936 3/11/2025
10.12.6 479 3/4/2025
10.12.5 379 2/25/2025
10.12.4 623 2/18/2025
10.12.3 457 2/12/2025
10.12.2 361 2/11/2025
10.12.1 616 2/4/2025
10.12.0 1,733 1/28/2025
10.11.8 799 2/25/2025
10.11.7 386 2/18/2025
10.11.6 399 2/12/2025
10.11.5 336 2/11/2025
10.11.4 354 2/4/2025
10.11.3 435 1/28/2025
10.11.2 912 1/21/2025
10.11.1 417 1/14/2025
10.11.0 702 1/7/2025
10.10.8 634 2/12/2025
10.10.7 329 2/11/2025
10.10.6 456 1/16/2025
10.10.5 309 1/14/2025
10.10.4 452 1/7/2025
10.10.3 770 12/17/2024
10.10.2 412 12/10/2024
10.10.1 475 12/3/2024
10.10.0 509 11/26/2024
10.9.9 617 1/14/2025
10.9.8 538 12/17/2024
10.9.7 352 12/10/2024
10.9.6 359 12/3/2024
10.9.5 335 11/27/2024
10.9.4 317 11/26/2024
10.9.3 581 11/19/2024
10.9.2 586 11/12/2024
10.9.1 455 11/5/2024
10.9.0 2,027 10/29/2024
10.8.14 362 1/14/2025
10.8.13 521 12/17/2024
10.8.12 412 12/10/2024
10.8.11 375 12/3/2024
10.8.10 726 11/26/2024
10.8.9 366 11/19/2024
10.8.8 370 11/12/2024
10.8.7 401 11/7/2024
10.8.6 378 11/5/2024
10.8.5 400 10/29/2024
10.8.4 442 10/22/2024
10.8.3 577 10/15/2024
10.8.2 457 10/8/2024
10.8.1 487 10/1/2024
10.8.0 4,683 9/24/2024
10.7.11 359 11/19/2024
10.7.10 362 11/19/2024
10.7.9 466 10/29/2024
10.7.8 334 10/22/2024
10.7.7 353 10/15/2024
10.7.6 390 10/8/2024
10.7.5 467 10/1/2024
10.7.4 366 9/24/2024
10.7.3 571 9/17/2024
10.7.2 452 9/10/2024
10.7.1 469 9/4/2024
10.7.0 1,619 8/27/2024
10.6.18 391 11/19/2024
10.6.17 345 11/19/2024
10.6.16 488 10/15/2024
10.6.15 380 10/8/2024
10.6.14 389 10/1/2024
10.6.13 423 9/24/2024
10.6.12 369 9/17/2024
10.6.11 383 9/3/2024
10.6.10 419 8/27/2024
10.6.9 1,101 8/20/2024
10.6.8 501 8/13/2024
10.6.7 361 8/6/2024
10.6.6 512 7/19/2024
10.6.5 362 7/16/2024
10.6.4 417 7/9/2024
10.6.3 604 7/2/2024
10.6.2 3,258 6/25/2024
10.5.14 502 10/1/2024
10.5.13 381 9/24/2024
10.5.12 371 8/21/2024
10.5.11 395 8/13/2024
10.5.10 303 8/6/2024
10.5.9 379 7/19/2024
10.5.8 399 7/16/2024
10.5.7 328 7/5/2024
10.5.6 371 7/1/2024
10.5.5 358 6/25/2024
10.5.4 452 6/18/2024
10.5.3 440 6/11/2024
10.5.2 442 6/4/2024
10.5.1 341 6/4/2024
10.5.0 782 5/28/2024
10.4.8 341 8/6/2024
10.4.7 336 6/25/2024
10.4.6 346 6/11/2024
10.4.5 359 6/4/2024
10.4.4 382 5/28/2024
10.4.3 415 5/21/2024
10.4.2 861 5/14/2024
10.4.1 599 5/7/2024
10.4.0 3,128 4/30/2024
10.3.10 330 8/6/2024
10.3.9 356 6/25/2024
10.3.8 480 5/21/2024
10.3.7 323 5/14/2024
10.3.6 427 5/7/2024
10.3.5 397 4/30/2024
10.3.4 479 4/23/2024
10.3.3 422 4/16/2024
10.3.2 470 4/11/2024
10.3.1 402 4/9/2024
10.3.0 639 4/2/2024
10.2.8 476 4/23/2024
10.2.7 396 4/16/2024
10.2.6 372 4/11/2024
10.2.5 372 4/9/2024
10.2.4 384 4/2/2024
10.2.3 428 3/26/2024
10.2.2 508 3/19/2024
10.2.1 563 3/12/2024
10.2.0 659 3/5/2024
10.1.12 404 4/11/2024
10.1.11 378 4/9/2024
10.1.10 424 4/2/2024
10.1.9 463 3/19/2024
10.1.8 461 3/13/2024
10.1.7 434 3/12/2024
10.1.6 478 3/5/2024
10.1.5 543 2/27/2024
10.1.4 582 2/20/2024
10.1.3 602 2/14/2024
10.1.2 589 2/7/2024
10.1.1 587 2/6/2024
10.1.0 639 1/30/2024
10.0.39 461 4/11/2024
10.0.38 475 4/2/2024
10.0.37 549 3/5/2024
10.0.36 554 2/27/2024
10.0.35 582 2/20/2024
10.0.34 903 2/14/2024
10.0.33 869 2/1/2024
10.0.32 678 1/24/2024
10.0.31 660 1/19/2024
10.0.30 682 1/18/2024
10.0.29 736 1/16/2024
10.0.28 958 1/16/2024
10.0.27 788 1/11/2024
10.0.26 888 12/19/2023
10.0.25 1,311 12/12/2023
10.0.24 1,150 12/5/2023
10.0.22 1,081 11/28/2023
10.0.21 2,877 11/23/2023
10.0.20 814 11/21/2023
10.0.19 746 11/14/2023
10.0.18 694 11/9/2023
10.0.17 809 11/2/2023
10.0.16 769 10/25/2023
10.0.15 824 10/19/2023
10.0.14 784 10/11/2023
10.0.13 930 9/27/2023
10.0.12 827 9/26/2023
10.0.11 827 9/22/2023
10.0.10 820 9/13/2023
10.0.9 2,802 8/30/2023
10.0.8 893 8/25/2023
10.0.7 1,170 8/22/2023
10.0.6 1,106 8/10/2023
10.0.5 1,257 8/2/2023
10.0.4 1,011 7/13/2023
10.0.3 1,288 7/5/2023
10.0.2 1,672 6/27/2023
10.0.1 1,012 6/20/2023
10.0.0 2,988 6/14/2023
1.20.1 176 10/15/2025
1.20.0 250 9/1/2025
1.19.5 226 8/21/2025
1.19.4 801 7/30/2025
1.19.3 715 6/18/2025
1.19.2 1,226 4/1/2025
1.19.1 987 2/19/2025
1.19.0 1,223 1/31/2025
1.18.5 247 4/1/2025
1.18.4 194 2/18/2025
1.18.3 355 1/31/2025
1.18.2 348 12/18/2024
1.18.1 796 11/26/2024
1.18.0 1,952 8/27/2024
1.17.17 1,125 11/22/2024
1.17.16 231 11/7/2024
1.17.15 285 10/18/2024
1.17.14 1,317 10/2/2024
1.17.13 1,909 9/19/2024
1.17.12 1,165 9/3/2024
1.17.11 421 8/26/2024
1.17.10 1,204 8/14/2024
1.17.9 321 7/18/2024
1.17.8 540 6/27/2024
1.17.7 1,539 6/4/2024
1.17.6 241 5/30/2024
1.17.5 1,616 5/13/2024
1.17.4 6,280 4/12/2024
1.17.3 483 3/25/2024
1.17.2 1,401 3/4/2024
1.17.1 1,179 2/14/2024
1.17.0 710 1/31/2024
1.16.13 529 4/11/2024
1.16.12 369 3/25/2024
1.16.11 428 3/4/2024
1.16.10 485 2/14/2024
1.16.9 517 1/29/2024
1.16.8 749 1/9/2024
1.16.7 1,352 12/13/2023
1.16.6 815 12/6/2023
1.16.5 1,647 11/29/2023
1.16.4 987 11/21/2023
1.16.3 773 11/7/2023
1.16.2 590 10/30/2023
1.16.1 1,624 10/10/2023
1.16.0 2,130 9/21/2023
1.15.34 407 1/31/2024
1.15.33 438 1/23/2024
1.15.32 874 12/13/2023
1.15.31 1,834 11/7/2023
1.15.30 706 10/17/2023
1.15.29 1,132 10/10/2023
1.15.28 3,158 9/13/2023
1.15.27 2,539 8/29/2023
1.15.26 8,601 8/15/2023
1.15.25 712 8/14/2023
1.15.24 1,745 8/2/2023
1.15.23 784 7/27/2023
1.15.22 773 7/26/2023
1.15.21 1,193 7/6/2023
1.15.20 2,122 6/29/2023
1.15.19 1,830 6/6/2023
1.15.18 1,113 5/28/2023
1.15.17 1,360 5/16/2023
1.15.16 2,592 5/11/2023
1.15.15 3,044 5/3/2023
1.15.14 1,357 4/18/2023
1.15.13 1,542 3/24/2023
1.15.12 1,763 3/21/2023
1.15.11 3,555 3/16/2023
1.15.10 939 3/15/2023
1.15.9 3,933 3/7/2023
1.15.8 990 3/2/2023
1.15.7 1,106 2/28/2023
1.15.6 1,054 2/22/2023
1.15.5 1,547 2/21/2023
1.15.4 1,062 2/15/2023
1.15.3 937 2/7/2023
1.15.2 1,149 2/6/2023
1.15.1 3,564 2/2/2023
1.15.0 1,359 1/26/2023
1.14.70 3,740 10/9/2023
1.14.69 748 8/14/2023
1.14.68 956 7/27/2023
1.14.67 1,637 6/23/2023
1.14.66 4,964 5/3/2023
1.14.65 2,060 4/24/2023
1.14.64 1,020 4/18/2023
1.14.63 994 3/24/2023
1.14.62 1,003 3/21/2023
1.14.61 1,013 3/16/2023
1.14.60 955 3/16/2023
1.14.59 1,495 3/7/2023
1.14.58 972 3/2/2023
1.14.57 1,761 2/21/2023
1.14.56 1,139 2/15/2023
1.14.55 1,067 2/14/2023
1.14.54 1,062 2/7/2023
1.14.53 1,085 2/2/2023
1.14.52 1,074 2/1/2023
1.14.51 1,463 1/26/2023
1.14.50 1,704 1/24/2023
1.14.49 5,207 1/18/2023
1.14.48 1,067 1/16/2023
1.14.47 2,085 1/10/2023
1.14.46 1,020 1/9/2023
1.14.45 1,952 1/9/2023
1.14.44 2,132 1/5/2023
1.14.43 1,021 1/5/2023
1.14.42 3,001 1/3/2023
1.14.41 3,419 12/15/2022
1.14.40 1,093 12/13/2022
1.14.39 1,901 12/8/2022
1.14.38 1,076 12/7/2022
1.14.37 1,039 12/5/2022
1.14.36 1,109 12/2/2022
1.14.35 1,061 12/1/2022
1.14.34 1,864 11/29/2022
1.14.33 1,115 11/28/2022
1.14.32 1,034 11/24/2022
1.14.31 1,133 11/23/2022
1.14.30 1,246 11/22/2022
1.14.29 1,440 11/22/2022
1.14.28 2,788 11/17/2022
1.14.27 2,014 11/16/2022
1.14.26 1,231 11/16/2022
1.14.25 2,203 11/15/2022
1.14.24 1,276 11/14/2022
1.14.23 1,128 11/11/2022
1.14.22 1,365 11/10/2022
1.14.21 1,164 11/10/2022
1.14.20 1,200 11/7/2022
1.14.19 1,986 11/7/2022
1.14.18 1,545 11/2/2022
1.14.17 3,687 11/1/2022
1.14.16 1,131 10/27/2022
1.14.15 1,269 10/24/2022
1.14.14 1,166 10/21/2022
1.14.13 2,302 10/13/2022
1.14.12 1,147 10/12/2022
1.14.11 1,818 10/12/2022
1.14.10 2,641 10/7/2022
1.14.9 1,514 10/4/2022
1.14.8 1,160 10/3/2022
1.14.7 1,581 9/29/2022
1.14.6 1,945 9/27/2022
1.14.5 1,246 9/21/2022
1.14.4 1,592 9/16/2022
1.14.3 1,197 9/15/2022
1.14.2 3,254 9/7/2022
1.14.1 3,334 8/30/2022
1.14.0 3,230 8/30/2022
1.13.83 1,096 1/24/2023
1.13.81 1,085 1/5/2023
1.13.80 1,100 11/23/2022
1.13.79 1,189 11/1/2022
1.13.78 1,145 10/13/2022
1.13.77 1,213 10/4/2022
1.13.76 1,379 9/27/2022
1.13.75 1,215 9/21/2022
1.13.74 3,265 9/20/2022
1.13.73 1,277 9/16/2022
1.13.72 2,556 8/31/2022
1.13.71 1,252 8/30/2022
1.13.70 1,214 8/25/2022
1.13.69 1,281 8/22/2022
1.13.68 1,171 8/22/2022
1.13.67 1,305 8/22/2022
1.13.66 1,267 8/22/2022
1.13.65 1,314 8/17/2022
1.13.64 4,284 8/11/2022
1.13.63 1,227 8/9/2022
1.13.62 1,328 8/8/2022
1.13.61 2,718 7/13/2022
1.13.60 1,355 7/11/2022
1.13.59 2,958 6/27/2022
1.13.58 1,440 6/24/2022
1.13.57 2,001 6/21/2022
1.13.56 1,355 6/19/2022
1.13.55 1,786 6/15/2022
1.13.54 6,171 6/8/2022
1.13.53 1,314 6/6/2022
1.13.52 6,243 6/2/2022
1.13.51 1,420 6/1/2022
1.13.50 2,153 5/23/2022
1.13.49 1,331 5/20/2022
1.13.48 1,277 5/18/2022
1.13.47 1,381 5/5/2022
1.13.46 3,158 5/2/2022
1.13.45 1,354 4/29/2022
1.13.44 1,359 4/28/2022
1.13.43 1,310 4/28/2022
1.13.42 1,387 4/27/2022
1.13.41 1,298 4/27/2022
1.13.40 1,310 4/26/2022
1.13.39 1,368 4/26/2022
1.13.38 1,407 4/26/2022
1.13.37 1,643 4/21/2022
1.13.36 1,829 4/13/2022
1.13.35 1,529 4/8/2022
1.13.34 1,328 4/7/2022
1.13.33 1,403 4/7/2022
1.13.32 1,402 4/7/2022
1.13.31 1,380 4/6/2022
1.13.30 1,336 4/4/2022
1.13.29 1,734 3/28/2022
1.13.28 1,356 3/28/2022
1.13.27 2,104 3/25/2022
1.13.24 1,354 3/21/2022
1.13.23 1,408 3/17/2022
1.13.22 1,645 3/16/2022
1.13.21 1,382 3/15/2022
1.13.20 1,456 3/11/2022
1.13.19 1,390 3/10/2022
1.13.18 1,441 3/10/2022
1.13.17 1,381 3/9/2022
1.13.16 1,431 3/9/2022
1.13.15 1,497 3/4/2022
1.13.14 2,807 3/2/2022
1.13.13 1,335 3/1/2022
1.13.12 1,489 2/28/2022
1.13.11 1,483 2/18/2022
1.13.10 1,431 2/18/2022
1.13.9 5,007 2/17/2022
1.13.8 1,361 2/16/2022
1.13.7 3,607 2/11/2022
1.13.6 1,503 2/7/2022
1.13.5 1,483 2/3/2022
1.13.4 1,454 2/2/2022
1.13.3 1,409 2/2/2022
1.13.2 1,457 2/1/2022
1.13.1 1,487 1/28/2022
1.13.0 4,047 1/25/2022
1.12.60 3,085 5/24/2022
1.12.59 1,263 5/23/2022
1.12.58 1,587 3/9/2022
1.12.57 1,405 3/3/2022
1.12.56 1,410 2/11/2022
1.12.55 1,701 2/8/2022
1.12.54 1,427 2/4/2022
1.12.53 1,374 1/31/2022
1.12.52 3,503 1/23/2022
1.12.51 1,473 1/20/2022
1.12.50 1,417 1/19/2022
1.12.49 1,753 1/17/2022
1.12.48 1,263 1/14/2022
1.12.47 1,416 1/13/2022
1.12.46 1,327 1/11/2022
1.12.45 1,188 1/6/2022
1.12.44 1,328 1/3/2022
1.12.43 1,246 12/23/2021
1.12.42 2,588 12/21/2021
1.12.41 1,201 12/21/2021
1.12.40 1,181 12/20/2021
1.12.39 1,161 12/20/2021
1.12.38 2,542 12/16/2021
1.12.37 1,190 12/16/2021
1.12.36 2,429 12/16/2021
1.12.35 5,261 12/15/2021
1.12.34 1,228 12/10/2021
1.12.33 2,005 12/7/2021
1.12.32 1,460 12/2/2021
1.12.31 1,036 12/2/2021
1.12.30 1,208 11/30/2021
1.12.29 1,358 11/29/2021
1.12.28 4,600 11/23/2021
1.12.27 1,183 11/22/2021
1.12.26 1,217 11/12/2021
1.12.25 1,146 11/11/2021
1.12.23 1,216 11/10/2021
1.12.22 1,180 11/10/2021
1.12.21 1,277 11/8/2021
1.12.20 2,154 10/29/2021
1.12.19 5,799 10/29/2021
1.12.18 1,297 10/26/2021
1.12.17 1,963 10/26/2021
1.12.16 1,369 10/25/2021
1.12.15 1,361 10/20/2021
1.12.14 1,235 10/18/2021
1.12.13 1,293 10/18/2021
1.12.12 1,217 10/15/2021
1.12.11 1,411 10/14/2021
1.12.10 2,039 10/7/2021
1.12.9 1,250 10/6/2021
1.12.8 1,385 10/5/2021
1.12.7 1,334 10/5/2021
1.12.6 1,364 10/4/2021
1.12.5 1,282 10/1/2021
1.12.4 1,285 9/30/2021
1.12.3 1,260 9/29/2021
1.12.2 1,910 9/23/2021
1.12.1 1,838 9/17/2021
1.12.0 3,716 8/31/2021
1.10.116 2,722 12/1/2021
1.10.115 2,625 11/11/2021
1.10.114 1,223 11/10/2021
1.10.113 1,204 11/5/2021
1.10.112 2,089 10/19/2021
1.10.111 1,214 10/15/2021
1.10.110 1,294 10/15/2021
1.10.109 1,232 10/12/2021
1.10.108 1,233 10/8/2021
1.10.107 1,310 10/7/2021
1.10.106 1,193 10/6/2021
1.10.105 1,281 10/5/2021
1.10.104 14,071 9/23/2021
1.10.103 1,681 9/21/2021
1.10.102 2,147 9/21/2021
1.10.101 1,285 9/15/2021
1.10.100 1,330 9/13/2021
1.10.99 2,167 9/9/2021
1.10.98 1,354 9/9/2021
1.10.97 1,505 9/6/2021
1.10.96 4,693 8/30/2021
1.10.95 3,088 8/27/2021
1.10.94 1,396 8/26/2021
1.10.93 1,439 8/24/2021
1.10.92 15,063 8/23/2021
1.10.91 1,531 8/20/2021
1.10.90 22,756 8/12/2021
1.10.89 3,824 8/12/2021
1.10.88 1,805 8/4/2021
1.10.87 7,097 7/15/2021
1.10.86 1,422 7/14/2021
1.10.85 1,373 7/12/2021
1.10.84 1,360 7/12/2021
1.10.83 10,748 7/8/2021
1.10.82 1,257 7/7/2021
1.10.81 1,251 7/6/2021
1.10.80 1,332 7/2/2021
1.10.79 1,220 7/2/2021
1.10.78 1,353 6/30/2021
1.10.77 1,274 6/29/2021
1.10.76 2,150 6/28/2021
1.10.75 2,668 6/25/2021
1.10.74 1,316 6/22/2021
1.10.73 1,356 6/18/2021
1.10.72 3,516 6/11/2021
1.10.71 2,082 6/7/2021
1.10.70 1,408 6/4/2021
1.10.69 1,309 6/4/2021
1.10.68 18,005 6/2/2021
1.10.67 3,213 6/1/2021
1.10.66 1,325 5/31/2021
1.10.65 1,381 5/27/2021
1.10.64 1,277 5/26/2021
1.10.63 2,619 5/24/2021
1.10.62 2,474 5/18/2021
1.10.61 1,348 5/18/2021
1.10.60 1,318 5/17/2021
1.10.59 3,058 5/12/2021
1.10.58 1,396 5/11/2021
1.10.57 1,421 5/7/2021
1.10.56 2,905 5/4/2021
1.10.55 1,325 5/3/2021
1.10.54 1,356 5/3/2021
1.10.53 24,543 4/27/2021
1.10.52 1,288 4/27/2021
1.10.51 9,207 4/26/2021
1.10.50 7,800 4/23/2021
1.10.49 5,145 4/22/2021
1.10.48 1,300 4/21/2021
1.10.47 1,397 4/21/2021
1.10.46 1,389 4/21/2021
1.10.45 1,301 4/20/2021
1.10.44 1,325 4/19/2021
1.10.43 1,266 4/19/2021
1.10.42 1,354 4/15/2021
1.10.41 1,276 4/14/2021
1.10.40 1,794 4/14/2021
1.10.39 3,662 4/13/2021
1.10.38 1,208 4/12/2021
1.10.37 1,306 4/12/2021
1.10.36 1,362 4/12/2021
1.10.35 1,316 4/9/2021
1.10.34 1,229 4/9/2021
1.10.33 1,226 4/8/2021
1.10.32 1,328 4/8/2021
1.10.31 1,270 4/7/2021
1.10.30 1,240 4/7/2021
1.10.29 1,293 3/31/2021
1.10.28 1,740 3/30/2021
1.10.27 3,285 3/24/2021
1.10.26 1,259 3/24/2021
1.10.25 1,362 3/23/2021
1.10.24 1,367 3/23/2021
1.10.23 1,479 3/18/2021
1.10.22 2,817 3/17/2021
1.10.21 2,631 3/11/2021
1.10.20 1,390 3/11/2021
1.10.19 1,341 3/10/2021
1.10.18 2,083 3/9/2021
1.10.17 1,313 3/9/2021
1.10.16 1,407 3/8/2021
1.10.15 16,092 3/4/2021
1.10.14 1,765 2/25/2021
1.10.13 3,351 2/19/2021
1.10.12 2,738 2/18/2021
1.10.11 1,415 2/16/2021
1.10.10 1,263 2/15/2021
1.10.9 1,466 2/10/2021
1.10.8 1,727 2/8/2021
1.10.7 1,345 2/4/2021
1.10.6 3,530 2/2/2021
1.10.5 1,337 2/1/2021
1.10.4 1,397 1/29/2021
1.10.3 2,907 1/28/2021
1.10.2 6,830 1/26/2021
1.10.1 12,495 1/26/2021
1.9.64 1,324 3/17/2021
1.9.63 1,864 2/25/2021
1.9.62 1,338 2/22/2021
1.9.61 2,310 2/4/2021
1.9.60 1,311 2/1/2021
1.9.59 4,093 1/19/2021
1.9.58 1,363 1/15/2021
1.9.57 1,557 1/14/2021
1.9.56 1,443 1/11/2021
1.9.55 1,652 12/24/2020
1.9.54 1,626 12/18/2020
1.9.53 4,409 12/16/2020
1.9.52 1,360 12/15/2020
1.9.51 1,406 12/11/2020
1.9.50 1,421 12/10/2020
1.9.49 1,519 12/10/2020
1.9.48 1,444 12/9/2020
1.9.47 1,358 12/8/2020
1.9.46 1,433 12/4/2020
1.9.45 1,395 12/3/2020
1.9.44 1,478 12/1/2020
1.9.43 1,417 11/30/2020
1.9.42 1,335 11/27/2020
1.9.41 1,477 11/26/2020
1.9.40 1,272 11/26/2020
1.9.39 3,887 11/25/2020
1.9.38 1,362 11/23/2020
1.9.37 1,359 11/20/2020
1.9.36 1,668 11/17/2020
1.9.35 1,462 11/16/2020
1.9.34 1,641 11/10/2020
1.9.33 1,456 11/9/2020
1.9.32 5,909 11/3/2020
1.9.31 1,474 11/3/2020
1.9.30 1,442 10/30/2020
1.9.29 1,387 10/28/2020
1.9.28 4,206 10/21/2020
1.9.27 1,426 10/20/2020
1.9.26 1,533 10/18/2020
1.9.25 4,394 10/15/2020
1.9.24 1,576 10/14/2020
1.9.23 1,430 10/13/2020
1.9.22 1,448 10/13/2020
1.9.21 1,501 10/9/2020
1.9.20 2,484 10/2/2020
1.9.19 2,360 9/29/2020
1.9.18 2,964 9/29/2020
1.9.17 1,492 9/22/2020
1.9.16 1,467 9/17/2020
1.9.15 1,624 9/16/2020
1.9.14 2,651 9/15/2020
1.9.13 1,406 9/15/2020
1.9.12 1,474 9/15/2020
1.9.11 1,464 9/15/2020
1.9.10 1,783 9/11/2020
1.9.9 1,531 9/9/2020
1.9.8 1,358 9/9/2020
1.9.7 1,413 9/8/2020
1.9.6 1,789 9/4/2020
1.9.5 1,466 9/2/2020
1.9.4 1,420 9/1/2020
1.9.3 1,477 8/31/2020
1.9.2 3,319 8/27/2020
1.9.1 1,455 8/26/2020
1.9.0 2,791 8/25/2020
1.8.105 1,914 4/15/2021
1.8.104 1,596 10/20/2020
1.8.103 2,581 9/14/2020
1.8.102 1,578 9/8/2020
1.8.101 1,531 9/2/2020
1.8.100 1,481 9/1/2020
1.8.99 3,354 8/21/2020
1.8.98 1,460 8/18/2020
1.8.97 1,608 8/14/2020
1.8.96 1,579 8/13/2020
1.8.95 1,531 8/12/2020
1.8.94 2,505 8/11/2020
1.8.93 1,906 8/3/2020
1.8.92 1,599 7/30/2020
1.8.91 1,638 7/13/2020
1.8.90 1,534 7/7/2020
1.8.89 1,632 7/7/2020
1.8.88 1,468 7/6/2020
1.8.87 1,477 7/2/2020
1.8.86 3,674 6/30/2020
1.8.85 1,550 6/30/2020
1.8.84 1,492 6/30/2020
1.8.83 1,536 6/29/2020
1.8.82 1,523 6/25/2020
1.8.81 1,651 6/25/2020
1.8.80 1,583 6/22/2020
1.8.79 1,512 6/18/2020
1.8.78 4,717 6/18/2020
1.8.77 1,510 6/17/2020
1.8.76 2,598 6/16/2020
1.8.75 1,493 6/15/2020
1.8.74 3,074 6/9/2020
1.8.73 1,581 6/8/2020
1.8.72 1,467 6/8/2020
1.8.71 1,517 6/5/2020
1.8.70 1,654 6/4/2020
1.8.69 1,620 6/1/2020
1.8.68 1,638 5/29/2020
1.8.67 1,559 5/28/2020
1.8.66 1,545 5/28/2020
1.8.65 1,539 5/27/2020
1.8.64 2,567 5/26/2020
1.8.63 4,964 5/20/2020
1.8.62 1,505 5/20/2020
1.8.61 1,528 5/20/2020
1.8.60 1,679 5/18/2020
1.8.59 1,590 5/15/2020
1.8.58 1,582 5/15/2020
1.8.57 1,546 5/15/2020
1.8.56 1,525 5/14/2020
1.8.55 5,539 5/12/2020
1.8.54 1,649 5/8/2020
1.8.53 2,453 5/6/2020
1.8.52 1,720 5/5/2020
1.8.51 1,613 5/4/2020
1.8.50 1,630 4/30/2020
1.8.49 1,569 4/29/2020
1.8.48 1,596 4/27/2020
1.8.47 3,818 4/24/2020
1.8.46 1,618 4/24/2020
1.8.45 1,558 4/24/2020
1.8.44 1,588 4/22/2020
1.8.43 2,751 4/21/2020
1.8.42 1,550 4/17/2020
1.8.41 1,648 4/16/2020
1.8.40 1,723 4/9/2020
1.8.39 1,495 4/8/2020
1.8.38 2,616 4/5/2020
1.8.37 1,663 4/3/2020
1.8.36 1,664 4/3/2020
1.8.35 1,609 4/2/2020
1.8.34 1,667 4/2/2020
1.8.33 1,723 3/31/2020
1.8.32 1,614 3/27/2020
1.8.31 1,633 3/26/2020
1.8.30 1,589 3/26/2020
1.8.29 1,429 3/25/2020
1.8.28 1,650 3/24/2020
1.8.27 1,606 3/20/2020
1.8.26 1,607 3/19/2020
1.8.25 1,671 3/18/2020
1.8.24 2,594 3/18/2020
1.8.23 1,594 3/18/2020
1.8.22 1,495 3/18/2020
1.8.21 1,643 3/18/2020
1.8.20 1,752 3/17/2020
1.8.19 1,707 3/17/2020
1.8.18 1,610 3/17/2020
1.8.17 3,879 3/17/2020
1.8.16 1,646 3/15/2020
1.8.15 3,901 3/12/2020
1.8.14 1,591 3/11/2020
1.8.13 4,923 3/5/2020
1.8.12 1,819 3/3/2020
1.8.11 1,618 3/2/2020
1.8.10 7,698 2/24/2020
1.8.9 1,770 2/20/2020
1.8.8 1,871 2/18/2020
1.8.7 1,655 2/18/2020
1.8.6 1,538 2/17/2020
1.8.5 1,591 2/14/2020
1.8.4 1,883 2/12/2020
1.8.3 1,861 2/7/2020
1.8.2 1,676 2/3/2020
1.8.1 7,011 1/28/2020
1.7.53 1,693 5/15/2020
1.7.52 1,604 3/31/2020
1.7.51 2,102 3/27/2020
1.7.50 1,608 3/26/2020
1.7.49 2,253 3/18/2020
1.7.48 1,595 2/25/2020
1.7.47 2,628 2/4/2020
1.7.46 1,592 2/4/2020
1.7.45 1,641 1/16/2020
1.7.44 1,697 1/13/2020
1.7.43 1,631 1/9/2020
1.7.42 6,032 12/27/2019
1.7.41 3,606 12/16/2019
1.7.40 1,528 12/13/2019
1.7.39 1,515 12/13/2019
1.7.38 1,632 12/13/2019
1.7.37 1,672 12/11/2019
1.7.36 1,618 12/4/2019
1.7.35 1,515 12/4/2019
1.7.34 1,562 12/3/2019
1.7.33 1,680 12/2/2019
1.7.32 7,075 11/27/2019
1.7.31 8,001 11/26/2019
1.7.30 2,351 11/25/2019
1.7.29 1,586 11/22/2019
1.7.28 1,709 11/8/2019
1.7.27 2,265 11/5/2019
1.7.26 1,652 10/31/2019
1.7.25 2,537 10/29/2019
1.7.24 1,615 10/29/2019
1.7.23 1,599 10/25/2019
1.7.22 1,621 10/24/2019
1.7.21 1,683 10/24/2019
1.7.20 6,469 10/16/2019
1.7.19 1,570 10/15/2019
1.7.18 1,620 10/15/2019
1.7.17 1,709 10/8/2019
1.7.16 1,631 10/4/2019
1.7.15 5,108 10/2/2019
1.7.14 1,950 9/27/2019
1.7.13 1,559 9/26/2019
1.7.12 1,610 9/25/2019
1.7.11 1,659 9/24/2019
1.7.10 1,656 9/24/2019
1.7.9 1,676 9/24/2019
1.7.8 11,917 9/12/2019
1.7.7 1,648 9/12/2019
1.7.6 2,646 9/10/2019
1.7.5 1,700 9/5/2019
1.7.4 1,596 9/4/2019
1.7.3 1,605 9/3/2019
1.7.2 1,676 9/2/2019
1.7.1 1,703 8/29/2019
1.7.0 2,749 8/27/2019
1.6.69 1,581 5/15/2020
1.6.68 5,873 10/2/2019
1.6.67 2,711 9/27/2019
1.6.66 1,643 9/26/2019
1.6.65 2,749 9/5/2019
1.6.64 1,578 9/2/2019
1.6.63 3,653 8/23/2019
1.6.62 1,555 8/21/2019
1.6.61 1,694 8/21/2019
1.6.60 1,637 8/15/2019
1.6.57 1,573 8/8/2019
1.6.56 1,568 8/8/2019
1.6.55 2,927 8/5/2019
1.6.52 3,388 7/8/2019
1.6.48 1,666 6/18/2019
1.6.47 2,472 6/13/2019
1.6.46 1,705 6/12/2019
1.6.45 1,703 6/12/2019
1.6.44 1,607 6/12/2019
1.6.43 1,621 5/29/2019
1.6.42 2,496 5/28/2019
1.6.41 1,595 5/28/2019
1.6.40 1,648 5/28/2019
1.6.39 1,596 5/28/2019
1.6.38 2,504 5/21/2019
1.6.37 6,412 5/21/2019
1.6.36 1,659 5/16/2019
1.6.35 4,737 5/16/2019
1.6.34 1,666 5/16/2019
1.6.33 1,579 5/16/2019
1.6.32 1,709 5/7/2019
1.6.31 1,664 5/7/2019
1.6.30 1,683 5/7/2019
1.6.29 1,613 5/7/2019
1.6.28 2,555 5/1/2019
1.6.27 1,747 5/1/2019
1.6.26 1,678 4/25/2019
1.6.25 2,296 4/17/2019
1.6.24 1,602 4/17/2019
1.6.23 4,663 4/15/2019
1.6.22 2,557 4/9/2019
1.6.20 1,690 4/1/2019
1.6.19 1,724 3/29/2019
1.6.18 2,775 3/25/2019
1.6.17 1,724 3/21/2019
1.6.16 2,563 3/15/2019
1.6.15 1,628 3/15/2019
1.6.14 1,618 3/15/2019
1.6.13 1,667 3/15/2019
1.6.12 1,632 3/15/2019
1.6.11 1,710 3/15/2019
1.6.10 2,631 3/15/2019
1.6.9 1,631 3/15/2019
1.6.8 1,558 3/15/2019
1.6.7 7,839 3/15/2019
1.6.6 2,474 3/15/2019
1.6.5 1,885 3/15/2019
1.6.4 1,663 3/15/2019
1.6.3 1,644 3/15/2019
1.6.2 1,698 3/15/2019
1.6.1 2,864 3/15/2019
1.6.0 8,445 3/15/2019
1.5.41 2,339 3/15/2019
1.5.40 1,676 3/15/2019
1.5.39 2,562 3/15/2019
1.5.38 1,654 3/15/2019
1.5.37 1,584 3/15/2019
1.5.36 1,656 3/15/2019
1.5.35 1,954 3/15/2019
1.5.34 4,830 3/15/2019
1.5.33 1,619 3/15/2019
1.5.32 2,415 3/15/2019
1.5.31 1,634 3/15/2019
1.5.30 1,671 3/15/2019
1.5.29 1,608 3/15/2019
1.5.28 4,415 3/15/2019
1.5.27 1,662 3/15/2019
1.5.26 4,464 3/15/2019
1.5.25 1,614 3/15/2019
1.5.24 1,634 3/15/2019
1.5.23 2,545 3/15/2019
1.5.22 1,619 3/15/2019
1.5.21 3,755 3/15/2019
1.5.20 1,606 3/15/2019
1.5.19 2,510 3/15/2019
1.5.18 1,665 3/15/2019
1.5.17 1,609 3/15/2019
1.5.16 2,358 3/15/2019
1.5.15 1,672 3/15/2019
1.5.14 1,589 3/15/2019
1.5.13 1,759 3/15/2019
1.5.11 1,580 3/15/2019
1.5.10 1,909 3/15/2019
1.5.9 2,820 3/15/2019
1.5.8 2,257 3/15/2019
1.5.7 1,688 3/15/2019
1.5.6 1,642 3/15/2019
1.5.5 5,114 3/15/2019
1.5.4 1,683 3/15/2019
1.5.3 1,578 3/15/2019
1.5.2 1,602 3/15/2019
1.5.1 7,475 3/15/2019
1.5.0 6,137 3/15/2019
1.4.84 23,743 3/15/2019
1.4.83 6,891 3/15/2019
1.4.82 6,346 3/15/2019
1.4.81 1,693 3/15/2019
1.4.80 7,170 3/15/2019
1.4.79 1,650 3/15/2019
1.4.78 1,571 3/15/2019
1.4.77 2,499 3/15/2019
1.4.76 1,601 3/15/2019
1.4.75 1,534 3/15/2019
1.4.74 2,306 3/15/2019
1.4.73 1,574 3/15/2019
1.4.72 1,580 3/15/2019
1.4.71 1,590 3/15/2019
1.4.70 1,563 3/15/2019
1.4.69 2,314 3/15/2019
1.4.68 1,613 3/15/2019
1.4.67 1,559 3/15/2019
1.4.66 2,324 3/15/2019
1.4.65 1,604 3/15/2019
1.4.64 1,592 3/15/2019
1.4.63 4,026 3/15/2019
1.4.59 4,602 3/15/2019
1.4.57 9,710 3/15/2019
1.4.22 11,084 3/15/2019
1.3.14 12,916 3/15/2019
1.2.10 5,816 3/15/2019
1.1.2 8,872 3/15/2019
1.0.0 109,513 3/15/2019