blob: d9f961fed2bc21b2d56b211bbb7c26ff059eaf67 (
plain)
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
|
<?xml version='1.0' ?>
<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:as="http://appsyndication.org/2006/appsyn">
<title type="text">BundleB v2.0</title>
<subtitle type="text">Bundle Subtitle.</subtitle>
<as:application type="application/exe">1116353B-7C6E-4C29-BFA1-D4A972CD421D</as:application>
<updated>2014-07-14T12:39:00.000Z</updated>
<id>http://localhost:9999/wix4/BundleB/feed</id>
<link rel="self" type="application/atom+xml" href="http://localhost:9999/wix4/BundleB/feed"/>
<generator version="0.1">manual build</generator>
<entry>
<title>Bundle v2.0</title>
<id>v2.0</id>
<author>
<name>Bundle_Author</name>
<uri>http://mycompany.com/software</uri>
<email>Bundle_Author@mycompany.com</email>
</author>
<link rel="alternate" href="http://www.mycompany.com/content/view/software"/>
<link rel="enclosure" href="http://localhost:9999/wix4/BundleB/2.0/BundleB.exe" length="0" type="application/octet-stream"/>
<content type="html">
<p>Change list:</p><ul>
<li>Updated release.</li>
</ul>
</content>
<as:version>2.0.0.0</as:version>
<updated>2014-11-10T12:39:00.000Z</updated>
</entry>
<entry>
<title>Bundle v1.0</title>
<id>v1.0</id>
<author>
<name>Bundle_Author</name>
<uri>http://mycompany.com/software</uri>
<email>Bundle_Author@mycompany.com</email>
</author>
<link rel="alternate" href="http://www.mycompany.com/content/view/software"/>
<link rel="enclosure" href="http://localhost:9999/wix4/BundleB/1.0/BundleB.exe" length="0" type="application/octet-stream"/>
<content type="html">
<p>Change list:</p><ul>
<li>Initial release.</li>
</ul>
</content>
<as:upgrade version="1.0.0.0-preview" />
<as:version>1.0.0.0</as:version>
<updated>2014-11-09T12:39:00.000Z</updated>
</entry>
<entry>
<title>Bundle v1.0-preview</title>
<id>v1.0-preview</id>
<author>
<name>Bundle_Author</name>
<uri>http://mycompany.com/software</uri>
<email>Bundle_Author@mycompany.com</email>
</author>
<link rel="alternate" href="http://www.mycompany.com/content/view/software"/>
<link rel="enclosure" href="http://localhost:9999/wix4/BundleB/1.0-preview/BundleB.exe" length="10000" type="application/octet-stream"/>
<content type="html">
<p>Change list:</p><ul>
<li>Initial release.</li>
</ul>
</content>
<as:version>1.0.0.0</as:version>
<updated>2014-11-09T12:39:00.000Z</updated>
</entry>
</feed>
|