Dynamicweb.Ecommerce 10.3.10

There is a newer version of this package available.
See the version list below for details.
dotnet add package Dynamicweb.Ecommerce --version 10.3.10
                    
NuGet\Install-Package Dynamicweb.Ecommerce -Version 10.3.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.3.10" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Dynamicweb.Ecommerce" Version="10.3.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.3.10
                    
#r "nuget: Dynamicweb.Ecommerce, 10.3.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.
#addin nuget:?package=Dynamicweb.Ecommerce&version=10.3.10
                    
Install as a Cake Addin
#tool nuget:?package=Dynamicweb.Ecommerce&version=10.3.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.16.5 479 6/17/2025
10.16.4 568 6/12/2025
10.16.3 518 6/10/2025
10.16.2 390 6/4/2025
10.16.1 316 6/3/2025
10.16.0 517 5/27/2025
10.15.8 187 6/24/2025
10.15.7 266 6/17/2025
10.15.6 315 6/3/2025
10.15.5 265 5/27/2025
10.15.4 391 5/20/2025
10.15.3 540 5/13/2025
10.15.2 354 5/13/2025
10.15.1 484 5/6/2025
10.15.0 445 4/29/2025
10.14.12 200 6/24/2025
10.14.11 270 6/17/2025
10.14.10 411 5/20/2025
10.14.9 355 5/13/2025
10.14.8 377 5/13/2025
10.14.7 205 5/7/2025
10.14.6 196 5/6/2025
10.14.5 284 4/29/2025
10.14.4 507 4/22/2025
10.14.3 505 4/10/2025
10.14.2 366 4/8/2025
10.14.1 601 4/1/2025
10.14.0 891 3/25/2025
10.13.8 529 4/22/2025
10.13.7 310 4/10/2025
10.13.6 289 4/8/2025
10.13.5 293 4/1/2025
10.13.4 592 3/25/2025
10.13.3 810 3/18/2025
10.13.2 415 3/11/2025
10.13.1 873 3/4/2025
10.13.0 2,898 2/25/2025
10.12.7 633 3/11/2025
10.12.6 330 3/4/2025
10.12.5 243 2/25/2025
10.12.4 449 2/18/2025
10.12.3 336 2/12/2025
10.12.2 219 2/11/2025
10.12.1 417 2/4/2025
10.12.0 1,283 1/28/2025
10.11.8 514 2/25/2025
10.11.7 225 2/18/2025
10.11.6 239 2/12/2025
10.11.5 189 2/11/2025
10.11.4 220 2/4/2025
10.11.3 264 1/28/2025
10.11.2 740 1/21/2025
10.11.1 272 1/14/2025
10.11.0 510 1/7/2025
10.10.8 392 2/12/2025
10.10.7 188 2/11/2025
10.10.6 298 1/16/2025
10.10.5 157 1/14/2025
10.10.4 272 1/7/2025
10.10.3 602 12/17/2024
10.10.2 275 12/10/2024
10.10.1 327 12/3/2024
10.10.0 351 11/26/2024
10.9.9 371 1/14/2025
10.9.8 383 12/17/2024
10.9.7 214 12/10/2024
10.9.6 222 12/3/2024
10.9.5 205 11/27/2024
10.9.4 174 11/26/2024
10.9.3 411 11/19/2024
10.9.2 431 11/12/2024
10.9.1 291 11/5/2024
10.9.0 1,394 10/29/2024
10.8.14 200 1/14/2025
10.8.13 316 12/17/2024
10.8.12 241 12/10/2024
10.8.11 235 12/3/2024
10.8.10 374 11/26/2024
10.8.9 210 11/19/2024
10.8.8 221 11/12/2024
10.8.7 244 11/7/2024
10.8.6 221 11/5/2024
10.8.5 247 10/29/2024
10.8.4 283 10/22/2024
10.8.3 422 10/15/2024
10.8.2 301 10/8/2024
10.8.1 354 10/1/2024
10.8.0 3,881 9/24/2024
10.7.11 209 11/19/2024
10.7.10 201 11/19/2024
10.7.9 280 10/29/2024
10.7.8 196 10/22/2024
10.7.7 220 10/15/2024
10.7.6 246 10/8/2024
10.7.5 295 10/1/2024
10.7.4 236 9/24/2024
10.7.3 410 9/17/2024
10.7.2 305 9/10/2024
10.7.1 330 9/4/2024
10.7.0 1,304 8/27/2024
10.6.18 234 11/19/2024
10.6.17 205 11/19/2024
10.6.16 282 10/15/2024
10.6.15 229 10/8/2024
10.6.14 228 10/1/2024
10.6.13 272 9/24/2024
10.6.12 253 9/17/2024
10.6.11 231 9/3/2024
10.6.10 286 8/27/2024
10.6.9 782 8/20/2024
10.6.8 359 8/13/2024
10.6.7 224 8/6/2024
10.6.6 380 7/19/2024
10.6.5 233 7/16/2024
10.6.4 299 7/9/2024
10.6.3 408 7/2/2024
10.6.2 2,367 6/25/2024
10.5.14 306 10/1/2024
10.5.13 224 9/24/2024
10.5.12 248 8/21/2024
10.5.11 258 8/13/2024
10.5.10 171 8/6/2024
10.5.9 227 7/19/2024
10.5.8 244 7/16/2024
10.5.7 187 7/5/2024
10.5.6 249 7/1/2024
10.5.5 213 6/25/2024
10.5.4 293 6/18/2024
10.5.3 294 6/11/2024
10.5.2 300 6/4/2024
10.5.1 204 6/4/2024
10.5.0 610 5/28/2024
10.4.8 203 8/6/2024
10.4.7 218 6/25/2024
10.4.6 222 6/11/2024
10.4.5 224 6/4/2024
10.4.4 229 5/28/2024
10.4.3 276 5/21/2024
10.4.2 549 5/14/2024
10.4.1 457 5/7/2024
10.4.0 1,942 4/30/2024
10.3.10 191 8/6/2024
10.3.9 216 6/25/2024
10.3.8 308 5/21/2024
10.3.7 220 5/14/2024
10.3.6 263 5/7/2024
10.3.5 266 4/30/2024
10.3.4 322 4/23/2024
10.3.3 297 4/16/2024
10.3.2 341 4/11/2024
10.3.1 255 4/9/2024
10.3.0 450 4/2/2024
10.2.8 317 4/23/2024
10.2.7 254 4/16/2024
10.2.6 245 4/11/2024
10.2.5 249 4/9/2024
10.2.4 249 4/2/2024
10.2.3 307 3/26/2024
10.2.2 362 3/19/2024
10.2.1 392 3/12/2024
10.2.0 537 3/5/2024
10.1.12 267 4/11/2024
10.1.11 254 4/9/2024
10.1.10 270 4/2/2024
10.1.9 314 3/19/2024
10.1.8 332 3/13/2024
10.1.7 310 3/12/2024
10.1.6 347 3/5/2024
10.1.5 404 2/27/2024
10.1.4 450 2/20/2024
10.1.3 460 2/14/2024
10.1.2 460 2/7/2024
10.1.1 444 2/6/2024
10.1.0 507 1/30/2024
10.0.39 299 4/11/2024
10.0.38 311 4/2/2024
10.0.37 404 3/5/2024
10.0.36 416 2/27/2024
10.0.35 424 2/20/2024
10.0.34 668 2/14/2024
10.0.33 633 2/1/2024
10.0.32 522 1/24/2024
10.0.31 512 1/19/2024
10.0.30 507 1/18/2024
10.0.29 583 1/16/2024
10.0.28 734 1/16/2024
10.0.27 637 1/11/2024
10.0.26 730 12/19/2023
10.0.25 1,142 12/12/2023
10.0.24 1,003 12/5/2023
10.0.22 894 11/28/2023
10.0.21 2,728 11/23/2023
10.0.20 659 11/21/2023
10.0.19 618 11/14/2023
10.0.18 552 11/9/2023
10.0.17 656 11/2/2023
10.0.16 623 10/25/2023
10.0.15 684 10/19/2023
10.0.14 661 10/11/2023
10.0.13 794 9/27/2023
10.0.12 694 9/26/2023
10.0.11 711 9/22/2023
10.0.10 679 9/13/2023
10.0.9 2,210 8/30/2023
10.0.8 718 8/25/2023
10.0.7 970 8/22/2023
10.0.6 927 8/10/2023
10.0.5 1,110 8/2/2023
10.0.4 844 7/13/2023
10.0.3 1,042 7/5/2023
10.0.2 1,312 6/27/2023
10.0.1 857 6/20/2023
10.0.0 2,262 6/14/2023
1.19.3 191 6/18/2025
1.19.2 462 4/1/2025
1.19.1 828 2/19/2025
1.19.0 687 1/31/2025
1.18.5 167 4/1/2025
1.18.4 122 2/18/2025
1.18.3 269 1/31/2025
1.18.2 245 12/18/2024
1.18.1 726 11/26/2024
1.18.0 1,509 8/27/2024
1.17.17 988 11/22/2024
1.17.16 161 11/7/2024
1.17.15 207 10/18/2024
1.17.14 1,020 10/2/2024
1.17.13 1,304 9/19/2024
1.17.12 1,054 9/3/2024
1.17.11 374 8/26/2024
1.17.10 1,060 8/14/2024
1.17.9 245 7/18/2024
1.17.8 411 6/27/2024
1.17.7 1,386 6/4/2024
1.17.6 162 5/30/2024
1.17.5 1,503 5/13/2024
1.17.4 5,625 4/12/2024
1.17.3 413 3/25/2024
1.17.2 1,191 3/4/2024
1.17.1 1,113 2/14/2024
1.17.0 600 1/31/2024
1.16.13 417 4/11/2024
1.16.12 304 3/25/2024
1.16.11 309 3/4/2024
1.16.10 416 2/14/2024
1.16.9 439 1/29/2024
1.16.8 657 1/9/2024
1.16.7 1,279 12/13/2023
1.16.6 711 12/6/2023
1.16.5 1,589 11/29/2023
1.16.4 934 11/21/2023
1.16.3 687 11/7/2023
1.16.2 526 10/30/2023
1.16.1 1,493 10/10/2023
1.16.0 2,049 9/21/2023
1.15.34 328 1/31/2024
1.15.33 380 1/23/2024
1.15.32 805 12/13/2023
1.15.31 1,747 11/7/2023
1.15.30 607 10/17/2023
1.15.29 1,044 10/10/2023
1.15.28 2,870 9/13/2023
1.15.27 2,467 8/29/2023
1.15.26 7,218 8/15/2023
1.15.25 634 8/14/2023
1.15.24 1,665 8/2/2023
1.15.23 722 7/27/2023
1.15.22 690 7/26/2023
1.15.21 1,120 7/6/2023
1.15.20 1,906 6/29/2023
1.15.19 1,712 6/6/2023
1.15.18 1,004 5/28/2023
1.15.17 1,128 5/16/2023
1.15.16 2,485 5/11/2023
1.15.15 2,943 5/3/2023
1.15.14 1,261 4/18/2023
1.15.13 1,430 3/24/2023
1.15.12 1,669 3/21/2023
1.15.11 3,380 3/16/2023
1.15.10 846 3/15/2023
1.15.9 3,853 3/7/2023
1.15.8 915 3/2/2023
1.15.7 1,011 2/28/2023
1.15.6 952 2/22/2023
1.15.5 1,473 2/21/2023
1.15.4 968 2/15/2023
1.15.3 864 2/7/2023
1.15.2 1,036 2/6/2023
1.15.1 3,429 2/2/2023
1.15.0 1,252 1/26/2023
1.14.70 2,980 10/9/2023
1.14.69 671 8/14/2023
1.14.68 839 7/27/2023
1.14.67 1,466 6/23/2023
1.14.66 4,415 5/3/2023
1.14.65 1,944 4/24/2023
1.14.64 928 4/18/2023
1.14.63 904 3/24/2023
1.14.62 922 3/21/2023
1.14.61 917 3/16/2023
1.14.60 853 3/16/2023
1.14.59 1,394 3/7/2023
1.14.58 895 3/2/2023
1.14.57 1,581 2/21/2023
1.14.56 1,056 2/15/2023
1.14.55 979 2/14/2023
1.14.54 972 2/7/2023
1.14.53 1,011 2/2/2023
1.14.52 977 2/1/2023
1.14.51 1,344 1/26/2023
1.14.50 1,570 1/24/2023
1.14.49 4,748 1/18/2023
1.14.48 978 1/16/2023
1.14.47 1,692 1/10/2023
1.14.46 943 1/9/2023
1.14.45 1,518 1/9/2023
1.14.44 1,700 1/5/2023
1.14.43 947 1/5/2023
1.14.42 2,626 1/3/2023
1.14.41 3,323 12/15/2022
1.14.40 1,003 12/13/2022
1.14.39 1,789 12/8/2022
1.14.38 1,000 12/7/2022
1.14.37 941 12/5/2022
1.14.36 1,015 12/2/2022
1.14.35 975 12/1/2022
1.14.34 1,775 11/29/2022
1.14.33 1,024 11/28/2022
1.14.32 960 11/24/2022
1.14.31 1,023 11/23/2022
1.14.30 1,139 11/22/2022
1.14.29 1,208 11/22/2022
1.14.28 1,964 11/17/2022
1.14.27 1,916 11/16/2022
1.14.26 1,140 11/16/2022
1.14.25 2,080 11/15/2022
1.14.24 1,128 11/14/2022
1.14.23 1,051 11/11/2022
1.14.22 1,260 11/10/2022
1.14.21 1,077 11/10/2022
1.14.20 1,108 11/7/2022
1.14.19 1,536 11/7/2022
1.14.18 1,452 11/2/2022
1.14.17 3,526 11/1/2022
1.14.16 1,055 10/27/2022
1.14.15 1,163 10/24/2022
1.14.14 1,082 10/21/2022
1.14.13 2,199 10/13/2022
1.14.12 1,048 10/12/2022
1.14.11 1,582 10/12/2022
1.14.10 1,904 10/7/2022
1.14.9 1,387 10/4/2022
1.14.8 1,065 10/3/2022
1.14.7 1,469 9/29/2022
1.14.6 1,866 9/27/2022
1.14.5 1,154 9/21/2022
1.14.4 1,482 9/16/2022
1.14.3 1,107 9/15/2022
1.14.2 2,292 9/7/2022
1.14.1 2,629 8/30/2022
1.14.0 3,123 8/30/2022
1.13.83 994 1/24/2023
1.13.81 995 1/5/2023
1.13.80 1,007 11/23/2022
1.13.79 1,110 11/1/2022
1.13.78 1,045 10/13/2022
1.13.77 1,128 10/4/2022
1.13.76 1,258 9/27/2022
1.13.75 1,114 9/21/2022
1.13.74 3,061 9/20/2022
1.13.73 1,171 9/16/2022
1.13.72 2,456 8/31/2022
1.13.71 1,154 8/30/2022
1.13.70 1,126 8/25/2022
1.13.69 1,200 8/22/2022
1.13.68 1,088 8/22/2022
1.13.67 1,206 8/22/2022
1.13.66 1,164 8/22/2022
1.13.65 1,210 8/17/2022
1.13.64 4,136 8/11/2022
1.13.63 1,133 8/9/2022
1.13.62 1,222 8/8/2022
1.13.61 2,597 7/13/2022
1.13.60 1,274 7/11/2022
1.13.59 2,789 6/27/2022
1.13.58 1,346 6/24/2022
1.13.57 1,906 6/21/2022
1.13.56 1,248 6/19/2022
1.13.55 1,650 6/15/2022
1.13.54 5,899 6/8/2022
1.13.53 1,199 6/6/2022
1.13.52 5,883 6/2/2022
1.13.51 1,309 6/1/2022
1.13.50 2,035 5/23/2022
1.13.49 1,219 5/20/2022
1.13.48 1,181 5/18/2022
1.13.47 1,266 5/5/2022
1.13.46 3,061 5/2/2022
1.13.45 1,237 4/29/2022
1.13.44 1,276 4/28/2022
1.13.43 1,195 4/28/2022
1.13.42 1,297 4/27/2022
1.13.41 1,186 4/27/2022
1.13.40 1,210 4/26/2022
1.13.39 1,259 4/26/2022
1.13.38 1,292 4/26/2022
1.13.37 1,526 4/21/2022
1.13.36 1,697 4/13/2022
1.13.35 1,427 4/8/2022
1.13.34 1,221 4/7/2022
1.13.33 1,297 4/7/2022
1.13.32 1,274 4/7/2022
1.13.31 1,271 4/6/2022
1.13.30 1,218 4/4/2022
1.13.29 1,641 3/28/2022
1.13.28 1,270 3/28/2022
1.13.27 1,983 3/25/2022
1.13.24 1,242 3/21/2022
1.13.23 1,288 3/17/2022
1.13.22 1,542 3/16/2022
1.13.21 1,294 3/15/2022
1.13.20 1,331 3/11/2022
1.13.19 1,304 3/10/2022
1.13.18 1,336 3/10/2022
1.13.17 1,270 3/9/2022
1.13.16 1,332 3/9/2022
1.13.15 1,406 3/4/2022
1.13.14 2,700 3/2/2022
1.13.13 1,231 3/1/2022
1.13.12 1,377 2/28/2022
1.13.11 1,378 2/18/2022
1.13.10 1,321 2/18/2022
1.13.9 4,723 2/17/2022
1.13.8 1,269 2/16/2022
1.13.7 3,513 2/11/2022
1.13.6 1,391 2/7/2022
1.13.5 1,382 2/3/2022
1.13.4 1,339 2/2/2022
1.13.3 1,315 2/2/2022
1.13.2 1,362 2/1/2022
1.13.1 1,382 1/28/2022
1.13.0 3,909 1/25/2022
1.12.60 2,912 5/24/2022
1.12.59 1,176 5/23/2022
1.12.58 1,472 3/9/2022
1.12.57 1,295 3/3/2022
1.12.56 1,281 2/11/2022
1.12.55 1,595 2/8/2022
1.12.54 1,318 2/4/2022
1.12.53 1,288 1/31/2022
1.12.52 3,334 1/23/2022
1.12.51 1,372 1/20/2022
1.12.50 1,312 1/19/2022
1.12.49 1,670 1/17/2022
1.12.48 1,165 1/14/2022
1.12.47 1,307 1/13/2022
1.12.46 1,243 1/11/2022
1.12.45 1,054 1/6/2022
1.12.44 1,176 1/3/2022
1.12.43 1,128 12/23/2021
1.12.42 2,451 12/21/2021
1.12.41 1,107 12/21/2021
1.12.40 1,088 12/20/2021
1.12.39 1,073 12/20/2021
1.12.38 2,307 12/16/2021
1.12.37 1,086 12/16/2021
1.12.36 2,276 12/16/2021
1.12.35 4,938 12/15/2021
1.12.34 1,122 12/10/2021
1.12.33 1,868 12/7/2021
1.12.32 1,326 12/2/2021
1.12.31 953 12/2/2021
1.12.30 1,093 11/30/2021
1.12.29 1,277 11/29/2021
1.12.28 4,492 11/23/2021
1.12.27 1,100 11/22/2021
1.12.26 1,121 11/12/2021
1.12.25 1,046 11/11/2021
1.12.23 1,128 11/10/2021
1.12.22 1,097 11/10/2021
1.12.21 1,162 11/8/2021
1.12.20 2,019 10/29/2021
1.12.19 5,397 10/29/2021
1.12.18 1,193 10/26/2021
1.12.17 1,867 10/26/2021
1.12.16 1,262 10/25/2021
1.12.15 1,274 10/20/2021
1.12.14 1,141 10/18/2021
1.12.13 1,171 10/18/2021
1.12.12 1,124 10/15/2021
1.12.11 1,315 10/14/2021
1.12.10 1,922 10/7/2021
1.12.9 1,132 10/6/2021
1.12.8 1,282 10/5/2021
1.12.7 1,225 10/5/2021
1.12.6 1,239 10/4/2021
1.12.5 1,173 10/1/2021
1.12.4 1,180 9/30/2021
1.12.3 1,148 9/29/2021
1.12.2 1,802 9/23/2021
1.12.1 1,701 9/17/2021
1.12.0 3,499 8/31/2021
1.10.116 2,600 12/1/2021
1.10.115 2,459 11/11/2021
1.10.114 1,101 11/10/2021
1.10.113 1,102 11/5/2021
1.10.112 1,997 10/19/2021
1.10.111 1,132 10/15/2021
1.10.110 1,185 10/15/2021
1.10.109 1,119 10/12/2021
1.10.108 1,132 10/8/2021
1.10.107 1,188 10/7/2021
1.10.106 1,076 10/6/2021
1.10.105 1,159 10/5/2021
1.10.104 13,114 9/23/2021
1.10.103 1,596 9/21/2021
1.10.102 2,039 9/21/2021
1.10.101 1,191 9/15/2021
1.10.100 1,217 9/13/2021
1.10.99 2,078 9/9/2021
1.10.98 1,240 9/9/2021
1.10.97 1,403 9/6/2021
1.10.96 4,549 8/30/2021
1.10.95 2,845 8/27/2021
1.10.94 1,305 8/26/2021
1.10.93 1,354 8/24/2021
1.10.92 13,963 8/23/2021
1.10.91 1,389 8/20/2021
1.10.90 20,859 8/12/2021
1.10.89 3,550 8/12/2021
1.10.88 1,663 8/4/2021
1.10.87 6,694 7/15/2021
1.10.86 1,308 7/14/2021
1.10.85 1,270 7/12/2021
1.10.84 1,254 7/12/2021
1.10.83 10,084 7/8/2021
1.10.82 1,153 7/7/2021
1.10.81 1,149 7/6/2021
1.10.80 1,231 7/2/2021
1.10.79 1,123 7/2/2021
1.10.78 1,246 6/30/2021
1.10.77 1,167 6/29/2021
1.10.76 2,049 6/28/2021
1.10.75 2,457 6/25/2021
1.10.74 1,218 6/22/2021
1.10.73 1,243 6/18/2021
1.10.72 3,409 6/11/2021
1.10.71 1,936 6/7/2021
1.10.70 1,294 6/4/2021
1.10.69 1,183 6/4/2021
1.10.68 17,117 6/2/2021
1.10.67 3,087 6/1/2021
1.10.66 1,218 5/31/2021
1.10.65 1,268 5/27/2021
1.10.64 1,169 5/26/2021
1.10.63 2,404 5/24/2021
1.10.62 2,357 5/18/2021
1.10.61 1,236 5/18/2021
1.10.60 1,213 5/17/2021
1.10.59 2,835 5/12/2021
1.10.58 1,295 5/11/2021
1.10.57 1,308 5/7/2021
1.10.56 2,699 5/4/2021
1.10.55 1,233 5/3/2021
1.10.54 1,268 5/3/2021
1.10.53 23,053 4/27/2021
1.10.52 1,186 4/27/2021
1.10.51 8,601 4/26/2021
1.10.50 7,263 4/23/2021
1.10.49 4,817 4/22/2021
1.10.48 1,194 4/21/2021
1.10.47 1,257 4/21/2021
1.10.46 1,282 4/21/2021
1.10.45 1,187 4/20/2021
1.10.44 1,239 4/19/2021
1.10.43 1,164 4/19/2021
1.10.42 1,233 4/15/2021
1.10.41 1,172 4/14/2021
1.10.40 1,645 4/14/2021
1.10.39 3,536 4/13/2021
1.10.38 1,114 4/12/2021
1.10.37 1,216 4/12/2021
1.10.36 1,267 4/12/2021
1.10.35 1,209 4/9/2021
1.10.34 1,144 4/9/2021
1.10.33 1,116 4/8/2021
1.10.32 1,225 4/8/2021
1.10.31 1,185 4/7/2021
1.10.30 1,155 4/7/2021
1.10.29 1,179 3/31/2021
1.10.28 1,558 3/30/2021
1.10.27 3,117 3/24/2021
1.10.26 1,171 3/24/2021
1.10.25 1,254 3/23/2021
1.10.24 1,242 3/23/2021
1.10.23 1,371 3/18/2021
1.10.22 2,605 3/17/2021
1.10.21 2,492 3/11/2021
1.10.20 1,291 3/11/2021
1.10.19 1,251 3/10/2021
1.10.18 1,974 3/9/2021
1.10.17 1,177 3/9/2021
1.10.16 1,308 3/8/2021
1.10.15 14,723 3/4/2021
1.10.14 1,635 2/25/2021
1.10.13 3,210 2/19/2021
1.10.12 2,613 2/18/2021
1.10.11 1,311 2/16/2021
1.10.10 1,167 2/15/2021
1.10.9 1,354 2/10/2021
1.10.8 1,639 2/8/2021
1.10.7 1,254 2/4/2021
1.10.6 3,309 2/2/2021
1.10.5 1,240 2/1/2021
1.10.4 1,281 1/29/2021
1.10.3 2,690 1/28/2021
1.10.2 6,474 1/26/2021
1.10.1 11,626 1/26/2021
1.9.64 1,195 3/17/2021
1.9.63 1,752 2/25/2021
1.9.62 1,248 2/22/2021
1.9.61 2,216 2/4/2021
1.9.60 1,210 2/1/2021
1.9.59 3,970 1/19/2021
1.9.58 1,250 1/15/2021
1.9.57 1,448 1/14/2021
1.9.56 1,324 1/11/2021
1.9.55 1,558 12/24/2020
1.9.54 1,516 12/18/2020
1.9.53 4,277 12/16/2020
1.9.52 1,249 12/15/2020
1.9.51 1,303 12/11/2020
1.9.50 1,318 12/10/2020
1.9.49 1,382 12/10/2020
1.9.48 1,332 12/9/2020
1.9.47 1,267 12/8/2020
1.9.46 1,318 12/4/2020
1.9.45 1,298 12/3/2020
1.9.44 1,373 12/1/2020
1.9.43 1,316 11/30/2020
1.9.42 1,244 11/27/2020
1.9.41 1,365 11/26/2020
1.9.40 1,181 11/26/2020
1.9.39 3,769 11/25/2020
1.9.38 1,269 11/23/2020
1.9.37 1,254 11/20/2020
1.9.36 1,575 11/17/2020
1.9.35 1,354 11/16/2020
1.9.34 1,531 11/10/2020
1.9.33 1,350 11/9/2020
1.9.32 5,552 11/3/2020
1.9.31 1,357 11/3/2020
1.9.30 1,318 10/30/2020
1.9.29 1,295 10/28/2020
1.9.28 3,992 10/21/2020
1.9.27 1,306 10/20/2020
1.9.26 1,417 10/18/2020
1.9.25 4,013 10/15/2020
1.9.24 1,468 10/14/2020
1.9.23 1,326 10/13/2020
1.9.22 1,340 10/13/2020
1.9.21 1,399 10/9/2020
1.9.20 2,344 10/2/2020
1.9.19 2,246 9/29/2020
1.9.18 2,822 9/29/2020
1.9.17 1,390 9/22/2020
1.9.16 1,360 9/17/2020
1.9.15 1,509 9/16/2020
1.9.14 2,526 9/15/2020
1.9.13 1,298 9/15/2020
1.9.12 1,372 9/15/2020
1.9.11 1,352 9/15/2020
1.9.10 1,673 9/11/2020
1.9.9 1,400 9/9/2020
1.9.8 1,253 9/9/2020
1.9.7 1,311 9/8/2020
1.9.6 1,668 9/4/2020
1.9.5 1,347 9/2/2020
1.9.4 1,302 9/1/2020
1.9.3 1,358 8/31/2020
1.9.2 3,119 8/27/2020
1.9.1 1,341 8/26/2020
1.9.0 2,672 8/25/2020
1.8.105 1,824 4/15/2021
1.8.104 1,464 10/20/2020
1.8.103 2,459 9/14/2020
1.8.102 1,443 9/8/2020
1.8.101 1,426 9/2/2020
1.8.100 1,353 9/1/2020
1.8.99 3,147 8/21/2020
1.8.98 1,367 8/18/2020
1.8.97 1,477 8/14/2020
1.8.96 1,464 8/13/2020
1.8.95 1,437 8/12/2020
1.8.94 2,397 8/11/2020
1.8.93 1,780 8/3/2020
1.8.92 1,486 7/30/2020
1.8.91 1,514 7/13/2020
1.8.90 1,440 7/7/2020
1.8.89 1,497 7/7/2020
1.8.88 1,356 7/6/2020
1.8.87 1,360 7/2/2020
1.8.86 3,564 6/30/2020
1.8.85 1,438 6/30/2020
1.8.84 1,361 6/30/2020
1.8.83 1,386 6/29/2020
1.8.82 1,411 6/25/2020
1.8.81 1,556 6/25/2020
1.8.80 1,467 6/22/2020
1.8.79 1,394 6/18/2020
1.8.78 4,425 6/18/2020
1.8.77 1,399 6/17/2020
1.8.76 2,467 6/16/2020
1.8.75 1,383 6/15/2020
1.8.74 2,948 6/9/2020
1.8.73 1,452 6/8/2020
1.8.72 1,370 6/8/2020
1.8.71 1,388 6/5/2020
1.8.70 1,526 6/4/2020
1.8.69 1,476 6/1/2020
1.8.68 1,516 5/29/2020
1.8.67 1,442 5/28/2020
1.8.66 1,415 5/28/2020
1.8.65 1,449 5/27/2020
1.8.64 2,448 5/26/2020
1.8.63 4,694 5/20/2020
1.8.62 1,406 5/20/2020
1.8.61 1,417 5/20/2020
1.8.60 1,559 5/18/2020
1.8.59 1,447 5/15/2020
1.8.58 1,431 5/15/2020
1.8.57 1,424 5/15/2020
1.8.56 1,413 5/14/2020
1.8.55 5,257 5/12/2020
1.8.54 1,511 5/8/2020
1.8.53 2,362 5/6/2020
1.8.52 1,600 5/5/2020
1.8.51 1,469 5/4/2020
1.8.50 1,506 4/30/2020
1.8.49 1,421 4/29/2020
1.8.48 1,460 4/27/2020
1.8.47 3,594 4/24/2020
1.8.46 1,506 4/24/2020
1.8.45 1,414 4/24/2020
1.8.44 1,453 4/22/2020
1.8.43 2,647 4/21/2020
1.8.42 1,436 4/17/2020
1.8.41 1,550 4/16/2020
1.8.40 1,611 4/9/2020
1.8.39 1,380 4/8/2020
1.8.38 2,507 4/5/2020
1.8.37 1,551 4/3/2020
1.8.36 1,528 4/3/2020
1.8.35 1,485 4/2/2020
1.8.34 1,548 4/2/2020
1.8.33 1,598 3/31/2020
1.8.32 1,490 3/27/2020
1.8.31 1,511 3/26/2020
1.8.30 1,473 3/26/2020
1.8.29 1,328 3/25/2020
1.8.28 1,558 3/24/2020
1.8.27 1,465 3/20/2020
1.8.26 1,436 3/19/2020
1.8.25 1,578 3/18/2020
1.8.24 2,471 3/18/2020
1.8.23 1,456 3/18/2020
1.8.22 1,350 3/18/2020
1.8.21 1,532 3/18/2020
1.8.20 1,572 3/17/2020
1.8.19 1,568 3/17/2020
1.8.18 1,520 3/17/2020
1.8.17 3,707 3/17/2020
1.8.16 1,529 3/15/2020
1.8.15 3,636 3/12/2020
1.8.14 1,435 3/11/2020
1.8.13 4,803 3/5/2020
1.8.12 1,705 3/3/2020
1.8.11 1,500 3/2/2020
1.8.10 7,377 2/24/2020
1.8.9 1,620 2/20/2020
1.8.8 1,736 2/18/2020
1.8.7 1,530 2/18/2020
1.8.6 1,413 2/17/2020
1.8.5 1,415 2/14/2020
1.8.4 1,778 2/12/2020
1.8.3 1,751 2/7/2020
1.8.2 1,555 2/3/2020
1.8.1 6,736 1/28/2020
1.7.53 1,545 5/15/2020
1.7.52 1,482 3/31/2020
1.7.51 1,983 3/27/2020
1.7.50 1,481 3/26/2020
1.7.49 2,153 3/18/2020
1.7.48 1,420 2/25/2020
1.7.47 2,464 2/4/2020
1.7.46 1,476 2/4/2020
1.7.45 1,527 1/16/2020
1.7.44 1,588 1/13/2020
1.7.43 1,540 1/9/2020
1.7.42 5,611 12/27/2019
1.7.41 3,444 12/16/2019
1.7.40 1,390 12/13/2019
1.7.39 1,422 12/13/2019
1.7.38 1,503 12/13/2019
1.7.37 1,550 12/11/2019
1.7.36 1,518 12/4/2019
1.7.35 1,402 12/4/2019
1.7.34 1,464 12/3/2019
1.7.33 1,560 12/2/2019
1.7.32 6,832 11/27/2019
1.7.31 7,513 11/26/2019
1.7.30 2,224 11/25/2019
1.7.29 1,475 11/22/2019
1.7.28 1,591 11/8/2019
1.7.27 2,155 11/5/2019
1.7.26 1,529 10/31/2019
1.7.25 2,413 10/29/2019
1.7.24 1,481 10/29/2019
1.7.23 1,506 10/25/2019
1.7.22 1,520 10/24/2019
1.7.21 1,570 10/24/2019
1.7.20 6,187 10/16/2019
1.7.19 1,448 10/15/2019
1.7.18 1,508 10/15/2019
1.7.17 1,590 10/8/2019
1.7.16 1,537 10/4/2019
1.7.15 4,817 10/2/2019
1.7.14 1,847 9/27/2019
1.7.13 1,469 9/26/2019
1.7.12 1,518 9/25/2019
1.7.11 1,567 9/24/2019
1.7.10 1,541 9/24/2019
1.7.9 1,569 9/24/2019
1.7.8 11,103 9/12/2019
1.7.7 1,541 9/12/2019
1.7.6 2,507 9/10/2019
1.7.5 1,589 9/5/2019
1.7.4 1,483 9/4/2019
1.7.3 1,494 9/3/2019
1.7.2 1,574 9/2/2019
1.7.1 1,575 8/29/2019
1.7.0 2,627 8/27/2019
1.6.69 1,477 5/15/2020
1.6.68 5,635 10/2/2019
1.6.67 2,572 9/27/2019
1.6.66 1,524 9/26/2019
1.6.65 2,620 9/5/2019
1.6.64 1,459 9/2/2019
1.6.63 3,388 8/23/2019
1.6.62 1,445 8/21/2019
1.6.61 1,580 8/21/2019
1.6.60 1,509 8/15/2019
1.6.57 1,481 8/8/2019
1.6.56 1,461 8/8/2019
1.6.55 2,795 8/5/2019
1.6.52 3,284 7/8/2019
1.6.48 1,552 6/18/2019
1.6.47 2,377 6/13/2019
1.6.46 1,582 6/12/2019
1.6.45 1,593 6/12/2019
1.6.44 1,491 6/12/2019
1.6.43 1,506 5/29/2019
1.6.42 2,360 5/28/2019
1.6.41 1,475 5/28/2019
1.6.40 1,529 5/28/2019
1.6.39 1,505 5/28/2019
1.6.38 2,379 5/21/2019
1.6.37 6,028 5/21/2019
1.6.36 1,550 5/16/2019
1.6.35 4,479 5/16/2019
1.6.34 1,541 5/16/2019
1.6.33 1,434 5/16/2019
1.6.32 1,608 5/7/2019
1.6.31 1,561 5/7/2019
1.6.30 1,549 5/7/2019
1.6.29 1,482 5/7/2019
1.6.28 2,441 5/1/2019
1.6.27 1,643 5/1/2019
1.6.26 1,561 4/25/2019
1.6.25 2,202 4/17/2019
1.6.24 1,509 4/17/2019
1.6.23 4,472 4/15/2019
1.6.22 2,439 4/9/2019
1.6.20 1,546 4/1/2019
1.6.19 1,584 3/29/2019
1.6.18 2,666 3/25/2019
1.6.17 1,609 3/21/2019
1.6.16 2,431 3/15/2019
1.6.15 1,525 3/15/2019
1.6.14 1,527 3/15/2019
1.6.13 1,545 3/15/2019
1.6.12 1,490 3/15/2019
1.6.11 1,579 3/15/2019
1.6.10 2,508 3/15/2019
1.6.9 1,537 3/15/2019
1.6.8 1,437 3/15/2019
1.6.7 7,167 3/15/2019
1.6.6 2,345 3/15/2019
1.6.5 1,736 3/15/2019
1.6.4 1,561 3/15/2019
1.6.3 1,529 3/15/2019
1.6.2 1,565 3/15/2019
1.6.1 2,715 3/15/2019
1.6.0 7,774 3/15/2019
1.5.41 2,218 3/15/2019
1.5.40 1,574 3/15/2019
1.5.39 2,421 3/15/2019
1.5.38 1,549 3/15/2019
1.5.37 1,493 3/15/2019
1.5.36 1,525 3/15/2019
1.5.35 1,826 3/15/2019
1.5.34 4,529 3/15/2019
1.5.33 1,497 3/15/2019
1.5.32 2,294 3/15/2019
1.5.31 1,519 3/15/2019
1.5.30 1,550 3/15/2019
1.5.29 1,499 3/15/2019
1.5.28 3,924 3/15/2019
1.5.27 1,554 3/15/2019
1.5.26 4,285 3/15/2019
1.5.25 1,506 3/15/2019
1.5.24 1,528 3/15/2019
1.5.23 2,440 3/15/2019
1.5.22 1,494 3/15/2019
1.5.21 3,618 3/15/2019
1.5.20 1,498 3/15/2019
1.5.19 2,398 3/15/2019
1.5.18 1,550 3/15/2019
1.5.17 1,498 3/15/2019
1.5.16 2,245 3/15/2019
1.5.15 1,561 3/15/2019
1.5.14 1,478 3/15/2019
1.5.13 1,627 3/15/2019
1.5.11 1,487 3/15/2019
1.5.10 1,792 3/15/2019
1.5.9 2,623 3/15/2019
1.5.8 2,034 3/15/2019
1.5.7 1,580 3/15/2019
1.5.6 1,531 3/15/2019
1.5.5 4,936 3/15/2019
1.5.4 1,576 3/15/2019
1.5.3 1,469 3/15/2019
1.5.2 1,483 3/15/2019
1.5.1 7,245 3/15/2019
1.5.0 5,820 3/15/2019
1.4.84 21,509 3/15/2019
1.4.83 6,272 3/15/2019
1.4.82 6,006 3/15/2019
1.4.81 1,570 3/15/2019
1.4.80 6,539 3/15/2019
1.4.79 1,542 3/15/2019
1.4.78 1,445 3/15/2019
1.4.77 2,379 3/15/2019
1.4.76 1,509 3/15/2019
1.4.75 1,420 3/15/2019
1.4.74 2,198 3/15/2019
1.4.73 1,455 3/15/2019
1.4.72 1,478 3/15/2019
1.4.71 1,470 3/15/2019
1.4.70 1,473 3/15/2019
1.4.69 2,187 3/15/2019
1.4.68 1,489 3/15/2019
1.4.67 1,450 3/15/2019
1.4.66 2,209 3/15/2019
1.4.65 1,477 3/15/2019
1.4.64 1,499 3/15/2019
1.4.63 3,846 3/15/2019
1.4.59 4,293 3/15/2019
1.4.57 9,437 3/15/2019
1.4.22 10,399 3/15/2019
1.3.14 11,755 3/15/2019
1.2.10 5,198 3/15/2019
1.1.2 8,215 3/15/2019
1.0.0 99,199 3/15/2019