Skip to content

v1.0.0

Choose a tag to compare

@saucecontrol saucecontrol released this 16 Feb 03:52
· 32 commits to master since this release
  • NuGet package no longer lists dependencies for target frameworks. Since InheritDoc is a dev-only dependency, its compatibility is based on the dev environment and not the build target. The only dependency (Mono.Cecil) is shipped in the package.
  • <returns /> elements are now trimmed from inherited docs if the target method has void return.
  • <value /> elements are now trimmed from inherited docs if the target is not a property.
  • Improved base method resolution to match generic parameters as well as parameter types.