Skip to content

2.0.0

Compare
Choose a tag to compare
@Choc13 Choc13 released this 08 Jun 06:34
· 12 commits to master since this release
9fa4e6d

BREAKING CHANGES

  • Removed HeaderMetadataViewComponent and replaced with OpenGraphTagHelper. However there is no replacement for <meta name="robots" content="none"/>, which was added by HeaderMetadataViewComponent in non-production environments. If you still require this you will need to add it manually to each page that you want to stop robots from indexing or following links on. Alternatively set it in the robots.txt file using this library.
  • Updated target framework to netstandard2.0

New Features

  • Added several tag helpers to make it easy to add Open Graph metadata to cshtml pages.