From b043a07117d3f5b4dbdb91645dc539653966a61e Mon Sep 17 00:00:00 2001 From: OnSive Date: Wed, 10 Jan 2024 18:58:01 +0100 Subject: [PATCH] Fixed license link in NuGet package --- Source/ChangeTracking/ChangeTracking.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/ChangeTracking/ChangeTracking.csproj b/Source/ChangeTracking/ChangeTracking.csproj index 9e82e70..f25b258 100644 --- a/Source/ChangeTracking/ChangeTracking.csproj +++ b/Source/ChangeTracking/ChangeTracking.csproj @@ -13,7 +13,7 @@ By using Castle Dynamic Proxy to create proxies of your classes at runtime, you can use your objects just like you used do, and just by calling the AsTrackable() extension method, you get automatic change tracking, and cancellation. - https://github.com/joelweiss/ChangeTracking/blob/master/License.md</licenseUrl + https://github.com/joelweiss/ChangeTracking/blob/master/License.md https://github.com/joelweiss/ChangeTracking https://github.com/joelweiss/ChangeTracking ChangeTracking DynamicProxy Change Tracking POCO