diff --git a/Build/.nuke/build.schema.json b/Build/.nuke/build.schema.json index 2b10c52..705bebe 100644 --- a/Build/.nuke/build.schema.json +++ b/Build/.nuke/build.schema.json @@ -23,38 +23,45 @@ }, "IssConfiguration": { "type": "object", + "description": "IssConfiguration", "properties": { "Title": { "type": [ "null", "string" - ] + ], + "description": "Title (default null)" }, "Image": { "type": [ "null", "string" - ] + ], + "description": "Image (default IMAGE)" }, "ImageSmall": { "type": [ "null", "string" - ] + ], + "description": "Small Image (default IMAGESMALL)" }, "Icon": { "type": [ "null", "string" - ] + ], + "description": "Icon (default ICON)" }, "Licence": { "type": [ "null", "string" - ] + ], + "description": "Licence (default LICENSE)" }, "Language": { + "description": "Language (default IssLanguage)", "oneOf": [ { "type": "null" @@ -69,6 +76,7 @@ "array", "null" ], + "description": "IssLanguages", "items": { "$ref": "#/definitions/IssLanguageLicence" } @@ -77,41 +85,48 @@ }, "IssLanguage": { "type": "object", + "description": "IssLanguage", "properties": { "Name": { "type": [ "null", "string" - ] + ], + "description": "Name (default \"en\")" }, "MessagesFile": { "type": [ "null", "string" - ] + ], + "description": "MessagesFile (default \"compiler:Default.isl\")" } } }, "IssLanguageLicence": { "type": "object", + "description": "IssLanguageLicence", "properties": { "Name": { "type": [ "null", "string" - ] + ], + "description": "Name (default \"en\")" }, "MessagesFile": { "type": [ "null", "string" - ] + ], + "description": "MessagesFile (default \"compiler:Default.isl\")" }, "Licence": { "type": [ "null", "string" - ] + ], + "description": "Licence (default LICENSE)" } } }, diff --git a/ricaun.RevitTest.Console/Resources/ricaun.RevitTest.Application.bundle.zip b/ricaun.RevitTest.Console/Resources/ricaun.RevitTest.Application.bundle.zip index 3925256..bebcfad 100644 Binary files a/ricaun.RevitTest.Console/Resources/ricaun.RevitTest.Application.bundle.zip and b/ricaun.RevitTest.Console/Resources/ricaun.RevitTest.Application.bundle.zip differ diff --git a/ricaun.RevitTest.TestAdapter/Resources/net48/ricaun.RevitTest.Console.zip b/ricaun.RevitTest.TestAdapter/Resources/net48/ricaun.RevitTest.Console.zip index fccbaee..33e5826 100644 Binary files a/ricaun.RevitTest.TestAdapter/Resources/net48/ricaun.RevitTest.Console.zip and b/ricaun.RevitTest.TestAdapter/Resources/net48/ricaun.RevitTest.Console.zip differ diff --git a/ricaun.RevitTest.TestAdapter/Resources/net8.0-windows/ricaun.RevitTest.Console.zip b/ricaun.RevitTest.TestAdapter/Resources/net8.0-windows/ricaun.RevitTest.Console.zip index 407b01e..3ab4f18 100644 Binary files a/ricaun.RevitTest.TestAdapter/Resources/net8.0-windows/ricaun.RevitTest.Console.zip and b/ricaun.RevitTest.TestAdapter/Resources/net8.0-windows/ricaun.RevitTest.Console.zip differ