Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Commit 2e4ffe3

Browse files
committed
logo
1 parent 5028f4f commit 2e4ffe3

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

LICENSE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
MIT License
22

3-
Copyright (c) 2018 Mykyta Chursin
3+
Copyright (c) 2018 Mykyta Chursin - SpecFlow.Selenium.Plugin
4+
Copyright (c) 2013 baseclass GmbH - Baseclass.Contrib.SpecFlow.Selenium.NUnit
45

56
Permission is hereby granted, free of charge, to any person obtaining a copy
67
of this software and associated documentation files (the "Software"), to deal

Unickq.SpecFlow.Selenium.Plugin/Unickq.SpecFlow.Selenium.SpecFlowPlugin.csproj

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,18 @@
66
<Version>1.2.0</Version>
77
<Authors>Nick Chursin</Authors>
88
<Description>Test class generator to drive automated web ui tests with Selenium and SpecFlow 2.2.0. Works with BrowserStack, SauceLabs, TestingBot, CrossbrowserTesting and any WebDriver grid. Based on Baseclass.Contrib.SpecFlow.Selenium.NUnit.</Description>
9-
<PackageProjectUrl></PackageProjectUrl>
10-
<PackageIconUrl></PackageIconUrl>
9+
<PackageProjectUrl>https://github.com/unickq/SpecFlow.Selenium.Plugin</PackageProjectUrl>
10+
<PackageIconUrl>https://github.com/unickq/SpecFlow.Selenium.Plugin/blob/master/logo.png</PackageIconUrl>
1111
<RepositoryUrl>https://github.com/unickq/SpecFlow.Selenium.Plugin</RepositoryUrl>
12-
<PackageTags>specflow selenium nunit</PackageTags>
12+
<PackageTags>specflow selenium nunit helper uiautomation</PackageTags>
1313
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1414
<AssemblyName>Unickq.SpecFlow.Selenium.SpecFlowPlugin</AssemblyName>
1515
<RootNamespace>Unickq.SpecFlow.Selenium</RootNamespace>
1616
<AssemblyVersion>1.2.0.0</AssemblyVersion>
1717
<FileVersion>1.2.0.0</FileVersion>
18+
<PackageLicenseUrl>https://github.com/unickq/SpecFlow.Selenium.Plugin/blob/master/LICENSE</PackageLicenseUrl>
19+
<Copyright>Nick Chursin</Copyright>
20+
<Company />
1821
</PropertyGroup>
1922

2023
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">

logo.png

3.69 KB
Loading

0 commit comments

Comments
 (0)