Dynamicweb.Ecommerce 10.15.11

There is a newer version of this package available.
See the version list below for details.
dotnet add package Dynamicweb.Ecommerce --version 10.15.11
                    
NuGet\Install-Package Dynamicweb.Ecommerce -Version 10.15.11
                    
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.11" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Dynamicweb.Ecommerce" Version="10.15.11" />
                    
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.11
                    
#r "nuget: Dynamicweb.Ecommerce, 10.15.11"
                    
#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.11
                    
#: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.11
                    
Install as a Cake Addin
#tool nuget:?package=Dynamicweb.Ecommerce&version=10.15.11
                    
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.19.2-PreRelease 0 9/4/2025
10.19.1-PreRelease 95 9/2/2025
10.19.0-PreRelease 286 8/26/2025
10.18.6 0 9/4/2025
10.18.5 143 9/2/2025
10.18.4 448 8/26/2025
10.18.3-PreRelease 215 8/19/2025
10.18.2-PreRelease 223 8/12/2025
10.18.1-PreRelease 299 8/7/2025
10.18.0-PreRelease 391 7/25/2025
10.17.8 139 9/2/2025
10.17.7 355 8/26/2025
10.17.6 321 8/19/2025
10.17.5 396 8/12/2025
10.17.4 354 8/5/2025
10.17.3 516 7/22/2025
10.17.2 310 7/15/2025
10.17.1 432 7/8/2025
10.17.0 448 7/1/2025
10.16.9 404 8/12/2025
10.16.8 418 8/5/2025
10.16.7 534 7/22/2025
10.16.6 464 7/1/2025
10.16.5 758 6/17/2025
10.16.4 618 6/12/2025
10.16.3 536 6/10/2025
10.16.2 409 6/4/2025
10.16.1 339 6/3/2025
10.16.0 667 5/27/2025
10.15.11 283 8/26/2025
10.15.10 388 8/5/2025
10.15.9 338 7/1/2025
10.15.8 224 6/24/2025
10.15.7 295 6/17/2025
10.15.6 338 6/3/2025
10.15.5 282 5/27/2025
10.15.4 406 5/20/2025
10.15.3 606 5/13/2025
10.15.2 393 5/13/2025
10.15.1 528 5/6/2025
10.15.0 465 4/29/2025
10.14.13 323 7/1/2025
10.14.12 242 6/24/2025
10.14.11 336 6/17/2025
10.14.10 434 5/20/2025
10.14.9 374 5/13/2025
10.14.8 393 5/13/2025
10.14.7 216 5/7/2025
10.14.6 209 5/6/2025
10.14.5 298 4/29/2025
10.14.4 518 4/22/2025
10.14.3 519 4/10/2025
10.14.2 409 4/8/2025
10.14.1 642 4/1/2025
10.14.0 1,008 3/25/2025
10.13.8 551 4/22/2025
10.13.7 323 4/10/2025
10.13.6 305 4/8/2025
10.13.5 306 4/1/2025
10.13.4 606 3/25/2025
10.13.3 873 3/18/2025
10.13.2 436 3/11/2025
10.13.1 904 3/4/2025
10.13.0 2,920 2/25/2025
10.12.7 649 3/11/2025
10.12.6 347 3/4/2025
10.12.5 255 2/25/2025
10.12.4 467 2/18/2025
10.12.3 350 2/12/2025
10.12.2 239 2/11/2025
10.12.1 457 2/4/2025
10.12.0 1,392 1/28/2025
10.11.8 531 2/25/2025
10.11.7 240 2/18/2025
10.11.6 257 2/12/2025
10.11.5 210 2/11/2025
10.11.4 233 2/4/2025
10.11.3 289 1/28/2025
10.11.2 760 1/21/2025
10.11.1 289 1/14/2025
10.11.0 525 1/7/2025
10.10.8 407 2/12/2025
10.10.7 207 2/11/2025
10.10.6 309 1/16/2025
10.10.5 173 1/14/2025
10.10.4 289 1/7/2025
10.10.3 613 12/17/2024
10.10.2 290 12/10/2024
10.10.1 341 12/3/2024
10.10.0 371 11/26/2024
10.9.9 392 1/14/2025
10.9.8 394 12/17/2024
10.9.7 230 12/10/2024
10.9.6 234 12/3/2024
10.9.5 217 11/27/2024
10.9.4 193 11/26/2024
10.9.3 430 11/19/2024
10.9.2 448 11/12/2024
10.9.1 307 11/5/2024
10.9.0 1,604 10/29/2024
10.8.14 216 1/14/2025
10.8.13 326 12/17/2024
10.8.12 261 12/10/2024
10.8.11 246 12/3/2024
10.8.10 423 11/26/2024
10.8.9 224 11/19/2024
10.8.8 237 11/12/2024
10.8.7 260 11/7/2024
10.8.6 236 11/5/2024
10.8.5 262 10/29/2024
10.8.4 297 10/22/2024
10.8.3 436 10/15/2024
10.8.2 321 10/8/2024
10.8.1 364 10/1/2024
10.8.0 4,106 9/24/2024
10.7.11 225 11/19/2024
10.7.10 219 11/19/2024
10.7.9 296 10/29/2024
10.7.8 207 10/22/2024
10.7.7 233 10/15/2024
10.7.6 259 10/8/2024
10.7.5 312 10/1/2024
10.7.4 248 9/24/2024
10.7.3 428 9/17/2024
10.7.2 320 9/10/2024
10.7.1 350 9/4/2024
10.7.0 1,373 8/27/2024
10.6.18 255 11/19/2024
10.6.17 217 11/19/2024
10.6.16 296 10/15/2024
10.6.15 246 10/8/2024
10.6.14 241 10/1/2024
10.6.13 288 9/24/2024
10.6.12 263 9/17/2024
10.6.11 246 9/3/2024
10.6.10 296 8/27/2024
10.6.9 847 8/20/2024
10.6.8 372 8/13/2024
10.6.7 237 8/6/2024
10.6.6 391 7/19/2024
10.6.5 244 7/16/2024
10.6.4 312 7/9/2024
10.6.3 425 7/2/2024
10.6.2 2,620 6/25/2024
10.5.14 322 10/1/2024
10.5.13 241 9/24/2024
10.5.12 262 8/21/2024
10.5.11 274 8/13/2024
10.5.10 182 8/6/2024
10.5.9 244 7/19/2024
10.5.8 259 7/16/2024
10.5.7 204 7/5/2024
10.5.6 259 7/1/2024
10.5.5 228 6/25/2024
10.5.4 312 6/18/2024
10.5.3 306 6/11/2024
10.5.2 316 6/4/2024
10.5.1 222 6/4/2024
10.5.0 620 5/28/2024
10.4.8 216 8/6/2024
10.4.7 228 6/25/2024
10.4.6 231 6/11/2024
10.4.5 240 6/4/2024
10.4.4 243 5/28/2024
10.4.3 292 5/21/2024
10.4.2 635 5/14/2024
10.4.1 474 5/7/2024
10.4.0 2,245 4/30/2024
10.3.10 206 8/6/2024
10.3.9 228 6/25/2024
10.3.8 323 5/21/2024
10.3.7 229 5/14/2024
10.3.6 282 5/7/2024
10.3.5 281 4/30/2024
10.3.4 337 4/23/2024
10.3.3 309 4/16/2024
10.3.2 352 4/11/2024
10.3.1 270 4/9/2024
10.3.0 465 4/2/2024
10.2.8 331 4/23/2024
10.2.7 266 4/16/2024
10.2.6 254 4/11/2024
10.2.5 260 4/9/2024
10.2.4 264 4/2/2024
10.2.3 316 3/26/2024
10.2.2 377 3/19/2024
10.2.1 407 3/12/2024
10.2.0 545 3/5/2024
10.1.12 281 4/11/2024
10.1.11 269 4/9/2024
10.1.10 290 4/2/2024
10.1.9 328 3/19/2024
10.1.8 341 3/13/2024
10.1.7 318 3/12/2024
10.1.6 359 3/5/2024
10.1.5 420 2/27/2024
10.1.4 464 2/20/2024
10.1.3 475 2/14/2024
10.1.2 475 2/7/2024
10.1.1 458 2/6/2024
10.1.0 525 1/30/2024
10.0.39 310 4/11/2024
10.0.38 328 4/2/2024
10.0.37 413 3/5/2024
10.0.36 427 2/27/2024
10.0.35 434 2/20/2024
10.0.34 686 2/14/2024
10.0.33 643 2/1/2024
10.0.32 534 1/24/2024
10.0.31 522 1/19/2024
10.0.30 524 1/18/2024
10.0.29 597 1/16/2024
10.0.28 751 1/16/2024
10.0.27 645 1/11/2024
10.0.26 740 12/19/2023
10.0.25 1,153 12/12/2023
10.0.24 1,016 12/5/2023
10.0.22 910 11/28/2023
10.0.21 2,741 11/23/2023
10.0.20 674 11/21/2023
10.0.19 636 11/14/2023
10.0.18 569 11/9/2023
10.0.17 669 11/2/2023
10.0.16 636 10/25/2023
10.0.15 708 10/19/2023
10.0.14 675 10/11/2023
10.0.13 810 9/27/2023
10.0.12 709 9/26/2023
10.0.11 725 9/22/2023
10.0.10 698 9/13/2023
10.0.9 2,239 8/30/2023
10.0.8 746 8/25/2023
10.0.7 996 8/22/2023
10.0.6 955 8/10/2023
10.0.5 1,144 8/2/2023
10.0.4 874 7/13/2023
10.0.3 1,070 7/5/2023
10.0.2 1,342 6/27/2023
10.0.1 885 6/20/2023
10.0.0 2,325 6/14/2023
1.20.0 52 9/1/2025
1.19.5 141 8/21/2025
1.19.4 329 7/30/2025
1.19.3 452 6/18/2025
1.19.2 640 4/1/2025
1.19.1 885 2/19/2025
1.19.0 972 1/31/2025
1.18.5 183 4/1/2025
1.18.4 140 2/18/2025
1.18.3 301 1/31/2025
1.18.2 268 12/18/2024
1.18.1 748 11/26/2024
1.18.0 1,711 8/27/2024
1.17.17 1,023 11/22/2024
1.17.16 176 11/7/2024
1.17.15 223 10/18/2024
1.17.14 1,112 10/2/2024
1.17.13 1,612 9/19/2024
1.17.12 1,099 9/3/2024
1.17.11 383 8/26/2024
1.17.10 1,091 8/14/2024
1.17.9 259 7/18/2024
1.17.8 436 6/27/2024
1.17.7 1,443 6/4/2024
1.17.6 176 5/30/2024
1.17.5 1,548 5/13/2024
1.17.4 5,838 4/12/2024
1.17.3 438 3/25/2024
1.17.2 1,244 3/4/2024
1.17.1 1,127 2/14/2024
1.17.0 647 1/31/2024
1.16.13 442 4/11/2024
1.16.12 316 3/25/2024
1.16.11 321 3/4/2024
1.16.10 426 2/14/2024
1.16.9 455 1/29/2024
1.16.8 672 1/9/2024
1.16.7 1,294 12/13/2023
1.16.6 738 12/6/2023
1.16.5 1,599 11/29/2023
1.16.4 944 11/21/2023
1.16.3 706 11/7/2023
1.16.2 537 10/30/2023
1.16.1 1,538 10/10/2023
1.16.0 2,069 9/21/2023
1.15.34 343 1/31/2024
1.15.33 392 1/23/2024
1.15.32 820 12/13/2023
1.15.31 1,768 11/7/2023
1.15.30 626 10/17/2023
1.15.29 1,075 10/10/2023
1.15.28 2,960 9/13/2023
1.15.27 2,499 8/29/2023
1.15.26 7,276 8/15/2023
1.15.25 660 8/14/2023
1.15.24 1,690 8/2/2023
1.15.23 743 7/27/2023
1.15.22 715 7/26/2023
1.15.21 1,146 7/6/2023
1.15.20 1,993 6/29/2023
1.15.19 1,746 6/6/2023
1.15.18 1,038 5/28/2023
1.15.17 1,201 5/16/2023
1.15.16 2,518 5/11/2023
1.15.15 2,974 5/3/2023
1.15.14 1,293 4/18/2023
1.15.13 1,459 3/24/2023
1.15.12 1,694 3/21/2023
1.15.11 3,492 3/16/2023
1.15.10 875 3/15/2023
1.15.9 3,879 3/7/2023
1.15.8 941 3/2/2023
1.15.7 1,039 2/28/2023
1.15.6 982 2/22/2023
1.15.5 1,496 2/21/2023
1.15.4 997 2/15/2023
1.15.3 888 2/7/2023
1.15.2 1,064 2/6/2023
1.15.1 3,471 2/2/2023
1.15.0 1,282 1/26/2023
1.14.70 3,069 10/9/2023
1.14.69 697 8/14/2023
1.14.68 877 7/27/2023
1.14.67 1,500 6/23/2023
1.14.66 4,482 5/3/2023
1.14.65 1,981 4/24/2023
1.14.64 958 4/18/2023
1.14.63 933 3/24/2023
1.14.62 946 3/21/2023
1.14.61 953 3/16/2023
1.14.60 884 3/16/2023
1.14.59 1,423 3/7/2023
1.14.58 920 3/2/2023
1.14.57 1,606 2/21/2023
1.14.56 1,082 2/15/2023
1.14.55 1,006 2/14/2023
1.14.54 1,003 2/7/2023
1.14.53 1,037 2/2/2023
1.14.52 1,010 2/1/2023
1.14.51 1,376 1/26/2023
1.14.50 1,639 1/24/2023
1.14.49 4,804 1/18/2023
1.14.48 1,004 1/16/2023
1.14.47 1,951 1/10/2023
1.14.46 967 1/9/2023
1.14.45 1,550 1/9/2023
1.14.44 1,959 1/5/2023
1.14.43 971 1/5/2023
1.14.42 2,659 1/3/2023
1.14.41 3,348 12/15/2022
1.14.40 1,034 12/13/2022
1.14.39 1,812 12/8/2022
1.14.38 1,024 12/7/2022
1.14.37 970 12/5/2022
1.14.36 1,046 12/2/2022
1.14.35 1,000 12/1/2022
1.14.34 1,806 11/29/2022
1.14.33 1,050 11/28/2022
1.14.32 984 11/24/2022
1.14.31 1,050 11/23/2022
1.14.30 1,173 11/22/2022
1.14.29 1,234 11/22/2022
1.14.28 1,987 11/17/2022
1.14.27 1,947 11/16/2022
1.14.26 1,170 11/16/2022
1.14.25 2,105 11/15/2022
1.14.24 1,157 11/14/2022
1.14.23 1,074 11/11/2022
1.14.22 1,285 11/10/2022
1.14.21 1,101 11/10/2022
1.14.20 1,138 11/7/2022
1.14.19 1,565 11/7/2022
1.14.18 1,486 11/2/2022
1.14.17 3,599 11/1/2022
1.14.16 1,079 10/27/2022
1.14.15 1,193 10/24/2022
1.14.14 1,107 10/21/2022
1.14.13 2,230 10/13/2022
1.14.12 1,079 10/12/2022
1.14.11 1,613 10/12/2022
1.14.10 1,933 10/7/2022
1.14.9 1,418 10/4/2022
1.14.8 1,095 10/3/2022
1.14.7 1,498 9/29/2022
1.14.6 1,890 9/27/2022
1.14.5 1,182 9/21/2022
1.14.4 1,515 9/16/2022
1.14.3 1,133 9/15/2022
1.14.2 2,318 9/7/2022
1.14.1 2,657 8/30/2022
1.14.0 3,150 8/30/2022
1.13.83 1,026 1/24/2023
1.13.81 1,019 1/5/2023
1.13.80 1,031 11/23/2022
1.13.79 1,134 11/1/2022
1.13.78 1,076 10/13/2022
1.13.77 1,156 10/4/2022
1.13.76 1,289 9/27/2022
1.13.75 1,144 9/21/2022
1.13.74 3,086 9/20/2022
1.13.73 1,209 9/16/2022
1.13.72 2,484 8/31/2022
1.13.71 1,185 8/30/2022
1.13.70 1,150 8/25/2022
1.13.69 1,225 8/22/2022
1.13.68 1,112 8/22/2022
1.13.67 1,236 8/22/2022
1.13.66 1,197 8/22/2022
1.13.65 1,236 8/17/2022
1.13.64 4,177 8/11/2022
1.13.63 1,159 8/9/2022
1.13.62 1,253 8/8/2022
1.13.61 2,624 7/13/2022
1.13.60 1,301 7/11/2022
1.13.59 2,832 6/27/2022
1.13.58 1,371 6/24/2022
1.13.57 1,938 6/21/2022
1.13.56 1,279 6/19/2022
1.13.55 1,687 6/15/2022
1.13.54 6,019 6/8/2022
1.13.53 1,229 6/6/2022
1.13.52 5,919 6/2/2022
1.13.51 1,345 6/1/2022
1.13.50 2,066 5/23/2022
1.13.49 1,251 5/20/2022
1.13.48 1,210 5/18/2022
1.13.47 1,303 5/5/2022
1.13.46 3,092 5/2/2022
1.13.45 1,269 4/29/2022
1.13.44 1,304 4/28/2022
1.13.43 1,225 4/28/2022
1.13.42 1,326 4/27/2022
1.13.41 1,218 4/27/2022
1.13.40 1,241 4/26/2022
1.13.39 1,289 4/26/2022
1.13.38 1,324 4/26/2022
1.13.37 1,558 4/21/2022
1.13.36 1,726 4/13/2022
1.13.35 1,457 4/8/2022
1.13.34 1,259 4/7/2022
1.13.33 1,327 4/7/2022
1.13.32 1,319 4/7/2022
1.13.31 1,305 4/6/2022
1.13.30 1,253 4/4/2022
1.13.29 1,667 3/28/2022
1.13.28 1,300 3/28/2022
1.13.27 2,016 3/25/2022
1.13.24 1,277 3/21/2022
1.13.23 1,316 3/17/2022
1.13.22 1,568 3/16/2022
1.13.21 1,323 3/15/2022
1.13.20 1,360 3/11/2022
1.13.19 1,331 3/10/2022
1.13.18 1,367 3/10/2022
1.13.17 1,305 3/9/2022
1.13.16 1,358 3/9/2022
1.13.15 1,432 3/4/2022
1.13.14 2,734 3/2/2022
1.13.13 1,263 3/1/2022
1.13.12 1,409 2/28/2022
1.13.11 1,408 2/18/2022
1.13.10 1,354 2/18/2022
1.13.9 4,758 2/17/2022
1.13.8 1,296 2/16/2022
1.13.7 3,544 2/11/2022
1.13.6 1,423 2/7/2022
1.13.5 1,412 2/3/2022
1.13.4 1,369 2/2/2022
1.13.3 1,342 2/2/2022
1.13.2 1,390 2/1/2022
1.13.1 1,411 1/28/2022
1.13.0 3,946 1/25/2022
1.12.60 2,942 5/24/2022
1.12.59 1,203 5/23/2022
1.12.58 1,517 3/9/2022
1.12.57 1,326 3/3/2022
1.12.56 1,313 2/11/2022
1.12.55 1,624 2/8/2022
1.12.54 1,350 2/4/2022
1.12.53 1,316 1/31/2022
1.12.52 3,392 1/23/2022
1.12.51 1,400 1/20/2022
1.12.50 1,340 1/19/2022
1.12.49 1,697 1/17/2022
1.12.48 1,198 1/14/2022
1.12.47 1,337 1/13/2022
1.12.46 1,269 1/11/2022
1.12.45 1,087 1/6/2022
1.12.44 1,213 1/3/2022
1.12.43 1,163 12/23/2021
1.12.42 2,485 12/21/2021
1.12.41 1,135 12/21/2021
1.12.40 1,115 12/20/2021
1.12.39 1,100 12/20/2021
1.12.38 2,336 12/16/2021
1.12.37 1,115 12/16/2021
1.12.36 2,314 12/16/2021
1.12.35 4,975 12/15/2021
1.12.34 1,155 12/10/2021
1.12.33 1,902 12/7/2021
1.12.32 1,357 12/2/2021
1.12.31 982 12/2/2021
1.12.30 1,124 11/30/2021
1.12.29 1,303 11/29/2021
1.12.28 4,524 11/23/2021
1.12.27 1,126 11/22/2021
1.12.26 1,148 11/12/2021
1.12.25 1,076 11/11/2021
1.12.23 1,155 11/10/2021
1.12.22 1,125 11/10/2021
1.12.21 1,198 11/8/2021
1.12.20 2,059 10/29/2021
1.12.19 5,442 10/29/2021
1.12.18 1,228 10/26/2021
1.12.17 1,894 10/26/2021
1.12.16 1,292 10/25/2021
1.12.15 1,300 10/20/2021
1.12.14 1,169 10/18/2021
1.12.13 1,204 10/18/2021
1.12.12 1,153 10/15/2021
1.12.11 1,343 10/14/2021
1.12.10 1,954 10/7/2021
1.12.9 1,166 10/6/2021
1.12.8 1,310 10/5/2021
1.12.7 1,259 10/5/2021
1.12.6 1,269 10/4/2021
1.12.5 1,205 10/1/2021
1.12.4 1,211 9/30/2021
1.12.3 1,176 9/29/2021
1.12.2 1,832 9/23/2021
1.12.1 1,729 9/17/2021
1.12.0 3,527 8/31/2021
1.10.116 2,627 12/1/2021
1.10.115 2,493 11/11/2021
1.10.114 1,137 11/10/2021
1.10.113 1,134 11/5/2021
1.10.112 2,024 10/19/2021
1.10.111 1,158 10/15/2021
1.10.110 1,220 10/15/2021
1.10.109 1,150 10/12/2021
1.10.108 1,166 10/8/2021
1.10.107 1,216 10/7/2021
1.10.106 1,110 10/6/2021
1.10.105 1,191 10/5/2021
1.10.104 13,174 9/23/2021
1.10.103 1,624 9/21/2021
1.10.102 2,067 9/21/2021
1.10.101 1,218 9/15/2021
1.10.100 1,243 9/13/2021
1.10.99 2,105 9/9/2021
1.10.98 1,268 9/9/2021
1.10.97 1,439 9/6/2021
1.10.96 4,596 8/30/2021
1.10.95 2,888 8/27/2021
1.10.94 1,335 8/26/2021
1.10.93 1,381 8/24/2021
1.10.92 14,015 8/23/2021
1.10.91 1,431 8/20/2021
1.10.90 21,269 8/12/2021
1.10.89 3,591 8/12/2021
1.10.88 1,695 8/4/2021
1.10.87 6,740 7/15/2021
1.10.86 1,339 7/14/2021
1.10.85 1,304 7/12/2021
1.10.84 1,286 7/12/2021
1.10.83 10,127 7/8/2021
1.10.82 1,183 7/7/2021
1.10.81 1,181 7/6/2021
1.10.80 1,261 7/2/2021
1.10.79 1,154 7/2/2021
1.10.78 1,279 6/30/2021
1.10.77 1,201 6/29/2021
1.10.76 2,082 6/28/2021
1.10.75 2,493 6/25/2021
1.10.74 1,247 6/22/2021
1.10.73 1,287 6/18/2021
1.10.72 3,441 6/11/2021
1.10.71 1,970 6/7/2021
1.10.70 1,328 6/4/2021
1.10.69 1,215 6/4/2021
1.10.68 17,155 6/2/2021
1.10.67 3,125 6/1/2021
1.10.66 1,247 5/31/2021
1.10.65 1,303 5/27/2021
1.10.64 1,200 5/26/2021
1.10.63 2,440 5/24/2021
1.10.62 2,389 5/18/2021
1.10.61 1,269 5/18/2021
1.10.60 1,248 5/17/2021
1.10.59 2,874 5/12/2021
1.10.58 1,328 5/11/2021
1.10.57 1,337 5/7/2021
1.10.56 2,738 5/4/2021
1.10.55 1,260 5/3/2021
1.10.54 1,297 5/3/2021
1.10.53 23,092 4/27/2021
1.10.52 1,220 4/27/2021
1.10.51 8,633 4/26/2021
1.10.50 7,305 4/23/2021
1.10.49 4,854 4/22/2021
1.10.48 1,229 4/21/2021
1.10.47 1,295 4/21/2021
1.10.46 1,316 4/21/2021
1.10.45 1,217 4/20/2021
1.10.44 1,267 4/19/2021
1.10.43 1,191 4/19/2021
1.10.42 1,269 4/15/2021
1.10.41 1,207 4/14/2021
1.10.40 1,674 4/14/2021
1.10.39 3,569 4/13/2021
1.10.38 1,147 4/12/2021
1.10.37 1,245 4/12/2021
1.10.36 1,297 4/12/2021
1.10.35 1,250 4/9/2021
1.10.34 1,171 4/9/2021
1.10.33 1,148 4/8/2021
1.10.32 1,260 4/8/2021
1.10.31 1,211 4/7/2021
1.10.30 1,183 4/7/2021
1.10.29 1,214 3/31/2021
1.10.28 1,590 3/30/2021
1.10.27 3,154 3/24/2021
1.10.26 1,198 3/24/2021
1.10.25 1,288 3/23/2021
1.10.24 1,271 3/23/2021
1.10.23 1,400 3/18/2021
1.10.22 2,636 3/17/2021
1.10.21 2,525 3/11/2021
1.10.20 1,319 3/11/2021
1.10.19 1,278 3/10/2021
1.10.18 2,006 3/9/2021
1.10.17 1,211 3/9/2021
1.10.16 1,338 3/8/2021
1.10.15 15,004 3/4/2021
1.10.14 1,667 2/25/2021
1.10.13 3,246 2/19/2021
1.10.12 2,645 2/18/2021
1.10.11 1,344 2/16/2021
1.10.10 1,203 2/15/2021
1.10.9 1,392 2/10/2021
1.10.8 1,668 2/8/2021
1.10.7 1,285 2/4/2021
1.10.6 3,343 2/2/2021
1.10.5 1,270 2/1/2021
1.10.4 1,318 1/29/2021
1.10.3 2,726 1/28/2021
1.10.2 6,507 1/26/2021
1.10.1 11,683 1/26/2021
1.9.64 1,230 3/17/2021
1.9.63 1,782 2/25/2021
1.9.62 1,276 2/22/2021
1.9.61 2,249 2/4/2021
1.9.60 1,241 2/1/2021
1.9.59 4,000 1/19/2021
1.9.58 1,286 1/15/2021
1.9.57 1,483 1/14/2021
1.9.56 1,362 1/11/2021
1.9.55 1,590 12/24/2020
1.9.54 1,549 12/18/2020
1.9.53 4,310 12/16/2020
1.9.52 1,284 12/15/2020
1.9.51 1,336 12/11/2020
1.9.50 1,350 12/10/2020
1.9.49 1,415 12/10/2020
1.9.48 1,367 12/9/2020
1.9.47 1,298 12/8/2020
1.9.46 1,354 12/4/2020
1.9.45 1,329 12/3/2020
1.9.44 1,407 12/1/2020
1.9.43 1,347 11/30/2020
1.9.42 1,274 11/27/2020
1.9.41 1,401 11/26/2020
1.9.40 1,210 11/26/2020
1.9.39 3,802 11/25/2020
1.9.38 1,300 11/23/2020
1.9.37 1,287 11/20/2020
1.9.36 1,605 11/17/2020
1.9.35 1,390 11/16/2020
1.9.34 1,563 11/10/2020
1.9.33 1,387 11/9/2020
1.9.32 5,587 11/3/2020
1.9.31 1,389 11/3/2020
1.9.30 1,352 10/30/2020
1.9.29 1,326 10/28/2020
1.9.28 4,030 10/21/2020
1.9.27 1,340 10/20/2020
1.9.26 1,451 10/18/2020
1.9.25 4,056 10/15/2020
1.9.24 1,498 10/14/2020
1.9.23 1,358 10/13/2020
1.9.22 1,375 10/13/2020
1.9.21 1,431 10/9/2020
1.9.20 2,382 10/2/2020
1.9.19 2,283 9/29/2020
1.9.18 2,855 9/29/2020
1.9.17 1,422 9/22/2020
1.9.16 1,394 9/17/2020
1.9.15 1,547 9/16/2020
1.9.14 2,561 9/15/2020
1.9.13 1,333 9/15/2020
1.9.12 1,408 9/15/2020
1.9.11 1,387 9/15/2020
1.9.10 1,709 9/11/2020
1.9.9 1,437 9/9/2020
1.9.8 1,287 9/9/2020
1.9.7 1,342 9/8/2020
1.9.6 1,704 9/4/2020
1.9.5 1,380 9/2/2020
1.9.4 1,338 9/1/2020
1.9.3 1,395 8/31/2020
1.9.2 3,151 8/27/2020
1.9.1 1,378 8/26/2020
1.9.0 2,708 8/25/2020
1.8.105 1,851 4/15/2021
1.8.104 1,500 10/20/2020
1.8.103 2,495 9/14/2020
1.8.102 1,479 9/8/2020
1.8.101 1,458 9/2/2020
1.8.100 1,387 9/1/2020
1.8.99 3,178 8/21/2020
1.8.98 1,397 8/18/2020
1.8.97 1,513 8/14/2020
1.8.96 1,501 8/13/2020
1.8.95 1,469 8/12/2020
1.8.94 2,429 8/11/2020
1.8.93 1,814 8/3/2020
1.8.92 1,527 7/30/2020
1.8.91 1,548 7/13/2020
1.8.90 1,472 7/7/2020
1.8.89 1,529 7/7/2020
1.8.88 1,391 7/6/2020
1.8.87 1,391 7/2/2020
1.8.86 3,595 6/30/2020
1.8.85 1,468 6/30/2020
1.8.84 1,394 6/30/2020
1.8.83 1,419 6/29/2020
1.8.82 1,446 6/25/2020
1.8.81 1,586 6/25/2020
1.8.80 1,500 6/22/2020
1.8.79 1,424 6/18/2020
1.8.78 4,460 6/18/2020
1.8.77 1,429 6/17/2020
1.8.76 2,497 6/16/2020
1.8.75 1,412 6/15/2020
1.8.74 2,980 6/9/2020
1.8.73 1,492 6/8/2020
1.8.72 1,398 6/8/2020
1.8.71 1,420 6/5/2020
1.8.70 1,555 6/4/2020
1.8.69 1,512 6/1/2020
1.8.68 1,551 5/29/2020
1.8.67 1,471 5/28/2020
1.8.66 1,445 5/28/2020
1.8.65 1,477 5/27/2020
1.8.64 2,478 5/26/2020
1.8.63 4,725 5/20/2020
1.8.62 1,436 5/20/2020
1.8.61 1,447 5/20/2020
1.8.60 1,590 5/18/2020
1.8.59 1,482 5/15/2020
1.8.58 1,467 5/15/2020
1.8.57 1,456 5/15/2020
1.8.56 1,447 5/14/2020
1.8.55 5,292 5/12/2020
1.8.54 1,545 5/8/2020
1.8.53 2,391 5/6/2020
1.8.52 1,629 5/5/2020
1.8.51 1,500 5/4/2020
1.8.50 1,540 4/30/2020
1.8.49 1,458 4/29/2020
1.8.48 1,489 4/27/2020
1.8.47 3,629 4/24/2020
1.8.46 1,542 4/24/2020
1.8.45 1,448 4/24/2020
1.8.44 1,485 4/22/2020
1.8.43 2,677 4/21/2020
1.8.42 1,471 4/17/2020
1.8.41 1,579 4/16/2020
1.8.40 1,644 4/9/2020
1.8.39 1,416 4/8/2020
1.8.38 2,538 4/5/2020
1.8.37 1,585 4/3/2020
1.8.36 1,568 4/3/2020
1.8.35 1,522 4/2/2020
1.8.34 1,583 4/2/2020
1.8.33 1,627 3/31/2020
1.8.32 1,524 3/27/2020
1.8.31 1,541 3/26/2020
1.8.30 1,508 3/26/2020
1.8.29 1,358 3/25/2020
1.8.28 1,589 3/24/2020
1.8.27 1,499 3/20/2020
1.8.26 1,470 3/19/2020
1.8.25 1,608 3/18/2020
1.8.24 2,505 3/18/2020
1.8.23 1,497 3/18/2020
1.8.22 1,383 3/18/2020
1.8.21 1,566 3/18/2020
1.8.20 1,608 3/17/2020
1.8.19 1,602 3/17/2020
1.8.18 1,550 3/17/2020
1.8.17 3,739 3/17/2020
1.8.16 1,564 3/15/2020
1.8.15 3,673 3/12/2020
1.8.14 1,472 3/11/2020
1.8.13 4,844 3/5/2020
1.8.12 1,740 3/3/2020
1.8.11 1,535 3/2/2020
1.8.10 7,416 2/24/2020
1.8.9 1,654 2/20/2020
1.8.8 1,772 2/18/2020
1.8.7 1,561 2/18/2020
1.8.6 1,446 2/17/2020
1.8.5 1,449 2/14/2020
1.8.4 1,813 2/12/2020
1.8.3 1,782 2/7/2020
1.8.2 1,593 2/3/2020
1.8.1 6,766 1/28/2020
1.7.53 1,577 5/15/2020
1.7.52 1,519 3/31/2020
1.7.51 2,015 3/27/2020
1.7.50 1,515 3/26/2020
1.7.49 2,182 3/18/2020
1.7.48 1,457 2/25/2020
1.7.47 2,501 2/4/2020
1.7.46 1,509 2/4/2020
1.7.45 1,557 1/16/2020
1.7.44 1,622 1/13/2020
1.7.43 1,571 1/9/2020
1.7.42 5,647 12/27/2019
1.7.41 3,474 12/16/2019
1.7.40 1,426 12/13/2019
1.7.39 1,454 12/13/2019
1.7.38 1,536 12/13/2019
1.7.37 1,581 12/11/2019
1.7.36 1,550 12/4/2019
1.7.35 1,437 12/4/2019
1.7.34 1,493 12/3/2019
1.7.33 1,593 12/2/2019
1.7.32 6,862 11/27/2019
1.7.31 7,544 11/26/2019
1.7.30 2,253 11/25/2019
1.7.29 1,510 11/22/2019
1.7.28 1,624 11/8/2019
1.7.27 2,189 11/5/2019
1.7.26 1,565 10/31/2019
1.7.25 2,451 10/29/2019
1.7.24 1,519 10/29/2019
1.7.23 1,538 10/25/2019
1.7.22 1,551 10/24/2019
1.7.21 1,604 10/24/2019
1.7.20 6,222 10/16/2019
1.7.19 1,485 10/15/2019
1.7.18 1,543 10/15/2019
1.7.17 1,625 10/8/2019
1.7.16 1,568 10/4/2019
1.7.15 4,933 10/2/2019
1.7.14 1,881 9/27/2019
1.7.13 1,499 9/26/2019
1.7.12 1,549 9/25/2019
1.7.11 1,599 9/24/2019
1.7.10 1,576 9/24/2019
1.7.9 1,600 9/24/2019
1.7.8 11,176 9/12/2019
1.7.7 1,578 9/12/2019
1.7.6 2,540 9/10/2019
1.7.5 1,623 9/5/2019
1.7.4 1,520 9/4/2019
1.7.3 1,532 9/3/2019
1.7.2 1,606 9/2/2019
1.7.1 1,610 8/29/2019
1.7.0 2,662 8/27/2019
1.6.69 1,507 5/15/2020
1.6.68 5,676 10/2/2019
1.6.67 2,610 9/27/2019
1.6.66 1,558 9/26/2019
1.6.65 2,661 9/5/2019
1.6.64 1,499 9/2/2019
1.6.63 3,421 8/23/2019
1.6.62 1,483 8/21/2019
1.6.61 1,620 8/21/2019
1.6.60 1,544 8/15/2019
1.6.57 1,513 8/8/2019
1.6.56 1,498 8/8/2019
1.6.55 2,827 8/5/2019
1.6.52 3,316 7/8/2019
1.6.48 1,586 6/18/2019
1.6.47 2,410 6/13/2019
1.6.46 1,620 6/12/2019
1.6.45 1,630 6/12/2019
1.6.44 1,532 6/12/2019
1.6.43 1,539 5/29/2019
1.6.42 2,397 5/28/2019
1.6.41 1,512 5/28/2019
1.6.40 1,562 5/28/2019
1.6.39 1,537 5/28/2019
1.6.38 2,413 5/21/2019
1.6.37 6,064 5/21/2019
1.6.36 1,585 5/16/2019
1.6.35 4,514 5/16/2019
1.6.34 1,579 5/16/2019
1.6.33 1,472 5/16/2019
1.6.32 1,641 5/7/2019
1.6.31 1,594 5/7/2019
1.6.30 1,585 5/7/2019
1.6.29 1,522 5/7/2019
1.6.28 2,473 5/1/2019
1.6.27 1,677 5/1/2019
1.6.26 1,600 4/25/2019
1.6.25 2,236 4/17/2019
1.6.24 1,544 4/17/2019
1.6.23 4,509 4/15/2019
1.6.22 2,478 4/9/2019
1.6.20 1,584 4/1/2019
1.6.19 1,624 3/29/2019
1.6.18 2,699 3/25/2019
1.6.17 1,646 3/21/2019
1.6.16 2,466 3/15/2019
1.6.15 1,559 3/15/2019
1.6.14 1,559 3/15/2019
1.6.13 1,586 3/15/2019
1.6.12 1,539 3/15/2019
1.6.11 1,618 3/15/2019
1.6.10 2,553 3/15/2019
1.6.9 1,571 3/15/2019
1.6.8 1,470 3/15/2019
1.6.7 7,204 3/15/2019
1.6.6 2,377 3/15/2019
1.6.5 1,768 3/15/2019
1.6.4 1,595 3/15/2019
1.6.3 1,571 3/15/2019
1.6.2 1,604 3/15/2019
1.6.1 2,757 3/15/2019
1.6.0 7,814 3/15/2019
1.5.41 2,250 3/15/2019
1.5.40 1,608 3/15/2019
1.5.39 2,460 3/15/2019
1.5.38 1,585 3/15/2019
1.5.37 1,526 3/15/2019
1.5.36 1,558 3/15/2019
1.5.35 1,863 3/15/2019
1.5.34 4,651 3/15/2019
1.5.33 1,534 3/15/2019
1.5.32 2,332 3/15/2019
1.5.31 1,557 3/15/2019
1.5.30 1,583 3/15/2019
1.5.29 1,534 3/15/2019
1.5.28 3,959 3/15/2019
1.5.27 1,586 3/15/2019
1.5.26 4,326 3/15/2019
1.5.25 1,540 3/15/2019
1.5.24 1,565 3/15/2019
1.5.23 2,481 3/15/2019
1.5.22 1,531 3/15/2019
1.5.21 3,654 3/15/2019
1.5.20 1,534 3/15/2019
1.5.19 2,436 3/15/2019
1.5.18 1,588 3/15/2019
1.5.17 1,535 3/15/2019
1.5.16 2,277 3/15/2019
1.5.15 1,599 3/15/2019
1.5.14 1,510 3/15/2019
1.5.13 1,667 3/15/2019
1.5.11 1,520 3/15/2019
1.5.10 1,826 3/15/2019
1.5.9 2,663 3/15/2019
1.5.8 2,073 3/15/2019
1.5.7 1,618 3/15/2019
1.5.6 1,568 3/15/2019
1.5.5 4,973 3/15/2019
1.5.4 1,611 3/15/2019
1.5.3 1,500 3/15/2019
1.5.2 1,521 3/15/2019
1.5.1 7,280 3/15/2019
1.5.0 5,863 3/15/2019
1.4.84 21,556 3/15/2019
1.4.83 6,548 3/15/2019
1.4.82 6,038 3/15/2019
1.4.81 1,607 3/15/2019
1.4.80 6,580 3/15/2019
1.4.79 1,580 3/15/2019
1.4.78 1,483 3/15/2019
1.4.77 2,414 3/15/2019
1.4.76 1,541 3/15/2019
1.4.75 1,455 3/15/2019
1.4.74 2,238 3/15/2019
1.4.73 1,496 3/15/2019
1.4.72 1,512 3/15/2019
1.4.71 1,510 3/15/2019
1.4.70 1,505 3/15/2019
1.4.69 2,224 3/15/2019
1.4.68 1,522 3/15/2019
1.4.67 1,489 3/15/2019
1.4.66 2,243 3/15/2019
1.4.65 1,520 3/15/2019
1.4.64 1,530 3/15/2019
1.4.63 3,882 3/15/2019
1.4.59 4,335 3/15/2019
1.4.57 9,469 3/15/2019
1.4.22 10,437 3/15/2019
1.3.14 11,796 3/15/2019
1.2.10 5,234 3/15/2019
1.1.2 8,248 3/15/2019
1.0.0 99,285 3/15/2019