Skip to content

Commit 5128e27

Browse files
authored
Tweeks to stuff (#11)
* Updated catagories to resolve #2 * Updated to support Server as well as Service (untested, let me know") this resolves #1 * Update to fix docs links
1 parent c17659f commit 5128e27

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

GitVersion.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
assembly-versioning-scheme: MajorMinorPatch
22
mode: ContinuousDeployment
33
continuous-delivery-fallback-tag: ''
4-
next-version: 4.12.0
4+
next-version: 5.0.0
55
branches:
66
main:
77
mode: ContinuousDeployment

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ These build tasks allow you to manage both the XML and Inherited processes in Az
1616

1717
![Screenshot of Process Uploader](/images/screenshot-01.png)
1818

19-
Full documentation is available on [https://dev.azure.com/nkdagility/Azure-DevOps-Process-Tools/](https://dev.azure.com/nkdagility/Azure-DevOps-Process-Tools/)
19+
Full documentation is available on [https://nkdagility.github.io/Azure-DevOps-Process-Tools/](https://nkdagility.github.io/Azure-DevOps-Process-Tools/)
2020

2121
## Getting the Tools
2222

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ These build tasks allow you to manage both the XML and Inherited processes in Az
1414

1515
![Screenshot of Process Uploader](./../images/screenshot-01.png)
1616

17-
Full documentation is available on [https://dev.azure.com/nkdagility/Azure-DevOps-Process-Tools/](https://dev.azure.com/nkdagility/Azure-DevOps-Process-Tools/)
17+
Full documentation is available on [https://nkdagility.github.io/Azure-DevOps-Process-Tools/](https://nkdagility.github.io/Azure-DevOps-Process-Tools/)
1818

1919
## Getting the Tools
2020

vss-extension.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,25 @@
22
"manifestVersion": 1,
33
"id": "processtemplate",
44
"name": "Process Tools for Azure DevOps ",
5-
"version": "#{GitVersion.Major}#.#{GitVersion.Minor}#.#{GitVersion.Patch}##{GitVersion.COMMITSSINCEVERSIONSOURCE}#",
5+
"version": "#{GitVersion.Major}#.#{GitVersion.Minor}#.#{GitVersion.Patch}#",
66
"public": false,
77
"publisher": "nkdAgility",
88
"galleryFlags": [
9-
"Public",
10-
"Free"
9+
"Public"
1110
],
1211
"targets": [
1312
{
1413
"id": "Microsoft.VisualStudio.Services.Cloud"
1514
},
1615
{
1716
"id": "Microsoft.TeamFoundation.Server",
18-
"version": "[15.0,)"
17+
"version": "[15.0,)"
1918
}
2019
],
2120
"description": "Incudes tasks to help you manage your Processes (was Process Templates) in Azure DevOps Services. Supports both XML Process and the new Inherited Process.",
2221
"categories": [
23-
"Build and release"
22+
"Azure Pipelines",
23+
"Azure Boards"
2424
],
2525
"tags": [
2626
"release",

0 commit comments

Comments
 (0)