We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 432870f commit bf2bf66Copy full SHA for bf2bf66
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "graph.community.metadata",
3
- "version": "5.6.0",
+ "version": "5.7.0",
4
"type": "module",
5
"scripts": {
6
"compile": "tsp compile src/main.tsp",
src/main.tsp
@@ -18,7 +18,7 @@ using TypeSpec.OpenAPI;
18
19
@service({
20
title: "Graph.Community SDK for Microsoft SharePoint REST API",
21
- version: "5.6.0",
+ version: "5.7.0",
22
})
23
@tagMetadata(
24
"Site Design/Site Script",
0 commit comments