Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Source/ChangeTracking/ChangeTracking.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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.
</Description>
<PackageLicenseUrl>https://github.com/joelweiss/ChangeTracking/blob/master/License.md&lt;/licenseUrl</PackageLicenseUrl>
<PackageLicenseUrl>https://github.com/joelweiss/ChangeTracking/blob/master/License.md</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/joelweiss/ChangeTracking</PackageProjectUrl>
<RepositoryUrl>https://github.com/joelweiss/ChangeTracking</RepositoryUrl>
<PackageTags>ChangeTracking DynamicProxy Change Tracking POCO</PackageTags>
Expand Down