This repository was archived by the owner on Dec 14, 2018. It is now read-only.
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
Change the tag helpers FileVersion
property to something clearer #2540
Closed
Description
We have a few tag helpers (Link
, Script
, and the upcoming Image
) that have a FileVersion
property that indicates whether to add a "version" to the URL to help with cache busting.
The property name is a bit confusing: it looks like it is a file version, as opposed to saying whether to append a file version.
I recommend changing the property to be AppendVersion
or similar because that'll be a lot clearer about what it does.