Whenever I make changes to the CSS, I typically update the version of the CSS file in the master. This requires me to upload both the CSS and master files. Is there a way to change the CSS version without having to upload the master file?
<link rel="stylesheet" href="<%=ResolveUrl("~/themes/default/style.css?v2") %>" type="text/css"/>
I am currently using ASP.NET.