blob: 82ce68371bd1e4a9d3774f09b4bc63483af59618 (
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
|
<?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/e2e/BundleB/feed</id>
<link rel="self" type="application/atom+xml" href="http://localhost:9999/e2e/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/e2e/BundleB/2.0/BundleB.exe" length="0" type="application/octet-stream">
<as:name>this hash is supposed to be wrong but has a tiny chance of actually being right</as:name>
<as:digest algorithm="sha512">00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000</as:digest>
</link>
<content type="html">
<p>Change list:</p><ul>
<li>Updated release.</li>
</ul>
</content>
<as:upgrade version="1.0" />
<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/e2e/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>
</feed>
|