From 86deb0bdfbbf86ca15e30e2a37d08b5a1c248bca Mon Sep 17 00:00:00 2001 From: qameta-ci Date: Mon, 16 Oct 2023 11:21:13 +0000 Subject: [PATCH] release 2.10.0 --- Allure.Features/allureConfig.json | 2 +- Allure.NUnit.Examples/allureConfig.json | 2 +- Allure.NUnit/Schemas/allureConfig.schema.json | 2 +- Allure.NUnit/allureConfig.json | 2 +- Allure.SpecFlowPlugin.Tests/allureConfig.json | 2 +- Allure.SpecFlowPlugin/Schemas/allureConfig.schema.json | 2 +- Allure.SpecFlowPlugin/allureConfig.Template.json | 2 +- Allure.XUnit.Examples/allureConfig.json | 2 +- Allure.XUnit/Schemas/allureConfig.schema.json | 2 +- Directory.Build.props | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Allure.Features/allureConfig.json b/Allure.Features/allureConfig.json index 1d8ab581..f7d923ff 100644 --- a/Allure.Features/allureConfig.json +++ b/Allure.Features/allureConfig.json @@ -1,5 +1,5 @@ { - "$schema": "https://raw.githubusercontent.com/allure-framework/allure-csharp/identifiers-fix/Allure.SpecFlowPlugin/Schemas/allureConfig.schema.json", + "$schema": "https://raw.githubusercontent.com/allure-framework/allure-csharp/2.10.0/Allure.SpecFlowPlugin/Schemas/allureConfig.schema.json", "allure": { "title": "5994A3F7-AF84-46AD-9393-000BB45553CC", "directory": "allure-results", diff --git a/Allure.NUnit.Examples/allureConfig.json b/Allure.NUnit.Examples/allureConfig.json index f9a5643e..90c88b82 100644 --- a/Allure.NUnit.Examples/allureConfig.json +++ b/Allure.NUnit.Examples/allureConfig.json @@ -1,5 +1,5 @@ { - "$schema": "https://raw.githubusercontent.com/allure-framework/allure-csharp/identifiers-fix/Allure.NUnit/Schemas/allureConfig.schema.json", + "$schema": "https://raw.githubusercontent.com/allure-framework/allure-csharp/2.10.0/Allure.NUnit/Schemas/allureConfig.schema.json", "allure": { "directory": "allure-results", "links": [ diff --git a/Allure.NUnit/Schemas/allureConfig.schema.json b/Allure.NUnit/Schemas/allureConfig.schema.json index 20171d8d..90be7153 100644 --- a/Allure.NUnit/Schemas/allureConfig.schema.json +++ b/Allure.NUnit/Schemas/allureConfig.schema.json @@ -1,7 +1,7 @@ { "allOf": [ { - "$ref": "https://raw.githubusercontent.com/allure-framework/allure-csharp/identifiers-fix/Allure.Net.Commons/Schemas/allureConfig.schema.json" + "$ref": "https://raw.githubusercontent.com/allure-framework/allure-csharp/2.10.0/Allure.Net.Commons/Schemas/allureConfig.schema.json" } ], "properties": { diff --git a/Allure.NUnit/allureConfig.json b/Allure.NUnit/allureConfig.json index f9a5643e..90c88b82 100644 --- a/Allure.NUnit/allureConfig.json +++ b/Allure.NUnit/allureConfig.json @@ -1,5 +1,5 @@ { - "$schema": "https://raw.githubusercontent.com/allure-framework/allure-csharp/identifiers-fix/Allure.NUnit/Schemas/allureConfig.schema.json", + "$schema": "https://raw.githubusercontent.com/allure-framework/allure-csharp/2.10.0/Allure.NUnit/Schemas/allureConfig.schema.json", "allure": { "directory": "allure-results", "links": [ diff --git a/Allure.SpecFlowPlugin.Tests/allureConfig.json b/Allure.SpecFlowPlugin.Tests/allureConfig.json index 5a56ff97..d59ad6f4 100644 --- a/Allure.SpecFlowPlugin.Tests/allureConfig.json +++ b/Allure.SpecFlowPlugin.Tests/allureConfig.json @@ -1,4 +1,4 @@ { - "$schema": "https://raw.githubusercontent.com/allure-framework/allure-csharp/identifiers-fix/Allure.SpecFlowPlugin/Schemas/allureConfig.schema.json", + "$schema": "https://raw.githubusercontent.com/allure-framework/allure-csharp/2.10.0/Allure.SpecFlowPlugin/Schemas/allureConfig.schema.json", "allure": {} } \ No newline at end of file diff --git a/Allure.SpecFlowPlugin/Schemas/allureConfig.schema.json b/Allure.SpecFlowPlugin/Schemas/allureConfig.schema.json index 892bb096..ab096ab8 100644 --- a/Allure.SpecFlowPlugin/Schemas/allureConfig.schema.json +++ b/Allure.SpecFlowPlugin/Schemas/allureConfig.schema.json @@ -1,7 +1,7 @@ { "allOf": [ { - "$ref": "https://raw.githubusercontent.com/allure-framework/allure-csharp/identifiers-fix/Allure.Net.Commons/Schemas/allureConfig.schema.json" + "$ref": "https://raw.githubusercontent.com/allure-framework/allure-csharp/2.10.0/Allure.Net.Commons/Schemas/allureConfig.schema.json" } ], "properties": { diff --git a/Allure.SpecFlowPlugin/allureConfig.Template.json b/Allure.SpecFlowPlugin/allureConfig.Template.json index c030dd1f..18683d34 100644 --- a/Allure.SpecFlowPlugin/allureConfig.Template.json +++ b/Allure.SpecFlowPlugin/allureConfig.Template.json @@ -1,5 +1,5 @@ { - "$schema": "https://raw.githubusercontent.com/allure-framework/allure-csharp/identifiers-fix/Allure.SpecFlowPlugin/Schemas/allureConfig.schema.json", + "$schema": "https://raw.githubusercontent.com/allure-framework/allure-csharp/2.10.0/Allure.SpecFlowPlugin/Schemas/allureConfig.schema.json", "allure": { "directory": "allure-results", "links": [ diff --git a/Allure.XUnit.Examples/allureConfig.json b/Allure.XUnit.Examples/allureConfig.json index da5d5d35..12b6a5a8 100644 --- a/Allure.XUnit.Examples/allureConfig.json +++ b/Allure.XUnit.Examples/allureConfig.json @@ -1,5 +1,5 @@ { - "$schema": "https://raw.githubusercontent.com/allure-framework/allure-csharp/identifiers-fix/Allure.XUnit/Schemas/allureConfig.schema.json", + "$schema": "https://raw.githubusercontent.com/allure-framework/allure-csharp/2.10.0/Allure.XUnit/Schemas/allureConfig.schema.json", "allure": { "directory": "allure-results", "links": [ diff --git a/Allure.XUnit/Schemas/allureConfig.schema.json b/Allure.XUnit/Schemas/allureConfig.schema.json index 1ef2b462..303e980a 100644 --- a/Allure.XUnit/Schemas/allureConfig.schema.json +++ b/Allure.XUnit/Schemas/allureConfig.schema.json @@ -1,7 +1,7 @@ { "allOf": [ { - "$ref": "https://raw.githubusercontent.com/allure-framework/allure-csharp/identifiers-fix/Allure.Net.Commons/Schemas/allureConfig.schema.json" + "$ref": "https://raw.githubusercontent.com/allure-framework/allure-csharp/2.10.0/Allure.Net.Commons/Schemas/allureConfig.schema.json" } ], "properties": { diff --git a/Directory.Build.props b/Directory.Build.props index f897289c..845626e2 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 2.11-SNAPSHOT + 2.10.0 Qameta Software https://github.com/allure-framework/allure-csharp git