oazabir / autojscssversion

Automatically exported from code.google.com/p/autojscssversion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle special case of silverlight .xap

GoogleCodeExporter opened this issue · comments

I would very much like to be able to have the same versioning for xap files.

That means that you have to parse things like :
<param name="source" value="ClientBin/SL.xap"/>
and render something like
<param name="source" value="ClientBin/SL.xap?v=........"/>

I tried to do it myself but I unable to make it work.

any hint on how I should handle this?
Thanks a lot.
John.


Original issue reported on code.google.com by kni...@gmail.com on 7 Aug 2011 at 11:49