Skip to content

Commit

Permalink
release 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qameta-ci committed Apr 2, 2024
1 parent e009c8a commit 11d695e
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
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/2.11.0/Allure.NUnit/Schemas/allureConfig.schema.json",
"$schema": "https://raw.githubusercontent.com/allure-framework/allure-csharp/2.12.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/2.11.0/Allure.Net.Commons/Schemas/allureConfig.schema.json"
"$ref": "https://raw.githubusercontent.com/allure-framework/allure-csharp/2.12.0/Allure.Net.Commons/Schemas/allureConfig.schema.json"
}
]
}
2 changes: 1 addition & 1 deletion Allure.Net.Commons/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/2.11.0/Allure.Net.Commons/Schemas/allureConfig.schema.json",
"$schema": "https://raw.githubusercontent.com/allure-framework/allure-csharp/2.12.0/Allure.Net.Commons/Schemas/allureConfig.schema.json",
"allure": {
"directory": "allure-results",
"links": [
Expand Down
2 changes: 1 addition & 1 deletion Allure.Reqnroll.Tests.Samples/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/2.11.0/Allure.Reqnroll/Schemas/allureConfig.schema.json",
"$schema": "https://raw.githubusercontent.com/allure-framework/allure-csharp/2.12.0/Allure.Reqnroll/Schemas/allureConfig.schema.json",
"allure": {
"title": "5994A3F7-AF84-46AD-9393-000BB45553CC",
"directory": "allure-results",
Expand Down
2 changes: 1 addition & 1 deletion Allure.Reqnroll/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/2.11.0/Allure.Net.Commons/Schemas/allureConfig.schema.json"
"$ref": "https://raw.githubusercontent.com/allure-framework/allure-csharp/2.12.0/Allure.Net.Commons/Schemas/allureConfig.schema.json"
}
],
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion Allure.Reqnroll/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/2.11.0/Allure.Reqnroll/Schemas/allureConfig.schema.json",
"$schema": "https://raw.githubusercontent.com/allure-framework/allure-csharp/2.12.0/Allure.Reqnroll/Schemas/allureConfig.schema.json",
"allure": {
"directory": "allure-results",
"links": [
Expand Down
2 changes: 1 addition & 1 deletion Allure.SpecFlow.Tests.Samples/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/2.11.0/Allure.SpecFlowPlugin/Schemas/allureConfig.schema.json",
"$schema": "https://raw.githubusercontent.com/allure-framework/allure-csharp/2.12.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.SpecFlow.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/2.11.0/Allure.SpecFlowPlugin/Schemas/allureConfig.schema.json",
"$schema": "https://raw.githubusercontent.com/allure-framework/allure-csharp/2.12.0/Allure.SpecFlowPlugin/Schemas/allureConfig.schema.json",
"allure": {}
}
2 changes: 1 addition & 1 deletion Allure.SpecFlow/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/2.11.0/Allure.Net.Commons/Schemas/allureConfig.schema.json"
"$ref": "https://raw.githubusercontent.com/allure-framework/allure-csharp/2.12.0/Allure.Net.Commons/Schemas/allureConfig.schema.json"
}
],
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion Allure.SpecFlow/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/2.11.0/Allure.SpecFlowPlugin/Schemas/allureConfig.schema.json",
"$schema": "https://raw.githubusercontent.com/allure-framework/allure-csharp/2.12.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/2.11.0/Allure.XUnit/Schemas/allureConfig.schema.json",
"$schema": "https://raw.githubusercontent.com/allure-framework/allure-csharp/2.12.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/2.11.0/Allure.Net.Commons/Schemas/allureConfig.schema.json"
"$ref": "https://raw.githubusercontent.com/allure-framework/allure-csharp/2.12.0/Allure.Net.Commons/Schemas/allureConfig.schema.json"
}
],
"properties": {
Expand Down
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<!-- Metadata -->
<PropertyGroup>
<Version>2.12-SNAPSHOT</Version>
<Version>2.12.0</Version>
<Company>Qameta Software</Company>
<RepositoryUrl>https://github.com/allure-framework/allure-csharp</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand All @@ -18,7 +18,7 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageTags>allure</PackageTags>
<PackageReleaseNotes>https://github.com/allure-framework/allure-csharp/releases/tag/2.11.0</PackageReleaseNotes>
<PackageReleaseNotes>https://github.com/allure-framework/allure-csharp/releases/tag/</PackageReleaseNotes>
</PropertyGroup>

<!-- Signing properties -->
Expand Down

0 comments on commit 11d695e

Please sign in to comment.