Dynamicweb.Ecommerce 10.19.0-PreRelease

This is a prerelease version of Dynamicweb.Ecommerce.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Dynamicweb.Ecommerce --version 10.19.0-PreRelease
                    
NuGet\Install-Package Dynamicweb.Ecommerce -Version 10.19.0-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.19.0-PreRelease" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Dynamicweb.Ecommerce" Version="10.19.0-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.19.0-PreRelease
                    
#r "nuget: Dynamicweb.Ecommerce, 10.19.0-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.19.0-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.19.0-PreRelease&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Dynamicweb.Ecommerce&version=10.19.0-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 (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 114 9/4/2025
10.19.1-PreRelease 183 9/2/2025
10.19.0-PreRelease 287 8/26/2025
10.18.6 153 9/4/2025
10.18.5 261 9/2/2025
10.18.4 451 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 234 9/2/2025
10.17.7 355 8/26/2025
10.17.6 322 8/19/2025
10.17.5 410 8/12/2025
10.17.4 354 8/5/2025
10.17.3 516 7/22/2025
10.17.2 333 7/15/2025
10.17.1 434 7/8/2025
10.17.0 448 7/1/2025
10.16.9 408 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 785 6/17/2025
10.16.4 619 6/12/2025
10.16.3 536 6/10/2025
10.16.2 411 6/4/2025
10.16.1 340 6/3/2025
10.16.0 671 5/27/2025
10.15.11 286 8/26/2025
10.15.10 388 8/5/2025
10.15.9 339 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 610 5/13/2025
10.15.2 395 5/13/2025
10.15.1 533 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 445 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 411 4/8/2025
10.14.1 645 4/1/2025
10.14.0 1,010 3/25/2025
10.13.8 552 4/22/2025
10.13.7 323 4/10/2025
10.13.6 306 4/8/2025
10.13.5 307 4/1/2025
10.13.4 606 3/25/2025
10.13.3 875 3/18/2025
10.13.2 437 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 241 2/11/2025
10.12.1 457 2/4/2025
10.12.0 1,398 1/28/2025
10.11.8 532 2/25/2025
10.11.7 240 2/18/2025
10.11.6 258 2/12/2025
10.11.5 210 2/11/2025
10.11.4 233 2/4/2025
10.11.3 290 1/28/2025
10.11.2 761 1/21/2025
10.11.1 289 1/14/2025
10.11.0 526 1/7/2025
10.10.8 408 2/12/2025
10.10.7 208 2/11/2025
10.10.6 309 1/16/2025
10.10.5 173 1/14/2025
10.10.4 290 1/7/2025
10.10.3 613 12/17/2024
10.10.2 293 12/10/2024
10.10.1 342 12/3/2024
10.10.0 371 11/26/2024
10.9.9 393 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 450 11/12/2024
10.9.1 307 11/5/2024
10.9.0 1,621 10/29/2024
10.8.14 216 1/14/2025
10.8.13 327 12/17/2024
10.8.12 263 12/10/2024
10.8.11 246 12/3/2024
10.8.10 425 11/26/2024
10.8.9 224 11/19/2024
10.8.8 237 11/12/2024
10.8.7 261 11/7/2024
10.8.6 237 11/5/2024
10.8.5 262 10/29/2024
10.8.4 298 10/22/2024
10.8.3 437 10/15/2024
10.8.2 321 10/8/2024
10.8.1 364 10/1/2024
10.8.0 4,113 9/24/2024
10.7.11 225 11/19/2024
10.7.10 219 11/19/2024
10.7.9 297 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 321 9/10/2024
10.7.1 350 9/4/2024
10.7.0 1,377 8/27/2024
10.6.18 257 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 851 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 426 7/2/2024
10.6.2 2,642 6/25/2024
10.5.14 322 10/1/2024
10.5.13 242 9/24/2024
10.5.12 262 8/21/2024
10.5.11 275 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 313 6/18/2024
10.5.3 306 6/11/2024
10.5.2 316 6/4/2024
10.5.1 223 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 244 5/28/2024
10.4.3 293 5/21/2024
10.4.2 639 5/14/2024
10.4.1 474 5/7/2024
10.4.0 2,258 4/30/2024
10.3.10 206 8/6/2024
10.3.9 228 6/25/2024
10.3.8 324 5/21/2024
10.3.7 229 5/14/2024
10.3.6 283 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 353 4/11/2024
10.3.1 270 4/9/2024
10.3.0 466 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 265 4/2/2024
10.2.3 316 3/26/2024
10.2.2 378 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 421 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 459 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 435 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 741 12/19/2023
10.0.25 1,155 12/12/2023
10.0.24 1,016 12/5/2023
10.0.22 911 11/28/2023
10.0.21 2,742 11/23/2023
10.0.20 675 11/21/2023
10.0.19 636 11/14/2023
10.0.18 570 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 747 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,344 6/27/2023
10.0.1 887 6/20/2023
10.0.0 2,331 6/14/2023
1.20.0 129 9/1/2025
1.19.5 141 8/21/2025
1.19.4 340 7/30/2025
1.19.3 465 6/18/2025
1.19.2 649 4/1/2025
1.19.1 889 2/19/2025
1.19.0 988 1/31/2025
1.18.5 184 4/1/2025
1.18.4 142 2/18/2025
1.18.3 304 1/31/2025
1.18.2 269 12/18/2024
1.18.1 748 11/26/2024
1.18.0 1,722 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,117 10/2/2024
1.17.13 1,626 9/19/2024
1.17.12 1,101 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,550 5/13/2024
1.17.4 5,858 4/12/2024
1.17.3 438 3/25/2024
1.17.2 1,244 3/4/2024
1.17.1 1,128 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 323 3/4/2024
1.16.10 426 2/14/2024
1.16.9 455 1/29/2024
1.16.8 673 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 707 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,078 10/10/2023
1.15.28 2,962 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,995 6/29/2023
1.15.19 1,748 6/6/2023
1.15.18 1,040 5/28/2023
1.15.17 1,205 5/16/2023
1.15.16 2,521 5/11/2023
1.15.15 2,978 5/3/2023
1.15.14 1,296 4/18/2023
1.15.13 1,463 3/24/2023
1.15.12 1,698 3/21/2023
1.15.11 3,495 3/16/2023
1.15.10 879 3/15/2023
1.15.9 3,883 3/7/2023
1.15.8 945 3/2/2023
1.15.7 1,043 2/28/2023
1.15.6 986 2/22/2023
1.15.5 1,500 2/21/2023
1.15.4 1,001 2/15/2023
1.15.3 892 2/7/2023
1.15.2 1,069 2/6/2023
1.15.1 3,475 2/2/2023
1.15.0 1,287 1/26/2023
1.14.70 3,071 10/9/2023
1.14.69 698 8/14/2023
1.14.68 879 7/27/2023
1.14.67 1,504 6/23/2023
1.14.66 4,488 5/3/2023
1.14.65 1,985 4/24/2023
1.14.64 961 4/18/2023
1.14.63 936 3/24/2023
1.14.62 949 3/21/2023
1.14.61 956 3/16/2023
1.14.60 888 3/16/2023
1.14.59 1,427 3/7/2023
1.14.58 924 3/2/2023
1.14.57 1,610 2/21/2023
1.14.56 1,086 2/15/2023
1.14.55 1,010 2/14/2023
1.14.54 1,007 2/7/2023
1.14.53 1,041 2/2/2023
1.14.52 1,014 2/1/2023
1.14.51 1,380 1/26/2023
1.14.50 1,643 1/24/2023
1.14.49 4,808 1/18/2023
1.14.48 1,008 1/16/2023
1.14.47 1,968 1/10/2023
1.14.46 971 1/9/2023
1.14.45 1,555 1/9/2023
1.14.44 1,976 1/5/2023
1.14.43 975 1/5/2023
1.14.42 2,665 1/3/2023
1.14.41 3,352 12/15/2022
1.14.40 1,038 12/13/2022
1.14.39 1,816 12/8/2022
1.14.38 1,028 12/7/2022
1.14.37 974 12/5/2022
1.14.36 1,050 12/2/2022
1.14.35 1,004 12/1/2022
1.14.34 1,811 11/29/2022
1.14.33 1,054 11/28/2022
1.14.32 988 11/24/2022
1.14.31 1,054 11/23/2022
1.14.30 1,177 11/22/2022
1.14.29 1,238 11/22/2022
1.14.28 1,991 11/17/2022
1.14.27 1,951 11/16/2022
1.14.26 1,174 11/16/2022
1.14.25 2,109 11/15/2022
1.14.24 1,161 11/14/2022
1.14.23 1,078 11/11/2022
1.14.22 1,289 11/10/2022
1.14.21 1,105 11/10/2022
1.14.20 1,142 11/7/2022
1.14.19 1,569 11/7/2022
1.14.18 1,490 11/2/2022
1.14.17 3,606 11/1/2022
1.14.16 1,083 10/27/2022
1.14.15 1,197 10/24/2022
1.14.14 1,111 10/21/2022
1.14.13 2,234 10/13/2022
1.14.12 1,083 10/12/2022
1.14.11 1,617 10/12/2022
1.14.10 1,937 10/7/2022
1.14.9 1,423 10/4/2022
1.14.8 1,099 10/3/2022
1.14.7 1,503 9/29/2022
1.14.6 1,894 9/27/2022
1.14.5 1,186 9/21/2022
1.14.4 1,519 9/16/2022
1.14.3 1,137 9/15/2022
1.14.2 2,322 9/7/2022
1.14.1 2,661 8/30/2022
1.14.0 3,154 8/30/2022
1.13.83 1,030 1/24/2023
1.13.81 1,023 1/5/2023
1.13.80 1,035 11/23/2022
1.13.79 1,138 11/1/2022
1.13.78 1,080 10/13/2022
1.13.77 1,160 10/4/2022
1.13.76 1,293 9/27/2022
1.13.75 1,149 9/21/2022
1.13.74 3,090 9/20/2022
1.13.73 1,214 9/16/2022
1.13.72 2,489 8/31/2022
1.13.71 1,189 8/30/2022
1.13.70 1,154 8/25/2022
1.13.69 1,229 8/22/2022
1.13.68 1,116 8/22/2022
1.13.67 1,240 8/22/2022
1.13.66 1,201 8/22/2022
1.13.65 1,240 8/17/2022
1.13.64 4,181 8/11/2022
1.13.63 1,163 8/9/2022
1.13.62 1,257 8/8/2022
1.13.61 2,628 7/13/2022
1.13.60 1,305 7/11/2022
1.13.59 2,837 6/27/2022
1.13.58 1,375 6/24/2022
1.13.57 1,942 6/21/2022
1.13.56 1,284 6/19/2022
1.13.55 1,691 6/15/2022
1.13.54 6,026 6/8/2022
1.13.53 1,234 6/6/2022
1.13.52 5,923 6/2/2022
1.13.51 1,350 6/1/2022
1.13.50 2,071 5/23/2022
1.13.49 1,256 5/20/2022
1.13.48 1,214 5/18/2022
1.13.47 1,307 5/5/2022
1.13.46 3,096 5/2/2022
1.13.45 1,273 4/29/2022
1.13.44 1,308 4/28/2022
1.13.43 1,229 4/28/2022
1.13.42 1,330 4/27/2022
1.13.41 1,222 4/27/2022
1.13.40 1,245 4/26/2022
1.13.39 1,293 4/26/2022
1.13.38 1,328 4/26/2022
1.13.37 1,563 4/21/2022
1.13.36 1,730 4/13/2022
1.13.35 1,461 4/8/2022
1.13.34 1,263 4/7/2022
1.13.33 1,331 4/7/2022
1.13.32 1,324 4/7/2022
1.13.31 1,309 4/6/2022
1.13.30 1,258 4/4/2022
1.13.29 1,671 3/28/2022
1.13.28 1,304 3/28/2022
1.13.27 2,020 3/25/2022
1.13.24 1,281 3/21/2022
1.13.23 1,320 3/17/2022
1.13.22 1,572 3/16/2022
1.13.21 1,327 3/15/2022
1.13.20 1,364 3/11/2022
1.13.19 1,336 3/10/2022
1.13.18 1,371 3/10/2022
1.13.17 1,309 3/9/2022
1.13.16 1,362 3/9/2022
1.13.15 1,436 3/4/2022
1.13.14 2,738 3/2/2022
1.13.13 1,268 3/1/2022
1.13.12 1,413 2/28/2022
1.13.11 1,413 2/18/2022
1.13.10 1,359 2/18/2022
1.13.9 4,762 2/17/2022
1.13.8 1,300 2/16/2022
1.13.7 3,548 2/11/2022
1.13.6 1,427 2/7/2022
1.13.5 1,416 2/3/2022
1.13.4 1,374 2/2/2022
1.13.3 1,346 2/2/2022
1.13.2 1,394 2/1/2022
1.13.1 1,415 1/28/2022
1.13.0 3,951 1/25/2022
1.12.60 2,946 5/24/2022
1.12.59 1,207 5/23/2022
1.12.58 1,521 3/9/2022
1.12.57 1,331 3/3/2022
1.12.56 1,317 2/11/2022
1.12.55 1,629 2/8/2022
1.12.54 1,354 2/4/2022
1.12.53 1,320 1/31/2022
1.12.52 3,396 1/23/2022
1.12.51 1,404 1/20/2022
1.12.50 1,344 1/19/2022
1.12.49 1,701 1/17/2022
1.12.48 1,203 1/14/2022
1.12.47 1,341 1/13/2022
1.12.46 1,273 1/11/2022
1.12.45 1,092 1/6/2022
1.12.44 1,218 1/3/2022
1.12.43 1,168 12/23/2021
1.12.42 2,491 12/21/2021
1.12.41 1,139 12/21/2021
1.12.40 1,119 12/20/2021
1.12.39 1,104 12/20/2021
1.12.38 2,341 12/16/2021
1.12.37 1,120 12/16/2021
1.12.36 2,319 12/16/2021
1.12.35 4,980 12/15/2021
1.12.34 1,159 12/10/2021
1.12.33 1,906 12/7/2021
1.12.32 1,361 12/2/2021
1.12.31 986 12/2/2021
1.12.30 1,128 11/30/2021
1.12.29 1,307 11/29/2021
1.12.28 4,528 11/23/2021
1.12.27 1,130 11/22/2021
1.12.26 1,152 11/12/2021
1.12.25 1,080 11/11/2021
1.12.23 1,159 11/10/2021
1.12.22 1,129 11/10/2021
1.12.21 1,203 11/8/2021
1.12.20 2,064 10/29/2021
1.12.19 5,447 10/29/2021
1.12.18 1,233 10/26/2021
1.12.17 1,898 10/26/2021
1.12.16 1,296 10/25/2021
1.12.15 1,304 10/20/2021
1.12.14 1,173 10/18/2021
1.12.13 1,208 10/18/2021
1.12.12 1,157 10/15/2021
1.12.11 1,347 10/14/2021
1.12.10 1,959 10/7/2021
1.12.9 1,170 10/6/2021
1.12.8 1,314 10/5/2021
1.12.7 1,264 10/5/2021
1.12.6 1,273 10/4/2021
1.12.5 1,210 10/1/2021
1.12.4 1,216 9/30/2021
1.12.3 1,181 9/29/2021
1.12.2 1,837 9/23/2021
1.12.1 1,733 9/17/2021
1.12.0 3,531 8/31/2021
1.10.116 2,631 12/1/2021
1.10.115 2,498 11/11/2021
1.10.114 1,141 11/10/2021
1.10.113 1,138 11/5/2021
1.10.112 2,028 10/19/2021
1.10.111 1,162 10/15/2021
1.10.110 1,224 10/15/2021
1.10.109 1,155 10/12/2021
1.10.108 1,170 10/8/2021
1.10.107 1,220 10/7/2021
1.10.106 1,114 10/6/2021
1.10.105 1,195 10/5/2021
1.10.104 13,180 9/23/2021
1.10.103 1,628 9/21/2021
1.10.102 2,071 9/21/2021
1.10.101 1,222 9/15/2021
1.10.100 1,247 9/13/2021
1.10.99 2,109 9/9/2021
1.10.98 1,272 9/9/2021
1.10.97 1,444 9/6/2021
1.10.96 4,603 8/30/2021
1.10.95 2,893 8/27/2021
1.10.94 1,339 8/26/2021
1.10.93 1,385 8/24/2021
1.10.92 14,021 8/23/2021
1.10.91 1,436 8/20/2021
1.10.90 21,292 8/12/2021
1.10.89 3,596 8/12/2021
1.10.88 1,699 8/4/2021
1.10.87 6,745 7/15/2021
1.10.86 1,343 7/14/2021
1.10.85 1,308 7/12/2021
1.10.84 1,290 7/12/2021
1.10.83 10,132 7/8/2021
1.10.82 1,188 7/7/2021
1.10.81 1,185 7/6/2021
1.10.80 1,266 7/2/2021
1.10.79 1,158 7/2/2021
1.10.78 1,284 6/30/2021
1.10.77 1,205 6/29/2021
1.10.76 2,086 6/28/2021
1.10.75 2,498 6/25/2021
1.10.74 1,253 6/22/2021
1.10.73 1,291 6/18/2021
1.10.72 3,445 6/11/2021
1.10.71 1,974 6/7/2021
1.10.70 1,332 6/4/2021
1.10.69 1,220 6/4/2021
1.10.68 17,160 6/2/2021
1.10.67 3,129 6/1/2021
1.10.66 1,251 5/31/2021
1.10.65 1,307 5/27/2021
1.10.64 1,204 5/26/2021
1.10.63 2,445 5/24/2021
1.10.62 2,394 5/18/2021
1.10.61 1,273 5/18/2021
1.10.60 1,252 5/17/2021
1.10.59 2,879 5/12/2021
1.10.58 1,332 5/11/2021
1.10.57 1,343 5/7/2021
1.10.56 2,743 5/4/2021
1.10.55 1,264 5/3/2021
1.10.54 1,301 5/3/2021
1.10.53 23,096 4/27/2021
1.10.52 1,224 4/27/2021
1.10.51 8,637 4/26/2021
1.10.50 7,309 4/23/2021
1.10.49 4,858 4/22/2021
1.10.48 1,233 4/21/2021
1.10.47 1,299 4/21/2021
1.10.46 1,320 4/21/2021
1.10.45 1,221 4/20/2021
1.10.44 1,271 4/19/2021
1.10.43 1,195 4/19/2021
1.10.42 1,273 4/15/2021
1.10.41 1,211 4/14/2021
1.10.40 1,678 4/14/2021
1.10.39 3,573 4/13/2021
1.10.38 1,151 4/12/2021
1.10.37 1,249 4/12/2021
1.10.36 1,301 4/12/2021
1.10.35 1,255 4/9/2021
1.10.34 1,175 4/9/2021
1.10.33 1,152 4/8/2021
1.10.32 1,265 4/8/2021
1.10.31 1,215 4/7/2021
1.10.30 1,187 4/7/2021
1.10.29 1,218 3/31/2021
1.10.28 1,594 3/30/2021
1.10.27 3,160 3/24/2021
1.10.26 1,202 3/24/2021
1.10.25 1,292 3/23/2021
1.10.24 1,275 3/23/2021
1.10.23 1,404 3/18/2021
1.10.22 2,640 3/17/2021
1.10.21 2,529 3/11/2021
1.10.20 1,323 3/11/2021
1.10.19 1,282 3/10/2021
1.10.18 2,011 3/9/2021
1.10.17 1,217 3/9/2021
1.10.16 1,342 3/8/2021
1.10.15 15,021 3/4/2021
1.10.14 1,671 2/25/2021
1.10.13 3,250 2/19/2021
1.10.12 2,649 2/18/2021
1.10.11 1,348 2/16/2021
1.10.10 1,207 2/15/2021
1.10.9 1,397 2/10/2021
1.10.8 1,672 2/8/2021
1.10.7 1,289 2/4/2021
1.10.6 3,348 2/2/2021
1.10.5 1,274 2/1/2021
1.10.4 1,323 1/29/2021
1.10.3 2,731 1/28/2021
1.10.2 6,511 1/26/2021
1.10.1 11,689 1/26/2021
1.9.64 1,234 3/17/2021
1.9.63 1,786 2/25/2021
1.9.62 1,280 2/22/2021
1.9.61 2,254 2/4/2021
1.9.60 1,245 2/1/2021
1.9.59 4,004 1/19/2021
1.9.58 1,290 1/15/2021
1.9.57 1,487 1/14/2021
1.9.56 1,366 1/11/2021
1.9.55 1,594 12/24/2020
1.9.54 1,553 12/18/2020
1.9.53 4,314 12/16/2020
1.9.52 1,288 12/15/2020
1.9.51 1,341 12/11/2020
1.9.50 1,354 12/10/2020
1.9.49 1,419 12/10/2020
1.9.48 1,372 12/9/2020
1.9.47 1,302 12/8/2020
1.9.46 1,358 12/4/2020
1.9.45 1,333 12/3/2020
1.9.44 1,412 12/1/2020
1.9.43 1,352 11/30/2020
1.9.42 1,278 11/27/2020
1.9.41 1,405 11/26/2020
1.9.40 1,214 11/26/2020
1.9.39 3,806 11/25/2020
1.9.38 1,304 11/23/2020
1.9.37 1,292 11/20/2020
1.9.36 1,609 11/17/2020
1.9.35 1,394 11/16/2020
1.9.34 1,569 11/10/2020
1.9.33 1,391 11/9/2020
1.9.32 5,592 11/3/2020
1.9.31 1,393 11/3/2020
1.9.30 1,357 10/30/2020
1.9.29 1,330 10/28/2020
1.9.28 4,034 10/21/2020
1.9.27 1,344 10/20/2020
1.9.26 1,455 10/18/2020
1.9.25 4,061 10/15/2020
1.9.24 1,502 10/14/2020
1.9.23 1,362 10/13/2020
1.9.22 1,379 10/13/2020
1.9.21 1,435 10/9/2020
1.9.20 2,387 10/2/2020
1.9.19 2,287 9/29/2020
1.9.18 2,859 9/29/2020
1.9.17 1,427 9/22/2020
1.9.16 1,398 9/17/2020
1.9.15 1,552 9/16/2020
1.9.14 2,565 9/15/2020
1.9.13 1,338 9/15/2020
1.9.12 1,412 9/15/2020
1.9.11 1,391 9/15/2020
1.9.10 1,713 9/11/2020
1.9.9 1,441 9/9/2020
1.9.8 1,291 9/9/2020
1.9.7 1,346 9/8/2020
1.9.6 1,708 9/4/2020
1.9.5 1,384 9/2/2020
1.9.4 1,342 9/1/2020
1.9.3 1,399 8/31/2020
1.9.2 3,155 8/27/2020
1.9.1 1,382 8/26/2020
1.9.0 2,713 8/25/2020
1.8.105 1,855 4/15/2021
1.8.104 1,504 10/20/2020
1.8.103 2,499 9/14/2020
1.8.102 1,483 9/8/2020
1.8.101 1,462 9/2/2020
1.8.100 1,391 9/1/2020
1.8.99 3,182 8/21/2020
1.8.98 1,401 8/18/2020
1.8.97 1,517 8/14/2020
1.8.96 1,506 8/13/2020
1.8.95 1,473 8/12/2020
1.8.94 2,433 8/11/2020
1.8.93 1,819 8/3/2020
1.8.92 1,531 7/30/2020
1.8.91 1,553 7/13/2020
1.8.90 1,476 7/7/2020
1.8.89 1,533 7/7/2020
1.8.88 1,396 7/6/2020
1.8.87 1,396 7/2/2020
1.8.86 3,600 6/30/2020
1.8.85 1,472 6/30/2020
1.8.84 1,398 6/30/2020
1.8.83 1,423 6/29/2020
1.8.82 1,450 6/25/2020
1.8.81 1,590 6/25/2020
1.8.80 1,504 6/22/2020
1.8.79 1,428 6/18/2020
1.8.78 4,464 6/18/2020
1.8.77 1,433 6/17/2020
1.8.76 2,501 6/16/2020
1.8.75 1,416 6/15/2020
1.8.74 2,984 6/9/2020
1.8.73 1,497 6/8/2020
1.8.72 1,402 6/8/2020
1.8.71 1,424 6/5/2020
1.8.70 1,559 6/4/2020
1.8.69 1,516 6/1/2020
1.8.68 1,555 5/29/2020
1.8.67 1,475 5/28/2020
1.8.66 1,449 5/28/2020
1.8.65 1,481 5/27/2020
1.8.64 2,482 5/26/2020
1.8.63 4,730 5/20/2020
1.8.62 1,440 5/20/2020
1.8.61 1,451 5/20/2020
1.8.60 1,594 5/18/2020
1.8.59 1,486 5/15/2020
1.8.58 1,472 5/15/2020
1.8.57 1,461 5/15/2020
1.8.56 1,451 5/14/2020
1.8.55 5,297 5/12/2020
1.8.54 1,549 5/8/2020
1.8.53 2,395 5/6/2020
1.8.52 1,634 5/5/2020
1.8.51 1,504 5/4/2020
1.8.50 1,544 4/30/2020
1.8.49 1,463 4/29/2020
1.8.48 1,493 4/27/2020
1.8.47 3,633 4/24/2020
1.8.46 1,546 4/24/2020
1.8.45 1,452 4/24/2020
1.8.44 1,489 4/22/2020
1.8.43 2,681 4/21/2020
1.8.42 1,475 4/17/2020
1.8.41 1,583 4/16/2020
1.8.40 1,648 4/9/2020
1.8.39 1,420 4/8/2020
1.8.38 2,542 4/5/2020
1.8.37 1,589 4/3/2020
1.8.36 1,572 4/3/2020
1.8.35 1,527 4/2/2020
1.8.34 1,587 4/2/2020
1.8.33 1,632 3/31/2020
1.8.32 1,528 3/27/2020
1.8.31 1,545 3/26/2020
1.8.30 1,512 3/26/2020
1.8.29 1,362 3/25/2020
1.8.28 1,593 3/24/2020
1.8.27 1,503 3/20/2020
1.8.26 1,474 3/19/2020
1.8.25 1,612 3/18/2020
1.8.24 2,509 3/18/2020
1.8.23 1,501 3/18/2020
1.8.22 1,389 3/18/2020
1.8.21 1,570 3/18/2020
1.8.20 1,613 3/17/2020
1.8.19 1,606 3/17/2020
1.8.18 1,554 3/17/2020
1.8.17 3,743 3/17/2020
1.8.16 1,568 3/15/2020
1.8.15 3,677 3/12/2020
1.8.14 1,476 3/11/2020
1.8.13 4,848 3/5/2020
1.8.12 1,744 3/3/2020
1.8.11 1,540 3/2/2020
1.8.10 7,420 2/24/2020
1.8.9 1,658 2/20/2020
1.8.8 1,776 2/18/2020
1.8.7 1,565 2/18/2020
1.8.6 1,450 2/17/2020
1.8.5 1,453 2/14/2020
1.8.4 1,817 2/12/2020
1.8.3 1,786 2/7/2020
1.8.2 1,597 2/3/2020
1.8.1 6,770 1/28/2020
1.7.53 1,581 5/15/2020
1.7.52 1,524 3/31/2020
1.7.51 2,019 3/27/2020
1.7.50 1,520 3/26/2020
1.7.49 2,186 3/18/2020
1.7.48 1,461 2/25/2020
1.7.47 2,505 2/4/2020
1.7.46 1,513 2/4/2020
1.7.45 1,561 1/16/2020
1.7.44 1,626 1/13/2020
1.7.43 1,575 1/9/2020
1.7.42 5,651 12/27/2019
1.7.41 3,478 12/16/2019
1.7.40 1,431 12/13/2019
1.7.39 1,458 12/13/2019
1.7.38 1,541 12/13/2019
1.7.37 1,585 12/11/2019
1.7.36 1,554 12/4/2019
1.7.35 1,441 12/4/2019
1.7.34 1,497 12/3/2019
1.7.33 1,597 12/2/2019
1.7.32 6,866 11/27/2019
1.7.31 7,548 11/26/2019
1.7.30 2,257 11/25/2019
1.7.29 1,514 11/22/2019
1.7.28 1,629 11/8/2019
1.7.27 2,195 11/5/2019
1.7.26 1,569 10/31/2019
1.7.25 2,456 10/29/2019
1.7.24 1,522 10/29/2019
1.7.23 1,541 10/25/2019
1.7.22 1,554 10/24/2019
1.7.21 1,607 10/24/2019
1.7.20 6,225 10/16/2019
1.7.19 1,489 10/15/2019
1.7.18 1,547 10/15/2019
1.7.17 1,628 10/8/2019
1.7.16 1,571 10/4/2019
1.7.15 4,941 10/2/2019
1.7.14 1,883 9/27/2019
1.7.13 1,501 9/26/2019
1.7.12 1,551 9/25/2019
1.7.11 1,601 9/24/2019
1.7.10 1,578 9/24/2019
1.7.9 1,602 9/24/2019
1.7.8 11,180 9/12/2019
1.7.7 1,580 9/12/2019
1.7.6 2,543 9/10/2019
1.7.5 1,625 9/5/2019
1.7.4 1,524 9/4/2019
1.7.3 1,534 9/3/2019
1.7.2 1,608 9/2/2019
1.7.1 1,612 8/29/2019
1.7.0 2,665 8/27/2019
1.6.69 1,511 5/15/2020
1.6.68 5,680 10/2/2019
1.6.67 2,612 9/27/2019
1.6.66 1,561 9/26/2019
1.6.65 2,663 9/5/2019
1.6.64 1,501 9/2/2019
1.6.63 3,423 8/23/2019
1.6.62 1,486 8/21/2019
1.6.61 1,622 8/21/2019
1.6.60 1,547 8/15/2019
1.6.57 1,515 8/8/2019
1.6.56 1,500 8/8/2019
1.6.55 2,829 8/5/2019
1.6.52 3,318 7/8/2019
1.6.48 1,588 6/18/2019
1.6.47 2,412 6/13/2019
1.6.46 1,622 6/12/2019
1.6.45 1,633 6/12/2019
1.6.44 1,535 6/12/2019
1.6.43 1,542 5/29/2019
1.6.42 2,399 5/28/2019
1.6.41 1,514 5/28/2019
1.6.40 1,564 5/28/2019
1.6.39 1,539 5/28/2019
1.6.38 2,416 5/21/2019
1.6.37 6,066 5/21/2019
1.6.36 1,587 5/16/2019
1.6.35 4,516 5/16/2019
1.6.34 1,581 5/16/2019
1.6.33 1,474 5/16/2019
1.6.32 1,643 5/7/2019
1.6.31 1,596 5/7/2019
1.6.30 1,587 5/7/2019
1.6.29 1,524 5/7/2019
1.6.28 2,475 5/1/2019
1.6.27 1,680 5/1/2019
1.6.26 1,602 4/25/2019
1.6.25 2,238 4/17/2019
1.6.24 1,546 4/17/2019
1.6.23 4,511 4/15/2019
1.6.22 2,481 4/9/2019
1.6.20 1,586 4/1/2019
1.6.19 1,626 3/29/2019
1.6.18 2,701 3/25/2019
1.6.17 1,648 3/21/2019
1.6.16 2,468 3/15/2019
1.6.15 1,561 3/15/2019
1.6.14 1,561 3/15/2019
1.6.13 1,588 3/15/2019
1.6.12 1,541 3/15/2019
1.6.11 1,622 3/15/2019
1.6.10 2,555 3/15/2019
1.6.9 1,573 3/15/2019
1.6.8 1,472 3/15/2019
1.6.7 7,207 3/15/2019
1.6.6 2,379 3/15/2019
1.6.5 1,770 3/15/2019
1.6.4 1,597 3/15/2019
1.6.3 1,573 3/15/2019
1.6.2 1,606 3/15/2019
1.6.1 2,759 3/15/2019
1.6.0 7,816 3/15/2019
1.5.41 2,252 3/15/2019
1.5.40 1,610 3/15/2019
1.5.39 2,462 3/15/2019
1.5.38 1,588 3/15/2019
1.5.37 1,528 3/15/2019
1.5.36 1,560 3/15/2019
1.5.35 1,865 3/15/2019
1.5.34 4,658 3/15/2019
1.5.33 1,536 3/15/2019
1.5.32 2,334 3/15/2019
1.5.31 1,559 3/15/2019
1.5.30 1,585 3/15/2019
1.5.29 1,538 3/15/2019
1.5.28 3,961 3/15/2019
1.5.27 1,588 3/15/2019
1.5.26 4,329 3/15/2019
1.5.25 1,542 3/15/2019
1.5.24 1,567 3/15/2019
1.5.23 2,483 3/15/2019
1.5.22 1,533 3/15/2019
1.5.21 3,656 3/15/2019
1.5.20 1,536 3/15/2019
1.5.19 2,438 3/15/2019
1.5.18 1,590 3/15/2019
1.5.17 1,537 3/15/2019
1.5.16 2,279 3/15/2019
1.5.15 1,601 3/15/2019
1.5.14 1,512 3/15/2019
1.5.13 1,669 3/15/2019
1.5.11 1,522 3/15/2019
1.5.10 1,828 3/15/2019
1.5.9 2,666 3/15/2019
1.5.8 2,075 3/15/2019
1.5.7 1,621 3/15/2019
1.5.6 1,570 3/15/2019
1.5.5 4,975 3/15/2019
1.5.4 1,613 3/15/2019
1.5.3 1,502 3/15/2019
1.5.2 1,523 3/15/2019
1.5.1 7,282 3/15/2019
1.5.0 5,866 3/15/2019
1.4.84 21,560 3/15/2019
1.4.83 6,563 3/15/2019
1.4.82 6,040 3/15/2019
1.4.81 1,610 3/15/2019
1.4.80 6,582 3/15/2019
1.4.79 1,582 3/15/2019
1.4.78 1,486 3/15/2019
1.4.77 2,417 3/15/2019
1.4.76 1,543 3/15/2019
1.4.75 1,457 3/15/2019
1.4.74 2,240 3/15/2019
1.4.73 1,499 3/15/2019
1.4.72 1,514 3/15/2019
1.4.71 1,513 3/15/2019
1.4.70 1,507 3/15/2019
1.4.69 2,228 3/15/2019
1.4.68 1,524 3/15/2019
1.4.67 1,491 3/15/2019
1.4.66 2,245 3/15/2019
1.4.65 1,523 3/15/2019
1.4.64 1,532 3/15/2019
1.4.63 3,884 3/15/2019
1.4.59 4,337 3/15/2019
1.4.57 9,471 3/15/2019
1.4.22 10,439 3/15/2019
1.3.14 11,799 3/15/2019
1.2.10 5,236 3/15/2019
1.1.2 8,250 3/15/2019
1.0.0 99,299 3/15/2019