File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ C#/.NET package for [Atata](https://github.com/atata-framework/atata) configurat
1010
1111Supports .NET Framework 4.0+ and .NET Core/Standard 2.0+.
1212
13- ** [ What's new in v0.17 .0] ( https://atata-framework.github.io/blog/2018/09/05 /atata.configuration.json-0.17 .0-released/ ) **
13+ ** [ What's new in v1.0 .0] ( https://atata-framework.github.io/blog/2018/10/19 /atata.configuration.json-1.0 .0-released/ ) **
1414
1515## Table of Contents
1616
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFrameworks >net40;net45;netstandard2.0</TargetFrameworks >
5- <Version >0.17 .0</Version >
5+ <Version >1.0 .0</Version >
66 <Authors >Yevgeniy Shunevych</Authors >
77 <Company >Yevgeniy Shunevych</Company >
88 <Product >Atata Framework</Product >
@@ -22,10 +22,11 @@ Features:
2222 <Copyright >© Yevgeniy Shunevych 2018</Copyright >
2323 <PackageLicenseUrl >https://raw.githubusercontent.com/atata-framework/atata-configuration-json/master/LICENSE</PackageLicenseUrl >
2424 <PackageProjectUrl >https://github.com/atata-framework/atata-configuration-json</PackageProjectUrl >
25- <PackageIconUrl >https://raw.githubusercontent.com/atata-framework/atata/master/logo .png?v2 </PackageIconUrl >
25+ <PackageIconUrl >https://raw.githubusercontent.com/atata-framework/atata/master/logo_68 .png</PackageIconUrl >
2626 <RepositoryUrl >https://github.com/atata-framework/atata-configuration-json</RepositoryUrl >
2727 <PackageTags >atata automation testing test selenium webdriver browser configuration</PackageTags >
28- <PackageReleaseNotes >0.17.0 - https://atata-framework.github.io/blog/2018/09/05/atata.configuration.json-0.17.0-released/
28+ <PackageReleaseNotes >1.0.0 - https://atata-framework.github.io/blog/2018/10/19/atata.configuration.json-1.0.0-released/
29+ 0.17.0 - https://atata-framework.github.io/blog/2018/09/05/atata.configuration.json-0.17.0-released/
29300.16.0 - https://atata-framework.github.io/blog/2018/01/18/atata.configuration.json-0.16.0-released/
30310.15.0 - Initial release.</PackageReleaseNotes >
3132 <CodeAnalysisRuleSet >..\Atata.ruleset</CodeAnalysisRuleSet >
Original file line number Diff line number Diff line change 66[ assembly: AssemblyCopyright ( "© Yevgeniy Shunevych 2018" ) ]
77[ assembly: AssemblyCulture ( "" ) ]
88[ assembly: ComVisible ( false ) ]
9- [ assembly: AssemblyVersion ( "0.17 .0" ) ]
10- [ assembly: AssemblyFileVersion ( "0.17 .0" ) ]
9+ [ assembly: AssemblyVersion ( "1.0 .0" ) ]
10+ [ assembly: AssemblyFileVersion ( "1.0 .0" ) ]
You can’t perform that action at this time.
0 commit comments