Skip to content

Commit

Permalink
Update package release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
YevgeniyShunevych committed Oct 4, 2017
1 parent 69fbdfe commit 8c52e6e
Showing 1 changed file with 60 additions and 59 deletions.
119 changes: 60 additions & 59 deletions src/Atata.WebDriverExtras/Atata.WebDriverExtras.csproj
Original file line number Diff line number Diff line change
@@ -1,59 +1,60 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net40;net45;netstandard2.0</TargetFrameworks>
<RootNamespace>Atata</RootNamespace>
<Version>0.13.0</Version>
<Authors>Yevgeniy Shunevych</Authors>
<Company>Yevgeniy Shunevych</Company>
<Title>Atata WebDriver Extras</Title>
<Product>Atata Framework</Product>
<Description>A set of extension methods and other extra classes for Selenium WebDriver. Is a part of Atata Framework.</Description>
<Copyright>© Yevgeniy Shunevych 2017</Copyright>
<PackageLicenseUrl>https://raw.githubusercontent.com/atata-framework/atata-webdriverextras/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/atata-framework/atata-webdriverextras</PackageProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/atata-framework/atata/master/logo.png?v2</PackageIconUrl>
<RepositoryUrl>https://github.com/atata-framework/atata-webdriverextras</RepositoryUrl>
<PackageTags>atata automation testing test selenium webdriver browser</PackageTags>
<PackageReleaseNotes>0.12.0 - https://atata-framework.github.io/blog/2017/09/20/atata.webdriverextras-0.12.0-released/
0.11.0 - Initial release.</PackageReleaseNotes>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net40|AnyCPU'">
<DocumentationFile>bin\Debug\net40\Atata.WebDriverExtras.xml</DocumentationFile>
<CodeAnalysisRuleSet>..\atata.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net40|AnyCPU'">
<DocumentationFile>bin\Release\net40\Atata.WebDriverExtras.xml</DocumentationFile>
<CodeAnalysisRuleSet>..\atata.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net45|AnyCPU'">
<DocumentationFile>bin\Debug\net45\Atata.WebDriverExtras.xml</DocumentationFile>
<CodeAnalysisRuleSet>..\atata.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net45|AnyCPU'">
<DocumentationFile>bin\Release\net45\Atata.WebDriverExtras.xml</DocumentationFile>
<CodeAnalysisRuleSet>..\atata.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.0|AnyCPU'">
<DocumentationFile>bin\Debug\netstandard2.0\Atata.WebDriverExtras.xml</DocumentationFile>
<CodeAnalysisRuleSet>..\atata.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'">
<DocumentationFile>bin\Release\netstandard2.0\Atata.WebDriverExtras.xml</DocumentationFile>
<CodeAnalysisRuleSet>..\atata.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Selenium.WebDriver" Version="3.6.0" />
<PackageReference Include="StyleCop.Analyzers" Version="1.0.2">
<PrivateAssets>All</PrivateAssets>
</PackageReference>
</ItemGroup>

</Project>
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net40;net45;netstandard2.0</TargetFrameworks>
<RootNamespace>Atata</RootNamespace>
<Version>0.13.0</Version>
<Authors>Yevgeniy Shunevych</Authors>
<Company>Yevgeniy Shunevych</Company>
<Title>Atata WebDriver Extras</Title>
<Product>Atata Framework</Product>
<Description>A set of extension methods and other extra classes for Selenium WebDriver. Is a part of Atata Framework.</Description>
<Copyright>© Yevgeniy Shunevych 2017</Copyright>
<PackageLicenseUrl>https://raw.githubusercontent.com/atata-framework/atata-webdriverextras/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/atata-framework/atata-webdriverextras</PackageProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/atata-framework/atata/master/logo.png?v2</PackageIconUrl>
<RepositoryUrl>https://github.com/atata-framework/atata-webdriverextras</RepositoryUrl>
<PackageTags>atata automation testing test selenium webdriver browser</PackageTags>
<PackageReleaseNotes>0.13.0 - https://atata-framework.github.io/blog/2017/10/04/atata.webdriverextras-0.13.0-released/
0.12.0 - https://atata-framework.github.io/blog/2017/09/20/atata.webdriverextras-0.12.0-released/
0.11.0 - Initial release.</PackageReleaseNotes>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net40|AnyCPU'">
<DocumentationFile>bin\Debug\net40\Atata.WebDriverExtras.xml</DocumentationFile>
<CodeAnalysisRuleSet>..\atata.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net40|AnyCPU'">
<DocumentationFile>bin\Release\net40\Atata.WebDriverExtras.xml</DocumentationFile>
<CodeAnalysisRuleSet>..\atata.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net45|AnyCPU'">
<DocumentationFile>bin\Debug\net45\Atata.WebDriverExtras.xml</DocumentationFile>
<CodeAnalysisRuleSet>..\atata.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net45|AnyCPU'">
<DocumentationFile>bin\Release\net45\Atata.WebDriverExtras.xml</DocumentationFile>
<CodeAnalysisRuleSet>..\atata.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.0|AnyCPU'">
<DocumentationFile>bin\Debug\netstandard2.0\Atata.WebDriverExtras.xml</DocumentationFile>
<CodeAnalysisRuleSet>..\atata.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'">
<DocumentationFile>bin\Release\netstandard2.0\Atata.WebDriverExtras.xml</DocumentationFile>
<CodeAnalysisRuleSet>..\atata.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Selenium.WebDriver" Version="3.6.0" />
<PackageReference Include="StyleCop.Analyzers" Version="1.0.2">
<PrivateAssets>All</PrivateAssets>
</PackageReference>
</ItemGroup>

</Project>

0 comments on commit 8c52e6e

Please sign in to comment.