Skip to content

Commit c1fa021

Browse files
Fix NuGet package badge link in README.md
1 parent 6e79482 commit c1fa021

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<img width="300" height="300" align="center" alt="efcore-complexindexes-logo" src="https://github.com/user-attachments/assets/9b51234a-90e4-44af-91a3-443d159f6d1d" />
33
</p>
44

5-
| **NuGet** | [![nuget](https://img.shields.io/nuget/v/EFCore.ComplexIndexers.svg)](https://www.nuget.org/packages/EFCore.ComplexIndexers/)
5+
| **NuGet** | [![nuget](https://img.shields.io/nuget/v/EFCore.ComplexIndexes.svg)](https://www.nuget.org/packages/EFCore.ComplexIndexes/)
66

77
## Index support for complex type properties in EF Core migrations — the missing piece for value object-driven architectures.
88
EF Core 8.0 introduced complex properties, but migration tooling doesn't automatically generate indexes for these nested value objects. This NuGet package bridges that gap with a clean, fluent API for defining single-column, composite, unique, and filtered indexes directly on complex type properties.

0 commit comments

Comments
 (0)