This library compares the primative properties of two objects and tracks the differences between them. This can then be used to create a simple change log of objects within an application.
A free .NET library that provides a simple way to track changes made to an object, like a class or list of classes. It allows you to capture those changes as “before” and “after” json serialized dictionary arrays that contain the property names and their values for quickly and easily storing and...
More information
Adds git version information to assemblies using the AssemblyInformationalVersion. This is the .NET Core Global Tool allowing usage of GitVersionInfo from command line.