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

Commit 463045e

Browse files
committed
Merge branch 'release/0.2.2' into production
2 parents 04a9ce6 + 238652e commit 463045e

File tree

10 files changed

+15
-15
lines changed

10 files changed

+15
-15
lines changed

CSF.Screenplay.Selenium.BrowserFlags.Tests/CSF.Screenplay.Selenium.BrowserFlags.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<RootNamespace>CSF.Screenplay.Selenium.Tests</RootNamespace>
99
<AssemblyName>CSF.Screenplay.Selenium.BrowserFlags.Tests</AssemblyName>
1010
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
11-
<ReleaseVersion>0.2.1-alpha</ReleaseVersion>
11+
<ReleaseVersion>0.2.2-alpha</ReleaseVersion>
1212
</PropertyGroup>
1313
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1414
<DebugSymbols>true</DebugSymbols>

CSF.Screenplay.Selenium.BrowserFlags/CSF.Screenplay.Selenium.BrowserFlags.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<RootNamespace>CSF.Screenplay.Selenium</RootNamespace>
99
<AssemblyName>CSF.Screenplay.Selenium.BrowserFlags</AssemblyName>
1010
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
11-
<ReleaseVersion>0.2.1-alpha</ReleaseVersion>
11+
<ReleaseVersion>0.2.2-alpha</ReleaseVersion>
1212
</PropertyGroup>
1313
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1414
<DebugSymbols>true</DebugSymbols>

CSF.Screenplay.Selenium.BrowserFlags/CSF.Screenplay.Selenium.BrowserFlags.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>CSF.Screenplay.Selenium.BrowserFlags</id>
5-
<version>0.2.1-alpha</version>
5+
<version>0.2.2-alpha</version>
66
<title>CSF.Screenplay.Selenium.BrowserFlags</title>
77
<authors>CSF Software Ltd</authors>
88
<licenseUrl>https://opensource.org/licenses/MIT</licenseUrl>
@@ -11,7 +11,7 @@
1111
<description>An assembly containing 'browser flags definitions' for CSF.Screenplay.Selenium. This indicates the quirks and behaviours of various popular web browsers which are compatible with Selenium WebDriver.</description>
1212
<copyright>Copyright 2018</copyright>
1313
<dependencies>
14-
<dependency id="CSF.WebDriverExtras" version="0.5.0-beta" />
14+
<dependency id="CSF.WebDriverExtras" version="[1.0.0,2.0.0)" />
1515
</dependencies>
1616
</metadata>
1717
<files>

CSF.Screenplay.Selenium.BrowserFlags/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
1818
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
1919

20-
[assembly: AssemblyVersion("0.2.1.0")]
20+
[assembly: AssemblyVersion("0.2.2.0")]
2121

2222
// The following attributes are used to specify the signing key for the assembly,
2323
// if desired. See the Mono documentation for more information about signing.

CSF.Screenplay.Selenium.Tests/CSF.Screenplay.Selenium.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<RootNamespace>CSF.Screenplay.Selenium.Tests</RootNamespace>
99
<AssemblyName>CSF.Screenplay.Selenium.Tests</AssemblyName>
1010
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
11-
<ReleaseVersion>0.2.1-alpha</ReleaseVersion>
11+
<ReleaseVersion>0.2.2-alpha</ReleaseVersion>
1212
</PropertyGroup>
1313
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1414
<DebugSymbols>true</DebugSymbols>

CSF.Screenplay.Selenium.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ Global
6060
{87454F03-FBB3-4506-9055-551297445891} = {ED939EED-BD26-4C3C-9089-48E04DD01CD8}
6161
EndGlobalSection
6262
GlobalSection(MonoDevelopProperties) = preSolution
63-
version = 0.2.1-alpha
63+
version = 0.2.2-alpha
6464
EndGlobalSection
6565
EndGlobal

CSF.Screenplay.Selenium/CSF.Screenplay.Selenium.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<RootNamespace>CSF.Screenplay.Selenium</RootNamespace>
99
<AssemblyName>CSF.Screenplay.Selenium</AssemblyName>
1010
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
11-
<ReleaseVersion>0.2.1-alpha</ReleaseVersion>
11+
<ReleaseVersion>0.2.2-alpha</ReleaseVersion>
1212
</PropertyGroup>
1313
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1414
<DebugSymbols>true</DebugSymbols>

CSF.Screenplay.Selenium/CSF.Screenplay.Selenium.nuspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>CSF.Screenplay.Selenium</id>
5-
<version>0.2.1-alpha</version>
5+
<version>0.2.2-alpha</version>
66
<title>CSF.Screenplay.Selenium</title>
77
<authors>CSF Software Ltd</authors>
88
<licenseUrl>https://opensource.org/licenses/MIT</licenseUrl>
@@ -11,13 +11,13 @@
1111
<description>Extension to CSF.Screenplay, providing an ability, actions and tasks for Selenium WebDriver for web UI testing using the Screenplay pattern</description>
1212
<copyright>Copyright 2018</copyright>
1313
<dependencies>
14-
<dependency id="CSF.FlexDi" version="0.5.0-beta" />
14+
<dependency id="CSF.FlexDi" version="[1.0.0,2.0.0)" />
1515
<dependency id="CSF.Utils" version="[6.0.0,7.0.0)" />
1616
<dependency id="Selenium.WebDriver" version="[3.4.0,4.0.0)" />
1717
<dependency id="Selenium.Support" version="[3.4.0,4.0.0)" />
18-
<dependency id="CSF.Screenplay" version="0.10.0-alpha" />
19-
<dependency id="CSF.WebDriverExtras" version="0.5.0-beta" />
20-
<dependency id="CSF.Screenplay.Selenium.BrowserFlags" version="0.2.0-alpha" />
18+
<dependency id="CSF.Screenplay" version="0.11.0-beta" />
19+
<dependency id="CSF.WebDriverExtras" version="[1.0.0,2.0.0)" />
20+
<dependency id="CSF.Screenplay.Selenium.BrowserFlags" version="0.2.2-alpha" />
2121
</dependencies>
2222
</metadata>
2323
<files>

CSF.Screenplay.Selenium/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
1818
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
1919

20-
[assembly: AssemblyVersion("0.2.1.0")]
20+
[assembly: AssemblyVersion("0.2.2.0")]
2121

2222
// The following attributes are used to specify the signing key for the assembly,
2323
// if desired. See the Mono documentation for more information about signing.

CSF.Screenplay.WebTestWebsite/CSF.Screenplay.WebTestWebsite.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<RootNamespace>CSF.Screenplay.WebTestWebsite</RootNamespace>
1010
<AssemblyName>CSF.Screenplay.WebTestWebsite</AssemblyName>
1111
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
12-
<ReleaseVersion>0.2.1-alpha</ReleaseVersion>
12+
<ReleaseVersion>0.2.2-alpha</ReleaseVersion>
1313
</PropertyGroup>
1414
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1515
<DebugSymbols>true</DebugSymbols>

0 commit comments

Comments
 (0)