Skip to content

Commit

Permalink
Tweeks to stuff (#11)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
MrHinsh authored Mar 9, 2023
1 parent c17659f commit 5128e27
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion GitVersion.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
assembly-versioning-scheme: MajorMinorPatch
mode: ContinuousDeployment
continuous-delivery-fallback-tag: ''
next-version: 4.12.0
next-version: 5.0.0
branches:
main:
mode: ContinuousDeployment
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ These build tasks allow you to manage both the XML and Inherited processes in Az

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

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

## Getting the Tools

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ These build tasks allow you to manage both the XML and Inherited processes in Az

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

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

## Getting the Tools

Expand Down
10 changes: 5 additions & 5 deletions vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@
"manifestVersion": 1,
"id": "processtemplate",
"name": "Process Tools for Azure DevOps ",
"version": "#{GitVersion.Major}#.#{GitVersion.Minor}#.#{GitVersion.Patch}##{GitVersion.COMMITSSINCEVERSIONSOURCE}#",
"version": "#{GitVersion.Major}#.#{GitVersion.Minor}#.#{GitVersion.Patch}#",
"public": false,
"publisher": "nkdAgility",
"galleryFlags": [
"Public",
"Free"
"Public"
],
"targets": [
{
"id": "Microsoft.VisualStudio.Services.Cloud"
},
{
"id": "Microsoft.TeamFoundation.Server",
"version": "[15.0,)"
"version": "[15.0,)"
}
],
"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.",
"categories": [
"Build and release"
"Azure Pipelines",
"Azure Boards"
],
"tags": [
"release",
Expand Down

0 comments on commit 5128e27

Please sign in to comment.