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 (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.XmlProvider

XML Provider

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.18.1-PreRelease 147 8/7/2025
10.18.0-PreRelease 379 7/25/2025
10.17.4 155 8/5/2025
10.17.3 489 7/22/2025
10.17.2 299 7/15/2025
10.17.1 420 7/8/2025
10.17.0 393 7/1/2025
10.16.8 150 8/5/2025
10.16.7 478 7/22/2025
10.16.6 440 7/1/2025
10.16.5 647 6/17/2025
10.16.4 610 6/12/2025
10.16.3 529 6/10/2025
10.16.2 403 6/4/2025
10.16.1 331 6/3/2025
10.16.0 565 5/27/2025
10.15.10 155 8/5/2025
10.15.9 307 7/1/2025
10.15.8 216 6/24/2025
10.15.7 287 6/17/2025
10.15.6 327 6/3/2025
10.15.5 274 5/27/2025
10.15.4 398 5/20/2025
10.15.3 577 5/13/2025
10.15.2 371 5/13/2025
10.15.1 504 5/6/2025
10.15.0 458 4/29/2025
10.14.13 279 7/1/2025
10.14.12 235 6/24/2025
10.14.11 325 6/17/2025
10.14.10 427 5/20/2025
10.14.9 367 5/13/2025
10.14.8 387 5/13/2025
10.14.7 210 5/7/2025
10.14.6 201 5/6/2025
10.14.5 291 4/29/2025
10.14.4 512 4/22/2025
10.14.3 511 4/10/2025
10.14.2 383 4/8/2025
10.14.1 618 4/1/2025
10.14.0 945 3/25/2025
10.13.8 541 4/22/2025
10.13.7 315 4/10/2025
10.13.6 296 4/8/2025
10.13.5 298 4/1/2025
10.13.4 600 3/25/2025
10.13.3 837 3/18/2025
10.13.2 427 3/11/2025
10.13.1 880 3/4/2025
10.13.0 2,907 2/25/2025
10.12.7 641 3/11/2025
10.12.6 341 3/4/2025
10.12.5 249 2/25/2025
10.12.4 457 2/18/2025
10.12.3 343 2/12/2025
10.12.2 231 2/11/2025
10.12.1 436 2/4/2025
10.12.0 1,323 1/28/2025
10.11.8 522 2/25/2025
10.11.7 231 2/18/2025
10.11.6 251 2/12/2025
10.11.5 200 2/11/2025
10.11.4 225 2/4/2025
10.11.3 282 1/28/2025
10.11.2 752 1/21/2025
10.11.1 282 1/14/2025
10.11.0 516 1/7/2025
10.10.8 399 2/12/2025
10.10.7 200 2/11/2025
10.10.6 303 1/16/2025
10.10.5 163 1/14/2025
10.10.4 284 1/7/2025
10.10.3 607 12/17/2024
10.10.2 282 12/10/2024
10.10.1 334 12/3/2024
10.10.0 360 11/26/2024
10.9.9 381 1/14/2025
10.9.8 388 12/17/2024
10.9.7 223 12/10/2024
10.9.6 227 12/3/2024
10.9.5 210 11/27/2024
10.9.4 186 11/26/2024
10.9.3 422 11/19/2024
10.9.2 440 11/12/2024
10.9.1 301 11/5/2024
10.9.0 1,492 10/29/2024
10.8.14 210 1/14/2025
10.8.13 321 12/17/2024
10.8.12 251 12/10/2024
10.8.11 241 12/3/2024
10.8.10 397 11/26/2024
10.8.9 215 11/19/2024
10.8.8 230 11/12/2024
10.8.7 252 11/7/2024
10.8.6 229 11/5/2024
10.8.5 256 10/29/2024
10.8.4 290 10/22/2024
10.8.3 428 10/15/2024
10.8.2 309 10/8/2024
10.8.1 358 10/1/2024
10.8.0 3,980 9/24/2024
10.7.11 218 11/19/2024
10.7.10 212 11/19/2024
10.7.9 288 10/29/2024
10.7.8 201 10/22/2024
10.7.7 227 10/15/2024
10.7.6 251 10/8/2024
10.7.5 306 10/1/2024
10.7.4 240 9/24/2024
10.7.3 420 9/17/2024
10.7.2 312 9/10/2024
10.7.1 341 9/4/2024
10.7.0 1,338 8/27/2024
10.6.18 246 11/19/2024
10.6.17 210 11/19/2024
10.6.16 288 10/15/2024
10.6.15 238 10/8/2024
10.6.14 235 10/1/2024
10.6.13 280 9/24/2024
10.6.12 258 9/17/2024
10.6.11 241 9/3/2024
10.6.10 291 8/27/2024
10.6.9 811 8/20/2024
10.6.8 367 8/13/2024
10.6.7 232 8/6/2024
10.6.6 385 7/19/2024
10.6.5 239 7/16/2024
10.6.4 307 7/9/2024
10.6.3 417 7/2/2024
10.6.2 2,473 6/25/2024
10.5.14 314 10/1/2024
10.5.13 231 9/24/2024
10.5.12 255 8/21/2024
10.5.11 268 8/13/2024
10.5.10 176 8/6/2024
10.5.9 237 7/19/2024
10.5.8 251 7/16/2024
10.5.7 196 7/5/2024
10.5.6 254 7/1/2024
10.5.5 220 6/25/2024
10.5.4 303 6/18/2024
10.5.3 301 6/11/2024
10.5.2 308 6/4/2024
10.5.1 214 6/4/2024
10.5.0 614 5/28/2024
10.4.8 208 8/6/2024
10.4.7 222 6/25/2024
10.4.6 226 6/11/2024
10.4.5 232 6/4/2024
10.4.4 237 5/28/2024
10.4.3 285 5/21/2024
10.4.2 580 5/14/2024
10.4.1 468 5/7/2024
10.4.0 2,072 4/30/2024
10.3.10 199 8/6/2024
10.3.9 223 6/25/2024
10.3.8 316 5/21/2024
10.3.7 224 5/14/2024
10.3.6 273 5/7/2024
10.3.5 270 4/30/2024
10.3.4 331 4/23/2024
10.3.3 301 4/16/2024
10.3.2 348 4/11/2024
10.3.1 264 4/9/2024
10.3.0 457 4/2/2024
10.2.8 326 4/23/2024
10.2.7 260 4/16/2024
10.2.6 249 4/11/2024
10.2.5 254 4/9/2024
10.2.4 256 4/2/2024
10.2.3 311 3/26/2024
10.2.2 371 3/19/2024
10.2.1 399 3/12/2024
10.2.0 540 3/5/2024
10.1.12 274 4/11/2024
10.1.11 261 4/9/2024
10.1.10 277 4/2/2024
10.1.9 322 3/19/2024
10.1.8 335 3/13/2024
10.1.7 313 3/12/2024
10.1.6 353 3/5/2024
10.1.5 411 2/27/2024
10.1.4 458 2/20/2024
10.1.3 467 2/14/2024
10.1.2 470 2/7/2024
10.1.1 451 2/6/2024
10.1.0 516 1/30/2024
10.0.39 304 4/11/2024
10.0.38 320 4/2/2024
10.0.37 407 3/5/2024
10.0.36 420 2/27/2024
10.0.35 429 2/20/2024
10.0.34 677 2/14/2024
10.0.33 636 2/1/2024
10.0.32 528 1/24/2024
10.0.31 517 1/19/2024
10.0.30 519 1/18/2024
10.0.29 590 1/16/2024
10.0.28 742 1/16/2024
10.0.27 640 1/11/2024
10.0.26 733 12/19/2023
10.0.25 1,147 12/12/2023
10.0.24 1,009 12/5/2023
10.0.22 903 11/28/2023
10.0.21 2,736 11/23/2023
10.0.20 667 11/21/2023
10.0.19 628 11/14/2023
10.0.18 561 11/9/2023
10.0.17 662 11/2/2023
10.0.16 630 10/25/2023
10.0.15 699 10/19/2023
10.0.14 670 10/11/2023
10.0.13 803 9/27/2023
10.0.12 704 9/26/2023
10.0.11 720 9/22/2023
10.0.10 692 9/13/2023
10.0.9 2,227 8/30/2023
10.0.8 736 8/25/2023
10.0.7 988 8/22/2023
10.0.6 948 8/10/2023
10.0.5 1,131 8/2/2023
10.0.4 866 7/13/2023
10.0.3 1,062 7/5/2023
10.0.2 1,333 6/27/2023
10.0.1 877 6/20/2023
10.0.0 2,286 6/14/2023
1.19.4 110 7/30/2025
1.19.3 338 6/18/2025
1.19.2 572 4/1/2025
1.19.1 861 2/19/2025
1.19.0 811 1/31/2025
1.18.5 176 4/1/2025
1.18.4 134 2/18/2025
1.18.3 280 1/31/2025
1.18.2 257 12/18/2024
1.18.1 734 11/26/2024
1.18.0 1,562 8/27/2024
1.17.17 999 11/22/2024
1.17.16 170 11/7/2024
1.17.15 217 10/18/2024
1.17.14 1,040 10/2/2024
1.17.13 1,423 9/19/2024
1.17.12 1,073 9/3/2024
1.17.11 378 8/26/2024
1.17.10 1,082 8/14/2024
1.17.9 252 7/18/2024
1.17.8 425 6/27/2024
1.17.7 1,405 6/4/2024
1.17.6 168 5/30/2024
1.17.5 1,521 5/13/2024
1.17.4 5,709 4/12/2024
1.17.3 433 3/25/2024
1.17.2 1,208 3/4/2024
1.17.1 1,120 2/14/2024
1.17.0 618 1/31/2024
1.16.13 431 4/11/2024
1.16.12 311 3/25/2024
1.16.11 315 3/4/2024
1.16.10 421 2/14/2024
1.16.9 447 1/29/2024
1.16.8 663 1/9/2024
1.16.7 1,287 12/13/2023
1.16.6 727 12/6/2023
1.16.5 1,592 11/29/2023
1.16.4 937 11/21/2023
1.16.3 696 11/7/2023
1.16.2 530 10/30/2023
1.16.1 1,521 10/10/2023
1.16.0 2,059 9/21/2023
1.15.34 338 1/31/2024
1.15.33 387 1/23/2024
1.15.32 813 12/13/2023
1.15.31 1,763 11/7/2023
1.15.30 621 10/17/2023
1.15.29 1,066 10/10/2023
1.15.28 2,921 9/13/2023
1.15.27 2,490 8/29/2023
1.15.26 7,235 8/15/2023
1.15.25 651 8/14/2023
1.15.24 1,683 8/2/2023
1.15.23 737 7/27/2023
1.15.22 709 7/26/2023
1.15.21 1,138 7/6/2023
1.15.20 1,968 6/29/2023
1.15.19 1,737 6/6/2023
1.15.18 1,027 5/28/2023
1.15.17 1,146 5/16/2023
1.15.16 2,506 5/11/2023
1.15.15 2,965 5/3/2023
1.15.14 1,282 4/18/2023
1.15.13 1,449 3/24/2023
1.15.12 1,687 3/21/2023
1.15.11 3,427 3/16/2023
1.15.10 867 3/15/2023
1.15.9 3,869 3/7/2023
1.15.8 931 3/2/2023
1.15.7 1,031 2/28/2023
1.15.6 973 2/22/2023
1.15.5 1,489 2/21/2023
1.15.4 987 2/15/2023
1.15.3 881 2/7/2023
1.15.2 1,055 2/6/2023
1.15.1 3,448 2/2/2023
1.15.0 1,274 1/26/2023
1.14.70 3,018 10/9/2023
1.14.69 690 8/14/2023
1.14.68 864 7/27/2023
1.14.67 1,488 6/23/2023
1.14.66 4,442 5/3/2023
1.14.65 1,963 4/24/2023
1.14.64 949 4/18/2023
1.14.63 923 3/24/2023
1.14.62 938 3/21/2023
1.14.61 941 3/16/2023
1.14.60 876 3/16/2023
1.14.59 1,415 3/7/2023
1.14.58 911 3/2/2023
1.14.57 1,598 2/21/2023
1.14.56 1,073 2/15/2023
1.14.55 997 2/14/2023
1.14.54 995 2/7/2023
1.14.53 1,029 2/2/2023
1.14.52 1,001 2/1/2023
1.14.51 1,367 1/26/2023
1.14.50 1,620 1/24/2023
1.14.49 4,780 1/18/2023
1.14.48 997 1/16/2023
1.14.47 1,810 1/10/2023
1.14.46 959 1/9/2023
1.14.45 1,541 1/9/2023
1.14.44 1,819 1/5/2023
1.14.43 963 1/5/2023
1.14.42 2,644 1/3/2023
1.14.41 3,340 12/15/2022
1.14.40 1,026 12/13/2022
1.14.39 1,805 12/8/2022
1.14.38 1,016 12/7/2022
1.14.37 961 12/5/2022
1.14.36 1,037 12/2/2022
1.14.35 992 12/1/2022
1.14.34 1,797 11/29/2022
1.14.33 1,041 11/28/2022
1.14.32 976 11/24/2022
1.14.31 1,042 11/23/2022
1.14.30 1,162 11/22/2022
1.14.29 1,226 11/22/2022
1.14.28 1,980 11/17/2022
1.14.27 1,940 11/16/2022
1.14.26 1,161 11/16/2022
1.14.25 2,098 11/15/2022
1.14.24 1,147 11/14/2022
1.14.23 1,067 11/11/2022
1.14.22 1,277 11/10/2022
1.14.21 1,093 11/10/2022
1.14.20 1,129 11/7/2022
1.14.19 1,556 11/7/2022
1.14.18 1,473 11/2/2022
1.14.17 3,587 11/1/2022
1.14.16 1,072 10/27/2022
1.14.15 1,185 10/24/2022
1.14.14 1,099 10/21/2022
1.14.13 2,223 10/13/2022
1.14.12 1,070 10/12/2022
1.14.11 1,605 10/12/2022
1.14.10 1,925 10/7/2022
1.14.9 1,409 10/4/2022
1.14.8 1,087 10/3/2022
1.14.7 1,490 9/29/2022
1.14.6 1,883 9/27/2022
1.14.5 1,174 9/21/2022
1.14.4 1,504 9/16/2022
1.14.3 1,126 9/15/2022
1.14.2 2,309 9/7/2022
1.14.1 2,649 8/30/2022
1.14.0 3,142 8/30/2022
1.13.83 1,017 1/24/2023
1.13.81 1,011 1/5/2023
1.13.80 1,023 11/23/2022
1.13.79 1,127 11/1/2022
1.13.78 1,066 10/13/2022
1.13.77 1,147 10/4/2022
1.13.76 1,280 9/27/2022
1.13.75 1,135 9/21/2022
1.13.74 3,078 9/20/2022
1.13.73 1,199 9/16/2022
1.13.72 2,476 8/31/2022
1.13.71 1,177 8/30/2022
1.13.70 1,143 8/25/2022
1.13.69 1,217 8/22/2022
1.13.68 1,104 8/22/2022
1.13.67 1,227 8/22/2022
1.13.66 1,186 8/22/2022
1.13.65 1,227 8/17/2022
1.13.64 4,169 8/11/2022
1.13.63 1,151 8/9/2022
1.13.62 1,244 8/8/2022
1.13.61 2,616 7/13/2022
1.13.60 1,294 7/11/2022
1.13.59 2,814 6/27/2022
1.13.58 1,364 6/24/2022
1.13.57 1,928 6/21/2022
1.13.56 1,272 6/19/2022
1.13.55 1,677 6/15/2022
1.13.54 5,947 6/8/2022
1.13.53 1,221 6/6/2022
1.13.52 5,906 6/2/2022
1.13.51 1,337 6/1/2022
1.13.50 2,059 5/23/2022
1.13.49 1,243 5/20/2022
1.13.48 1,202 5/18/2022
1.13.47 1,294 5/5/2022
1.13.46 3,082 5/2/2022
1.13.45 1,260 4/29/2022
1.13.44 1,296 4/28/2022
1.13.43 1,216 4/28/2022
1.13.42 1,317 4/27/2022
1.13.41 1,208 4/27/2022
1.13.40 1,233 4/26/2022
1.13.39 1,280 4/26/2022
1.13.38 1,314 4/26/2022
1.13.37 1,548 4/21/2022
1.13.36 1,716 4/13/2022
1.13.35 1,450 4/8/2022
1.13.34 1,249 4/7/2022
1.13.33 1,317 4/7/2022
1.13.32 1,301 4/7/2022
1.13.31 1,296 4/6/2022
1.13.30 1,243 4/4/2022
1.13.29 1,660 3/28/2022
1.13.28 1,291 3/28/2022
1.13.27 2,006 3/25/2022
1.13.24 1,266 3/21/2022
1.13.23 1,307 3/17/2022
1.13.22 1,561 3/16/2022
1.13.21 1,314 3/15/2022
1.13.20 1,352 3/11/2022
1.13.19 1,323 3/10/2022
1.13.18 1,358 3/10/2022
1.13.17 1,293 3/9/2022
1.13.16 1,351 3/9/2022
1.13.15 1,424 3/4/2022
1.13.14 2,725 3/2/2022
1.13.13 1,256 3/1/2022
1.13.12 1,400 2/28/2022
1.13.11 1,400 2/18/2022
1.13.10 1,345 2/18/2022
1.13.9 4,748 2/17/2022
1.13.8 1,288 2/16/2022
1.13.7 3,534 2/11/2022
1.13.6 1,414 2/7/2022
1.13.5 1,404 2/3/2022
1.13.4 1,361 2/2/2022
1.13.3 1,334 2/2/2022
1.13.2 1,382 2/1/2022
1.13.1 1,402 1/28/2022
1.13.0 3,934 1/25/2022
1.12.60 2,934 5/24/2022
1.12.59 1,195 5/23/2022
1.12.58 1,497 3/9/2022
1.12.57 1,316 3/3/2022
1.12.56 1,305 2/11/2022
1.12.55 1,616 2/8/2022
1.12.54 1,343 2/4/2022
1.12.53 1,308 1/31/2022
1.12.52 3,362 1/23/2022
1.12.51 1,393 1/20/2022
1.12.50 1,333 1/19/2022
1.12.49 1,689 1/17/2022
1.12.48 1,190 1/14/2022
1.12.47 1,329 1/13/2022
1.12.46 1,262 1/11/2022
1.12.45 1,076 1/6/2022
1.12.44 1,200 1/3/2022
1.12.43 1,155 12/23/2021
1.12.42 2,476 12/21/2021
1.12.41 1,127 12/21/2021
1.12.40 1,107 12/20/2021
1.12.39 1,092 12/20/2021
1.12.38 2,328 12/16/2021
1.12.37 1,107 12/16/2021
1.12.36 2,297 12/16/2021
1.12.35 4,960 12/15/2021
1.12.34 1,148 12/10/2021
1.12.33 1,894 12/7/2021
1.12.32 1,348 12/2/2021
1.12.31 974 12/2/2021
1.12.30 1,115 11/30/2021
1.12.29 1,296 11/29/2021
1.12.28 4,513 11/23/2021
1.12.27 1,119 11/22/2021
1.12.26 1,140 11/12/2021
1.12.25 1,069 11/11/2021
1.12.23 1,147 11/10/2021
1.12.22 1,116 11/10/2021
1.12.21 1,184 11/8/2021
1.12.20 2,047 10/29/2021
1.12.19 5,423 10/29/2021
1.12.18 1,218 10/26/2021
1.12.17 1,887 10/26/2021
1.12.16 1,284 10/25/2021
1.12.15 1,293 10/20/2021
1.12.14 1,160 10/18/2021
1.12.13 1,195 10/18/2021
1.12.12 1,143 10/15/2021
1.12.11 1,334 10/14/2021
1.12.10 1,944 10/7/2021
1.12.9 1,158 10/6/2021
1.12.8 1,302 10/5/2021
1.12.7 1,249 10/5/2021
1.12.6 1,260 10/4/2021
1.12.5 1,196 10/1/2021
1.12.4 1,203 9/30/2021
1.12.3 1,169 9/29/2021
1.12.2 1,825 9/23/2021
1.12.1 1,721 9/17/2021
1.12.0 3,519 8/31/2021
1.10.116 2,620 12/1/2021
1.10.115 2,480 11/11/2021
1.10.114 1,128 11/10/2021
1.10.113 1,127 11/5/2021
1.10.112 2,016 10/19/2021
1.10.111 1,151 10/15/2021
1.10.110 1,211 10/15/2021
1.10.109 1,141 10/12/2021
1.10.108 1,154 10/8/2021
1.10.107 1,209 10/7/2021
1.10.106 1,099 10/6/2021
1.10.105 1,181 10/5/2021
1.10.104 13,139 9/23/2021
1.10.103 1,616 9/21/2021
1.10.102 2,060 9/21/2021
1.10.101 1,211 9/15/2021
1.10.100 1,235 9/13/2021
1.10.99 2,097 9/9/2021
1.10.98 1,261 9/9/2021
1.10.97 1,431 9/6/2021
1.10.96 4,581 8/30/2021
1.10.95 2,873 8/27/2021
1.10.94 1,327 8/26/2021
1.10.93 1,373 8/24/2021
1.10.92 13,992 8/23/2021
1.10.91 1,414 8/20/2021
1.10.90 21,047 8/12/2021
1.10.89 3,576 8/12/2021
1.10.88 1,687 8/4/2021
1.10.87 6,722 7/15/2021
1.10.86 1,330 7/14/2021
1.10.85 1,296 7/12/2021
1.10.84 1,277 7/12/2021
1.10.83 10,109 7/8/2021
1.10.82 1,176 7/7/2021
1.10.81 1,171 7/6/2021
1.10.80 1,253 7/2/2021
1.10.79 1,146 7/2/2021
1.10.78 1,270 6/30/2021
1.10.77 1,194 6/29/2021
1.10.76 2,073 6/28/2021
1.10.75 2,478 6/25/2021
1.10.74 1,239 6/22/2021
1.10.73 1,269 6/18/2021
1.10.72 3,433 6/11/2021
1.10.71 1,962 6/7/2021
1.10.70 1,319 6/4/2021
1.10.69 1,207 6/4/2021
1.10.68 17,141 6/2/2021
1.10.67 3,114 6/1/2021
1.10.66 1,240 5/31/2021
1.10.65 1,295 5/27/2021
1.10.64 1,192 5/26/2021
1.10.63 2,425 5/24/2021
1.10.62 2,380 5/18/2021
1.10.61 1,259 5/18/2021
1.10.60 1,239 5/17/2021
1.10.59 2,860 5/12/2021
1.10.58 1,318 5/11/2021
1.10.57 1,330 5/7/2021
1.10.56 2,722 5/4/2021
1.10.55 1,252 5/3/2021
1.10.54 1,289 5/3/2021
1.10.53 23,079 4/27/2021
1.10.52 1,209 4/27/2021
1.10.51 8,625 4/26/2021
1.10.50 7,292 4/23/2021
1.10.49 4,841 4/22/2021
1.10.48 1,221 4/21/2021
1.10.47 1,284 4/21/2021
1.10.46 1,307 4/21/2021
1.10.45 1,209 4/20/2021
1.10.44 1,259 4/19/2021
1.10.43 1,183 4/19/2021
1.10.42 1,258 4/15/2021
1.10.41 1,196 4/14/2021
1.10.40 1,666 4/14/2021
1.10.39 3,561 4/13/2021
1.10.38 1,133 4/12/2021
1.10.37 1,238 4/12/2021
1.10.36 1,289 4/12/2021
1.10.35 1,240 4/9/2021
1.10.34 1,163 4/9/2021
1.10.33 1,140 4/8/2021
1.10.32 1,250 4/8/2021
1.10.31 1,204 4/7/2021
1.10.30 1,174 4/7/2021
1.10.29 1,206 3/31/2021
1.10.28 1,582 3/30/2021
1.10.27 3,138 3/24/2021
1.10.26 1,190 3/24/2021
1.10.25 1,281 3/23/2021
1.10.24 1,264 3/23/2021
1.10.23 1,390 3/18/2021
1.10.22 2,626 3/17/2021
1.10.21 2,514 3/11/2021
1.10.20 1,310 3/11/2021
1.10.19 1,270 3/10/2021
1.10.18 1,997 3/9/2021
1.10.17 1,198 3/9/2021
1.10.16 1,329 3/8/2021
1.10.15 14,848 3/4/2021
1.10.14 1,655 2/25/2021
1.10.13 3,235 2/19/2021
1.10.12 2,634 2/18/2021
1.10.11 1,334 2/16/2021
1.10.10 1,186 2/15/2021
1.10.9 1,379 2/10/2021
1.10.8 1,658 2/8/2021
1.10.7 1,275 2/4/2021
1.10.6 3,331 2/2/2021
1.10.5 1,260 2/1/2021
1.10.4 1,306 1/29/2021
1.10.3 2,714 1/28/2021
1.10.2 6,494 1/26/2021
1.10.1 11,667 1/26/2021
1.9.64 1,220 3/17/2021
1.9.63 1,771 2/25/2021
1.9.62 1,267 2/22/2021
1.9.61 2,235 2/4/2021
1.9.60 1,230 2/1/2021
1.9.59 3,989 1/19/2021
1.9.58 1,274 1/15/2021
1.9.57 1,471 1/14/2021
1.9.56 1,349 1/11/2021
1.9.55 1,580 12/24/2020
1.9.54 1,538 12/18/2020
1.9.53 4,299 12/16/2020
1.9.52 1,272 12/15/2020
1.9.51 1,324 12/11/2020
1.9.50 1,339 12/10/2020
1.9.49 1,403 12/10/2020
1.9.48 1,354 12/9/2020
1.9.47 1,286 12/8/2020
1.9.46 1,342 12/4/2020
1.9.45 1,317 12/3/2020
1.9.44 1,395 12/1/2020
1.9.43 1,335 11/30/2020
1.9.42 1,263 11/27/2020
1.9.41 1,389 11/26/2020
1.9.40 1,200 11/26/2020
1.9.39 3,792 11/25/2020
1.9.38 1,289 11/23/2020
1.9.37 1,275 11/20/2020
1.9.36 1,594 11/17/2020
1.9.35 1,378 11/16/2020
1.9.34 1,552 11/10/2020
1.9.33 1,375 11/9/2020
1.9.32 5,575 11/3/2020
1.9.31 1,379 11/3/2020
1.9.30 1,339 10/30/2020
1.9.29 1,315 10/28/2020
1.9.28 4,018 10/21/2020
1.9.27 1,329 10/20/2020
1.9.26 1,439 10/18/2020
1.9.25 4,039 10/15/2020
1.9.24 1,487 10/14/2020
1.9.23 1,346 10/13/2020
1.9.22 1,363 10/13/2020
1.9.21 1,420 10/9/2020
1.9.20 2,369 10/2/2020
1.9.19 2,271 9/29/2020
1.9.18 2,844 9/29/2020
1.9.17 1,411 9/22/2020
1.9.16 1,383 9/17/2020
1.9.15 1,535 9/16/2020
1.9.14 2,549 9/15/2020
1.9.13 1,320 9/15/2020
1.9.12 1,396 9/15/2020
1.9.11 1,374 9/15/2020
1.9.10 1,696 9/11/2020
1.9.9 1,423 9/9/2020
1.9.8 1,276 9/9/2020
1.9.7 1,331 9/8/2020
1.9.6 1,691 9/4/2020
1.9.5 1,368 9/2/2020
1.9.4 1,325 9/1/2020
1.9.3 1,383 8/31/2020
1.9.2 3,139 8/27/2020
1.9.1 1,365 8/26/2020
1.9.0 2,694 8/25/2020
1.8.105 1,843 4/15/2021
1.8.104 1,489 10/20/2020
1.8.103 2,482 9/14/2020
1.8.102 1,466 9/8/2020
1.8.101 1,446 9/2/2020
1.8.100 1,376 9/1/2020
1.8.99 3,166 8/21/2020
1.8.98 1,386 8/18/2020
1.8.97 1,500 8/14/2020
1.8.96 1,488 8/13/2020
1.8.95 1,457 8/12/2020
1.8.94 2,417 8/11/2020
1.8.93 1,802 8/3/2020
1.8.92 1,507 7/30/2020
1.8.91 1,535 7/13/2020
1.8.90 1,461 7/7/2020
1.8.89 1,516 7/7/2020
1.8.88 1,378 7/6/2020
1.8.87 1,380 7/2/2020
1.8.86 3,581 6/30/2020
1.8.85 1,457 6/30/2020
1.8.84 1,383 6/30/2020
1.8.83 1,405 6/29/2020
1.8.82 1,434 6/25/2020
1.8.81 1,574 6/25/2020
1.8.80 1,489 6/22/2020
1.8.79 1,411 6/18/2020
1.8.78 4,447 6/18/2020
1.8.77 1,416 6/17/2020
1.8.76 2,484 6/16/2020
1.8.75 1,401 6/15/2020
1.8.74 2,966 6/9/2020
1.8.73 1,475 6/8/2020
1.8.72 1,387 6/8/2020
1.8.71 1,406 6/5/2020
1.8.70 1,543 6/4/2020
1.8.69 1,500 6/1/2020
1.8.68 1,537 5/29/2020
1.8.67 1,459 5/28/2020
1.8.66 1,434 5/28/2020
1.8.65 1,466 5/27/2020
1.8.64 2,466 5/26/2020
1.8.63 4,714 5/20/2020
1.8.62 1,424 5/20/2020
1.8.61 1,434 5/20/2020
1.8.60 1,578 5/18/2020
1.8.59 1,469 5/15/2020
1.8.58 1,453 5/15/2020
1.8.57 1,444 5/15/2020
1.8.56 1,434 5/14/2020
1.8.55 5,278 5/12/2020
1.8.54 1,531 5/8/2020
1.8.53 2,379 5/6/2020
1.8.52 1,618 5/5/2020
1.8.51 1,488 5/4/2020
1.8.50 1,526 4/30/2020
1.8.49 1,445 4/29/2020
1.8.48 1,478 4/27/2020
1.8.47 3,615 4/24/2020
1.8.46 1,529 4/24/2020
1.8.45 1,435 4/24/2020
1.8.44 1,474 4/22/2020
1.8.43 2,665 4/21/2020
1.8.42 1,459 4/17/2020
1.8.41 1,568 4/16/2020
1.8.40 1,632 4/9/2020
1.8.39 1,401 4/8/2020
1.8.38 2,526 4/5/2020
1.8.37 1,572 4/3/2020
1.8.36 1,556 4/3/2020
1.8.35 1,511 4/2/2020
1.8.34 1,569 4/2/2020
1.8.33 1,616 3/31/2020
1.8.32 1,512 3/27/2020
1.8.31 1,529 3/26/2020
1.8.30 1,491 3/26/2020
1.8.29 1,346 3/25/2020
1.8.28 1,578 3/24/2020
1.8.27 1,486 3/20/2020
1.8.26 1,459 3/19/2020
1.8.25 1,596 3/18/2020
1.8.24 2,492 3/18/2020
1.8.23 1,484 3/18/2020
1.8.22 1,371 3/18/2020
1.8.21 1,553 3/18/2020
1.8.20 1,596 3/17/2020
1.8.19 1,591 3/17/2020
1.8.18 1,539 3/17/2020
1.8.17 3,727 3/17/2020
1.8.16 1,550 3/15/2020
1.8.15 3,659 3/12/2020
1.8.14 1,458 3/11/2020
1.8.13 4,830 3/5/2020
1.8.12 1,728 3/3/2020
1.8.11 1,524 3/2/2020
1.8.10 7,404 2/24/2020
1.8.9 1,642 2/20/2020
1.8.8 1,760 2/18/2020
1.8.7 1,549 2/18/2020
1.8.6 1,433 2/17/2020
1.8.5 1,436 2/14/2020
1.8.4 1,801 2/12/2020
1.8.3 1,769 2/7/2020
1.8.2 1,580 2/3/2020
1.8.1 6,755 1/28/2020
1.7.53 1,566 5/15/2020
1.7.52 1,508 3/31/2020
1.7.51 2,002 3/27/2020
1.7.50 1,503 3/26/2020
1.7.49 2,171 3/18/2020
1.7.48 1,444 2/25/2020
1.7.47 2,488 2/4/2020
1.7.46 1,497 2/4/2020
1.7.45 1,545 1/16/2020
1.7.44 1,610 1/13/2020
1.7.43 1,559 1/9/2020
1.7.42 5,633 12/27/2019
1.7.41 3,462 12/16/2019
1.7.40 1,413 12/13/2019
1.7.39 1,443 12/13/2019
1.7.38 1,523 12/13/2019
1.7.37 1,568 12/11/2019
1.7.36 1,538 12/4/2019
1.7.35 1,423 12/4/2019
1.7.34 1,482 12/3/2019
1.7.33 1,580 12/2/2019
1.7.32 6,851 11/27/2019
1.7.31 7,531 11/26/2019
1.7.30 2,242 11/25/2019
1.7.29 1,498 11/22/2019
1.7.28 1,612 11/8/2019
1.7.27 2,177 11/5/2019
1.7.26 1,552 10/31/2019
1.7.25 2,437 10/29/2019
1.7.24 1,502 10/29/2019
1.7.23 1,525 10/25/2019
1.7.22 1,538 10/24/2019
1.7.21 1,588 10/24/2019
1.7.20 6,207 10/16/2019
1.7.19 1,467 10/15/2019
1.7.18 1,529 10/15/2019
1.7.17 1,613 10/8/2019
1.7.16 1,555 10/4/2019
1.7.15 4,881 10/2/2019
1.7.14 1,867 9/27/2019
1.7.13 1,486 9/26/2019
1.7.12 1,535 9/25/2019
1.7.11 1,586 9/24/2019
1.7.10 1,562 9/24/2019
1.7.9 1,587 9/24/2019
1.7.8 11,150 9/12/2019
1.7.7 1,560 9/12/2019
1.7.6 2,525 9/10/2019
1.7.5 1,608 9/5/2019
1.7.4 1,507 9/4/2019
1.7.3 1,517 9/3/2019
1.7.2 1,592 9/2/2019
1.7.1 1,596 8/29/2019
1.7.0 2,647 8/27/2019
1.6.69 1,496 5/15/2020
1.6.68 5,656 10/2/2019
1.6.67 2,594 9/27/2019
1.6.66 1,544 9/26/2019
1.6.65 2,644 9/5/2019
1.6.64 1,482 9/2/2019
1.6.63 3,406 8/23/2019
1.6.62 1,469 8/21/2019
1.6.61 1,604 8/21/2019
1.6.60 1,528 8/15/2019
1.6.57 1,499 8/8/2019
1.6.56 1,484 8/8/2019
1.6.55 2,813 8/5/2019
1.6.52 3,303 7/8/2019
1.6.48 1,573 6/18/2019
1.6.47 2,395 6/13/2019
1.6.46 1,606 6/12/2019
1.6.45 1,616 6/12/2019
1.6.44 1,516 6/12/2019
1.6.43 1,524 5/29/2019
1.6.42 2,383 5/28/2019
1.6.41 1,498 5/28/2019
1.6.40 1,547 5/28/2019
1.6.39 1,523 5/28/2019
1.6.38 2,400 5/21/2019
1.6.37 6,050 5/21/2019
1.6.36 1,571 5/16/2019
1.6.35 4,499 5/16/2019
1.6.34 1,565 5/16/2019
1.6.33 1,456 5/16/2019
1.6.32 1,626 5/7/2019
1.6.31 1,579 5/7/2019
1.6.30 1,570 5/7/2019
1.6.29 1,506 5/7/2019
1.6.28 2,459 5/1/2019
1.6.27 1,663 5/1/2019
1.6.26 1,583 4/25/2019
1.6.25 2,220 4/17/2019
1.6.24 1,529 4/17/2019
1.6.23 4,494 4/15/2019
1.6.22 2,462 4/9/2019
1.6.20 1,568 4/1/2019
1.6.19 1,610 3/29/2019
1.6.18 2,684 3/25/2019
1.6.17 1,631 3/21/2019
1.6.16 2,450 3/15/2019
1.6.15 1,543 3/15/2019
1.6.14 1,545 3/15/2019
1.6.13 1,569 3/15/2019
1.6.12 1,514 3/15/2019
1.6.11 1,603 3/15/2019
1.6.10 2,536 3/15/2019
1.6.9 1,557 3/15/2019
1.6.8 1,455 3/15/2019
1.6.7 7,187 3/15/2019
1.6.6 2,363 3/15/2019
1.6.5 1,754 3/15/2019
1.6.4 1,580 3/15/2019
1.6.3 1,552 3/15/2019
1.6.2 1,590 3/15/2019
1.6.1 2,741 3/15/2019
1.6.0 7,795 3/15/2019
1.5.41 2,236 3/15/2019
1.5.40 1,593 3/15/2019
1.5.39 2,445 3/15/2019
1.5.38 1,567 3/15/2019
1.5.37 1,511 3/15/2019
1.5.36 1,543 3/15/2019
1.5.35 1,847 3/15/2019
1.5.34 4,597 3/15/2019
1.5.33 1,520 3/15/2019
1.5.32 2,315 3/15/2019
1.5.31 1,542 3/15/2019
1.5.30 1,568 3/15/2019
1.5.29 1,519 3/15/2019
1.5.28 3,943 3/15/2019
1.5.27 1,572 3/15/2019
1.5.26 4,305 3/15/2019
1.5.25 1,525 3/15/2019
1.5.24 1,550 3/15/2019
1.5.23 2,465 3/15/2019
1.5.22 1,516 3/15/2019
1.5.21 3,639 3/15/2019
1.5.20 1,520 3/15/2019
1.5.19 2,420 3/15/2019
1.5.18 1,571 3/15/2019
1.5.17 1,521 3/15/2019
1.5.16 2,263 3/15/2019
1.5.15 1,584 3/15/2019
1.5.14 1,496 3/15/2019
1.5.13 1,650 3/15/2019
1.5.11 1,505 3/15/2019
1.5.10 1,811 3/15/2019
1.5.9 2,645 3/15/2019
1.5.8 2,059 3/15/2019
1.5.7 1,602 3/15/2019
1.5.6 1,552 3/15/2019
1.5.5 4,959 3/15/2019
1.5.4 1,597 3/15/2019
1.5.3 1,487 3/15/2019
1.5.2 1,506 3/15/2019
1.5.1 7,265 3/15/2019
1.5.0 5,844 3/15/2019
1.4.84 21,532 3/15/2019
1.4.83 6,396 3/15/2019
1.4.82 6,024 3/15/2019
1.4.81 1,593 3/15/2019
1.4.80 6,564 3/15/2019
1.4.79 1,566 3/15/2019
1.4.78 1,467 3/15/2019
1.4.77 2,400 3/15/2019
1.4.76 1,527 3/15/2019
1.4.75 1,440 3/15/2019
1.4.74 2,222 3/15/2019
1.4.73 1,479 3/15/2019
1.4.72 1,496 3/15/2019
1.4.71 1,493 3/15/2019
1.4.70 1,491 3/15/2019
1.4.69 2,210 3/15/2019
1.4.68 1,508 3/15/2019
1.4.67 1,473 3/15/2019
1.4.66 2,228 3/15/2019
1.4.65 1,505 3/15/2019
1.4.64 1,517 3/15/2019
1.4.63 3,866 3/15/2019
1.4.59 4,315 3/15/2019
1.4.57 9,455 3/15/2019
1.4.22 10,421 3/15/2019
1.3.14 11,780 3/15/2019
1.2.10 5,218 3/15/2019
1.1.2 8,233 3/15/2019
1.0.0 99,224 3/15/2019