I have an aspx page in _layouts that is part of a package. It contains :
<%@ Assembly Name="$SharePoint.Project.AssemblyFullName$" %>
This should be updated with the current assembly full name when I deploy - but it dont.
Anyone got any ideas?