Skip to content

Commit 2479357

Browse files
authored
Correct authors field capitalization in manifest
1 parent 9947b92 commit 2479357

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/manifest.daxlib

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"$schema": "https://raw.githubusercontent.com/daxlib/daxlib/refs/heads/main/schemas/manifest/1.0.0/manifest.1.0.0.schema.json",
33
"id": "Contoso.Sample",
44
"version": "0.1.0",
5-
"authors": "Contoso Ltd",
5+
"authors": "Contoso LTD",
66
"description": "A sample DAX Lib package for demonstration purposes only.",
77
"tags": "SAMPLE,TEMPLATE,DEMO",
88
"projectUrl": "https://contoso.com/sample-library",
99
"repositoryUrl": "https://github.com/contoso/sample-library",
1010
"readme": "/README.md"
11-
}
11+
}

0 commit comments

Comments
 (0)