Ucommerce.Web.Infrastructure.db 10.12.10

Prefix Reserved
dotnet add package Ucommerce.Web.Infrastructure.db --version 10.12.10
                    
NuGet\Install-Package Ucommerce.Web.Infrastructure.db -Version 10.12.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="Ucommerce.Web.Infrastructure.db" Version="10.12.10" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Ucommerce.Web.Infrastructure.db" Version="10.12.10" />
                    
Directory.Packages.props
<PackageReference Include="Ucommerce.Web.Infrastructure.db" />
                    
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 Ucommerce.Web.Infrastructure.db --version 10.12.10
                    
#r "nuget: Ucommerce.Web.Infrastructure.db, 10.12.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 Ucommerce.Web.Infrastructure.db@10.12.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=Ucommerce.Web.Infrastructure.db&version=10.12.10
                    
Install as a Cake Addin
#tool nuget:?package=Ucommerce.Web.Infrastructure.db&version=10.12.10
                    
Install as a Cake Tool

SQL Migrations

This project contains the sql migration scripts for Ucommerce.

Migrations are handled by DbUp

Files are named XXX - [descriptive name].sql where XXX is an ever growing number.

See DbUp Philosophy for best practices around creating and maintaining migrations.

TLDR;

Scripts should be:

  • Idempotent - Should be able to run again without it changing things on the second run
  • Don't change - Add new migration instead
  • Versioned - XXX in the name

Encoding

Files in this project should be saved with UTF-8 encoding without BOM for better Github support.

NOTE SQL Server Management Studio by default saves scripts with UTF-16 encoding which Github treats as binary and therefore does not display diffs for.

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.
  • net8.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Ucommerce.Web.Infrastructure.db:

Package Downloads
Ucommerce.Web.Infrastructure

This package contains the Ucommerce infrastructure logic. NOTE: Not meant to be a standalone package but installed in a project together with Ucommerce.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.12.10 144 8/22/2025
10.12.9 254 7/8/2025
10.12.8 276 6/4/2025
10.12.8-hotfix6 436 6/11/2025
10.12.8-hotfix5 157 6/6/2025
10.12.8-hotfix3 208 6/5/2025
10.12.8-hotfix2 248 6/5/2025
10.12.8-hotfix1 200 6/4/2025
10.12.7 259 5/20/2025
10.12.6 293 4/25/2025
10.12.5 469 4/4/2025
10.12.4 237 4/1/2025
10.12.3 584 3/26/2025
10.12.2 184 3/21/2025
10.12.1 227 3/20/2025
10.12.0 403 3/3/2025
10.11.1 419 2/21/2025
10.11.0 314 2/18/2025
10.10.2 219 2/10/2025
10.10.1 221 1/31/2025
10.10.0 492 1/23/2025
10.9.6 178 1/30/2025
10.9.5 426 1/10/2025
10.9.4 337 1/6/2025
10.9.3 397 12/19/2024
10.8.2 190 12/19/2024
10.6.0 330 8/30/2024
10.5.3 224 8/20/2024
10.5.2 275 8/5/2024
10.5.1 170 7/30/2024
10.5.0 211 7/8/2024
10.4.0 235 6/18/2024
10.3.0 272 6/7/2024
10.2.5 211 11/25/2024
10.2.3 278 8/22/2024
10.2.2 234 8/20/2024
10.2.1 344 5/3/2024
10.2.0 253 4/25/2024
10.1.2 304 4/9/2024