diff --git a/NSpecifications/NSpecifications.csproj b/NSpecifications/NSpecifications.csproj index 95a60d7..1914e15 100644 --- a/NSpecifications/NSpecifications.csproj +++ b/NSpecifications/NSpecifications.csproj @@ -9,7 +9,7 @@ netstandard2.0 true MIT - https://github.com/jnicolau/NSpecifications + https://github.com/miholler/NSpecifications NSpecifications is the most complete library for the Specification pattern and it's grounded on the Domain-Driven Design principles. Provides interface, abstract and a generic specification, composable, supports operators. This is probably the most fluent and least verbose library. Specifications can be composed with real operators (&, |, !, ==, !=). They are interchangeable with Expression<Func<T, bool>> and Func<T, bool> and can be combined directly with boolean expressions. Check the tutorial in the GitHub. Specification, Spec, DDD