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

Commit f2a7c73

Browse files
committed
Merge branch 'release/0.3.2' into production
2 parents 08af68f + 83b8e3a commit f2a7c73

12 files changed

Lines changed: 14 additions & 14 deletions

File tree

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.3.1-beta</ReleaseVersion>
11+
<ReleaseVersion>0.3.2-beta</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.3.1-beta</ReleaseVersion>
11+
<ReleaseVersion>0.3.2-beta</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: 1 addition & 1 deletion
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.3.1-beta</version>
5+
<version>0.3.2-beta</version>
66
<title>CSF.Screenplay.Selenium.BrowserFlags</title>
77
<authors>CSF Software Ltd</authors>
88
<licenseUrl>https://opensource.org/licenses/MIT</licenseUrl>

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.3.1.0")]
20+
[assembly: AssemblyVersion("0.3.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.JavaScriptWorkarounds/CSF.Screenplay.Selenium.JavaScriptWorkarounds.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.JavaScriptWorkarounds</AssemblyName>
1010
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
11-
<ReleaseVersion>0.3.1-beta</ReleaseVersion>
11+
<ReleaseVersion>0.3.2-beta</ReleaseVersion>
1212
</PropertyGroup>
1313
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1414
<DebugSymbols>true</DebugSymbols>

CSF.Screenplay.Selenium.JavaScriptWorkarounds/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.3.1.0")]
20+
[assembly: AssemblyVersion("0.3.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.3.1-beta</ReleaseVersion>
11+
<ReleaseVersion>0.3.2-beta</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
@@ -72,6 +72,6 @@ Global
7272
{87454F03-FBB3-4506-9055-551297445891} = {ED939EED-BD26-4C3C-9089-48E04DD01CD8}
7373
EndGlobalSection
7474
GlobalSection(MonoDevelopProperties) = preSolution
75-
version = 0.3.1-beta
75+
version = 0.3.2-beta
7676
EndGlobalSection
7777
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.3.1-beta</ReleaseVersion>
11+
<ReleaseVersion>0.3.2-beta</ReleaseVersion>
1212
</PropertyGroup>
1313
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1414
<DebugSymbols>true</DebugSymbols>

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

Lines changed: 3 additions & 3 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.3.1-beta</version>
5+
<version>0.3.2-beta</version>
66
<title>CSF.Screenplay.Selenium</title>
77
<authors>CSF Software Ltd</authors>
88
<licenseUrl>https://opensource.org/licenses/MIT</licenseUrl>
@@ -15,9 +15,9 @@
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.11.0-beta" />
18+
<dependency id="CSF.Screenplay" version="0.12.0-beta" />
1919
<dependency id="CSF.WebDriverExtras" version="[1.0.0,2.0.0)" />
20-
<dependency id="CSF.Screenplay.Selenium.BrowserFlags" version="0.3.1-beta" />
20+
<dependency id="CSF.Screenplay.Selenium.BrowserFlags" version="0.3.2-beta" />
2121
</dependencies>
2222
</metadata>
2323
<files>

0 commit comments

Comments
 (0)