-
Notifications
You must be signed in to change notification settings - Fork 1
/
ankhsvn.product.json
44 lines (44 loc) · 1.54 KB
/
ankhsvn.product.json
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
{
"id": "simoneb.AnkhVersionOneConnector",
"titleSection": {
"name": "AnkhSVN VersionOne Connector",
"shortDescription": "Issue tracking integration in Visual Studio between AnkhSVN and VersionOne",
"pricing": "Free",
"support": {
"text": "Open Source",
"href": "https://github.com/simoneb/AnkhVersionOneConnector"
}
},
"descriptionSection": {
"description": "AnkhSVN VersionOne Connector provides issue tracking integration in Visual Studio between AnkhSVN and VersionOne."
},
"linksSection": [
{
"type": "source",
"title": "GitHub Repository",
"href": "https://github.com/simoneb/AnkhVersionOneConnector"
}
],
"updatesSection": {
"updates": [
{
"date": "2012-05-22T00:00:00.000Z",
"description": "Summer 2012",
"version": "95170c348c",
"releaseNotes": "Browse to WI page",
"qualityBand": "seed"
}
],
"qualityBands": {
"seed": {
"shortDescription": "The initial idea of a product. May not be stable code."
},
"sapling": {
"shortDescription": "The product is undergoing rapid growth. The code works but expect major changes."
},
"mature": {
"shortDescription": "The product is stable. The code will continue to evolve with minimum breaking changes."
}
}
}
}