I have a manifest XML (see below) that I want to update the title and description elements. I would like to do it as part of a pre-build event in Visual Studio 2010.
Does anyone have a sample of doing this?
<Feature xmlns="http://schemas.microsoft.com/sharepoint/" Title="jQuery 1.6.4 - version ##.##.##" Description="Deploy jQuery for use in UI design" Id="0aa81236-982d-44eb-8640-461d48b8ac00" ImageUrl="_urs/urs_50x17.jpg" ImageUrlAltText="URS" Scope="Site">
<ElementManifests>
<ElementManifest Location="Element\Elements.xml" />
</ElementManifests>
</Feature>
Thanks in advance!