Skip to content

Commit 86deb0b

Browse files
committed
release 2.10.0
1 parent a87db00 commit 86deb0b

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

Allure.Features/allureConfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://raw.githubusercontent.com/allure-framework/allure-csharp/identifiers-fix/Allure.SpecFlowPlugin/Schemas/allureConfig.schema.json",
2+
"$schema": "https://raw.githubusercontent.com/allure-framework/allure-csharp/2.10.0/Allure.SpecFlowPlugin/Schemas/allureConfig.schema.json",
33
"allure": {
44
"title": "5994A3F7-AF84-46AD-9393-000BB45553CC",
55
"directory": "allure-results",

Allure.NUnit.Examples/allureConfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://raw.githubusercontent.com/allure-framework/allure-csharp/identifiers-fix/Allure.NUnit/Schemas/allureConfig.schema.json",
2+
"$schema": "https://raw.githubusercontent.com/allure-framework/allure-csharp/2.10.0/Allure.NUnit/Schemas/allureConfig.schema.json",
33
"allure": {
44
"directory": "allure-results",
55
"links": [

Allure.NUnit/Schemas/allureConfig.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"allOf": [
33
{
4-
"$ref": "https://raw.githubusercontent.com/allure-framework/allure-csharp/identifiers-fix/Allure.Net.Commons/Schemas/allureConfig.schema.json"
4+
"$ref": "https://raw.githubusercontent.com/allure-framework/allure-csharp/2.10.0/Allure.Net.Commons/Schemas/allureConfig.schema.json"
55
}
66
],
77
"properties": {

Allure.NUnit/allureConfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://raw.githubusercontent.com/allure-framework/allure-csharp/identifiers-fix/Allure.NUnit/Schemas/allureConfig.schema.json",
2+
"$schema": "https://raw.githubusercontent.com/allure-framework/allure-csharp/2.10.0/Allure.NUnit/Schemas/allureConfig.schema.json",
33
"allure": {
44
"directory": "allure-results",
55
"links": [
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"$schema": "https://raw.githubusercontent.com/allure-framework/allure-csharp/identifiers-fix/Allure.SpecFlowPlugin/Schemas/allureConfig.schema.json",
2+
"$schema": "https://raw.githubusercontent.com/allure-framework/allure-csharp/2.10.0/Allure.SpecFlowPlugin/Schemas/allureConfig.schema.json",
33
"allure": {}
44
}

Allure.SpecFlowPlugin/Schemas/allureConfig.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"allOf": [
33
{
4-
"$ref": "https://raw.githubusercontent.com/allure-framework/allure-csharp/identifiers-fix/Allure.Net.Commons/Schemas/allureConfig.schema.json"
4+
"$ref": "https://raw.githubusercontent.com/allure-framework/allure-csharp/2.10.0/Allure.Net.Commons/Schemas/allureConfig.schema.json"
55
}
66
],
77
"properties": {

Allure.SpecFlowPlugin/allureConfig.Template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://raw.githubusercontent.com/allure-framework/allure-csharp/identifiers-fix/Allure.SpecFlowPlugin/Schemas/allureConfig.schema.json",
2+
"$schema": "https://raw.githubusercontent.com/allure-framework/allure-csharp/2.10.0/Allure.SpecFlowPlugin/Schemas/allureConfig.schema.json",
33
"allure": {
44
"directory": "allure-results",
55
"links": [

Allure.XUnit.Examples/allureConfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://raw.githubusercontent.com/allure-framework/allure-csharp/identifiers-fix/Allure.XUnit/Schemas/allureConfig.schema.json",
2+
"$schema": "https://raw.githubusercontent.com/allure-framework/allure-csharp/2.10.0/Allure.XUnit/Schemas/allureConfig.schema.json",
33
"allure": {
44
"directory": "allure-results",
55
"links": [

Allure.XUnit/Schemas/allureConfig.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"allOf": [
33
{
4-
"$ref": "https://raw.githubusercontent.com/allure-framework/allure-csharp/identifiers-fix/Allure.Net.Commons/Schemas/allureConfig.schema.json"
4+
"$ref": "https://raw.githubusercontent.com/allure-framework/allure-csharp/2.10.0/Allure.Net.Commons/Schemas/allureConfig.schema.json"
55
}
66
],
77
"properties": {

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<!-- Metadata -->
33
<PropertyGroup>
4-
<Version>2.11-SNAPSHOT</Version>
4+
<Version>2.10.0</Version>
55
<Company>Qameta Software</Company>
66
<RepositoryUrl>https://github.com/allure-framework/allure-csharp</RepositoryUrl>
77
<RepositoryType>git</RepositoryType>

0 commit comments

Comments
 (0)