Skip to content

Commit 0e04207

Browse files
committed
Update .cache
1 parent 0194b47 commit 0e04207

183 files changed

Lines changed: 6555 additions & 16 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
3+
<Metadata>
4+
<Identity Language="en-US" Id="bulk-task-creator-for-stories" Version="1.0.10" Publisher="DineshRajendran"/>
5+
<DisplayName>Bulk Task Creator for User Stories</DisplayName>
6+
<Description xml:space="preserve">Quickly create multiple tasks from user stories with automatic area and iteration inheritance. Perfect for breaking down user stories into actionable tasks for your team.</Description>
7+
<GalleryFlags>Public</GalleryFlags>
8+
<Categories>Azure Boards</Categories>
9+
<Tags>work items,tasks,user stories,bulk operations,DevOps</Tags>
10+
<Properties>
11+
<Property Id="Microsoft.VisualStudio.Services.Links.GitHub" Value="https://github.com/devops-extensions/task-creator"/>
12+
<Property Id="Microsoft.VisualStudio.Services.Branding.Color" Value="#3087d1"/>
13+
<Property Id="Microsoft.VisualStudio.Services.Branding.Theme" Value="dark"/>
14+
</Properties>
15+
<Icon>src/icon.png</Icon>
16+
</Metadata>
17+
<Dependencies/>
18+
<Installation>
19+
<InstallationTarget Id="Microsoft.VisualStudio.Services"/>
20+
</Installation>
21+
<Assets>
22+
<Asset Type="src/create-tasks-action.js" d:Source="File" Path="src/create-tasks-action.js" Addressable="true"/>
23+
<Asset Type="src/hub.html" d:Source="File" Path="src/hub.html" Addressable="true"/>
24+
<Asset Type="src/icon.png" d:Source="File" Path="src/icon.png" Addressable="true"/>
25+
<Asset Type="Microsoft.VisualStudio.Services.Icons.Default" d:Source="File" Path="src/icon.png" Addressable="true"/>
26+
<Asset Type="src/styles.css" d:Source="File" Path="src/styles.css" Addressable="true"/>
27+
<Asset Type="src/task-creator-corrupted-backup.html" d:Source="File" Path="src/task-creator-corrupted-backup.html" Addressable="true"/>
28+
<Asset Type="src/task-creator-debug.html" d:Source="File" Path="src/task-creator-debug.html" Addressable="true"/>
29+
<Asset Type="src/task-creator.html" d:Source="File" Path="src/task-creator.html" Addressable="true"/>
30+
<Asset Type="Microsoft.VisualStudio.Services.Content.Details" d:Source="File" Path="README.md" Addressable="true"/>
31+
<Asset Type="Microsoft.VisualStudio.Services.Manifest" d:Source="File" Path="extension.vsomanifest" Addressable="true"/>
32+
</Assets>
33+
</PackageManifest>
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"manifestVersion": 1,
3+
"baseUri": "src",
4+
"repository": {
5+
"type": "git",
6+
"uri": "https://github.com/devops-extensions/task-creator"
7+
},
8+
"contributions": [
9+
{
10+
"id": "create-tasks-hub",
11+
"type": "ms.vss-web.hub",
12+
"targets": [
13+
"ms.vss-web.project-hub-collection"
14+
],
15+
"properties": {
16+
"name": "Task Creator",
17+
"title": "Bulk Task Creator",
18+
"uri": "src/hub.html",
19+
"icon": "src/icon.png"
20+
}
21+
},
22+
{
23+
"id": "create-tasks-script",
24+
"type": "ms.vss-web.script",
25+
"properties": {
26+
"uri": "src/create-tasks-action.js"
27+
}
28+
}
29+
],
30+
"scopes": [
31+
"vso.work",
32+
"vso.work_write"
33+
],
34+
"contributionTypes": []
35+
}
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
3+
<Metadata>
4+
<Identity Language="en-US" Id="bulk-task-creator-for-stories" Version="1.0.11" Publisher="DineshRajendran"/>
5+
<DisplayName>Bulk Task Creator for User Stories</DisplayName>
6+
<Description xml:space="preserve">Quickly create multiple tasks from user stories with automatic area and iteration inheritance. Perfect for breaking down user stories into actionable tasks for your team.</Description>
7+
<GalleryFlags>Public</GalleryFlags>
8+
<Categories>Azure Boards</Categories>
9+
<Tags>work items,tasks,user stories,bulk operations,DevOps</Tags>
10+
<Properties>
11+
<Property Id="Microsoft.VisualStudio.Services.Links.GitHub" Value="https://github.com/devops-extensions/task-creator"/>
12+
<Property Id="Microsoft.VisualStudio.Services.Branding.Color" Value="#3087d1"/>
13+
<Property Id="Microsoft.VisualStudio.Services.Branding.Theme" Value="dark"/>
14+
</Properties>
15+
<Icon>src/icon.png</Icon>
16+
</Metadata>
17+
<Dependencies/>
18+
<Installation>
19+
<InstallationTarget Id="Microsoft.VisualStudio.Services"/>
20+
</Installation>
21+
<Assets>
22+
<Asset Type="src/create-tasks-action.js" d:Source="File" Path="src/create-tasks-action.js" Addressable="true"/>
23+
<Asset Type="src/hub.html" d:Source="File" Path="src/hub.html" Addressable="true"/>
24+
<Asset Type="src/icon.png" d:Source="File" Path="src/icon.png" Addressable="true"/>
25+
<Asset Type="Microsoft.VisualStudio.Services.Icons.Default" d:Source="File" Path="src/icon.png" Addressable="true"/>
26+
<Asset Type="src/styles.css" d:Source="File" Path="src/styles.css" Addressable="true"/>
27+
<Asset Type="src/task-creator-corrupted-backup.html" d:Source="File" Path="src/task-creator-corrupted-backup.html" Addressable="true"/>
28+
<Asset Type="src/task-creator-debug.html" d:Source="File" Path="src/task-creator-debug.html" Addressable="true"/>
29+
<Asset Type="src/task-creator.html" d:Source="File" Path="src/task-creator.html" Addressable="true"/>
30+
<Asset Type="Microsoft.VisualStudio.Services.Content.Details" d:Source="File" Path="README.md" Addressable="true"/>
31+
<Asset Type="Microsoft.VisualStudio.Services.Manifest" d:Source="File" Path="extension.vsomanifest" Addressable="true"/>
32+
</Assets>
33+
</PackageManifest>
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"manifestVersion": 1,
3+
"baseUri": "src",
4+
"repository": {
5+
"type": "git",
6+
"uri": "https://github.com/devops-extensions/task-creator"
7+
},
8+
"contributions": [
9+
{
10+
"id": "create-tasks-hub",
11+
"type": "ms.vss-web.hub",
12+
"targets": [
13+
"ms.vss-work-web.work-hub-collection"
14+
],
15+
"properties": {
16+
"name": "Task Creator",
17+
"title": "Bulk Task Creator",
18+
"uri": "src/hub.html",
19+
"icon": "src/icon.png"
20+
}
21+
},
22+
{
23+
"id": "create-tasks-script",
24+
"type": "ms.vss-web.script",
25+
"properties": {
26+
"uri": "src/create-tasks-action.js"
27+
}
28+
}
29+
],
30+
"scopes": [
31+
"vso.work",
32+
"vso.work_write"
33+
],
34+
"contributionTypes": []
35+
}
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
3+
<Metadata>
4+
<Identity Language="en-US" Id="bulk-task-creator-for-stories" Version="1.0.12" Publisher="DineshRajendran"/>
5+
<DisplayName>Bulk Task Creator for User Stories</DisplayName>
6+
<Description xml:space="preserve">Quickly create multiple tasks from user stories with automatic area and iteration inheritance. Perfect for breaking down user stories into actionable tasks for your team.</Description>
7+
<GalleryFlags>Public</GalleryFlags>
8+
<Categories>Azure Boards</Categories>
9+
<Tags>work items,tasks,user stories,bulk operations,DevOps</Tags>
10+
<Properties>
11+
<Property Id="Microsoft.VisualStudio.Services.Links.GitHub" Value="https://github.com/devops-extensions/task-creator"/>
12+
<Property Id="Microsoft.VisualStudio.Services.Branding.Color" Value="#3087d1"/>
13+
<Property Id="Microsoft.VisualStudio.Services.Branding.Theme" Value="dark"/>
14+
</Properties>
15+
<Icon>src/icon.png</Icon>
16+
</Metadata>
17+
<Dependencies/>
18+
<Installation>
19+
<InstallationTarget Id="Microsoft.VisualStudio.Services"/>
20+
</Installation>
21+
<Assets>
22+
<Asset Type="src/create-tasks-action.js" d:Source="File" Path="src/create-tasks-action.js" Addressable="true"/>
23+
<Asset Type="src/form-group.html" d:Source="File" Path="src/form-group.html" Addressable="true"/>
24+
<Asset Type="src/hub.html" d:Source="File" Path="src/hub.html" Addressable="true"/>
25+
<Asset Type="src/icon.png" d:Source="File" Path="src/icon.png" Addressable="true"/>
26+
<Asset Type="Microsoft.VisualStudio.Services.Icons.Default" d:Source="File" Path="src/icon.png" Addressable="true"/>
27+
<Asset Type="src/styles.css" d:Source="File" Path="src/styles.css" Addressable="true"/>
28+
<Asset Type="src/task-creator-corrupted-backup.html" d:Source="File" Path="src/task-creator-corrupted-backup.html" Addressable="true"/>
29+
<Asset Type="src/task-creator-debug.html" d:Source="File" Path="src/task-creator-debug.html" Addressable="true"/>
30+
<Asset Type="src/task-creator.html" d:Source="File" Path="src/task-creator.html" Addressable="true"/>
31+
<Asset Type="Microsoft.VisualStudio.Services.Content.Details" d:Source="File" Path="README.md" Addressable="true"/>
32+
<Asset Type="Microsoft.VisualStudio.Services.Manifest" d:Source="File" Path="extension.vsomanifest" Addressable="true"/>
33+
</Assets>
34+
</PackageManifest>
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"manifestVersion": 1,
3+
"baseUri": "src",
4+
"repository": {
5+
"type": "git",
6+
"uri": "https://github.com/devops-extensions/task-creator"
7+
},
8+
"contributions": [
9+
{
10+
"id": "create-tasks-hub",
11+
"type": "ms.vss-web.hub",
12+
"targets": [
13+
"ms.vss-work-web.work-hub-collection"
14+
],
15+
"properties": {
16+
"name": "Task Creator",
17+
"title": "Bulk Task Creator",
18+
"uri": "src/hub.html",
19+
"icon": "src/icon.png"
20+
}
21+
},
22+
{
23+
"id": "create-tasks-script",
24+
"type": "ms.vss-web.script",
25+
"properties": {
26+
"uri": "src/create-tasks-action.js"
27+
}
28+
},
29+
{
30+
"id": "bulk-task-creator-form-group",
31+
"type": "ms.vss-work-web.work-item-form-group",
32+
"targets": [
33+
"ms.vss-work-web.work-item-form"
34+
],
35+
"properties": {
36+
"name": "Bulk Task Creator",
37+
"label": "Bulk Task Creator",
38+
"uri": "src/form-group.html"
39+
}
40+
}
41+
],
42+
"scopes": [
43+
"vso.work",
44+
"vso.work_write"
45+
],
46+
"contributionTypes": []
47+
}
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
3+
<Metadata>
4+
<Identity Language="en-US" Id="bulk-task-creator-for-stories" Version="1.0.13" Publisher="DineshRajendran"/>
5+
<DisplayName>Bulk Task Creator for User Stories</DisplayName>
6+
<Description xml:space="preserve">Quickly create multiple tasks from user stories with automatic area and iteration inheritance. Perfect for breaking down user stories into actionable tasks for your team.</Description>
7+
<GalleryFlags>Public</GalleryFlags>
8+
<Categories>Azure Boards</Categories>
9+
<Tags>work items,tasks,user stories,bulk operations,DevOps</Tags>
10+
<Properties>
11+
<Property Id="Microsoft.VisualStudio.Services.Links.GitHub" Value="https://github.com/devops-extensions/task-creator"/>
12+
<Property Id="Microsoft.VisualStudio.Services.Branding.Color" Value="#3087d1"/>
13+
<Property Id="Microsoft.VisualStudio.Services.Branding.Theme" Value="dark"/>
14+
</Properties>
15+
<Icon>src/icon.png</Icon>
16+
</Metadata>
17+
<Dependencies/>
18+
<Installation>
19+
<InstallationTarget Id="Microsoft.VisualStudio.Services"/>
20+
</Installation>
21+
<Assets>
22+
<Asset Type="src/create-tasks-action.js" d:Source="File" Path="src/create-tasks-action.js" Addressable="true"/>
23+
<Asset Type="src/form-group.html" d:Source="File" Path="src/form-group.html" Addressable="true"/>
24+
<Asset Type="src/hub.html" d:Source="File" Path="src/hub.html" Addressable="true"/>
25+
<Asset Type="src/icon.png" d:Source="File" Path="src/icon.png" Addressable="true"/>
26+
<Asset Type="Microsoft.VisualStudio.Services.Icons.Default" d:Source="File" Path="src/icon.png" Addressable="true"/>
27+
<Asset Type="src/styles.css" d:Source="File" Path="src/styles.css" Addressable="true"/>
28+
<Asset Type="src/task-creator-corrupted-backup.html" d:Source="File" Path="src/task-creator-corrupted-backup.html" Addressable="true"/>
29+
<Asset Type="src/task-creator-debug.html" d:Source="File" Path="src/task-creator-debug.html" Addressable="true"/>
30+
<Asset Type="src/task-creator.html" d:Source="File" Path="src/task-creator.html" Addressable="true"/>
31+
<Asset Type="Microsoft.VisualStudio.Services.Content.Details" d:Source="File" Path="README.md" Addressable="true"/>
32+
<Asset Type="Microsoft.VisualStudio.Services.Manifest" d:Source="File" Path="extension.vsomanifest" Addressable="true"/>
33+
</Assets>
34+
</PackageManifest>
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"manifestVersion": 1,
3+
"baseUri": "src",
4+
"repository": {
5+
"type": "git",
6+
"uri": "https://github.com/devops-extensions/task-creator"
7+
},
8+
"contributions": [
9+
{
10+
"id": "create-tasks-hub",
11+
"type": "ms.vss-web.hub",
12+
"targets": [
13+
"ms.vss-work-web.work-hub-collection"
14+
],
15+
"properties": {
16+
"name": "Task Creator",
17+
"title": "Bulk Task Creator",
18+
"uri": "src/hub.html",
19+
"icon": "src/icon.png"
20+
}
21+
},
22+
{
23+
"id": "create-tasks-script",
24+
"type": "ms.vss-web.script",
25+
"properties": {
26+
"uri": "src/create-tasks-action.js"
27+
}
28+
},
29+
{
30+
"id": "bulk-task-creator-form-group",
31+
"type": "ms.vss-work-web.work-item-form-group",
32+
"targets": [
33+
"ms.vss-work-web.work-item-form"
34+
],
35+
"properties": {
36+
"name": "Bulk Task Creator",
37+
"label": "Bulk Task Creator",
38+
"uri": "form-group.html"
39+
}
40+
}
41+
],
42+
"scopes": [
43+
"vso.work",
44+
"vso.work_write"
45+
],
46+
"contributionTypes": []
47+
}
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
3+
<Metadata>
4+
<Identity Language="en-US" Id="bulk-task-creator-for-stories" Version="1.0.14" Publisher="DineshRajendran"/>
5+
<DisplayName>Bulk Task Creator for User Stories</DisplayName>
6+
<Description xml:space="preserve">Quickly create multiple tasks from user stories with automatic area and iteration inheritance. Perfect for breaking down user stories into actionable tasks for your team.</Description>
7+
<GalleryFlags>Public</GalleryFlags>
8+
<Categories>Azure Boards</Categories>
9+
<Tags>work items,tasks,user stories,bulk operations,DevOps</Tags>
10+
<Properties>
11+
<Property Id="Microsoft.VisualStudio.Services.Links.GitHub" Value="https://github.com/devops-extensions/task-creator"/>
12+
<Property Id="Microsoft.VisualStudio.Services.Branding.Color" Value="#3087d1"/>
13+
<Property Id="Microsoft.VisualStudio.Services.Branding.Theme" Value="dark"/>
14+
</Properties>
15+
<Icon>src/icon.png</Icon>
16+
</Metadata>
17+
<Dependencies/>
18+
<Installation>
19+
<InstallationTarget Id="Microsoft.VisualStudio.Services"/>
20+
</Installation>
21+
<Assets>
22+
<Asset Type="src/create-tasks-action.js" d:Source="File" Path="src/create-tasks-action.js" Addressable="true"/>
23+
<Asset Type="src/form-group.html" d:Source="File" Path="src/form-group.html" Addressable="true"/>
24+
<Asset Type="src/hub.html" d:Source="File" Path="src/hub.html" Addressable="true"/>
25+
<Asset Type="src/icon.png" d:Source="File" Path="src/icon.png" Addressable="true"/>
26+
<Asset Type="Microsoft.VisualStudio.Services.Icons.Default" d:Source="File" Path="src/icon.png" Addressable="true"/>
27+
<Asset Type="src/styles.css" d:Source="File" Path="src/styles.css" Addressable="true"/>
28+
<Asset Type="src/task-creator-corrupted-backup.html" d:Source="File" Path="src/task-creator-corrupted-backup.html" Addressable="true"/>
29+
<Asset Type="src/task-creator-debug.html" d:Source="File" Path="src/task-creator-debug.html" Addressable="true"/>
30+
<Asset Type="src/task-creator.html" d:Source="File" Path="src/task-creator.html" Addressable="true"/>
31+
<Asset Type="Microsoft.VisualStudio.Services.Content.Details" d:Source="File" Path="README.md" Addressable="true"/>
32+
<Asset Type="Microsoft.VisualStudio.Services.Manifest" d:Source="File" Path="extension.vsomanifest" Addressable="true"/>
33+
</Assets>
34+
</PackageManifest>
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"manifestVersion": 1,
3+
"baseUri": "src",
4+
"repository": {
5+
"type": "git",
6+
"uri": "https://github.com/devops-extensions/task-creator"
7+
},
8+
"contributions": [
9+
{
10+
"id": "create-tasks-hub",
11+
"type": "ms.vss-web.hub",
12+
"targets": [
13+
"ms.vss-work-web.work-hub-collection"
14+
],
15+
"properties": {
16+
"name": "Task Creator",
17+
"title": "Bulk Task Creator",
18+
"uri": "src/hub.html",
19+
"icon": "src/icon.png"
20+
}
21+
},
22+
{
23+
"id": "create-tasks-script",
24+
"type": "ms.vss-web.script",
25+
"properties": {
26+
"uri": "src/create-tasks-action.js"
27+
}
28+
},
29+
{
30+
"id": "bulk-task-creator-form-group",
31+
"type": "ms.vss-work-web.work-item-form-group",
32+
"targets": [
33+
"ms.vss-work-web.work-item-form"
34+
],
35+
"properties": {
36+
"name": "Bulk Task Creator",
37+
"label": "Bulk Task Creator",
38+
"uri": "form-group.html"
39+
}
40+
}
41+
],
42+
"scopes": [
43+
"vso.work",
44+
"vso.work_write"
45+
],
46+
"contributionTypes": []
47+
}

0 commit comments

Comments
 (0)