Skip to content

Commit d5e32ee

Browse files
committed
[xam-release-script] creating release for version 1.1
1 parent 63e631c commit d5e32ee

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

addon.xml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<addon id="plugin.video.vimcasts" name="VimCasts" version="1.1" provider-name="Jonathan Beluch (jbel)">
1+
<addon id="plugin.video.vimcasts" name="VimCasts" provider-name="Jonathan Beluch (jbel)" version="1.1">
32
<requires>
4-
<import addon="xbmc.python" version="2.0"/>
5-
<import addon="script.module.xbmcswift2" version="1.1.1"/>
3+
<import addon="xbmc.python" version="2.0" />
4+
<import addon="script.module.xbmcswift2" version="1.1.1" />
65
</requires>
7-
<extension point="xbmc.python.pluginsource" library="addon.py">
6+
<extension library="addon.py" point="xbmc.python.pluginsource">
87
<provides>video</provides>
98
</extension>
109
<extension point="xbmc.addon.metadata">
1110
<platform>all</platform>
12-
<language></language>
11+
<language />
1312
<summary>Watch screencasts about Vim, the text editor, from http://vimcasts.org</summary>
1413
<description>Vimcasts publishes free screencasts about Vim, the text editor. Vim has been around in one form or another for over 20 years. The learning curve is famously difficult, but those who manage to climb it insist that nothing can match Vim's modal editing model for speed and efficiency.[CR][CR]The patterns of use that make a Vim master productive are not easily discovered. Trial and error will get you so far, but the best way to learn is to watch an experienced Vim user at work. By providing short videos with digestible advice, Vimcasts gives you something you can take away and use immediately to improve your productivity. Vimcasts aims to be the expert Vim colleague you never had.[CR][CR]Vimcasts is produced by Drew Neil (aka nelstrom), who came to Vim from TextMate. He made the switch when starting work at a company that uses Linux workstations. His choice of text editor was influenced by colleagues.</description>
1514
</extension>
16-
</addon>
15+
</addon>

0 commit comments

Comments
 (0)