-
Notifications
You must be signed in to change notification settings - Fork 4
/
appcast.xml
25 lines (25 loc) · 1.02 KB
/
appcast.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Sketch Plugin: Image Replaste!</title>
<link>http://sparkle-project.org/files/sparkletestcast.xml</link>
<description>Replace your image with your pasteboard image.</description>
<language>en</language>
<item>
<title>Version 1.1</title>
<description>Update shortcut to CMD + CTRL + I due to shortcut change of Sketch Symbols</description>
<enclosure url="https://github.com/mheesakkers/sketch-image-replaste/archive/master.zip" sparkle:version="1.1"/>
</item>
<item>
<title>Version 1.0</title>
<description>
<![CDATA[
<ul>
<li>Made compatible with Sketch v52</li>
</ul>
]]>
</description>
<enclosure url="https://github.com/mheesakkers/sketch-image-replaste/archive/master.zip" sparkle:version="1.0"/>
</item>
</channel>
</rss>