Skip to content

Commit e74deef

Browse files
committed
Changed version and removed extra space
1 parent 4d6854d commit e74deef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Behavioral.Automation.Template/Behavioral.Automation.Template.Bindings/ElementWrappers/WebElementWrapper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
namespace Behavioral.Automation.Template.Bindings.ElementWrappers
1212
{
13-
public class WebElementWrapper : IWebElementWrapper
13+
public class WebElementWrapper : IWebElementWrapper
1414
{
1515
private readonly Func<IWebElement> _elementSelector;
1616

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
[1.8.6] - 2022-02-16
7+
[1.8.7] - 2022-02-25
88
### Changed
99
- Moved tooltip attribute to separate interface

src/Behavioral.Automation/Behavioral.Automation.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The whole automation code is divided into the following parts:
1616
- UI structure descriptive code
1717
- Supportive code</Description>
1818
<Copyright>Quantori Inc.</Copyright>
19-
<PackageVersion>1.8.6</PackageVersion>
19+
<PackageVersion>1.8.7</PackageVersion>
2020
<RepositoryUrl>https://github.com/quantori/Behavioral.Automation</RepositoryUrl>
2121
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2222
<IncludeSymbols>true</IncludeSymbols>

0 commit comments

Comments
 (0)