File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ C#/.NET package for [Atata](https://github.com/atata-framework/atata) configurat
1111
1212Supports .NET Framework 4.0+ and .NET Core/Standard 2.0+.
1313
14- ** [ What's new in v1.0 .0] ( https://atata.io/blog/2018/10/19 /atata.configuration.json-1.0 .0-released/ ) **
14+ ** [ What's new in v1.1 .0] ( https://atata.io/blog/2019/05/13 /atata.configuration.json-1.1 .0-released/ ) **
1515
1616## Table of Contents
1717
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFrameworks >net40;net45;netstandard2.0</TargetFrameworks >
5- <Version >1.0 .0</Version >
5+ <Version >1.1 .0</Version >
66 <Authors >Yevgeniy Shunevych</Authors >
77 <Company >Yevgeniy Shunevych</Company >
88 <Product >Atata Framework</Product >
@@ -25,7 +25,8 @@ Features:
2525 <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 >1.0.0 - https://atata.io/blog/2018/10/19/atata.configuration.json-1.0.0-released/
28+ <PackageReleaseNotes >1.1.0 - https://atata.io/blog/2019/05/13/atata.configuration.json-1.1.0-released/
29+ 1.0.0 - https://atata.io/blog/2018/10/19/atata.configuration.json-1.0.0-released/
29300.17.0 - https://atata.io/blog/2018/09/05/atata.configuration.json-0.17.0-released/
30310.16.0 - https://atata.io/blog/2018/01/18/atata.configuration.json-0.16.0-released/
31320.15.0 - Initial release.</PackageReleaseNotes >
Original file line number Diff line number Diff line change 66[ assembly: AssemblyCopyright ( "© Yevgeniy Shunevych 2019" ) ]
77[ assembly: AssemblyCulture ( "" ) ]
88[ assembly: ComVisible ( false ) ]
9- [ assembly: AssemblyVersion ( "1.0 .0" ) ]
10- [ assembly: AssemblyFileVersion ( "1.0 .0" ) ]
9+ [ assembly: AssemblyVersion ( "1.1 .0" ) ]
10+ [ assembly: AssemblyFileVersion ( "1.1 .0" ) ]
You can’t perform that action at this time.
0 commit comments