Skip to content

Commit

Permalink
release 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qameta-ci committed Oct 16, 2023
1 parent a87db00 commit 86deb0b
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Allure.Features/allureConfig.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion Allure.NUnit.Examples/allureConfig.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion Allure.NUnit/Schemas/allureConfig.schema.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion Allure.NUnit/allureConfig.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion Allure.SpecFlowPlugin.Tests/allureConfig.json
Original file line number Diff line number Diff line change
@@ -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": {}
}
2 changes: 1 addition & 1 deletion Allure.SpecFlowPlugin/Schemas/allureConfig.schema.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion Allure.SpecFlowPlugin/allureConfig.Template.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion Allure.XUnit.Examples/allureConfig.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion Allure.XUnit/Schemas/allureConfig.schema.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<!-- Metadata -->
<PropertyGroup>
<Version>2.11-SNAPSHOT</Version>
<Version>2.10.0</Version>
<Company>Qameta Software</Company>
<RepositoryUrl>https://github.com/allure-framework/allure-csharp</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand Down

0 comments on commit 86deb0b

Please sign in to comment.