-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
69fbdfe
commit 8c52e6e
Showing
1 changed file
with
60 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |