Guest User

update.rdf

a guest
Jun 27th, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  4. xmlns:em="http://www.mozilla.org/2004/em-rdf#">
  5.  
  6. <RDF:Description about="urn:mozilla:extension:[email protected]">
  7. <em:updates>
  8. <RDF:Seq>
  9.  
  10. <RDF:li>
  11. <RDF:Description>
  12. <em:version>1.2.0.2</em:version> <!-- This is the version number of the add-on -->
  13.  
  14. <em:targetApplication>
  15. <RDF:Description>
  16. <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id><!-- This is the GUID for Firefox -->
  17. <em:minVersion>66.0</em:minVersion><!-- Most recent major Previous version of Firefox -->
  18.  
  19. <!-- This is where this version of the add-on will be downloaded from -->
  20. <!-- This file must return the mimetype: application/x-xpinstall -->
  21. <em:updateLink>https://s3.amazonaws.com/sharepoint-videos/Office365TrainingApplication/firefox-extension/visualsp_online_help_system-1.2.0.2-fx.xpi</em:updateLink>
  22.  
  23. <!-- A page describing what is new in this updated version -->
  24. <em:updateInfoURL>https://s3.amazonaws.com/sharepoint-videos/Office365TrainingApplication/firefox-extension/VisualSPOnlineHelpApp.UpdateInfo.xhtml</em:updateInfoURL>
  25. </RDF:Description>
  26. </em:targetApplication>
  27. </RDF:Description>
  28. </RDF:li>
  29.  
  30. </RDF:Seq>
  31. </em:updates>
  32.  
  33. </RDF:Description>
  34. </RDF:RDF>
Advertisement
Add Comment
Please, Sign In to add comment