Skip to content

Commit

Permalink
Increase project version number to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YevgeniyShunevych committed Jun 4, 2021
1 parent 36b7559 commit b265379
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ C#/.NET package for [Atata](https://github.com/atata-framework/atata) configurat

Supports .NET Framework 4.0+ and .NET Core/Standard 2.0+.

**[What's new in v1.5.0](https://atata.io/blog/2020/12/16/atata.configuration.json-1.5.0-released/)**
**[What's new in v1.6.0](https://atata.io/blog/2021/06/04/atata.configuration.json-1.6.0-released/)**

## Table of Contents

Expand Down Expand Up @@ -380,6 +380,8 @@ string sectionBoolValue = AppConfig.Current.Section.BoolProperty;
},
"baseUrl": "string",
"culture": "string", // For example: "en-US".
"timeZone": "string", // For example: "UTC".
"artifactsPath": "string",

"baseRetryTimeout": 5, // Sets the base retry timeout in seconds.
"baseRetryInterval": 0.5, // Sets the base retry interval in seconds.
Expand All @@ -402,9 +404,13 @@ string sectionBoolValue = AppConfig.Current.Section.BoolProperty;
"useAllNUnitFeatures": true, // Indicates to enable all NUnit features for Atata.
// Or enable particular NUnit configuration options:
"useNUnitTestName": true,
"useNUnitTestSuiteName": true,
"useNUnitTestSuiteType": true,
"logNUnitError": true,
"takeScreenshotOnNUnitError": true,
"takeScreenshotOnNUnitErrorTitle": "string",
"onCleanUpAddArtifactsToNUnitTestContext": true,
"onCleanUpAddDirectoryFilesToNUnitTestContext": "string",
"useNUnitAggregateAssertionStrategy": true, // Indicates to use NUnitAggregateAssertionStrategy as the aggregate assertion strategy.
"useNUnitWarningReportStrategy": true, // Indicates to use NUnitWarningReportStrategy as the strategy for warning assertion reporting.

Expand Down
8 changes: 4 additions & 4 deletions src/Atata.Configuration.Json/Atata.Configuration.Json.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>net40;net45;net46;netstandard2.0</TargetFrameworks>
<Version>1.5.0</Version>
<Version>1.6.0</Version>
<Authors>Yevgeniy Shunevych</Authors>
<Company>Yevgeniy Shunevych</Company>
<Product>Atata Framework</Product>
Expand All @@ -25,9 +25,9 @@ Features:
<PackageProjectUrl>https://github.com/atata-framework/atata-configuration-json</PackageProjectUrl>
<PackageIcon>icon.png</PackageIcon>
<PackageTags>atata automation testing test selenium webdriver browser configuration</PackageTags>
<PackageReleaseNotes>1.5.0 - https://atata.io/blog/2020/12/16/atata.configuration.json-1.5.0-released/
1.4.0 - https://atata.io/blog/2020/11/05/atata.configuration.json-1.4.0-released/
1.3.0 - https://atata.io/blog/2020/04/28/atata.configuration.json-1.3.0-released/</PackageReleaseNotes>
<PackageReleaseNotes>1.6.0 - https://atata.io/blog/2021/06/04/atata.configuration.json-1.6.0-released/
1.5.0 - https://atata.io/blog/2020/12/16/atata.configuration.json-1.5.0-released/
1.4.0 - https://atata.io/blog/2020/11/05/atata.configuration.json-1.4.0-released/</PackageReleaseNotes>
<CodeAnalysisRuleSet>..\Atata.ruleset</CodeAnalysisRuleSet>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<RepositoryUrl>https://github.com/atata-framework/atata-configuration-json</RepositoryUrl>
Expand Down

0 comments on commit b265379

Please sign in to comment.