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

Commit a6d21d2

Browse files
committed
Merge tag 'v0.8.0'
Alpha release v0.8.0 Various additional features and high priority fixes.
2 parents 907ac9d + abcecd6 commit a6d21d2

File tree

30 files changed

+98
-31
lines changed

30 files changed

+98
-31
lines changed

CSF.Screenplay.JsonApis/CSF.Screenplay.JsonApis.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<RootNamespace>CSF.Screenplay.JsonApis</RootNamespace>
99
<AssemblyName>CSF.Screenplay.JsonApis</AssemblyName>
1010
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
11+
<ReleaseVersion>0.8.0-alpha</ReleaseVersion>
1112
</PropertyGroup>
1213
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1314
<DebugSymbols>true</DebugSymbols>
@@ -57,6 +58,7 @@
5758
</ItemGroup>
5859
<ItemGroup>
5960
<None Include="packages.config" />
61+
<None Include="CSF.Screenplay.JsonApis.nuspec" />
6062
</ItemGroup>
6163
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
6264
</Project>
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package>
3+
<metadata>
4+
<id>CSF.Screenplay.JsonApis</id>
5+
<version>0.8.0-alpha</version>
6+
<title>CSF.Screenplay.JsonApis</title>
7+
<authors>CSF Software Ltd</authors>
8+
<licenseUrl>https://opensource.org/licenses/MIT</licenseUrl>
9+
<projectUrl>https://github.com/csf-dev/CSF.Screenplay</projectUrl>
10+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
11+
<description>Screenplay Abilities and Actions for making use of JSON HTTP web APIs in Screenplay</description>
12+
<copyright>Copyright 2018</copyright>
13+
<dependencies>
14+
<dependency id="Newtonsoft.Json" version="[10.0.3,11.0.0)" />
15+
<dependency id="CSF.Screenplay" version="0.8.0-alpha" />
16+
</dependencies>
17+
</metadata>
18+
<files>
19+
<file src="bin/Release/CSF.Screenplay.JsonApis.dll" target="lib/net45" />
20+
<!--
21+
TODO: #117 - When this project is documented fully, uncomment this
22+
<file src="bin/Release/CSF.Screenplay.JsonApis.xml" target="lib/net45" />
23+
-->
24+
</files>
25+
</package>

CSF.Screenplay.JsonApis/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("1.0.*")]
20+
[assembly: AssemblyVersion("0.8.0.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.NUnit/CSF.Screenplay.NUnit.csproj

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

CSF.Screenplay.NUnit/CSF.Screenplay.NUnit.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.NUnit</id>
5-
<version>0.7.0-alpha</version>
5+
<version>0.8.0-alpha</version>
66
<title>CSF.Screenplay.NUnit</title>
77
<authors>CSF Software Ltd</authors>
88
<licenseUrl>https://opensource.org/licenses/MIT</licenseUrl>
@@ -13,7 +13,7 @@
1313
<dependencies>
1414
<dependency id="CSF.Reflection" version="[1.0.1,2.0.0)" />
1515
<dependency id="NUnit" version="[3.4.0,4.0.0)" />
16-
<dependency id="CSF.Screenplay" version="0.7.0-alpha" />
16+
<dependency id="CSF.Screenplay" version="0.8.0-alpha" />
1717
</dependencies>
1818
</metadata>
1919
<files>

CSF.Screenplay.NUnit/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.7.0.0")]
20+
[assembly: AssemblyVersion("0.8.0.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.Reporting.Html/CSF.Screenplay.Reporting.Html.csproj

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

CSF.Screenplay.Reporting/CSF.Screenplay.Reporting.csproj

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

CSF.Screenplay.Reporting/CSF.Screenplay.Reporting.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.Reporting</id>
5-
<version>0.7.0-alpha</version>
5+
<version>0.8.0-alpha</version>
66
<title>CSF.Screenplay.Reporting</title>
77
<authors>CSF Software Ltd</authors>
88
<licenseUrl>https://opensource.org/licenses/MIT</licenseUrl>
@@ -12,7 +12,7 @@
1212
<copyright>Copyright 2017</copyright>
1313
<dependencies>
1414
<dependency id="CSF.Utils" version="[6.0.0,7.0.0)" />
15-
<dependency id="CSF.Screenplay" version="0.7.0-alpha" />
15+
<dependency id="CSF.Screenplay" version="0.8.0-alpha" />
1616
</dependencies>
1717
</metadata>
1818
<files>

CSF.Screenplay.Reporting/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.7.0.0")]
20+
[assembly: AssemblyVersion("0.8.0.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.

0 commit comments

Comments
 (0)