-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.json
More file actions
32 lines (32 loc) · 973 Bytes
/
project.json
File metadata and controls
32 lines (32 loc) · 973 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"ProjectName": "SqlQueryClass",
"Description": "The SqlQueryClass module provides a set of functions and cmdlets for working with SQL databases. It includes functionality for connecting, executing SQL queries, and managing output as DataTable, DataAdapter, DataSet, SqlReader, or NonQuery result objects.",
"Version": "0.1.4",
"copyResourcesToModuleRoot": true,
"Manifest": {
"Author": "Brooks Vaughn",
"PowerShellHostVersion": "5.1",
"GUID": "8375edbe-fb0f-4cb6-acb0-9964b45725c0",
"Tags": [
"PowerShell",
"Database",
"SQL",
"SQLServer",
"SQLQuery",
"DataAdapter",
"DataSet",
"DataTable"
],
"ProjectUri": "https://github.com/BrooksV/SqlQueryClass",
"LicenseUri": "https://github.com/BrooksV/SqlQueryClass/blob/main/LICENSE"
},
"Pester": {
"TestResult": {
"Enabled": true,
"OutputFormat": "NUnitXml"
},
"Output": {
"Verbosity": "Detailed"
}
}
}