e938725d35
* Added extra test for GetMembers * fixed tests * verify * Format * Run the module init on unit tests and make it json * update deps * gitignore support was disabled in csharpier 1.0.1 --------- Co-authored-by: Adam Hathcock <adam@hathcock.uk>
20 lines
323 B
JSON
20 lines
323 B
JSON
{
|
|
"version": 1,
|
|
"isRoot": true,
|
|
"tools": {
|
|
"csharpier": {
|
|
"version": "1.0.1",
|
|
"commands": [
|
|
"csharpier"
|
|
],
|
|
"rollForward": false
|
|
},
|
|
"gitversion.tool": {
|
|
"version": "6.1.0",
|
|
"commands": [
|
|
"dotnet-gitversion"
|
|
],
|
|
"rollForward": false
|
|
}
|
|
}
|
|
} |