You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/copilot-instructions.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@ When suggesting changes:
34
34
### Metadata (metadata.json)
35
35
* displayName - Use the correctly styled/cased official product name for display names, e.g. SharePoint NOT sharepoint
36
36
* description - One short sentence describing what users can build or monitor. Avoid API or implementation language like Access HaloPSA APIs and query ticket data.
37
+
* version - The version number MUST be increased for any change to the plugin. It can never decrease. If a breaking change is made, the major version number of the plugin should be increased - for example, when deleting a data stream or significantly modifying the ui parameters.
37
38
38
39
### UI Configuration (ui.json)
39
40
- Generally prefer API tokens or OAuth where possible, flag usage of username/password unless the API offers no alternative.
0 commit comments