Skip to content

Commit 401e495

Browse files
Update package info
1 parent 98e4fd8 commit 401e495

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/Atata.Configuration.Json/Atata.Configuration.Json.csproj

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
<Product>Atata Framework</Product>
99
<Description>C#/.NET package for Atata configuration through JSON files.
1010

11-
Supports .NET Framework 4.0+ and .NET Core/Standard 2.0.
11+
Supports .NET Framework 4.0+ and .NET Core/Standard 2.0+.
12+
13+
Atata.Configuration.Json on GitHub: https://github.com/atata-framework/atata-configuration-json
14+
Atata Framework documentation: https://atata-framework.github.io
1215

1316
Features:
1417
- Full configuration of Atata context via JSON file
@@ -22,10 +25,12 @@ Features:
2225
<PackageIconUrl>https://raw.githubusercontent.com/atata-framework/atata/master/logo.png?v2</PackageIconUrl>
2326
<RepositoryUrl>https://github.com/atata-framework/atata-configuration-json</RepositoryUrl>
2427
<PackageTags>atata automation testing test selenium webdriver browser configuration</PackageTags>
25-
<PackageReleaseNotes>0.16.0 - https://atata-framework.github.io/blog/2018/01/18/atata.configuration.json-0.16.0-released/
28+
<PackageReleaseNotes>0.17.0 - https://atata-framework.github.io/blog/2018/09/05/atata.configuration.json-0.17.0-released/
29+
0.16.0 - https://atata-framework.github.io/blog/2018/01/18/atata.configuration.json-0.16.0-released/
2630
0.15.0 - Initial release.</PackageReleaseNotes>
2731
<CodeAnalysisRuleSet>..\Atata.ruleset</CodeAnalysisRuleSet>
2832
<GenerateDocumentationFile>true</GenerateDocumentationFile>
33+
<RepositoryType>git</RepositoryType>
2934
</PropertyGroup>
3035

3136
<ItemGroup>

0 commit comments

Comments
 (0)